[2026-04-06 00:00:02] Production.INFO: ==22247== Lock acquired, processing the job...
[2026-04-06 00:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:00:02] Production.INFO: neon service started
[2026-04-06 00:00:02] Production.INFO: neon service started
[2026-04-06 00:00:02] Production.INFO: ==22247== Releasing lock...
[2026-04-06 00:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:00:02] Production.INFO: ==22249== Lock acquired, processing the job...
[2026-04-05 19:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:00:02] Production.INFO: ==22251== Lock acquired, processing the job...
[2026-04-05 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:00:02] Production.INFO: ==22251== Releasing lock...
[2026-04-05 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:00:02] Production.INFO: ==22249== Releasing lock...
[2026-04-05 19:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:00:03] Production.INFO: ==22254== Lock acquired, processing the job...
[2026-04-05 19:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:00:03] Production.INFO: ==22258== Lock acquired, processing the job...
[2026-04-05 19:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:00:03] Production.INFO: ==22256== Lock acquired, processing the job...
[2026-04-05 19:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:00:04] Production.INFO: ==22262== Lock acquired, processing the job...
[2026-04-05 19:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:00:04] Production.INFO: ==22260== Lock acquired, processing the job...
[2026-04-05 19:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:00:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:00:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:00:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:00:04] Production.INFO: ==22262== Releasing lock...
[2026-04-05 19:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:00:04] Production.INFO: Account Balance Start.
[2026-04-05 19:00:04] Production.INFO: CreateAllLog Start
[2026-04-05 19:00:04] Production.INFO: 117
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: ==22256== Releasing lock...
[2026-04-05 19:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:00:05] Production.INFO: Total Charge 0
[2026-04-05 19:00:05] Production.INFO: CreateAllLog End
[2026-04-05 19:00:05] Production.INFO: Account Balance End.
[2026-04-05 19:00:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:00:05] Production.INFO: ==22260== Releasing lock...
[2026-04-05 19:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:00:12] Production.ERROR: CronJobId end10
[2026-04-05 19:00:12] Production.INFO: ==22258== Releasing lock...
[2026-04-05 19:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:00:14] Production.INFO: call_cost start
[2026-04-05 19:00:14] Production.INFO: call_cost end
[2026-04-05 19:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:00:14] Production.INFO: ==22254== Releasing lock...
[2026-04-05 19:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:01:01] Production.INFO: ==22328== Lock acquired, processing the job...
[2026-04-06 00:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:01:01] Production.INFO: neon service started
[2026-04-06 00:01:01] Production.INFO: neon service started
[2026-04-06 00:01:01] Production.INFO: ==22328== Releasing lock...
[2026-04-06 00:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:01:01] Production.INFO: ==22336== Lock acquired, processing the job...
[2026-04-05 23:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:01:01] Production.INFO: ==22336== Releasing lock...
[2026-04-05 23:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:01:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:01:02] Production.INFO: ==22334== Lock acquired, processing the job...
[2026-04-05 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:01:02] Production.INFO: ==22334== Releasing lock...
[2026-04-05 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:01:03] Production.INFO: ==22344== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:01:03] Production.INFO: ==22338== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 19:01:03] Production.INFO: ==22348== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 19:01:03] Production.INFO: ==22340== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:01:03] Production.INFO: ==22350== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 19:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 19:01:03] Production.ERROR: CronJob PID - 22344
[2026-04-05 19:01:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-05 19:01:03] Production.ERROR: CronJob ID - 10
[2026-04-05 19:01:03] Production.ERROR: CronJob Last Run Time 2026-04-05 19:01:00
[2026-04-05 19:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 19:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 19:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 19:01:03] Production.ERROR: CronJob PID - 22348
[2026-04-05 19:01:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-05 19:01:03] Production.ERROR: CronJob ID - 17
[2026-04-05 19:01:03] Production.ERROR: CronJob Last Run Time 2026-04-05 19:01:00
[2026-04-05 19:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 19:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 19:01:03] Production.INFO: ==22342== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 19:01:03] Production.INFO: ==22338== Releasing lock...
[2026-04-05 19:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 19:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:01:03] Production.INFO: ==22346== Lock acquired, processing the job...
[2026-04-05 19:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:01:03] Production.INFO: Account Balance Start.
[2026-04-05 19:01:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:01:03] Production.INFO: 117
[2026-04-05 19:01:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:01:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:01:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:01:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:01:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:01:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: ==22350== Releasing lock...
[2026-04-05 19:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: ==22342== Releasing lock...
[2026-04-05 19:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.ERROR: done
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 19:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043348', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-03-30
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:01:05] Production.INFO: Total Charge 0
[2026-04-05 19:01:05] Production.INFO: CreateAllLog End
[2026-04-05 19:01:05] Production.INFO: Account Balance End.
[2026-04-05 19:01:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:01:05] Production.INFO: ==22346== Releasing lock...
[2026-04-05 19:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043348', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 19:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 19:01:10] Production.INFO: ProcessCDR(1,17043348,1,1,2)
[2026-04-05 19:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043348,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043348,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 19:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 19:01:10] Production.INFO: ==22348== Releasing lock...
[2026-04-05 19:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 19:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 19:01:14] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:362
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(362): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateSOAOffSet(1,0))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-05 19:01:14] Production.ERROR: CronJobId end10
[2026-04-05 19:01:14] Production.INFO: ==22344== Releasing lock...
[2026-04-05 19:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:01:17] Production.INFO: call_cost start
[2026-04-05 19:01:17] Production.INFO: call_cost end
[2026-04-05 19:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:01:17] Production.INFO: ==22340== Releasing lock...
[2026-04-05 19:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:02:02] Production.INFO: ==22406== Lock acquired, processing the job...
[2026-04-06 00:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:02:02] Production.INFO: neon service started
[2026-04-06 00:02:02] Production.INFO: neon service started
[2026-04-06 00:02:02] Production.INFO: ==22406== Releasing lock...
[2026-04-06 00:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:02:02] Production.INFO: ==22408== Lock acquired, processing the job...
[2026-04-05 19:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:02:02] Production.INFO: ==22410== Lock acquired, processing the job...
[2026-04-05 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:02:02] Production.INFO: ==22410== Releasing lock...
[2026-04-05 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:02:02] Production.INFO: ==22408== Releasing lock...
[2026-04-05 19:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:02:03] Production.INFO: ==22417== Lock acquired, processing the job...
[2026-04-05 19:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:02:03] Production.INFO: ==22419== Lock acquired, processing the job...
[2026-04-05 19:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:02:03] Production.INFO: ==22413== Lock acquired, processing the job...
[2026-04-05 19:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:02:03] Production.INFO: ==22415== Lock acquired, processing the job...
[2026-04-05 19:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:02:04] Production.INFO: Account Balance Start.
[2026-04-05 19:02:04] Production.INFO: CreateAllLog Start
[2026-04-05 19:02:04] Production.INFO: 117
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:02:04] Production.INFO: ==22421== Lock acquired, processing the job...
[2026-04-05 19:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: ==22423== Lock acquired, processing the job...
[2026-04-05 19:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: ==22423== Releasing lock...
[2026-04-05 19:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:02:04] Production.INFO: ==22415== Releasing lock...
[2026-04-05 19:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.ERROR: done
[2026-04-05 19:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-22
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-23
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.ERROR: done
[2026-04-05 19:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-05 19:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-05 19:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-24
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: ==22421== Releasing lock...
[2026-04-05 19:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-05 19:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-25
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-26
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-27
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-28
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-29
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-30
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:02:05] Production.INFO: Total Charge 0
[2026-04-05 19:02:05] Production.INFO: CreateAllLog End
[2026-04-05 19:02:05] Production.INFO: Account Balance End.
[2026-04-05 19:02:06] Production.ERROR: CronJobId end 12
[2026-04-05 19:02:06] Production.INFO: ==22419== Releasing lock...
[2026-04-05 19:02:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:02:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:02:11] Production.ERROR: CronJobId end10
[2026-04-05 19:02:11] Production.INFO: ==22417== Releasing lock...
[2026-04-05 19:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:02:14] Production.INFO: call_cost start
[2026-04-05 19:02:14] Production.INFO: call_cost end
[2026-04-05 19:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:02:14] Production.INFO: ==22413== Releasing lock...
[2026-04-05 19:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:03:01] Production.INFO: ==22483== Lock acquired, processing the job...
[2026-04-06 00:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:03:01] Production.INFO: neon service started
[2026-04-06 00:03:01] Production.INFO: neon service started
[2026-04-06 00:03:01] Production.INFO: ==22483== Releasing lock...
[2026-04-06 00:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:03:01] Production.INFO: ==22485== Lock acquired, processing the job...
[2026-04-05 19:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:03:02] Production.INFO: ==22485== Releasing lock...
[2026-04-05 19:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:03:02] Production.INFO: ==22487== Lock acquired, processing the job...
[2026-04-05 23:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:03:02] Production.INFO: ==22487== Releasing lock...
[2026-04-05 23:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:03:02] Production.INFO: ==22489== Lock acquired, processing the job...
[2026-04-05 19:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:03:02] Production.INFO: ==22491== Lock acquired, processing the job...
[2026-04-05 19:03:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:03:02] Production.INFO: ==22493== Lock acquired, processing the job...
[2026-04-05 19:03:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:03:02] Production.INFO: ==22495== Lock acquired, processing the job...
[2026-04-05 19:03:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:03:02] Production.INFO: ==22498== Lock acquired, processing the job...
[2026-04-05 19:03:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:03:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:03:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:03:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:03:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:03:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:03:03] Production.INFO: Account Balance Start.
[2026-04-05 19:03:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:03:03] Production.INFO: 117
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: ==22498== Releasing lock...
[2026-04-05 19:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: ==22491== Releasing lock...
[2026-04-05 19:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-29
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-30
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-03-31
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-04-01
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-04-02
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-04-03
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-04-04
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Date 2026-04-05
[2026-04-05 19:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:03:03] Production.INFO: Total Charge 0
[2026-04-05 19:03:03] Production.INFO: CreateAllLog End
[2026-04-05 19:03:04] Production.INFO: Account Balance End.
[2026-04-05 19:03:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:03:04] Production.INFO: ==22495== Releasing lock...
[2026-04-05 19:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:03:09] Production.ERROR: CronJobId end10
[2026-04-05 19:03:09] Production.INFO: ==22493== Releasing lock...
[2026-04-05 19:03:09] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:03:09] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:03:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:03:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:03:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:03:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:03:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:03:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:03:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:03:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:03:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:03:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:03:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:03:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:03:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:03:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:03:12] Production.INFO: call_cost start
[2026-04-05 19:03:12] Production.INFO: call_cost end
[2026-04-05 19:03:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:03:12] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:03:12] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:03:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:03:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:03:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:03:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:03:12] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:03:12] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:03:12] Production.INFO: ==22489== Releasing lock...
[2026-04-05 19:03:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:03:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:04:01] Production.INFO: ==22557== Lock acquired, processing the job...
[2026-04-06 00:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:04:01] Production.INFO: neon service started
[2026-04-06 00:04:01] Production.INFO: neon service started
[2026-04-06 00:04:01] Production.INFO: ==22557== Releasing lock...
[2026-04-06 00:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:04:02] Production.INFO: ==22560== Lock acquired, processing the job...
[2026-04-05 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:04:02] Production.INFO: ==22560== Releasing lock...
[2026-04-05 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:04:03] Production.INFO: ==22562== Lock acquired, processing the job...
[2026-04-05 23:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:04:03] Production.INFO: ==22562== Releasing lock...
[2026-04-05 23:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:04:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:04:03] Production.INFO: ==22564== Lock acquired, processing the job...
[2026-04-05 19:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:04:03] Production.INFO: ==22566== Lock acquired, processing the job...
[2026-04-05 19:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:04:03] Production.INFO: ==22568== Lock acquired, processing the job...
[2026-04-05 19:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:04:03] Production.INFO: ==22572== Lock acquired, processing the job...
[2026-04-05 19:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:04:03] Production.INFO: ==22570== Lock acquired, processing the job...
[2026-04-05 19:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:04:03] Production.INFO: ==22572== Releasing lock...
[2026-04-05 19:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:04:03] Production.INFO: Account Balance Start.
[2026-04-05 19:04:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:04:03] Production.INFO: 117
[2026-04-05 19:04:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: ==22566== Releasing lock...
[2026-04-05 19:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:04:04] Production.INFO: Total Charge 0
[2026-04-05 19:04:04] Production.INFO: CreateAllLog End
[2026-04-05 19:04:05] Production.INFO: Account Balance End.
[2026-04-05 19:04:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:04:05] Production.INFO: ==22570== Releasing lock...
[2026-04-05 19:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:04:11] Production.ERROR: CronJobId end10
[2026-04-05 19:04:11] Production.INFO: ==22568== Releasing lock...
[2026-04-05 19:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:04:15] Production.INFO: call_cost start
[2026-04-05 19:04:15] Production.INFO: call_cost end
[2026-04-05 19:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:04:15] Production.INFO: ==22564== Releasing lock...
[2026-04-05 19:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:05:02] Production.INFO: ==22628== Lock acquired, processing the job...
[2026-04-06 00:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:05:02] Production.INFO: neon service started
[2026-04-06 00:05:02] Production.INFO: neon service started
[2026-04-06 00:05:02] Production.INFO: ==22628== Releasing lock...
[2026-04-06 00:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:05:02] Production.INFO: ==22630== Lock acquired, processing the job...
[2026-04-05 19:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:05:02] Production.INFO: ==22632== Lock acquired, processing the job...
[2026-04-05 23:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:05:02] Production.INFO: ==22632== Releasing lock...
[2026-04-05 23:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:05:03] Production.INFO: ==22630== Releasing lock...
[2026-04-05 19:05:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:05:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:05:03] Production.INFO: ==22635== Lock acquired, processing the job...
[2026-04-05 19:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:05:03] Production.INFO: ==22637== Lock acquired, processing the job...
[2026-04-05 19:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:05:03] Production.INFO: ==22639== Lock acquired, processing the job...
[2026-04-05 19:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:05:03] Production.INFO: ==22641== Lock acquired, processing the job...
[2026-04-05 19:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:05:04] Production.INFO: ==22643== Lock acquired, processing the job...
[2026-04-05 19:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:05:04] Production.INFO: Account Balance Start.
[2026-04-05 19:05:04] Production.INFO: CreateAllLog Start
[2026-04-05 19:05:04] Production.INFO: 117
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:05:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:05:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:05:04] Production.INFO: ==22643== Releasing lock...
[2026-04-05 19:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: ==22637== Releasing lock...
[2026-04-05 19:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:05:04] Production.INFO: Total Charge 0
[2026-04-05 19:05:04] Production.INFO: CreateAllLog End
[2026-04-05 19:05:05] Production.INFO: Account Balance End.
[2026-04-05 19:05:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:05:05] Production.INFO: ==22641== Releasing lock...
[2026-04-05 19:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:05:11] Production.ERROR: CronJobId end10
[2026-04-05 19:05:11] Production.INFO: ==22639== Releasing lock...
[2026-04-05 19:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:05:14] Production.INFO: call_cost start
[2026-04-05 19:05:14] Production.INFO: call_cost end
[2026-04-05 19:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:05:14] Production.INFO: ==22635== Releasing lock...
[2026-04-05 19:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:06:01] Production.INFO: ==22707== Lock acquired, processing the job...
[2026-04-06 00:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:06:01] Production.INFO: neon service started
[2026-04-06 00:06:01] Production.INFO: neon service started
[2026-04-06 00:06:01] Production.INFO: ==22707== Releasing lock...
[2026-04-06 00:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:06:02] Production.INFO: ==22709== Lock acquired, processing the job...
[2026-04-05 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:06:02] Production.INFO: ==22711== Lock acquired, processing the job...
[2026-04-05 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:06:02] Production.INFO: ==22711== Releasing lock...
[2026-04-05 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:06:02] Production.INFO: ==22709== Releasing lock...
[2026-04-05 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:06:03] Production.INFO: ==22716== Lock acquired, processing the job...
[2026-04-05 19:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:06:03] Production.INFO: ==22718== Lock acquired, processing the job...
[2026-04-05 19:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:06:03] Production.INFO: ==22722== Lock acquired, processing the job...
[2026-04-05 19:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:06:03] Production.INFO: ==22714== Lock acquired, processing the job...
[2026-04-05 19:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:06:03] Production.INFO: ==22720== Lock acquired, processing the job...
[2026-04-05 19:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:06:03] Production.INFO: ==22722== Releasing lock...
[2026-04-05 19:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:06:03] Production.INFO: Account Balance Start.
[2026-04-05 19:06:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:06:03] Production.INFO: 117
[2026-04-05 19:06:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:03] Production.INFO: ==22716== Releasing lock...
[2026-04-05 19:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:06:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:06:04] Production.INFO: Total Charge 0
[2026-04-05 19:06:04] Production.INFO: CreateAllLog End
[2026-04-05 19:06:04] Production.INFO: Account Balance End.
[2026-04-05 19:06:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:06:04] Production.INFO: ==22720== Releasing lock...
[2026-04-05 19:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:06:10] Production.ERROR: CronJobId end10
[2026-04-05 19:06:10] Production.INFO: ==22718== Releasing lock...
[2026-04-05 19:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:06:13] Production.INFO: call_cost start
[2026-04-05 19:06:13] Production.INFO: call_cost end
[2026-04-05 19:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:06:13] Production.INFO: ==22714== Releasing lock...
[2026-04-05 19:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:07:02] Production.INFO: ==22780== Lock acquired, processing the job...
[2026-04-06 00:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:07:02] Production.INFO: neon service started
[2026-04-06 00:07:02] Production.INFO: neon service started
[2026-04-06 00:07:02] Production.INFO: ==22780== Releasing lock...
[2026-04-06 00:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:07:02] Production.INFO: ==22785== Lock acquired, processing the job...
[2026-04-05 23:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:07:02] Production.INFO: ==22785== Releasing lock...
[2026-04-05 23:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:07:02] Production.INFO: ==22783== Lock acquired, processing the job...
[2026-04-05 19:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:07:02] Production.INFO: ==22783== Releasing lock...
[2026-04-05 19:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:07:03] Production.INFO: ==22789== Lock acquired, processing the job...
[2026-04-05 19:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:07:03] Production.INFO: ==22793== Lock acquired, processing the job...
[2026-04-05 19:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:07:03] Production.INFO: ==22795== Lock acquired, processing the job...
[2026-04-05 19:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:07:03] Production.INFO: ==22787== Lock acquired, processing the job...
[2026-04-05 19:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:07:03] Production.INFO: Account Balance Start.
[2026-04-05 19:07:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:07:03] Production.INFO: 117
[2026-04-05 19:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:07:03] Production.INFO: ==22795== Releasing lock...
[2026-04-05 19:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:07:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:07:03] Production.INFO: ==22791== Lock acquired, processing the job...
[2026-04-05 19:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:07:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:07:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: ==22789== Releasing lock...
[2026-04-05 19:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:07:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:07:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:07:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:07:05] Production.INFO: Total Charge 0
[2026-04-05 19:07:05] Production.INFO: CreateAllLog End
[2026-04-05 19:07:05] Production.INFO: Account Balance End.
[2026-04-05 19:07:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:07:05] Production.INFO: ==22793== Releasing lock...
[2026-04-05 19:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:07:11] Production.ERROR: CronJobId end10
[2026-04-05 19:07:11] Production.INFO: ==22791== Releasing lock...
[2026-04-05 19:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:07:14] Production.INFO: call_cost start
[2026-04-05 19:07:14] Production.INFO: call_cost end
[2026-04-05 19:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:07:14] Production.INFO: ==22787== Releasing lock...
[2026-04-05 19:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:08:01] Production.INFO: ==22854== Lock acquired, processing the job...
[2026-04-06 00:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:08:01] Production.INFO: neon service started
[2026-04-06 00:08:01] Production.INFO: neon service started
[2026-04-06 00:08:01] Production.INFO: ==22854== Releasing lock...
[2026-04-06 00:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:08:01] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:08:01] Production.INFO: ==22856== Lock acquired, processing the job...
[2026-04-05 19:08:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:08:01] Production.INFO: ==22856== Releasing lock...
[2026-04-05 19:08:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:08:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:08:02] Production.INFO: ==22859== Lock acquired, processing the job...
[2026-04-05 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:08:02] Production.INFO: ==22859== Releasing lock...
[2026-04-05 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:08:02] Production.INFO: ==22861== Lock acquired, processing the job...
[2026-04-05 19:08:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:08:02] Production.INFO: ==22865== Lock acquired, processing the job...
[2026-04-05 19:08:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:08:02] Production.INFO: ==22863== Lock acquired, processing the job...
[2026-04-05 19:08:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:08:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:08:02] Production.INFO: ==22869== Lock acquired, processing the job...
[2026-04-05 19:08:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:08:02] Production.INFO: ==22867== Lock acquired, processing the job...
[2026-04-05 19:08:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:08:03] Production.INFO: Account Balance Start.
[2026-04-05 19:08:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:08:03] Production.INFO: 117
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:08:03] Production.INFO: ==22869== Releasing lock...
[2026-04-05 19:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: ==22863== Releasing lock...
[2026-04-05 19:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-29
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-30
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-03-31
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-04-01
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-04-02
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-04-03
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-04-04
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Date 2026-04-05
[2026-04-05 19:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:08:03] Production.INFO: Total Charge 0
[2026-04-05 19:08:04] Production.INFO: CreateAllLog End
[2026-04-05 19:08:04] Production.INFO: Account Balance End.
[2026-04-05 19:08:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:08:04] Production.INFO: ==22867== Releasing lock...
[2026-04-05 19:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:08:10] Production.ERROR: CronJobId end10
[2026-04-05 19:08:10] Production.INFO: ==22865== Releasing lock...
[2026-04-05 19:08:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:08:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:08:14] Production.INFO: call_cost start
[2026-04-05 19:08:14] Production.INFO: call_cost end
[2026-04-05 19:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:08:14] Production.INFO: ==22861== Releasing lock...
[2026-04-05 19:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:09:01] Production.INFO: ==22935== Lock acquired, processing the job...
[2026-04-06 00:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:09:01] Production.INFO: neon service started
[2026-04-06 00:09:01] Production.INFO: neon service started
[2026-04-06 00:09:01] Production.INFO: ==22935== Releasing lock...
[2026-04-06 00:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:09:02] Production.INFO: ==22939== Lock acquired, processing the job...
[2026-04-05 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:09:02] Production.INFO: ==22939== Releasing lock...
[2026-04-05 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:09:02] Production.INFO: ==22937== Lock acquired, processing the job...
[2026-04-05 19:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:09:02] Production.INFO: ==22937== Releasing lock...
[2026-04-05 19:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:09:03] Production.INFO: ==22943== Lock acquired, processing the job...
[2026-04-05 19:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:09:03] Production.INFO: ==22941== Lock acquired, processing the job...
[2026-04-05 19:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:09:03] Production.INFO: ==22947== Lock acquired, processing the job...
[2026-04-05 19:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:09:03] Production.INFO: ==22945== Lock acquired, processing the job...
[2026-04-05 19:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:09:03] Production.INFO: ==22949== Lock acquired, processing the job...
[2026-04-05 19:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:09:03] Production.INFO: Account Balance Start.
[2026-04-05 19:09:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:09:03] Production.INFO: 117
[2026-04-05 19:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:09:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:09:03] Production.INFO: ==22949== Releasing lock...
[2026-04-05 19:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:09:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: ==22943== Releasing lock...
[2026-04-05 19:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:09:04] Production.INFO: Total Charge 0
[2026-04-05 19:09:04] Production.INFO: CreateAllLog End
[2026-04-05 19:09:04] Production.INFO: Account Balance End.
[2026-04-05 19:09:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:09:04] Production.INFO: ==22947== Releasing lock...
[2026-04-05 19:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:09:11] Production.ERROR: CronJobId end10
[2026-04-05 19:09:11] Production.INFO: ==22945== Releasing lock...
[2026-04-05 19:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:09:13] Production.INFO: call_cost start
[2026-04-05 19:09:13] Production.INFO: call_cost end
[2026-04-05 19:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:09:13] Production.INFO: ==22941== Releasing lock...
[2026-04-05 19:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:10:01] Production.INFO: ==23008== Lock acquired, processing the job...
[2026-04-06 00:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:10:01] Production.INFO: neon service started
[2026-04-06 00:10:01] Production.INFO: neon service started
[2026-04-06 00:10:01] Production.INFO: ==23008== Releasing lock...
[2026-04-06 00:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:10:01] Production.INFO: ==23010== Lock acquired, processing the job...
[2026-04-05 19:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:10:01] Production.INFO: ==23010== Releasing lock...
[2026-04-05 19:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:10:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:10:02] Production.INFO: ==23012== Lock acquired, processing the job...
[2026-04-05 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:10:02] Production.INFO: ==23012== Releasing lock...
[2026-04-05 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:10:02] Production.INFO: ==23014== Lock acquired, processing the job...
[2026-04-05 19:10:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:10:02] Production.INFO: ==23020== Lock acquired, processing the job...
[2026-04-05 19:10:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:10:02] Production.INFO: ==23016== Lock acquired, processing the job...
[2026-04-05 19:10:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:10:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:10:02] Production.INFO: ==23018== Lock acquired, processing the job...
[2026-04-05 19:10:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:10:02] Production.INFO: Account Balance Start.
[2026-04-05 19:10:02] Production.INFO: CreateAllLog Start
[2026-04-05 19:10:02] Production.INFO: 117
[2026-04-05 19:10:02] Production.INFO: Date 2026-03-08
[2026-04-05 19:10:02] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:02] Production.INFO: Date 2026-03-09
[2026-04-05 19:10:02] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:02] Production.INFO: ==23022== Lock acquired, processing the job...
[2026-04-05 19:10:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:10:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:10:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:10:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:10:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:10:02] Production.INFO: Date 2026-03-10
[2026-04-05 19:10:02] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:02] Production.INFO: Date 2026-03-11
[2026-04-05 19:10:02] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:10:03] Production.INFO: ==23022== Releasing lock...
[2026-04-05 19:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: ==23016== Releasing lock...
[2026-04-05 19:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-29
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-30
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-03-31
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-04-01
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-04-02
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-04-03
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-04-04
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Date 2026-04-05
[2026-04-05 19:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:10:03] Production.INFO: Total Charge 0
[2026-04-05 19:10:04] Production.INFO: CreateAllLog End
[2026-04-05 19:10:04] Production.INFO: Account Balance End.
[2026-04-05 19:10:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:10:04] Production.INFO: ==23020== Releasing lock...
[2026-04-05 19:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:10:10] Production.ERROR: CronJobId end10
[2026-04-05 19:10:10] Production.INFO: ==23018== Releasing lock...
[2026-04-05 19:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:10:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:10:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:10:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:10:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:10:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:10:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:10:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:10:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:10:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:10:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:10:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:10:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:10:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:10:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:10:13] Production.INFO: call_cost start
[2026-04-05 19:10:13] Production.INFO: call_cost end
[2026-04-05 19:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:10:13] Production.INFO: ==23014== Releasing lock...
[2026-04-05 19:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:11:01] Production.INFO: ==23079== Lock acquired, processing the job...
[2026-04-06 00:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:11:01] Production.INFO: neon service started
[2026-04-06 00:11:01] Production.INFO: neon service started
[2026-04-06 00:11:01] Production.INFO: ==23079== Releasing lock...
[2026-04-06 00:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:11:02] Production.INFO: ==23081== Lock acquired, processing the job...
[2026-04-05 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:11:02] Production.INFO: ==23081== Releasing lock...
[2026-04-05 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:11:02] Production.INFO: ==23083== Lock acquired, processing the job...
[2026-04-05 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:11:02] Production.INFO: ==23083== Releasing lock...
[2026-04-05 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:11:03] Production.INFO: ==23085== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 19:11:03] Production.INFO: ==23089== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:11:03] Production.INFO: ==23091== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 19:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 19:11:03] Production.ERROR: CronJob PID - 23089
[2026-04-05 19:11:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 19:11:03] Production.ERROR: CronJob ID - 7
[2026-04-05 19:11:03] Production.ERROR: CronJob Last Run Time 2026-04-05 19:11:00
[2026-04-05 19:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 19:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 19:11:03] Production.INFO: ==23087== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 19:11:03] Production.INFO: ==23085== Releasing lock...
[2026-04-05 19:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 19:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:11:03] Production.INFO: ==23096== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 19:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:11:03] Production.INFO: ==23098== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:11:03] Production.INFO: ==23093== Lock acquired, processing the job...
[2026-04-05 19:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:11:03] Production.INFO: Account Balance Start.
[2026-04-05 19:11:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:11:03] Production.INFO: 117
[2026-04-05 19:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:03] Production.INFO: ==23098== Releasing lock...
[2026-04-05 19:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:11:04] Production.INFO: ==23089== Releasing lock...
[2026-04-05 19:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:11:04] Production.ERROR: done
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 19:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043390', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:11:05] Production.INFO: Total Charge 0
[2026-04-05 19:11:05] Production.INFO: CreateAllLog End
[2026-04-05 19:11:05] Production.INFO: Account Balance End.
[2026-04-05 19:11:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:11:05] Production.INFO: ==23093== Releasing lock...
[2026-04-05 19:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043390', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 19:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 19:11:10] Production.INFO: ProcessCDR(1,17043390,1,1,2)
[2026-04-05 19:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043390,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043390,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 19:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 19:11:10] Production.INFO: ==23096== Releasing lock...
[2026-04-05 19:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 19:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 19:11:12] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->select()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::updateAccountUnbilledAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateUnbilledAmount(1,2026-04-05 23:59:59))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->select()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::updateAccountUnbilledAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-05 19:11:12] Production.ERROR: CronJobId end10
[2026-04-05 19:11:12] Production.INFO: ==23091== Releasing lock...
[2026-04-05 19:11:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:11:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:11:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:11:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:11:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:11:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:11:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:11:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:11:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:11:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:11:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:11:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:11:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:11:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:11:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:11:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:11:15] Production.INFO: call_cost start
[2026-04-05 19:11:15] Production.INFO: call_cost end
[2026-04-05 19:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:11:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:11:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:11:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:11:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:11:15] Production.INFO: ==23087== Releasing lock...
[2026-04-05 19:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:12:02] Production.INFO: ==23161== Lock acquired, processing the job...
[2026-04-06 00:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:12:02] Production.INFO: neon service started
[2026-04-06 00:12:02] Production.INFO: neon service started
[2026-04-06 00:12:02] Production.INFO: ==23161== Releasing lock...
[2026-04-06 00:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:12:02] Production.INFO: ==23165== Lock acquired, processing the job...
[2026-04-05 23:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:12:02] Production.INFO: ==23165== Releasing lock...
[2026-04-05 23:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:12:02] Production.INFO: ==23163== Lock acquired, processing the job...
[2026-04-05 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:12:02] Production.INFO: ==23163== Releasing lock...
[2026-04-05 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:12:03] Production.INFO: ==23167== Lock acquired, processing the job...
[2026-04-05 19:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:12:03] Production.INFO: ==23171== Lock acquired, processing the job...
[2026-04-05 19:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:12:03] Production.INFO: ==23169== Lock acquired, processing the job...
[2026-04-05 19:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:12:03] Production.INFO: ==23173== Lock acquired, processing the job...
[2026-04-05 19:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:12:03] Production.INFO: ==23175== Lock acquired, processing the job...
[2026-04-05 19:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:12:03] Production.INFO: Account Balance Start.
[2026-04-05 19:12:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:12:03] Production.INFO: 117
[2026-04-05 19:12:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:12:03] Production.INFO: ==23175== Releasing lock...
[2026-04-05 19:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:12:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: ==23169== Releasing lock...
[2026-04-05 19:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:12:05] Production.INFO: Total Charge 0
[2026-04-05 19:12:05] Production.INFO: CreateAllLog End
[2026-04-05 19:12:05] Production.INFO: Account Balance End.
[2026-04-05 19:12:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:12:05] Production.INFO: ==23173== Releasing lock...
[2026-04-05 19:12:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:12:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:12:10] Production.ERROR: CronJobId end10
[2026-04-05 19:12:10] Production.INFO: ==23171== Releasing lock...
[2026-04-05 19:12:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:12:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:12:13] Production.INFO: call_cost start
[2026-04-05 19:12:13] Production.INFO: call_cost end
[2026-04-05 19:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:12:13] Production.INFO: ==23167== Releasing lock...
[2026-04-05 19:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:13:01] Production.INFO: ==23232== Lock acquired, processing the job...
[2026-04-06 00:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:13:01] Production.INFO: neon service started
[2026-04-06 00:13:01] Production.INFO: neon service started
[2026-04-06 00:13:01] Production.INFO: ==23232== Releasing lock...
[2026-04-06 00:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:13:01] Production.INFO: ==23234== Lock acquired, processing the job...
[2026-04-05 19:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:13:01] Production.INFO: ==23236== Lock acquired, processing the job...
[2026-04-05 23:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:13:01] Production.INFO: ==23236== Releasing lock...
[2026-04-05 23:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:13:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:13:02] Production.INFO: ==23234== Releasing lock...
[2026-04-05 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:13:02] Production.INFO: ==23240== Lock acquired, processing the job...
[2026-04-05 19:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:13:02] Production.INFO: ==23238== Lock acquired, processing the job...
[2026-04-05 19:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:13:02] Production.INFO: ==23242== Lock acquired, processing the job...
[2026-04-05 19:13:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:13:02] Production.INFO: ==23244== Lock acquired, processing the job...
[2026-04-05 19:13:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:13:03] Production.INFO: ==23246== Lock acquired, processing the job...
[2026-04-05 19:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:13:03] Production.INFO: Account Balance Start.
[2026-04-05 19:13:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:13:03] Production.INFO: 117
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:13:03] Production.INFO: ==23246== Releasing lock...
[2026-04-05 19:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: ==23240== Releasing lock...
[2026-04-05 19:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:03] Production.INFO: Date 2026-03-29
[2026-04-05 19:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:13:04] Production.INFO: Total Charge 0
[2026-04-05 19:13:04] Production.INFO: CreateAllLog End
[2026-04-05 19:13:04] Production.INFO: Account Balance End.
[2026-04-05 19:13:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:13:04] Production.INFO: ==23244== Releasing lock...
[2026-04-05 19:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:13:10] Production.ERROR: CronJobId end10
[2026-04-05 19:13:10] Production.INFO: ==23242== Releasing lock...
[2026-04-05 19:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:13:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:13:11] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:13:11] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:13:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:13:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:13:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:13:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:13:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:13:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:13:11] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:13:11] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:13:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:13:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:13:11] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:13:12] Production.INFO: call_cost start
[2026-04-05 19:13:12] Production.INFO: call_cost end
[2026-04-05 19:13:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:13:12] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:13:12] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:13:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:13:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:13:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:13:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:13:12] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:13:12] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:13:12] Production.INFO: ==23238== Releasing lock...
[2026-04-05 19:13:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:13:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:14:01] Production.INFO: ==23304== Lock acquired, processing the job...
[2026-04-06 00:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:14:01] Production.INFO: neon service started
[2026-04-06 00:14:01] Production.INFO: neon service started
[2026-04-06 00:14:01] Production.INFO: ==23304== Releasing lock...
[2026-04-06 00:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:14:02] Production.INFO: ==23308== Lock acquired, processing the job...
[2026-04-05 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:14:02] Production.INFO: ==23308== Releasing lock...
[2026-04-05 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:14:02] Production.INFO: ==23306== Lock acquired, processing the job...
[2026-04-05 19:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:14:02] Production.INFO: ==23306== Releasing lock...
[2026-04-05 19:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:14:03] Production.INFO: ==23310== Lock acquired, processing the job...
[2026-04-05 19:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:14:03] Production.INFO: ==23312== Lock acquired, processing the job...
[2026-04-05 19:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:14:03] Production.INFO: ==23316== Lock acquired, processing the job...
[2026-04-05 19:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:14:03] Production.INFO: ==23314== Lock acquired, processing the job...
[2026-04-05 19:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:14:03] Production.INFO: ==23318== Lock acquired, processing the job...
[2026-04-05 19:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:14:03] Production.INFO: Account Balance Start.
[2026-04-05 19:14:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:14:03] Production.INFO: 117
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: ==23318== Releasing lock...
[2026-04-05 19:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:03] Production.INFO: ==23312== Releasing lock...
[2026-04-05 19:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:14:04] Production.INFO: Total Charge 0
[2026-04-05 19:14:04] Production.INFO: CreateAllLog End
[2026-04-05 19:14:04] Production.INFO: Account Balance End.
[2026-04-05 19:14:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:14:04] Production.INFO: ==23316== Releasing lock...
[2026-04-05 19:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:14:09] Production.ERROR: CronJobId end10
[2026-04-05 19:14:09] Production.INFO: ==23314== Releasing lock...
[2026-04-05 19:14:09] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:14:09] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:14:13] Production.INFO: call_cost start
[2026-04-05 19:14:13] Production.INFO: call_cost end
[2026-04-05 19:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:14:13] Production.INFO: ==23310== Releasing lock...
[2026-04-05 19:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:15:02] Production.INFO: ==23374== Lock acquired, processing the job...
[2026-04-06 00:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:15:02] Production.INFO: neon service started
[2026-04-06 00:15:02] Production.INFO: neon service started
[2026-04-06 00:15:02] Production.INFO: ==23374== Releasing lock...
[2026-04-06 00:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:15:02] Production.INFO: ==23377== Lock acquired, processing the job...
[2026-04-05 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:15:02] Production.INFO: ==23379== Lock acquired, processing the job...
[2026-04-05 23:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:15:03] Production.INFO: ==23379== Releasing lock...
[2026-04-05 23:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:15:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:15:03] Production.INFO: ==23377== Releasing lock...
[2026-04-05 19:15:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:15:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:15:03] Production.INFO: ==23381== Lock acquired, processing the job...
[2026-04-05 19:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:15:03] Production.INFO: ==23387== Lock acquired, processing the job...
[2026-04-05 19:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:15:03] Production.INFO: Account Balance Start.
[2026-04-05 19:15:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:15:03] Production.INFO: 117
[2026-04-05 19:15:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: ==23383== Lock acquired, processing the job...
[2026-04-05 19:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: ==23385== Lock acquired, processing the job...
[2026-04-05 19:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:15:04] Production.INFO: ==23389== Lock acquired, processing the job...
[2026-04-05 19:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:15:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:15:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: ==23389== Releasing lock...
[2026-04-05 19:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: ==23383== Releasing lock...
[2026-04-05 19:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:15:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:15:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:15:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:15:05] Production.INFO: Total Charge 0
[2026-04-05 19:15:05] Production.INFO: CreateAllLog End
[2026-04-05 19:15:05] Production.INFO: Account Balance End.
[2026-04-05 19:15:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:15:05] Production.INFO: ==23387== Releasing lock...
[2026-04-05 19:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:15:11] Production.ERROR: CronJobId end10
[2026-04-05 19:15:11] Production.INFO: ==23385== Releasing lock...
[2026-04-05 19:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:15:14] Production.INFO: call_cost start
[2026-04-05 19:15:14] Production.INFO: call_cost end
[2026-04-05 19:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:15:14] Production.INFO: ==23381== Releasing lock...
[2026-04-05 19:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:16:01] Production.INFO: ==23445== Lock acquired, processing the job...
[2026-04-06 00:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:16:01] Production.INFO: neon service started
[2026-04-06 00:16:01] Production.INFO: neon service started
[2026-04-06 00:16:01] Production.INFO: ==23445== Releasing lock...
[2026-04-06 00:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:16:02] Production.INFO: ==23449== Lock acquired, processing the job...
[2026-04-05 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:16:02] Production.INFO: ==23449== Releasing lock...
[2026-04-05 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:16:02] Production.INFO: ==23447== Lock acquired, processing the job...
[2026-04-05 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:16:02] Production.INFO: ==23447== Releasing lock...
[2026-04-05 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:16:02] Production.INFO: ==23451== Lock acquired, processing the job...
[2026-04-05 19:16:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:16:02] Production.INFO: ==23453== Lock acquired, processing the job...
[2026-04-05 19:16:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:16:03] Production.INFO: ==23455== Lock acquired, processing the job...
[2026-04-05 19:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:16:03] Production.INFO: ==23457== Lock acquired, processing the job...
[2026-04-05 19:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:16:03] Production.INFO: ==23459== Lock acquired, processing the job...
[2026-04-05 19:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:16:03] Production.INFO: Account Balance Start.
[2026-04-05 19:16:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:16:03] Production.INFO: 117
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: ==23459== Releasing lock...
[2026-04-05 19:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: ==23453== Releasing lock...
[2026-04-05 19:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:16:04] Production.INFO: Total Charge 0
[2026-04-05 19:16:04] Production.INFO: CreateAllLog End
[2026-04-05 19:16:04] Production.INFO: Account Balance End.
[2026-04-05 19:16:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:16:04] Production.INFO: ==23457== Releasing lock...
[2026-04-05 19:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:16:11] Production.ERROR: CronJobId end10
[2026-04-05 19:16:11] Production.INFO: ==23455== Releasing lock...
[2026-04-05 19:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:16:14] Production.INFO: call_cost start
[2026-04-05 19:16:14] Production.INFO: call_cost end
[2026-04-05 19:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:16:14] Production.INFO: ==23451== Releasing lock...
[2026-04-05 19:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:17:02] Production.INFO: ==23519== Lock acquired, processing the job...
[2026-04-06 00:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:17:02] Production.INFO: neon service started
[2026-04-06 00:17:02] Production.INFO: neon service started
[2026-04-06 00:17:02] Production.INFO: ==23519== Releasing lock...
[2026-04-06 00:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:17:02] Production.INFO: ==23523== Lock acquired, processing the job...
[2026-04-05 23:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:17:02] Production.INFO: ==23523== Releasing lock...
[2026-04-05 23:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:17:02] Production.INFO: ==23521== Lock acquired, processing the job...
[2026-04-05 19:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:17:02] Production.INFO: ==23521== Releasing lock...
[2026-04-05 19:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:17:03] Production.INFO: ==23532== Lock acquired, processing the job...
[2026-04-05 19:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:17:03] Production.INFO: ==23526== Lock acquired, processing the job...
[2026-04-05 19:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:17:03] Production.INFO: ==23534== Lock acquired, processing the job...
[2026-04-05 19:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:17:03] Production.INFO: ==23528== Lock acquired, processing the job...
[2026-04-05 19:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:17:03] Production.INFO: Account Balance Start.
[2026-04-05 19:17:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:17:03] Production.INFO: ==23530== Lock acquired, processing the job...
[2026-04-05 19:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:17:03] Production.INFO: 117
[2026-04-05 19:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:17:03] Production.INFO: ==23534== Releasing lock...
[2026-04-05 19:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: ==23528== Releasing lock...
[2026-04-05 19:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:17:04] Production.INFO: Total Charge 0
[2026-04-05 19:17:04] Production.INFO: CreateAllLog End
[2026-04-05 19:17:04] Production.INFO: Account Balance End.
[2026-04-05 19:17:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:17:04] Production.INFO: ==23532== Releasing lock...
[2026-04-05 19:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:17:11] Production.ERROR: CronJobId end10
[2026-04-05 19:17:11] Production.INFO: ==23530== Releasing lock...
[2026-04-05 19:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:17:14] Production.INFO: call_cost start
[2026-04-05 19:17:14] Production.INFO: call_cost end
[2026-04-05 19:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:17:14] Production.INFO: ==23526== Releasing lock...
[2026-04-05 19:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:18:01] Production.INFO: ==23588== Lock acquired, processing the job...
[2026-04-06 00:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:18:01] Production.INFO: neon service started
[2026-04-06 00:18:01] Production.INFO: neon service started
[2026-04-06 00:18:01] Production.INFO: ==23588== Releasing lock...
[2026-04-06 00:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:18:01] Production.INFO: ==23592== Lock acquired, processing the job...
[2026-04-05 23:18:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:18:01] Production.INFO: ==23592== Releasing lock...
[2026-04-05 23:18:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:18:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:18:01] Production.INFO: ==23590== Lock acquired, processing the job...
[2026-04-05 19:18:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:18:02] Production.INFO: ==23590== Releasing lock...
[2026-04-05 19:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:18:02] Production.INFO: ==23594== Lock acquired, processing the job...
[2026-04-05 19:18:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:18:02] Production.INFO: ==23598== Lock acquired, processing the job...
[2026-04-05 19:18:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:18:02] Production.INFO: ==23600== Lock acquired, processing the job...
[2026-04-05 19:18:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:18:03] Production.INFO: ==23596== Lock acquired, processing the job...
[2026-04-05 19:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:18:03] Production.INFO: ==23602== Lock acquired, processing the job...
[2026-04-05 19:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:18:03] Production.INFO: Account Balance Start.
[2026-04-05 19:18:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:18:03] Production.INFO: 117
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:18:03] Production.INFO: ==23602== Releasing lock...
[2026-04-05 19:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: ==23596== Releasing lock...
[2026-04-05 19:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-29
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-30
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-03-31
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-04-01
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-04-02
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:03] Production.INFO: Date 2026-04-03
[2026-04-05 19:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:18:04] Production.INFO: Total Charge 0
[2026-04-05 19:18:04] Production.INFO: CreateAllLog End
[2026-04-05 19:18:04] Production.INFO: Account Balance End.
[2026-04-05 19:18:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:18:04] Production.INFO: ==23600== Releasing lock...
[2026-04-05 19:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:18:10] Production.ERROR: CronJobId end10
[2026-04-05 19:18:10] Production.INFO: ==23598== Releasing lock...
[2026-04-05 19:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:18:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:18:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:18:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:18:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:18:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:18:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:18:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:18:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:18:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:18:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:18:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:18:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:18:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:18:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:18:13] Production.INFO: call_cost start
[2026-04-05 19:18:13] Production.INFO: call_cost end
[2026-04-05 19:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:18:13] Production.INFO: ==23594== Releasing lock...
[2026-04-05 19:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:19:01] Production.INFO: ==23662== Lock acquired, processing the job...
[2026-04-06 00:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:19:01] Production.INFO: neon service started
[2026-04-06 00:19:01] Production.INFO: neon service started
[2026-04-06 00:19:01] Production.INFO: ==23662== Releasing lock...
[2026-04-06 00:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:19:02] Production.INFO: ==23664== Lock acquired, processing the job...
[2026-04-05 19:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:19:02] Production.INFO: ==23664== Releasing lock...
[2026-04-05 19:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:19:02] Production.INFO: ==23666== Lock acquired, processing the job...
[2026-04-05 23:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:19:02] Production.INFO: ==23666== Releasing lock...
[2026-04-05 23:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:19:03] Production.INFO: ==23668== Lock acquired, processing the job...
[2026-04-05 19:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:19:03] Production.INFO: ==23670== Lock acquired, processing the job...
[2026-04-05 19:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:19:03] Production.INFO: ==23672== Lock acquired, processing the job...
[2026-04-05 19:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:19:03] Production.INFO: ==23674== Lock acquired, processing the job...
[2026-04-05 19:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:19:03] Production.INFO: ==23676== Lock acquired, processing the job...
[2026-04-05 19:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:19:03] Production.INFO: Account Balance Start.
[2026-04-05 19:19:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:19:03] Production.INFO: 117
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:19:03] Production.INFO: ==23676== Releasing lock...
[2026-04-05 19:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: ==23670== Releasing lock...
[2026-04-05 19:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:19:04] Production.INFO: Total Charge 0
[2026-04-05 19:19:04] Production.INFO: CreateAllLog End
[2026-04-05 19:19:04] Production.INFO: Account Balance End.
[2026-04-05 19:19:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:19:04] Production.INFO: ==23674== Releasing lock...
[2026-04-05 19:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:19:11] Production.ERROR: CronJobId end10
[2026-04-05 19:19:11] Production.INFO: ==23672== Releasing lock...
[2026-04-05 19:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:19:13] Production.INFO: call_cost start
[2026-04-05 19:19:13] Production.INFO: call_cost end
[2026-04-05 19:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:19:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:19:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:19:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:19:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:19:13] Production.INFO: ==23668== Releasing lock...
[2026-04-05 19:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:20:02] Production.INFO: ==23737== Lock acquired, processing the job...
[2026-04-06 00:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:20:02] Production.INFO: neon service started
[2026-04-06 00:20:02] Production.INFO: neon service started
[2026-04-06 00:20:02] Production.INFO: ==23737== Releasing lock...
[2026-04-06 00:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:20:02] Production.INFO: ==23739== Lock acquired, processing the job...
[2026-04-05 19:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:20:02] Production.INFO: ==23739== Releasing lock...
[2026-04-05 19:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:20:02] Production.INFO: ==23741== Lock acquired, processing the job...
[2026-04-05 23:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:20:03] Production.INFO: ==23741== Releasing lock...
[2026-04-05 23:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:20:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:20:03] Production.INFO: ==23743== Lock acquired, processing the job...
[2026-04-05 19:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:20:03] Production.INFO: ==23745== Lock acquired, processing the job...
[2026-04-05 19:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:20:03] Production.INFO: ==23751== Lock acquired, processing the job...
[2026-04-05 19:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:20:03] Production.INFO: ==23747== Lock acquired, processing the job...
[2026-04-05 19:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:20:03] Production.INFO: ==23751== Releasing lock...
[2026-04-05 19:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:20:03] Production.INFO: ==23749== Lock acquired, processing the job...
[2026-04-05 19:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:20:03] Production.INFO: Account Balance Start.
[2026-04-05 19:20:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:20:03] Production.INFO: 117
[2026-04-05 19:20:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: ==23745== Releasing lock...
[2026-04-05 19:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-03-27
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-03-28
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-03-29
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-03-30
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:20:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:20:05] Production.INFO: Total Charge 0
[2026-04-05 19:20:05] Production.INFO: CreateAllLog End
[2026-04-05 19:20:05] Production.INFO: Account Balance End.
[2026-04-05 19:20:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:20:05] Production.INFO: ==23749== Releasing lock...
[2026-04-05 19:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:20:11] Production.ERROR: CronJobId end10
[2026-04-05 19:20:11] Production.INFO: ==23747== Releasing lock...
[2026-04-05 19:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:20:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:20:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:20:14] Production.INFO: call_cost start
[2026-04-05 19:20:14] Production.INFO: call_cost end
[2026-04-05 19:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:20:14] Production.INFO: ==23743== Releasing lock...
[2026-04-05 19:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:21:01] Production.INFO: ==23806== Lock acquired, processing the job...
[2026-04-06 00:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:21:01] Production.INFO: neon service started
[2026-04-06 00:21:01] Production.INFO: neon service started
[2026-04-06 00:21:01] Production.INFO: ==23806== Releasing lock...
[2026-04-06 00:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:21:02] Production.INFO: ==23810== Lock acquired, processing the job...
[2026-04-05 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:21:02] Production.INFO: ==23810== Releasing lock...
[2026-04-05 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:21:02] Production.INFO: ==23808== Lock acquired, processing the job...
[2026-04-05 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:21:02] Production.INFO: ==23808== Releasing lock...
[2026-04-05 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:21:03] Production.INFO: ==23816== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:21:03] Production.INFO: ==23812== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 19:21:03] Production.INFO: ==23814== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 19:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 19:21:03] Production.ERROR: CronJob PID - 23816
[2026-04-05 19:21:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 19:21:03] Production.ERROR: CronJob ID - 7
[2026-04-05 19:21:03] Production.ERROR: CronJob Last Run Time 2026-04-05 19:21:00
[2026-04-05 19:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 19:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 19:21:03] Production.INFO: ==23821== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 19:21:03] Production.INFO: ==23812== Releasing lock...
[2026-04-05 19:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 19:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:21:03] Production.INFO: ==23825== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:21:03] Production.INFO: ==23818== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:21:03] Production.INFO: ==23823== Lock acquired, processing the job...
[2026-04-05 19:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 19:21:03] Production.INFO: Account Balance Start.
[2026-04-05 19:21:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:21:03] Production.INFO: 117
[2026-04-05 19:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:21:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:03] Production.INFO: ==23825== Releasing lock...
[2026-04-05 19:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: ==23816== Releasing lock...
[2026-04-05 19:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:04] Production.ERROR: done
[2026-04-05 19:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 19:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043431', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 19:21:05] Production.INFO: Date 2026-03-27
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-03-28
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-03-29
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-03-30
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:21:05] Production.INFO: Total Charge 0
[2026-04-05 19:21:05] Production.INFO: CreateAllLog End
[2026-04-05 19:21:05] Production.INFO: Account Balance End.
[2026-04-05 19:21:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:21:05] Production.INFO: ==23821== Releasing lock...
[2026-04-05 19:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043431', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 19:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 19:21:10] Production.INFO: ProcessCDR(1,17043431,1,1,2)
[2026-04-05 19:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043431,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043431,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 19:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 19:21:10] Production.INFO: ==23823== Releasing lock...
[2026-04-05 19:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 19:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 19:21:13] Production.ERROR: CronJobId end10
[2026-04-05 19:21:13] Production.INFO: ==23818== Releasing lock...
[2026-04-05 19:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:21:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:21:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:21:16] Production.INFO: call_cost start
[2026-04-05 19:21:16] Production.INFO: call_cost end
[2026-04-05 19:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:21:16] Production.INFO: ==23814== Releasing lock...
[2026-04-05 19:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:22:02] Production.INFO: ==23884== Lock acquired, processing the job...
[2026-04-06 00:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:22:02] Production.INFO: neon service started
[2026-04-06 00:22:02] Production.INFO: neon service started
[2026-04-06 00:22:02] Production.INFO: ==23884== Releasing lock...
[2026-04-06 00:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:22:02] Production.INFO: ==23886== Lock acquired, processing the job...
[2026-04-05 19:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:22:02] Production.INFO: ==23888== Lock acquired, processing the job...
[2026-04-05 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:22:02] Production.INFO: ==23888== Releasing lock...
[2026-04-05 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:22:02] Production.INFO: ==23886== Releasing lock...
[2026-04-05 19:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:22:03] Production.INFO: ==23893== Lock acquired, processing the job...
[2026-04-05 19:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:22:03] Production.INFO: ==23897== Lock acquired, processing the job...
[2026-04-05 19:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:22:03] Production.INFO: ==23895== Lock acquired, processing the job...
[2026-04-05 19:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:22:03] Production.INFO: ==23899== Lock acquired, processing the job...
[2026-04-05 19:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:22:03] Production.INFO: Account Balance Start.
[2026-04-05 19:22:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:22:03] Production.INFO: 117
[2026-04-05 19:22:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:22:03] Production.INFO: ==23901== Lock acquired, processing the job...
[2026-04-05 19:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:22:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:22:04] Production.INFO: ==23901== Releasing lock...
[2026-04-05 19:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: ==23895== Releasing lock...
[2026-04-05 19:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-03-30
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:22:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:22:05] Production.INFO: Total Charge 0
[2026-04-05 19:22:05] Production.INFO: CreateAllLog End
[2026-04-05 19:22:05] Production.INFO: Account Balance End.
[2026-04-05 19:22:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:22:05] Production.INFO: ==23899== Releasing lock...
[2026-04-05 19:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:22:13] Production.ERROR: CronJobId end10
[2026-04-05 19:22:13] Production.INFO: ==23897== Releasing lock...
[2026-04-05 19:22:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:22:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:22:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:22:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:22:14] Production.INFO: call_cost start
[2026-04-05 19:22:14] Production.INFO: call_cost end
[2026-04-05 19:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:22:14] Production.INFO: ==23893== Releasing lock...
[2026-04-05 19:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:23:01] Production.INFO: ==23957== Lock acquired, processing the job...
[2026-04-06 00:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:23:01] Production.INFO: neon service started
[2026-04-06 00:23:01] Production.INFO: neon service started
[2026-04-06 00:23:01] Production.INFO: ==23957== Releasing lock...
[2026-04-06 00:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:23:01] Production.INFO: ==23959== Lock acquired, processing the job...
[2026-04-05 19:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:23:02] Production.INFO: ==23959== Releasing lock...
[2026-04-05 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:23:02] Production.INFO: ==23961== Lock acquired, processing the job...
[2026-04-05 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:23:02] Production.INFO: ==23961== Releasing lock...
[2026-04-05 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:23:02] Production.INFO: ==23964== Lock acquired, processing the job...
[2026-04-05 19:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:23:02] Production.INFO: ==23966== Lock acquired, processing the job...
[2026-04-05 19:23:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:23:02] Production.INFO: ==23968== Lock acquired, processing the job...
[2026-04-05 19:23:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:23:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:23:02] Production.INFO: ==23970== Lock acquired, processing the job...
[2026-04-05 19:23:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:23:02] Production.INFO: ==23972== Lock acquired, processing the job...
[2026-04-05 19:23:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:23:03] Production.INFO: Account Balance Start.
[2026-04-05 19:23:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:23:03] Production.INFO: 117
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:23:03] Production.INFO: ==23972== Releasing lock...
[2026-04-05 19:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: ==23966== Releasing lock...
[2026-04-05 19:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:23:04] Production.INFO: Total Charge 0
[2026-04-05 19:23:04] Production.INFO: CreateAllLog End
[2026-04-05 19:23:04] Production.INFO: Account Balance End.
[2026-04-05 19:23:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:23:04] Production.INFO: ==23970== Releasing lock...
[2026-04-05 19:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:23:11] Production.ERROR: CronJobId end10
[2026-04-05 19:23:11] Production.INFO: ==23968== Releasing lock...
[2026-04-05 19:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:23:13] Production.INFO: call_cost start
[2026-04-05 19:23:13] Production.INFO: call_cost end
[2026-04-05 19:23:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:23:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:23:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:23:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:23:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:23:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:23:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:23:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:23:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:23:13] Production.INFO: ==23964== Releasing lock...
[2026-04-05 19:23:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:23:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:24:01] Production.INFO: ==24032== Lock acquired, processing the job...
[2026-04-06 00:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:24:01] Production.INFO: neon service started
[2026-04-06 00:24:01] Production.INFO: neon service started
[2026-04-06 00:24:01] Production.INFO: ==24032== Releasing lock...
[2026-04-06 00:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:24:02] Production.INFO: ==24034== Lock acquired, processing the job...
[2026-04-05 19:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:24:02] Production.INFO: ==24034== Releasing lock...
[2026-04-05 19:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:24:02] Production.INFO: ==24036== Lock acquired, processing the job...
[2026-04-05 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:24:02] Production.INFO: ==24036== Releasing lock...
[2026-04-05 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:24:03] Production.INFO: ==24039== Lock acquired, processing the job...
[2026-04-05 19:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:24:03] Production.INFO: ==24041== Lock acquired, processing the job...
[2026-04-05 19:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:24:03] Production.INFO: ==24045== Lock acquired, processing the job...
[2026-04-05 19:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:24:03] Production.INFO: ==24047== Lock acquired, processing the job...
[2026-04-05 19:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:24:03] Production.INFO: ==24043== Lock acquired, processing the job...
[2026-04-05 19:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:24:03] Production.INFO: Account Balance Start.
[2026-04-05 19:24:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:24:03] Production.INFO: 117
[2026-04-05 19:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:24:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:24:03] Production.INFO: ==24047== Releasing lock...
[2026-04-05 19:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:24:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: ==24041== Releasing lock...
[2026-04-05 19:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:24:04] Production.INFO: Total Charge 0
[2026-04-05 19:24:04] Production.INFO: CreateAllLog End
[2026-04-05 19:24:04] Production.INFO: Account Balance End.
[2026-04-05 19:24:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:24:04] Production.INFO: ==24045== Releasing lock...
[2026-04-05 19:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:24:11] Production.ERROR: CronJobId end10
[2026-04-05 19:24:11] Production.INFO: ==24043== Releasing lock...
[2026-04-05 19:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:24:13] Production.INFO: call_cost start
[2026-04-05 19:24:13] Production.INFO: call_cost end
[2026-04-05 19:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:24:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:24:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:24:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:24:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:24:13] Production.INFO: ==24039== Releasing lock...
[2026-04-05 19:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:25:02] Production.INFO: ==24104== Lock acquired, processing the job...
[2026-04-06 00:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:25:02] Production.INFO: neon service started
[2026-04-06 00:25:02] Production.INFO: neon service started
[2026-04-06 00:25:02] Production.INFO: ==24104== Releasing lock...
[2026-04-06 00:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:25:02] Production.INFO: ==24106== Lock acquired, processing the job...
[2026-04-05 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:25:02] Production.INFO: ==24106== Releasing lock...
[2026-04-05 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:25:02] Production.INFO: ==24109== Lock acquired, processing the job...
[2026-04-05 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:25:02] Production.INFO: ==24109== Releasing lock...
[2026-04-05 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:25:03] Production.INFO: ==24111== Lock acquired, processing the job...
[2026-04-05 19:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:25:03] Production.INFO: ==24115== Lock acquired, processing the job...
[2026-04-05 19:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:25:03] Production.INFO: ==24113== Lock acquired, processing the job...
[2026-04-05 19:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:25:03] Production.INFO: ==24117== Lock acquired, processing the job...
[2026-04-05 19:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:25:03] Production.INFO: ==24119== Lock acquired, processing the job...
[2026-04-05 19:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:25:03] Production.INFO: Account Balance Start.
[2026-04-05 19:25:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:25:03] Production.INFO: 117
[2026-04-05 19:25:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:25:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:25:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: ==24119== Releasing lock...
[2026-04-05 19:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: ==24113== Releasing lock...
[2026-04-05 19:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:25:05] Production.INFO: Total Charge 0
[2026-04-05 19:25:05] Production.INFO: CreateAllLog End
[2026-04-05 19:25:05] Production.INFO: Account Balance End.
[2026-04-05 19:25:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:25:05] Production.INFO: ==24117== Releasing lock...
[2026-04-05 19:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:25:12] Production.ERROR: CronJobId end10
[2026-04-05 19:25:12] Production.INFO: ==24115== Releasing lock...
[2026-04-05 19:25:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:25:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:25:14] Production.INFO: call_cost start
[2026-04-05 19:25:14] Production.INFO: call_cost end
[2026-04-05 19:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:25:14] Production.INFO: ==24111== Releasing lock...
[2026-04-05 19:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:26:01] Production.INFO: ==24176== Lock acquired, processing the job...
[2026-04-06 00:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:26:01] Production.INFO: neon service started
[2026-04-06 00:26:01] Production.INFO: neon service started
[2026-04-06 00:26:01] Production.INFO: ==24176== Releasing lock...
[2026-04-06 00:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:26:02] Production.INFO: ==24178== Lock acquired, processing the job...
[2026-04-05 19:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:26:02] Production.INFO: ==24180== Lock acquired, processing the job...
[2026-04-05 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:26:02] Production.INFO: ==24180== Releasing lock...
[2026-04-05 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:26:02] Production.INFO: ==24178== Releasing lock...
[2026-04-05 19:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:26:03] Production.INFO: ==24183== Lock acquired, processing the job...
[2026-04-05 19:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:26:03] Production.INFO: ==24185== Lock acquired, processing the job...
[2026-04-05 19:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:26:03] Production.INFO: ==24187== Lock acquired, processing the job...
[2026-04-05 19:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:26:03] Production.INFO: ==24189== Lock acquired, processing the job...
[2026-04-05 19:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:26:03] Production.INFO: ==24191== Lock acquired, processing the job...
[2026-04-05 19:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:26:03] Production.INFO: Account Balance Start.
[2026-04-05 19:26:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:26:03] Production.INFO: 117
[2026-04-05 19:26:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:26:03] Production.INFO: ==24191== Releasing lock...
[2026-04-05 19:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:26:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: ==24185== Releasing lock...
[2026-04-05 19:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:26:05] Production.INFO: Total Charge 0
[2026-04-05 19:26:05] Production.INFO: CreateAllLog End
[2026-04-05 19:26:05] Production.INFO: Account Balance End.
[2026-04-05 19:26:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:26:05] Production.INFO: ==24189== Releasing lock...
[2026-04-05 19:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:26:12] Production.ERROR: CronJobId end10
[2026-04-05 19:26:12] Production.INFO: ==24187== Releasing lock...
[2026-04-05 19:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:26:15] Production.INFO: call_cost start
[2026-04-05 19:26:15] Production.INFO: call_cost end
[2026-04-05 19:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:26:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:26:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:26:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:26:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:26:15] Production.INFO: ==24183== Releasing lock...
[2026-04-05 19:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:27:02] Production.INFO: ==24247== Lock acquired, processing the job...
[2026-04-06 00:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:27:02] Production.INFO: neon service started
[2026-04-06 00:27:02] Production.INFO: neon service started
[2026-04-06 00:27:02] Production.INFO: ==24247== Releasing lock...
[2026-04-06 00:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:27:02] Production.INFO: ==24249== Lock acquired, processing the job...
[2026-04-05 19:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:27:02] Production.INFO: ==24249== Releasing lock...
[2026-04-05 19:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:27:02] Production.INFO: ==24251== Lock acquired, processing the job...
[2026-04-05 23:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:27:02] Production.INFO: ==24251== Releasing lock...
[2026-04-05 23:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:27:03] Production.INFO: ==24260== Lock acquired, processing the job...
[2026-04-05 19:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:27:03] Production.INFO: Account Balance Start.
[2026-04-05 19:27:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:27:03] Production.INFO: 117
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: ==24262== Lock acquired, processing the job...
[2026-04-05 19:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:27:03] Production.INFO: ==24254== Lock acquired, processing the job...
[2026-04-05 19:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:27:03] Production.INFO: ==24258== Lock acquired, processing the job...
[2026-04-05 19:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:27:03] Production.INFO: ==24256== Lock acquired, processing the job...
[2026-04-05 19:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:27:03] Production.INFO: ==24262== Releasing lock...
[2026-04-05 19:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:27:04] Production.INFO: Total Charge 0
[2026-04-05 19:27:04] Production.INFO: CreateAllLog End
[2026-04-05 19:27:04] Production.INFO: Account Balance End.
[2026-04-05 19:27:04] Production.INFO: ==24256== Releasing lock...
[2026-04-05 19:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:27:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:27:04] Production.INFO: ==24260== Releasing lock...
[2026-04-05 19:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:27:11] Production.ERROR: CronJobId end10
[2026-04-05 19:27:11] Production.INFO: ==24258== Releasing lock...
[2026-04-05 19:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:27:14] Production.INFO: call_cost start
[2026-04-05 19:27:14] Production.INFO: call_cost end
[2026-04-05 19:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:27:14] Production.INFO: ==24254== Releasing lock...
[2026-04-05 19:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:28:01] Production.INFO: ==24322== Lock acquired, processing the job...
[2026-04-06 00:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:28:01] Production.INFO: neon service started
[2026-04-06 00:28:01] Production.INFO: neon service started
[2026-04-06 00:28:01] Production.INFO: ==24322== Releasing lock...
[2026-04-06 00:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:28:02] Production.INFO: ==24324== Lock acquired, processing the job...
[2026-04-05 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:28:02] Production.INFO: ==24326== Lock acquired, processing the job...
[2026-04-05 23:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:28:02] Production.INFO: ==24326== Releasing lock...
[2026-04-05 23:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:28:02] Production.INFO: ==24324== Releasing lock...
[2026-04-05 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:28:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:28:03] Production.INFO: ==24329== Lock acquired, processing the job...
[2026-04-05 19:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:28:03] Production.INFO: ==24331== Lock acquired, processing the job...
[2026-04-05 19:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:28:03] Production.INFO: ==24333== Lock acquired, processing the job...
[2026-04-05 19:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:28:03] Production.INFO: ==24335== Lock acquired, processing the job...
[2026-04-05 19:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:28:03] Production.INFO: ==24337== Lock acquired, processing the job...
[2026-04-05 19:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:28:03] Production.INFO: Account Balance Start.
[2026-04-05 19:28:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:28:03] Production.INFO: 117
[2026-04-05 19:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:28:03] Production.INFO: ==24337== Releasing lock...
[2026-04-05 19:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: ==24331== Releasing lock...
[2026-04-05 19:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:28:04] Production.INFO: Total Charge 0
[2026-04-05 19:28:04] Production.INFO: CreateAllLog End
[2026-04-05 19:28:04] Production.INFO: Account Balance End.
[2026-04-05 19:28:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:28:04] Production.INFO: ==24335== Releasing lock...
[2026-04-05 19:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:28:10] Production.ERROR: CronJobId end10
[2026-04-05 19:28:10] Production.INFO: ==24333== Releasing lock...
[2026-04-05 19:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:28:13] Production.INFO: call_cost start
[2026-04-05 19:28:13] Production.INFO: call_cost end
[2026-04-05 19:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:28:13] Production.INFO: ==24329== Releasing lock...
[2026-04-05 19:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:29:02] Production.INFO: ==24390== Lock acquired, processing the job...
[2026-04-06 00:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:29:02] Production.INFO: neon service started
[2026-04-06 00:29:02] Production.INFO: neon service started
[2026-04-06 00:29:02] Production.INFO: ==24390== Releasing lock...
[2026-04-06 00:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:29:02] Production.INFO: ==24392== Lock acquired, processing the job...
[2026-04-05 19:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:29:02] Production.INFO: ==24392== Releasing lock...
[2026-04-05 19:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:29:02] Production.INFO: ==24394== Lock acquired, processing the job...
[2026-04-05 23:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:29:02] Production.INFO: ==24394== Releasing lock...
[2026-04-05 23:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:29:03] Production.INFO: ==24400== Lock acquired, processing the job...
[2026-04-05 19:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:29:03] Production.INFO: ==24396== Lock acquired, processing the job...
[2026-04-05 19:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:29:03] Production.INFO: ==24398== Lock acquired, processing the job...
[2026-04-05 19:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:29:03] Production.INFO: ==24402== Lock acquired, processing the job...
[2026-04-05 19:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:29:03] Production.INFO: ==24404== Lock acquired, processing the job...
[2026-04-05 19:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:29:03] Production.INFO: Account Balance Start.
[2026-04-05 19:29:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:29:03] Production.INFO: 117
[2026-04-05 19:29:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:29:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:29:03] Production.INFO: ==24404== Releasing lock...
[2026-04-05 19:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:29:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: ==24398== Releasing lock...
[2026-04-05 19:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:29:05] Production.INFO: Total Charge 0
[2026-04-05 19:29:05] Production.INFO: CreateAllLog End
[2026-04-05 19:29:05] Production.INFO: Account Balance End.
[2026-04-05 19:29:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:29:05] Production.INFO: ==24402== Releasing lock...
[2026-04-05 19:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:29:11] Production.ERROR: CronJobId end10
[2026-04-05 19:29:11] Production.INFO: ==24400== Releasing lock...
[2026-04-05 19:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:29:13] Production.INFO: call_cost start
[2026-04-05 19:29:13] Production.INFO: call_cost end
[2026-04-05 19:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:29:13] Production.INFO: ==24396== Releasing lock...
[2026-04-05 19:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:30:01] Production.INFO: ==24473== Lock acquired, processing the job...
[2026-04-06 00:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:30:01] Production.INFO: neon service started
[2026-04-06 00:30:01] Production.INFO: neon service started
[2026-04-06 00:30:01] Production.INFO: ==24473== Releasing lock...
[2026-04-06 00:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:30:01] Production.INFO: ==24475== Lock acquired, processing the job...
[2026-04-05 19:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:30:01] Production.INFO: ==24475== Releasing lock...
[2026-04-05 19:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:30:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:30:02] Production.INFO: ==24477== Lock acquired, processing the job...
[2026-04-05 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:30:02] Production.INFO: ==24477== Releasing lock...
[2026-04-05 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:30:02] Production.INFO: ==24482== Lock acquired, processing the job...
[2026-04-05 19:30:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:30:02] Production.INFO: ==24484== Lock acquired, processing the job...
[2026-04-05 19:30:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:30:02] Production.INFO: ==24486== Lock acquired, processing the job...
[2026-04-05 19:30:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:30:02] Production.INFO: ==24480== Lock acquired, processing the job...
[2026-04-05 19:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:30:02] Production.INFO: Account Balance Start.
[2026-04-05 19:30:02] Production.INFO: CreateAllLog Start
[2026-04-05 19:30:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:30:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:30:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:30:02] Production.INFO: 117
[2026-04-05 19:30:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:30:02] Production.INFO: Date 2026-03-08
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: ==24488== Lock acquired, processing the job...
[2026-04-05 19:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:30:03] Production.INFO: ==24488== Releasing lock...
[2026-04-05 19:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: ==24482== Releasing lock...
[2026-04-05 19:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-29
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-30
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-03-31
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-04-01
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-04-02
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-04-03
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-04-04
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Date 2026-04-05
[2026-04-05 19:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:30:03] Production.INFO: Total Charge 0
[2026-04-05 19:30:03] Production.INFO: CreateAllLog End
[2026-04-05 19:30:03] Production.INFO: Account Balance End.
[2026-04-05 19:30:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:30:04] Production.INFO: ==24486== Releasing lock...
[2026-04-05 19:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:30:11] Production.ERROR: CronJobId end10
[2026-04-05 19:30:11] Production.INFO: ==24484== Releasing lock...
[2026-04-05 19:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:30:14] Production.INFO: call_cost start
[2026-04-05 19:30:14] Production.INFO: call_cost end
[2026-04-05 19:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:30:14] Production.INFO: ==24480== Releasing lock...
[2026-04-05 19:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:31:01] Production.INFO: ==24599== Lock acquired, processing the job...
[2026-04-06 00:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:31:01] Production.INFO: neon service started
[2026-04-06 00:31:01] Production.INFO: neon service started
[2026-04-06 00:31:01] Production.INFO: ==24599== Releasing lock...
[2026-04-06 00:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:31:02] Production.INFO: ==24602== Lock acquired, processing the job...
[2026-04-05 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:31:02] Production.INFO: ==24605== Lock acquired, processing the job...
[2026-04-05 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:31:02] Production.INFO: ==24605== Releasing lock...
[2026-04-05 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:31:02] Production.INFO: ==24602== Releasing lock...
[2026-04-05 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:31:03] Production.INFO: ==24607== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 19:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 19:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 19:31:03] Production.INFO: ==24607== Releasing lock...
[2026-04-05 19:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 19:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:31:03] Production.INFO: ==24609== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:31:03] Production.INFO: ==24616== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:31:03] Production.INFO: ==24620== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:31:03] Production.INFO: ==24611== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:31:03] Production.INFO: Account Balance Start.
[2026-04-05 19:31:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:31:03] Production.INFO: 117
[2026-04-05 19:31:03] Production.INFO: ==24613== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:31:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:31:03] Production.INFO: ==24618== Lock acquired, processing the job...
[2026-04-05 19:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 19:31:03] Production.INFO: ==24620== Releasing lock...
[2026-04-05 19:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:31:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:31:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.ERROR: done
[2026-04-05 19:31:04] Production.INFO: ==24611== Releasing lock...
[2026-04-05 19:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:31:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 19:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043472', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 19:31:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:31:04] Production.INFO: Total Charge 0
[2026-04-05 19:31:04] Production.INFO: CreateAllLog End
[2026-04-05 19:31:05] Production.INFO: Account Balance End.
[2026-04-05 19:31:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:31:05] Production.INFO: ==24616== Releasing lock...
[2026-04-05 19:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:31:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043472', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 19:31:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 19:31:11] Production.INFO: ProcessCDR(1,17043472,1,1,2)
[2026-04-05 19:31:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043472,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:31:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043472,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:31:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 19:31:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 19:31:11] Production.INFO: ==24618== Releasing lock...
[2026-04-05 19:31:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 19:31:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 19:31:15] Production.ERROR: CronJobId end10
[2026-04-05 19:31:15] Production.INFO: ==24613== Releasing lock...
[2026-04-05 19:31:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:31:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:31:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:31:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:31:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:31:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:31:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:31:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:31:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:31:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:31:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:31:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:31:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:31:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:31:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:31:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:31:17] Production.INFO: call_cost start
[2026-04-05 19:31:17] Production.INFO: call_cost end
[2026-04-05 19:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:31:17] Production.INFO: ==24609== Releasing lock...
[2026-04-05 19:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:32:02] Production.INFO: ==24722== Lock acquired, processing the job...
[2026-04-06 00:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:32:02] Production.INFO: neon service started
[2026-04-06 00:32:02] Production.INFO: neon service started
[2026-04-06 00:32:02] Production.INFO: ==24722== Releasing lock...
[2026-04-06 00:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:32:02] Production.INFO: ==24724== Lock acquired, processing the job...
[2026-04-05 19:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:32:02] Production.INFO: ==24724== Releasing lock...
[2026-04-05 19:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:32:02] Production.INFO: ==24726== Lock acquired, processing the job...
[2026-04-05 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:32:02] Production.INFO: ==24726== Releasing lock...
[2026-04-05 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:32:03] Production.INFO: ==24729== Lock acquired, processing the job...
[2026-04-05 19:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:32:03] Production.INFO: ==24731== Lock acquired, processing the job...
[2026-04-05 19:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:32:03] Production.INFO: ==24733== Lock acquired, processing the job...
[2026-04-05 19:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:32:03] Production.INFO: ==24735== Lock acquired, processing the job...
[2026-04-05 19:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:32:03] Production.INFO: ==24737== Lock acquired, processing the job...
[2026-04-05 19:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:32:03] Production.INFO: Account Balance Start.
[2026-04-05 19:32:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:32:03] Production.INFO: 117
[2026-04-05 19:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:32:03] Production.INFO: ==24737== Releasing lock...
[2026-04-05 19:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: ==24731== Releasing lock...
[2026-04-05 19:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:32:04] Production.INFO: Total Charge 0
[2026-04-05 19:32:04] Production.INFO: CreateAllLog End
[2026-04-05 19:32:04] Production.INFO: Account Balance End.
[2026-04-05 19:32:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:32:04] Production.INFO: ==24735== Releasing lock...
[2026-04-05 19:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:32:11] Production.ERROR: CronJobId end10
[2026-04-05 19:32:11] Production.INFO: ==24733== Releasing lock...
[2026-04-05 19:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:32:13] Production.INFO: call_cost start
[2026-04-05 19:32:13] Production.INFO: call_cost end
[2026-04-05 19:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:32:13] Production.INFO: ==24729== Releasing lock...
[2026-04-05 19:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:33:01] Production.INFO: ==24806== Lock acquired, processing the job...
[2026-04-06 00:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:33:01] Production.INFO: neon service started
[2026-04-06 00:33:01] Production.INFO: neon service started
[2026-04-06 00:33:01] Production.INFO: ==24806== Releasing lock...
[2026-04-06 00:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:33:01] Production.INFO: ==24808== Lock acquired, processing the job...
[2026-04-05 19:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:33:02] Production.INFO: ==24808== Releasing lock...
[2026-04-05 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:33:02] Production.INFO: ==24810== Lock acquired, processing the job...
[2026-04-05 23:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:33:02] Production.INFO: ==24810== Releasing lock...
[2026-04-05 23:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:33:03] Production.INFO: ==24813== Lock acquired, processing the job...
[2026-04-05 19:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:33:03] Production.INFO: ==24815== Lock acquired, processing the job...
[2026-04-05 19:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:33:03] Production.INFO: ==24817== Lock acquired, processing the job...
[2026-04-05 19:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:33:03] Production.INFO: ==24819== Lock acquired, processing the job...
[2026-04-05 19:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:33:03] Production.INFO: ==24821== Lock acquired, processing the job...
[2026-04-05 19:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:33:03] Production.INFO: Account Balance Start.
[2026-04-05 19:33:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:33:03] Production.INFO: 117
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: ==24821== Releasing lock...
[2026-04-05 19:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: ==24815== Releasing lock...
[2026-04-05 19:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:33:04] Production.INFO: Total Charge 0
[2026-04-05 19:33:04] Production.INFO: CreateAllLog End
[2026-04-05 19:33:04] Production.INFO: Account Balance End.
[2026-04-05 19:33:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:33:04] Production.INFO: ==24819== Releasing lock...
[2026-04-05 19:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:33:10] Production.ERROR: CronJobId end10
[2026-04-05 19:33:10] Production.INFO: ==24817== Releasing lock...
[2026-04-05 19:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:33:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:33:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:33:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:33:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:33:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:33:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:33:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:33:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:33:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:33:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:33:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:33:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:33:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:33:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:33:13] Production.INFO: call_cost start
[2026-04-05 19:33:13] Production.INFO: call_cost end
[2026-04-05 19:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:33:13] Production.INFO: ==24813== Releasing lock...
[2026-04-05 19:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:34:02] Production.INFO: ==24877== Lock acquired, processing the job...
[2026-04-06 00:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:34:02] Production.INFO: neon service started
[2026-04-06 00:34:02] Production.INFO: neon service started
[2026-04-06 00:34:02] Production.INFO: ==24877== Releasing lock...
[2026-04-06 00:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:34:02] Production.INFO: ==24879== Lock acquired, processing the job...
[2026-04-05 19:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:34:02] Production.INFO: ==24881== Lock acquired, processing the job...
[2026-04-05 23:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:34:02] Production.INFO: ==24881== Releasing lock...
[2026-04-05 23:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:34:02] Production.INFO: ==24879== Releasing lock...
[2026-04-05 19:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:34:03] Production.INFO: ==24884== Lock acquired, processing the job...
[2026-04-05 19:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:34:03] Production.INFO: ==24886== Lock acquired, processing the job...
[2026-04-05 19:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:34:03] Production.INFO: ==24888== Lock acquired, processing the job...
[2026-04-05 19:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:34:03] Production.INFO: ==24891== Lock acquired, processing the job...
[2026-04-05 19:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:34:03] Production.INFO: ==24893== Lock acquired, processing the job...
[2026-04-05 19:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:34:03] Production.INFO: Account Balance Start.
[2026-04-05 19:34:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:34:03] Production.INFO: 117
[2026-04-05 19:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:34:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: ==24893== Releasing lock...
[2026-04-05 19:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: ==24886== Releasing lock...
[2026-04-05 19:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:34:05] Production.INFO: Total Charge 0
[2026-04-05 19:34:05] Production.INFO: CreateAllLog End
[2026-04-05 19:34:05] Production.INFO: Account Balance End.
[2026-04-05 19:34:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:34:05] Production.INFO: ==24891== Releasing lock...
[2026-04-05 19:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:34:11] Production.ERROR: CronJobId end10
[2026-04-05 19:34:11] Production.INFO: ==24888== Releasing lock...
[2026-04-05 19:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:34:14] Production.INFO: call_cost start
[2026-04-05 19:34:14] Production.INFO: call_cost end
[2026-04-05 19:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:34:14] Production.INFO: ==24884== Releasing lock...
[2026-04-05 19:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:35:01] Production.INFO: ==24949== Lock acquired, processing the job...
[2026-04-06 00:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:35:01] Production.INFO: neon service started
[2026-04-06 00:35:01] Production.INFO: neon service started
[2026-04-06 00:35:01] Production.INFO: ==24949== Releasing lock...
[2026-04-06 00:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:35:01] Production.INFO: ==24951== Lock acquired, processing the job...
[2026-04-05 19:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:35:02] Production.INFO: ==24951== Releasing lock...
[2026-04-05 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:35:02] Production.INFO: ==24953== Lock acquired, processing the job...
[2026-04-05 23:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:35:02] Production.INFO: ==24953== Releasing lock...
[2026-04-05 23:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:35:02] Production.INFO: ==24963== Lock acquired, processing the job...
[2026-04-05 19:35:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:35:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:35:03] Production.INFO: ==24955== Lock acquired, processing the job...
[2026-04-05 19:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:35:03] Production.INFO: ==24963== Releasing lock...
[2026-04-05 19:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:35:03] Production.INFO: ==24957== Lock acquired, processing the job...
[2026-04-05 19:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:35:03] Production.INFO: ==24959== Lock acquired, processing the job...
[2026-04-05 19:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:35:03] Production.INFO: ==24961== Lock acquired, processing the job...
[2026-04-05 19:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:35:03] Production.INFO: Account Balance Start.
[2026-04-05 19:35:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:35:03] Production.INFO: 117
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: ==24957== Releasing lock...
[2026-04-05 19:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:35:04] Production.INFO: Total Charge 0
[2026-04-05 19:35:04] Production.INFO: CreateAllLog End
[2026-04-05 19:35:04] Production.INFO: Account Balance End.
[2026-04-05 19:35:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:35:04] Production.INFO: ==24961== Releasing lock...
[2026-04-05 19:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:35:11] Production.ERROR: CronJobId end10
[2026-04-05 19:35:11] Production.INFO: ==24959== Releasing lock...
[2026-04-05 19:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:35:13] Production.INFO: call_cost start
[2026-04-05 19:35:13] Production.INFO: call_cost end
[2026-04-05 19:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:35:13] Production.INFO: ==24955== Releasing lock...
[2026-04-05 19:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:36:01] Production.INFO: ==25021== Lock acquired, processing the job...
[2026-04-06 00:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:36:01] Production.INFO: neon service started
[2026-04-06 00:36:01] Production.INFO: neon service started
[2026-04-06 00:36:01] Production.INFO: ==25021== Releasing lock...
[2026-04-06 00:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:36:02] Production.INFO: ==25023== Lock acquired, processing the job...
[2026-04-05 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:36:02] Production.INFO: ==25025== Lock acquired, processing the job...
[2026-04-05 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:36:02] Production.INFO: ==25025== Releasing lock...
[2026-04-05 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:36:02] Production.INFO: ==25023== Releasing lock...
[2026-04-05 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:36:03] Production.INFO: ==25028== Lock acquired, processing the job...
[2026-04-05 19:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:36:03] Production.INFO: ==25030== Lock acquired, processing the job...
[2026-04-05 19:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:36:03] Production.INFO: ==25032== Lock acquired, processing the job...
[2026-04-05 19:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:36:03] Production.INFO: ==25036== Lock acquired, processing the job...
[2026-04-05 19:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:36:03] Production.INFO: ==25034== Lock acquired, processing the job...
[2026-04-05 19:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:36:03] Production.INFO: ==25036== Releasing lock...
[2026-04-05 19:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:36:03] Production.INFO: Account Balance Start.
[2026-04-05 19:36:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:36:03] Production.INFO: 117
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: ==25030== Releasing lock...
[2026-04-05 19:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:36:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:36:05] Production.INFO: Total Charge 0
[2026-04-05 19:36:05] Production.INFO: CreateAllLog End
[2026-04-05 19:36:05] Production.INFO: Account Balance End.
[2026-04-05 19:36:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:36:05] Production.INFO: ==25034== Releasing lock...
[2026-04-05 19:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:36:11] Production.ERROR: CronJobId end10
[2026-04-05 19:36:11] Production.INFO: ==25032== Releasing lock...
[2026-04-05 19:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:36:14] Production.INFO: call_cost start
[2026-04-05 19:36:14] Production.INFO: call_cost end
[2026-04-05 19:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:36:14] Production.INFO: ==25028== Releasing lock...
[2026-04-05 19:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:37:02] Production.INFO: ==25092== Lock acquired, processing the job...
[2026-04-06 00:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:37:02] Production.INFO: neon service started
[2026-04-06 00:37:02] Production.INFO: neon service started
[2026-04-06 00:37:02] Production.INFO: ==25092== Releasing lock...
[2026-04-06 00:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:37:02] Production.INFO: ==25094== Lock acquired, processing the job...
[2026-04-05 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:37:02] Production.INFO: ==25094== Releasing lock...
[2026-04-05 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:37:02] Production.INFO: ==25096== Lock acquired, processing the job...
[2026-04-05 23:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:37:02] Production.INFO: ==25096== Releasing lock...
[2026-04-05 23:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:37:03] Production.INFO: ==25105== Lock acquired, processing the job...
[2026-04-05 19:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:37:03] Production.INFO: ==25099== Lock acquired, processing the job...
[2026-04-05 19:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:37:03] Production.INFO: Account Balance Start.
[2026-04-05 19:37:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:37:03] Production.INFO: 117
[2026-04-05 19:37:03] Production.INFO: ==25101== Lock acquired, processing the job...
[2026-04-05 19:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:37:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:03] Production.INFO: ==25103== Lock acquired, processing the job...
[2026-04-05 19:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:37:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: ==25107== Lock acquired, processing the job...
[2026-04-05 19:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:37:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:37:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:37:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:37:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:37:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:37:04] Production.INFO: ==25107== Releasing lock...
[2026-04-05 19:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:37:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: ==25101== Releasing lock...
[2026-04-05 19:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:37:05] Production.INFO: Total Charge 0
[2026-04-05 19:37:05] Production.INFO: CreateAllLog End
[2026-04-05 19:37:05] Production.INFO: Account Balance End.
[2026-04-05 19:37:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:37:05] Production.INFO: ==25105== Releasing lock...
[2026-04-05 19:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:37:11] Production.ERROR: CronJobId end10
[2026-04-05 19:37:11] Production.INFO: ==25103== Releasing lock...
[2026-04-05 19:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:37:14] Production.INFO: call_cost start
[2026-04-05 19:37:14] Production.INFO: call_cost end
[2026-04-05 19:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:37:14] Production.INFO: ==25099== Releasing lock...
[2026-04-05 19:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:38:01] Production.INFO: ==25165== Lock acquired, processing the job...
[2026-04-06 00:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:38:01] Production.INFO: neon service started
[2026-04-06 00:38:01] Production.INFO: neon service started
[2026-04-06 00:38:01] Production.INFO: ==25165== Releasing lock...
[2026-04-06 00:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:38:02] Production.INFO: ==25167== Lock acquired, processing the job...
[2026-04-05 19:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:38:02] Production.INFO: ==25167== Releasing lock...
[2026-04-05 19:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:38:02] Production.INFO: ==25169== Lock acquired, processing the job...
[2026-04-05 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:38:02] Production.INFO: ==25169== Releasing lock...
[2026-04-05 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:38:03] Production.INFO: ==25171== Lock acquired, processing the job...
[2026-04-05 19:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:38:03] Production.INFO: ==25173== Lock acquired, processing the job...
[2026-04-05 19:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:38:03] Production.INFO: ==25177== Lock acquired, processing the job...
[2026-04-05 19:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:38:03] Production.INFO: ==25175== Lock acquired, processing the job...
[2026-04-05 19:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:38:03] Production.INFO: ==25179== Lock acquired, processing the job...
[2026-04-05 19:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:38:03] Production.INFO: Account Balance Start.
[2026-04-05 19:38:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:38:03] Production.INFO: 117
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: ==25179== Releasing lock...
[2026-04-05 19:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:03] Production.INFO: ==25173== Releasing lock...
[2026-04-05 19:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:38:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:38:04] Production.INFO: Total Charge 0
[2026-04-05 19:38:04] Production.INFO: CreateAllLog End
[2026-04-05 19:38:04] Production.INFO: Account Balance End.
[2026-04-05 19:38:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:38:04] Production.INFO: ==25177== Releasing lock...
[2026-04-05 19:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:38:11] Production.ERROR: CronJobId end10
[2026-04-05 19:38:11] Production.INFO: ==25175== Releasing lock...
[2026-04-05 19:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:38:13] Production.INFO: call_cost start
[2026-04-05 19:38:13] Production.INFO: call_cost end
[2026-04-05 19:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:38:13] Production.INFO: ==25171== Releasing lock...
[2026-04-05 19:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:39:02] Production.INFO: ==25242== Lock acquired, processing the job...
[2026-04-06 00:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:39:02] Production.INFO: neon service started
[2026-04-06 00:39:02] Production.INFO: neon service started
[2026-04-06 00:39:02] Production.INFO: ==25242== Releasing lock...
[2026-04-06 00:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:39:02] Production.INFO: ==25244== Lock acquired, processing the job...
[2026-04-05 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:39:02] Production.INFO: ==25244== Releasing lock...
[2026-04-05 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:39:02] Production.INFO: ==25246== Lock acquired, processing the job...
[2026-04-05 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:39:02] Production.INFO: ==25246== Releasing lock...
[2026-04-05 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:39:03] Production.INFO: ==25252== Lock acquired, processing the job...
[2026-04-05 19:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:39:03] Production.INFO: ==25248== Lock acquired, processing the job...
[2026-04-05 19:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:39:03] Production.INFO: ==25250== Lock acquired, processing the job...
[2026-04-05 19:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:39:03] Production.INFO: ==25255== Lock acquired, processing the job...
[2026-04-05 19:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:39:03] Production.INFO: ==25257== Lock acquired, processing the job...
[2026-04-05 19:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:39:03] Production.INFO: Account Balance Start.
[2026-04-05 19:39:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:39:03] Production.INFO: 117
[2026-04-05 19:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:39:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:39:03] Production.INFO: ==25257== Releasing lock...
[2026-04-05 19:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: ==25250== Releasing lock...
[2026-04-05 19:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:39:04] Production.INFO: Total Charge 0
[2026-04-05 19:39:04] Production.INFO: CreateAllLog End
[2026-04-05 19:39:05] Production.INFO: Account Balance End.
[2026-04-05 19:39:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:39:05] Production.INFO: ==25255== Releasing lock...
[2026-04-05 19:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:39:11] Production.ERROR: CronJobId end10
[2026-04-05 19:39:11] Production.INFO: ==25252== Releasing lock...
[2026-04-05 19:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:39:14] Production.INFO: call_cost start
[2026-04-05 19:39:14] Production.INFO: call_cost end
[2026-04-05 19:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:39:14] Production.INFO: ==25248== Releasing lock...
[2026-04-05 19:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:40:01] Production.INFO: ==25309== Lock acquired, processing the job...
[2026-04-06 00:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:40:01] Production.INFO: neon service started
[2026-04-06 00:40:01] Production.INFO: neon service started
[2026-04-06 00:40:01] Production.INFO: ==25309== Releasing lock...
[2026-04-06 00:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:40:02] Production.INFO: ==25311== Lock acquired, processing the job...
[2026-04-05 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:40:02] Production.INFO: ==25313== Lock acquired, processing the job...
[2026-04-05 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:40:02] Production.INFO: ==25313== Releasing lock...
[2026-04-05 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:40:02] Production.INFO: ==25311== Releasing lock...
[2026-04-05 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:40:03] Production.INFO: ==25318== Lock acquired, processing the job...
[2026-04-05 19:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:40:03] Production.INFO: ==25320== Lock acquired, processing the job...
[2026-04-05 19:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:40:03] Production.INFO: ==25316== Lock acquired, processing the job...
[2026-04-05 19:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:40:03] Production.INFO: ==25322== Lock acquired, processing the job...
[2026-04-05 19:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:40:03] Production.INFO: ==25324== Lock acquired, processing the job...
[2026-04-05 19:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:40:03] Production.INFO: Account Balance Start.
[2026-04-05 19:40:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:40:03] Production.INFO: 117
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:40:03] Production.INFO: ==25324== Releasing lock...
[2026-04-05 19:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: ==25318== Releasing lock...
[2026-04-05 19:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-27
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:03] Production.INFO: Date 2026-03-28
[2026-04-05 19:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:40:04] Production.INFO: Total Charge 0
[2026-04-05 19:40:04] Production.INFO: CreateAllLog End
[2026-04-05 19:40:04] Production.INFO: Account Balance End.
[2026-04-05 19:40:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:40:04] Production.INFO: ==25322== Releasing lock...
[2026-04-05 19:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:40:10] Production.ERROR: CronJobId end10
[2026-04-05 19:40:10] Production.INFO: ==25320== Releasing lock...
[2026-04-05 19:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:40:13] Production.INFO: call_cost start
[2026-04-05 19:40:13] Production.INFO: call_cost end
[2026-04-05 19:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:40:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:40:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:40:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:40:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:40:13] Production.INFO: ==25316== Releasing lock...
[2026-04-05 19:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:41:01] Production.INFO: ==25386== Lock acquired, processing the job...
[2026-04-06 00:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:41:01] Production.INFO: neon service started
[2026-04-06 00:41:01] Production.INFO: neon service started
[2026-04-06 00:41:01] Production.INFO: ==25386== Releasing lock...
[2026-04-06 00:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:41:02] Production.INFO: ==25388== Lock acquired, processing the job...
[2026-04-05 19:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:41:02] Production.INFO: ==25390== Lock acquired, processing the job...
[2026-04-05 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 19:41:02] Production.INFO: ==25388== Releasing lock...
[2026-04-05 19:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:41:02] Production.INFO: ==25390== Releasing lock...
[2026-04-05 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:41:03] Production.INFO: ==25392== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 19:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 19:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 19:41:03] Production.INFO: ==25392== Releasing lock...
[2026-04-05 19:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 19:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:41:03] Production.INFO: ==25396== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:41:03] Production.INFO: ==25398== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:41:03] Production.INFO: ==25400== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:41:03] Production.INFO: ==25394== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:41:03] Production.INFO: Account Balance Start.
[2026-04-05 19:41:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:41:03] Production.INFO: 117
[2026-04-05 19:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:41:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:41:03] Production.INFO: ==25404== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:41:03] Production.INFO: ==25402== Lock acquired, processing the job...
[2026-04-05 19:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 19:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:41:04] Production.INFO: ==25404== Releasing lock...
[2026-04-05 19:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: ==25396== Releasing lock...
[2026-04-05 19:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.ERROR: done
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 19:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043513', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:41:05] Production.INFO: Total Charge 0
[2026-04-05 19:41:05] Production.INFO: CreateAllLog End
[2026-04-05 19:41:05] Production.INFO: Account Balance End.
[2026-04-05 19:41:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:41:05] Production.INFO: ==25400== Releasing lock...
[2026-04-05 19:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043513', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 19:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 19:41:10] Production.INFO: ProcessCDR(1,17043513,1,1,2)
[2026-04-05 19:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043513,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043513,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 19:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 19:41:10] Production.INFO: ==25402== Releasing lock...
[2026-04-05 19:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 19:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 19:41:14] Production.ERROR: CronJobId end10
[2026-04-05 19:41:14] Production.INFO: ==25398== Releasing lock...
[2026-04-05 19:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:41:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:41:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:41:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:41:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:41:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:41:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:41:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:41:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:41:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:41:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:41:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:41:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:41:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:41:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:41:16] Production.INFO: call_cost start
[2026-04-05 19:41:16] Production.INFO: call_cost end
[2026-04-05 19:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:41:16] Production.INFO: ==25394== Releasing lock...
[2026-04-05 19:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:42:02] Production.INFO: ==25462== Lock acquired, processing the job...
[2026-04-06 00:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:42:02] Production.INFO: neon service started
[2026-04-06 00:42:02] Production.INFO: neon service started
[2026-04-06 00:42:02] Production.INFO: ==25462== Releasing lock...
[2026-04-06 00:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:42:02] Production.INFO: ==25466== Lock acquired, processing the job...
[2026-04-05 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:42:02] Production.INFO: ==25466== Releasing lock...
[2026-04-05 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:42:02] Production.INFO: ==25464== Lock acquired, processing the job...
[2026-04-05 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:42:03] Production.INFO: ==25464== Releasing lock...
[2026-04-05 19:42:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:42:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:42:03] Production.INFO: ==25468== Lock acquired, processing the job...
[2026-04-05 19:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:42:03] Production.INFO: ==25470== Lock acquired, processing the job...
[2026-04-05 19:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:42:03] Production.INFO: ==25476== Lock acquired, processing the job...
[2026-04-05 19:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:42:03] Production.INFO: ==25472== Lock acquired, processing the job...
[2026-04-05 19:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:42:03] Production.INFO: ==25474== Lock acquired, processing the job...
[2026-04-05 19:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:42:03] Production.INFO: Account Balance Start.
[2026-04-05 19:42:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:42:03] Production.INFO: 117
[2026-04-05 19:42:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:42:04] Production.INFO: ==25476== Releasing lock...
[2026-04-05 19:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: ==25470== Releasing lock...
[2026-04-05 19:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:42:05] Production.INFO: Total Charge 0
[2026-04-05 19:42:05] Production.INFO: CreateAllLog End
[2026-04-05 19:42:05] Production.INFO: Account Balance End.
[2026-04-05 19:42:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:42:05] Production.INFO: ==25474== Releasing lock...
[2026-04-05 19:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:42:10] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_LowBal...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#4 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#8 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#9 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#10 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#11 [internal function]: App\Console\Commands\NeonAlerts->fire()
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_LowBalanceReminder(1,0,8))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#2 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#4 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#7 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#9 [internal function]: App\Console\Commands\NeonAlerts->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-05 19:42:10] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:42:10] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:42:10] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:42:10] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:42:10] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:42:10] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:42:10] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:42:10] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:42:10] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:42:10] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:42:10] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:42:10] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:42:10] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:42:10] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:42:11] Production.ERROR: CronJobId end10
[2026-04-05 19:42:11] Production.INFO: ==25472== Releasing lock...
[2026-04-05 19:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:42:11] Production.INFO: call_cost start
[2026-04-05 19:42:11] Production.INFO: call_cost end
[2026-04-05 19:42:11] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:42:11] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:42:11] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:42:11] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:42:11] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:42:11] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:42:11] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:42:11] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:42:11] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:42:11] Production.INFO: ==25468== Releasing lock...
[2026-04-05 19:42:11] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:42:11] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:43:01] Production.INFO: ==25531== Lock acquired, processing the job...
[2026-04-06 00:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:43:01] Production.INFO: neon service started
[2026-04-06 00:43:01] Production.INFO: neon service started
[2026-04-06 00:43:01] Production.INFO: ==25531== Releasing lock...
[2026-04-06 00:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:43:02] Production.INFO: ==25533== Lock acquired, processing the job...
[2026-04-05 19:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:43:02] Production.INFO: ==25535== Lock acquired, processing the job...
[2026-04-05 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:43:02] Production.INFO: ==25535== Releasing lock...
[2026-04-05 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:43:02] Production.INFO: ==25533== Releasing lock...
[2026-04-05 19:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:43:02] Production.INFO: ==25537== Lock acquired, processing the job...
[2026-04-05 19:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:43:03] Production.INFO: ==25539== Lock acquired, processing the job...
[2026-04-05 19:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:43:03] Production.INFO: ==25541== Lock acquired, processing the job...
[2026-04-05 19:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:43:03] Production.INFO: ==25546== Lock acquired, processing the job...
[2026-04-05 19:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:43:03] Production.INFO: ==25544== Lock acquired, processing the job...
[2026-04-05 19:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:43:03] Production.INFO: ==25546== Releasing lock...
[2026-04-05 19:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:43:03] Production.INFO: Account Balance Start.
[2026-04-05 19:43:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:43:03] Production.INFO: 117
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: ==25539== Releasing lock...
[2026-04-05 19:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:43:05] Production.INFO: Total Charge 0
[2026-04-05 19:43:05] Production.INFO: CreateAllLog End
[2026-04-05 19:43:05] Production.INFO: Account Balance End.
[2026-04-05 19:43:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:43:05] Production.INFO: ==25544== Releasing lock...
[2026-04-05 19:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:43:12] Production.ERROR: CronJobId end10
[2026-04-05 19:43:12] Production.INFO: ==25541== Releasing lock...
[2026-04-05 19:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:43:15] Production.INFO: call_cost start
[2026-04-05 19:43:15] Production.INFO: call_cost end
[2026-04-05 19:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:43:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:43:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:43:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:43:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:43:15] Production.INFO: ==25537== Releasing lock...
[2026-04-05 19:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:44:02] Production.INFO: ==25605== Lock acquired, processing the job...
[2026-04-06 00:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:44:02] Production.INFO: neon service started
[2026-04-06 00:44:02] Production.INFO: neon service started
[2026-04-06 00:44:02] Production.INFO: ==25605== Releasing lock...
[2026-04-06 00:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:44:02] Production.INFO: ==25607== Lock acquired, processing the job...
[2026-04-05 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:44:02] Production.INFO: ==25607== Releasing lock...
[2026-04-05 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:44:02] Production.INFO: ==25609== Lock acquired, processing the job...
[2026-04-05 23:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:44:03] Production.INFO: ==25609== Releasing lock...
[2026-04-05 23:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:44:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:44:03] Production.INFO: ==25612== Lock acquired, processing the job...
[2026-04-05 19:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:44:03] Production.INFO: ==25616== Lock acquired, processing the job...
[2026-04-05 19:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:44:03] Production.INFO: ==25618== Lock acquired, processing the job...
[2026-04-05 19:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:44:03] Production.INFO: ==25614== Lock acquired, processing the job...
[2026-04-05 19:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:44:03] Production.INFO: ==25620== Lock acquired, processing the job...
[2026-04-05 19:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:44:03] Production.INFO: Account Balance Start.
[2026-04-05 19:44:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:44:03] Production.INFO: 117
[2026-04-05 19:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:44:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:03] Production.INFO: ==25620== Releasing lock...
[2026-04-05 19:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:44:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: ==25614== Releasing lock...
[2026-04-05 19:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:44:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:44:05] Production.INFO: Total Charge 0
[2026-04-05 19:44:05] Production.INFO: CreateAllLog End
[2026-04-05 19:44:05] Production.INFO: Account Balance End.
[2026-04-05 19:44:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:44:05] Production.INFO: ==25618== Releasing lock...
[2026-04-05 19:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:44:11] Production.ERROR: CronJobId end10
[2026-04-05 19:44:11] Production.INFO: ==25616== Releasing lock...
[2026-04-05 19:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:44:14] Production.INFO: call_cost start
[2026-04-05 19:44:14] Production.INFO: call_cost end
[2026-04-05 19:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:44:14] Production.INFO: ==25612== Releasing lock...
[2026-04-05 19:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:45:01] Production.INFO: ==25680== Lock acquired, processing the job...
[2026-04-06 00:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:45:01] Production.INFO: neon service started
[2026-04-06 00:45:01] Production.INFO: neon service started
[2026-04-06 00:45:01] Production.INFO: ==25680== Releasing lock...
[2026-04-06 00:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:45:01] Production.INFO: ==25682== Lock acquired, processing the job...
[2026-04-05 19:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:45:02] Production.INFO: ==25682== Releasing lock...
[2026-04-05 19:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:45:02] Production.INFO: ==25684== Lock acquired, processing the job...
[2026-04-05 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:45:02] Production.INFO: ==25684== Releasing lock...
[2026-04-05 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:45:02] Production.INFO: ==25695== Lock acquired, processing the job...
[2026-04-05 19:45:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:45:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:45:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:45:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:45:03] Production.INFO: ==25695== Releasing lock...
[2026-04-05 19:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:45:03] Production.INFO: ==25686== Lock acquired, processing the job...
[2026-04-05 19:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:45:03] Production.INFO: ==25689== Lock acquired, processing the job...
[2026-04-05 19:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:45:03] Production.INFO: ==25691== Lock acquired, processing the job...
[2026-04-05 19:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:45:03] Production.INFO: ==25693== Lock acquired, processing the job...
[2026-04-05 19:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:45:03] Production.INFO: Account Balance Start.
[2026-04-05 19:45:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:45:03] Production.INFO: 117
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: ==25689== Releasing lock...
[2026-04-05 19:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:45:04] Production.INFO: Total Charge 0
[2026-04-05 19:45:04] Production.INFO: CreateAllLog End
[2026-04-05 19:45:04] Production.INFO: Account Balance End.
[2026-04-05 19:45:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:45:04] Production.INFO: ==25693== Releasing lock...
[2026-04-05 19:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:45:11] Production.ERROR: CronJobId end10
[2026-04-05 19:45:11] Production.INFO: ==25691== Releasing lock...
[2026-04-05 19:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:45:14] Production.INFO: call_cost start
[2026-04-05 19:45:14] Production.INFO: call_cost end
[2026-04-05 19:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:45:14] Production.INFO: ==25686== Releasing lock...
[2026-04-05 19:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:46:01] Production.INFO: ==25747== Lock acquired, processing the job...
[2026-04-06 00:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:46:02] Production.INFO: neon service started
[2026-04-06 00:46:02] Production.INFO: neon service started
[2026-04-06 00:46:02] Production.INFO: ==25747== Releasing lock...
[2026-04-06 00:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:46:02] Production.INFO: ==25749== Lock acquired, processing the job...
[2026-04-05 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:46:02] Production.INFO: ==25749== Releasing lock...
[2026-04-05 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:46:02] Production.INFO: ==25751== Lock acquired, processing the job...
[2026-04-05 23:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:46:02] Production.INFO: ==25751== Releasing lock...
[2026-04-05 23:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:46:03] Production.INFO: ==25758== Lock acquired, processing the job...
[2026-04-05 19:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:46:03] Production.INFO: ==25754== Lock acquired, processing the job...
[2026-04-05 19:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:46:03] Production.INFO: ==25756== Lock acquired, processing the job...
[2026-04-05 19:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:46:03] Production.INFO: ==25762== Lock acquired, processing the job...
[2026-04-05 19:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:46:03] Production.INFO: ==25760== Lock acquired, processing the job...
[2026-04-05 19:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:46:04] Production.INFO: Account Balance Start.
[2026-04-05 19:46:04] Production.INFO: CreateAllLog Start
[2026-04-05 19:46:04] Production.INFO: ==25762== Releasing lock...
[2026-04-05 19:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:46:04] Production.INFO: 117
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: ==25756== Releasing lock...
[2026-04-05 19:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:46:05] Production.INFO: Total Charge 0
[2026-04-05 19:46:05] Production.INFO: CreateAllLog End
[2026-04-05 19:46:05] Production.INFO: Account Balance End.
[2026-04-05 19:46:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:46:05] Production.INFO: ==25760== Releasing lock...
[2026-04-05 19:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:46:11] Production.ERROR: CronJobId end10
[2026-04-05 19:46:11] Production.INFO: ==25758== Releasing lock...
[2026-04-05 19:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:46:14] Production.INFO: call_cost start
[2026-04-05 19:46:14] Production.INFO: call_cost end
[2026-04-05 19:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:46:14] Production.INFO: ==25754== Releasing lock...
[2026-04-05 19:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:47:01] Production.INFO: ==25820== Lock acquired, processing the job...
[2026-04-06 00:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:47:01] Production.INFO: neon service started
[2026-04-06 00:47:01] Production.INFO: neon service started
[2026-04-06 00:47:01] Production.INFO: ==25820== Releasing lock...
[2026-04-06 00:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:47:02] Production.INFO: ==25822== Lock acquired, processing the job...
[2026-04-05 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:47:02] Production.INFO: ==25824== Lock acquired, processing the job...
[2026-04-05 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:47:02] Production.INFO: ==25824== Releasing lock...
[2026-04-05 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:47:02] Production.INFO: ==25822== Releasing lock...
[2026-04-05 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:47:03] Production.INFO: ==25827== Lock acquired, processing the job...
[2026-04-05 19:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:47:03] Production.INFO: ==25831== Lock acquired, processing the job...
[2026-04-05 19:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:47:03] Production.INFO: ==25829== Lock acquired, processing the job...
[2026-04-05 19:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:47:03] Production.INFO: ==25835== Lock acquired, processing the job...
[2026-04-05 19:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:47:03] Production.INFO: ==25833== Lock acquired, processing the job...
[2026-04-05 19:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:47:03] Production.INFO: Account Balance Start.
[2026-04-05 19:47:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:47:03] Production.INFO: 117
[2026-04-05 19:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:47:03] Production.INFO: ==25835== Releasing lock...
[2026-04-05 19:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: ==25829== Releasing lock...
[2026-04-05 19:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:47:04] Production.INFO: Total Charge 0
[2026-04-05 19:47:04] Production.INFO: CreateAllLog End
[2026-04-05 19:47:04] Production.INFO: Account Balance End.
[2026-04-05 19:47:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:47:04] Production.INFO: ==25833== Releasing lock...
[2026-04-05 19:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:47:10] Production.ERROR: CronJobId end10
[2026-04-05 19:47:10] Production.INFO: ==25831== Releasing lock...
[2026-04-05 19:47:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:47:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:47:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:47:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:47:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:47:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:47:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:47:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:47:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:47:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:47:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:47:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:47:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:47:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:47:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:47:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:47:13] Production.INFO: call_cost start
[2026-04-05 19:47:13] Production.INFO: call_cost end
[2026-04-05 19:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:47:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:47:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:47:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:47:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:47:13] Production.INFO: ==25827== Releasing lock...
[2026-04-05 19:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:48:01] Production.INFO: ==25889== Lock acquired, processing the job...
[2026-04-06 00:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:48:01] Production.INFO: neon service started
[2026-04-06 00:48:01] Production.INFO: neon service started
[2026-04-06 00:48:01] Production.INFO: ==25889== Releasing lock...
[2026-04-06 00:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:48:02] Production.INFO: ==25893== Lock acquired, processing the job...
[2026-04-05 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:48:02] Production.INFO: ==25893== Releasing lock...
[2026-04-05 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:48:02] Production.INFO: ==25891== Lock acquired, processing the job...
[2026-04-05 19:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:48:02] Production.INFO: ==25891== Releasing lock...
[2026-04-05 19:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:48:03] Production.INFO: ==25895== Lock acquired, processing the job...
[2026-04-05 19:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:48:03] Production.INFO: ==25897== Lock acquired, processing the job...
[2026-04-05 19:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:48:03] Production.INFO: ==25899== Lock acquired, processing the job...
[2026-04-05 19:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:48:03] Production.INFO: ==25901== Lock acquired, processing the job...
[2026-04-05 19:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:48:03] Production.INFO: ==25904== Lock acquired, processing the job...
[2026-04-05 19:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:48:03] Production.INFO: Account Balance Start.
[2026-04-05 19:48:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:48:03] Production.INFO: 117
[2026-04-05 19:48:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:48:03] Production.INFO: ==25904== Releasing lock...
[2026-04-05 19:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:48:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: ==25897== Releasing lock...
[2026-04-05 19:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:48:05] Production.INFO: Total Charge 0
[2026-04-05 19:48:05] Production.INFO: CreateAllLog End
[2026-04-05 19:48:05] Production.INFO: Account Balance End.
[2026-04-05 19:48:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:48:05] Production.INFO: ==25901== Releasing lock...
[2026-04-05 19:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:48:11] Production.ERROR: CronJobId end10
[2026-04-05 19:48:11] Production.INFO: ==25899== Releasing lock...
[2026-04-05 19:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:48:14] Production.INFO: call_cost start
[2026-04-05 19:48:14] Production.INFO: call_cost end
[2026-04-05 19:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:48:14] Production.INFO: ==25895== Releasing lock...
[2026-04-05 19:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:49:02] Production.INFO: ==25961== Lock acquired, processing the job...
[2026-04-06 00:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:49:02] Production.INFO: neon service started
[2026-04-06 00:49:02] Production.INFO: neon service started
[2026-04-06 00:49:02] Production.INFO: ==25961== Releasing lock...
[2026-04-06 00:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:49:02] Production.INFO: ==25963== Lock acquired, processing the job...
[2026-04-05 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:49:02] Production.INFO: ==25963== Releasing lock...
[2026-04-05 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:49:02] Production.INFO: ==25965== Lock acquired, processing the job...
[2026-04-05 23:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:49:03] Production.INFO: ==25965== Releasing lock...
[2026-04-05 23:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:49:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:49:03] Production.INFO: ==25976== Lock acquired, processing the job...
[2026-04-05 19:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:49:03] Production.INFO: ==25976== Releasing lock...
[2026-04-05 19:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:49:03] Production.INFO: ==25968== Lock acquired, processing the job...
[2026-04-05 19:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:49:03] Production.INFO: ==25970== Lock acquired, processing the job...
[2026-04-05 19:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:49:03] Production.INFO: ==25974== Lock acquired, processing the job...
[2026-04-05 19:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:49:03] Production.INFO: ==25972== Lock acquired, processing the job...
[2026-04-05 19:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:49:04] Production.INFO: Account Balance Start.
[2026-04-05 19:49:04] Production.INFO: CreateAllLog Start
[2026-04-05 19:49:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:49:04] Production.INFO: 117
[2026-04-05 19:49:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:49:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:49:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: ==25970== Releasing lock...
[2026-04-05 19:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:49:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:49:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:49:05] Production.INFO: Total Charge 0
[2026-04-05 19:49:05] Production.INFO: CreateAllLog End
[2026-04-05 19:49:05] Production.INFO: Account Balance End.
[2026-04-05 19:49:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:49:05] Production.INFO: ==25974== Releasing lock...
[2026-04-05 19:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:49:11] Production.ERROR: CronJobId end10
[2026-04-05 19:49:11] Production.INFO: ==25972== Releasing lock...
[2026-04-05 19:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:49:13] Production.INFO: call_cost start
[2026-04-05 19:49:13] Production.INFO: call_cost end
[2026-04-05 19:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:49:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:49:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:49:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:49:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:49:13] Production.INFO: ==25968== Releasing lock...
[2026-04-05 19:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:50:01] Production.INFO: ==26032== Lock acquired, processing the job...
[2026-04-06 00:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:50:01] Production.INFO: neon service started
[2026-04-06 00:50:01] Production.INFO: neon service started
[2026-04-06 00:50:01] Production.INFO: ==26032== Releasing lock...
[2026-04-06 00:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:50:01] Production.INFO: ==26034== Lock acquired, processing the job...
[2026-04-05 19:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:50:02] Production.INFO: ==26034== Releasing lock...
[2026-04-05 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:50:02] Production.INFO: ==26036== Lock acquired, processing the job...
[2026-04-05 23:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:50:02] Production.INFO: ==26036== Releasing lock...
[2026-04-05 23:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:50:02] Production.INFO: ==26042== Lock acquired, processing the job...
[2026-04-05 19:50:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:50:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:50:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:50:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:50:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:50:03] Production.INFO: ==26038== Lock acquired, processing the job...
[2026-04-05 19:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:50:03] Production.INFO: ==26040== Lock acquired, processing the job...
[2026-04-05 19:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:50:03] Production.INFO: ==26046== Lock acquired, processing the job...
[2026-04-05 19:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:50:03] Production.INFO: ==26044== Lock acquired, processing the job...
[2026-04-05 19:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:50:03] Production.INFO: ==26046== Releasing lock...
[2026-04-05 19:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:50:03] Production.INFO: Account Balance Start.
[2026-04-05 19:50:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:50:03] Production.INFO: 117
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: ==26040== Releasing lock...
[2026-04-05 19:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:03] Production.INFO: Date 2026-03-26
[2026-04-05 19:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:50:04] Production.INFO: Total Charge 0
[2026-04-05 19:50:04] Production.INFO: CreateAllLog End
[2026-04-05 19:50:04] Production.INFO: Account Balance End.
[2026-04-05 19:50:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:50:04] Production.INFO: ==26044== Releasing lock...
[2026-04-05 19:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:50:11] Production.ERROR: CronJobId end10
[2026-04-05 19:50:11] Production.INFO: ==26042== Releasing lock...
[2026-04-05 19:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:50:14] Production.INFO: call_cost start
[2026-04-05 19:50:14] Production.INFO: call_cost end
[2026-04-05 19:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:50:14] Production.INFO: ==26038== Releasing lock...
[2026-04-05 19:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:51:01] Production.INFO: ==26100== Lock acquired, processing the job...
[2026-04-06 00:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:51:02] Production.INFO: neon service started
[2026-04-06 00:51:02] Production.INFO: neon service started
[2026-04-06 00:51:02] Production.INFO: ==26100== Releasing lock...
[2026-04-06 00:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:51:02] Production.INFO: ==26102== Lock acquired, processing the job...
[2026-04-05 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:51:02] Production.INFO: ==26104== Lock acquired, processing the job...
[2026-04-05 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:51:02] Production.INFO: ==26104== Releasing lock...
[2026-04-05 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:51:02] Production.INFO: ==26102== Releasing lock...
[2026-04-05 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:51:03] Production.INFO: ==26107== Lock acquired, processing the job...
[2026-04-05 19:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 19:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 19:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 19:51:03] Production.INFO: ==26107== Releasing lock...
[2026-04-05 19:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 19:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 19:51:03] Production.INFO: ==26111== Lock acquired, processing the job...
[2026-04-05 19:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:51:03] Production.INFO: ==26117== Lock acquired, processing the job...
[2026-04-05 19:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 19:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 19:51:04] Production.INFO: ==26119== Lock acquired, processing the job...
[2026-04-05 19:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:51:04] Production.INFO: ==26109== Lock acquired, processing the job...
[2026-04-05 19:51:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:51:04] Production.INFO: ==26113== Lock acquired, processing the job...
[2026-04-05 19:51:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:51:04] Production.INFO: ==26115== Lock acquired, processing the job...
[2026-04-05 19:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:51:04] Production.INFO: Account Balance Start.
[2026-04-05 19:51:04] Production.INFO: CreateAllLog Start
[2026-04-05 19:51:04] Production.INFO: 117
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-08
[2026-04-05 19:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:51:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-09
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-10
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-11
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: ==26119== Releasing lock...
[2026-04-05 19:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.ERROR: done
[2026-04-05 19:51:04] Production.INFO: ==26111== Releasing lock...
[2026-04-05 19:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 19:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043554', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-22
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-23
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-24
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-25
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-26
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-27
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-28
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-29
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-30
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-03-31
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-04-01
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-04-02
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-04-03
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:51:05] Production.INFO: Total Charge 0
[2026-04-05 19:51:05] Production.INFO: CreateAllLog End
[2026-04-05 19:51:05] Production.INFO: Account Balance End.
[2026-04-05 19:51:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:51:05] Production.INFO: ==26115== Releasing lock...
[2026-04-05 19:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043554', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 19:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 19:51:10] Production.INFO: ProcessCDR(1,17043554,1,1,2)
[2026-04-05 19:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043554,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043554,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 19:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 19:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 19:51:10] Production.INFO: ==26117== Releasing lock...
[2026-04-05 19:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 19:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 19:51:14] Production.ERROR: CronJobId end10
[2026-04-05 19:51:14] Production.INFO: ==26113== Releasing lock...
[2026-04-05 19:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:51:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:51:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:51:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:51:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:51:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:51:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:51:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:51:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:51:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:51:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:51:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:51:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:51:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:51:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:51:18] Production.INFO: call_cost start
[2026-04-05 19:51:18] Production.INFO: call_cost end
[2026-04-05 19:51:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:51:18] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:51:18] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:51:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:51:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:51:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:51:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:51:18] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:51:18] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:51:18] Production.INFO: ==26109== Releasing lock...
[2026-04-05 19:51:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:51:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:52:01] Production.INFO: ==26175== Lock acquired, processing the job...
[2026-04-06 00:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:52:01] Production.INFO: neon service started
[2026-04-06 00:52:01] Production.INFO: neon service started
[2026-04-06 00:52:01] Production.INFO: ==26175== Releasing lock...
[2026-04-06 00:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:52:01] Production.INFO: ==26177== Lock acquired, processing the job...
[2026-04-05 19:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:52:01] Production.INFO: ==26177== Releasing lock...
[2026-04-05 19:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:52:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:52:02] Production.INFO: ==26179== Lock acquired, processing the job...
[2026-04-05 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:52:02] Production.INFO: ==26179== Releasing lock...
[2026-04-05 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:52:02] Production.INFO: ==26190== Lock acquired, processing the job...
[2026-04-05 19:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:52:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:52:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:52:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:52:02] Production.INFO: ==26190== Releasing lock...
[2026-04-05 19:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:52:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:52:03] Production.INFO: ==26182== Lock acquired, processing the job...
[2026-04-05 19:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:52:03] Production.INFO: ==26184== Lock acquired, processing the job...
[2026-04-05 19:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:52:03] Production.INFO: ==26186== Lock acquired, processing the job...
[2026-04-05 19:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:52:03] Production.INFO: ==26188== Lock acquired, processing the job...
[2026-04-05 19:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:52:03] Production.INFO: Account Balance Start.
[2026-04-05 19:52:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:52:03] Production.INFO: 117
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: ==26184== Releasing lock...
[2026-04-05 19:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:03] Production.INFO: Date 2026-03-25
[2026-04-05 19:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:52:04] Production.INFO: Total Charge 0
[2026-04-05 19:52:04] Production.INFO: CreateAllLog End
[2026-04-05 19:52:04] Production.INFO: Account Balance End.
[2026-04-05 19:52:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:52:04] Production.INFO: ==26188== Releasing lock...
[2026-04-05 19:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:52:10] Production.ERROR: CronJobId end10
[2026-04-05 19:52:10] Production.INFO: ==26186== Releasing lock...
[2026-04-05 19:52:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:52:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:52:13] Production.INFO: call_cost start
[2026-04-05 19:52:13] Production.INFO: call_cost end
[2026-04-05 19:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:52:13] Production.INFO: ==26182== Releasing lock...
[2026-04-05 19:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:53:01] Production.INFO: ==26249== Lock acquired, processing the job...
[2026-04-06 00:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:53:01] Production.INFO: neon service started
[2026-04-06 00:53:01] Production.INFO: neon service started
[2026-04-06 00:53:01] Production.INFO: ==26249== Releasing lock...
[2026-04-06 00:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:53:02] Production.INFO: ==26251== Lock acquired, processing the job...
[2026-04-05 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:53:02] Production.INFO: ==26251== Releasing lock...
[2026-04-05 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:53:02] Production.INFO: ==26253== Lock acquired, processing the job...
[2026-04-05 23:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:53:02] Production.INFO: ==26253== Releasing lock...
[2026-04-05 23:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:53:03] Production.INFO: ==26255== Lock acquired, processing the job...
[2026-04-05 19:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:53:03] Production.INFO: ==26257== Lock acquired, processing the job...
[2026-04-05 19:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:53:03] Production.INFO: ==26261== Lock acquired, processing the job...
[2026-04-05 19:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:53:03] Production.INFO: Account Balance Start.
[2026-04-05 19:53:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:53:03] Production.INFO: 117
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: ==26259== Lock acquired, processing the job...
[2026-04-05 19:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: ==26263== Lock acquired, processing the job...
[2026-04-05 19:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:53:03] Production.INFO: ==26263== Releasing lock...
[2026-04-05 19:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: ==26257== Releasing lock...
[2026-04-05 19:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-20
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-21
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-22
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-23
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:03] Production.INFO: Date 2026-03-24
[2026-04-05 19:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:53:04] Production.INFO: Total Charge 0
[2026-04-05 19:53:04] Production.INFO: CreateAllLog End
[2026-04-05 19:53:04] Production.INFO: Account Balance End.
[2026-04-05 19:53:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:53:04] Production.INFO: ==26261== Releasing lock...
[2026-04-05 19:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:53:10] Production.ERROR: CronJobId end10
[2026-04-05 19:53:10] Production.INFO: ==26259== Releasing lock...
[2026-04-05 19:53:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:53:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:53:13] Production.INFO: call_cost start
[2026-04-05 19:53:13] Production.INFO: call_cost end
[2026-04-05 19:53:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:53:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:53:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:53:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:53:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:53:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:53:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:53:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:53:13] Production.INFO: ==26255== Releasing lock...
[2026-04-05 19:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:54:02] Production.INFO: ==26323== Lock acquired, processing the job...
[2026-04-06 00:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:54:02] Production.INFO: neon service started
[2026-04-06 00:54:02] Production.INFO: neon service started
[2026-04-06 00:54:02] Production.INFO: ==26323== Releasing lock...
[2026-04-06 00:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:54:02] Production.INFO: ==26325== Lock acquired, processing the job...
[2026-04-05 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:54:02] Production.INFO: ==26325== Releasing lock...
[2026-04-05 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:54:02] Production.INFO: ==26327== Lock acquired, processing the job...
[2026-04-05 23:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:54:02] Production.INFO: ==26327== Releasing lock...
[2026-04-05 23:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:54:03] Production.INFO: ==26329== Lock acquired, processing the job...
[2026-04-05 19:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:54:03] Production.INFO: ==26337== Lock acquired, processing the job...
[2026-04-05 19:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:54:03] Production.INFO: ==26337== Releasing lock...
[2026-04-05 19:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:54:03] Production.INFO: ==26333== Lock acquired, processing the job...
[2026-04-05 19:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:54:03] Production.INFO: ==26331== Lock acquired, processing the job...
[2026-04-05 19:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:54:03] Production.INFO: ==26335== Lock acquired, processing the job...
[2026-04-05 19:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:54:03] Production.INFO: Account Balance Start.
[2026-04-05 19:54:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:54:03] Production.INFO: 117
[2026-04-05 19:54:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-12
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-13
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: ==26331== Releasing lock...
[2026-04-05 19:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:54:04] Production.INFO: Total Charge 0
[2026-04-05 19:54:04] Production.INFO: CreateAllLog End
[2026-04-05 19:54:04] Production.INFO: Account Balance End.
[2026-04-05 19:54:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:54:05] Production.INFO: ==26335== Releasing lock...
[2026-04-05 19:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:54:10] Production.ERROR: CronJobId end10
[2026-04-05 19:54:10] Production.INFO: ==26333== Releasing lock...
[2026-04-05 19:54:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:54:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:54:14] Production.INFO: call_cost start
[2026-04-05 19:54:14] Production.INFO: call_cost end
[2026-04-05 19:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:54:14] Production.INFO: ==26329== Releasing lock...
[2026-04-05 19:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:55:01] Production.INFO: ==26393== Lock acquired, processing the job...
[2026-04-06 00:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:55:01] Production.INFO: neon service started
[2026-04-06 00:55:01] Production.INFO: neon service started
[2026-04-06 00:55:01] Production.INFO: ==26393== Releasing lock...
[2026-04-06 00:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:55:01] Production.INFO: ==26395== Lock acquired, processing the job...
[2026-04-05 19:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:55:02] Production.INFO: ==26395== Releasing lock...
[2026-04-05 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:55:02] Production.INFO: ==26397== Lock acquired, processing the job...
[2026-04-05 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:55:02] Production.INFO: ==26397== Releasing lock...
[2026-04-05 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:55:02] Production.INFO: ==26401== Lock acquired, processing the job...
[2026-04-05 19:55:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:55:03] Production.INFO: ==26399== Lock acquired, processing the job...
[2026-04-05 19:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:55:03] Production.INFO: ==26403== Lock acquired, processing the job...
[2026-04-05 19:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:55:03] Production.INFO: ==26405== Lock acquired, processing the job...
[2026-04-05 19:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:55:03] Production.INFO: ==26407== Lock acquired, processing the job...
[2026-04-05 19:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:55:03] Production.INFO: Account Balance Start.
[2026-04-05 19:55:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:55:03] Production.INFO: 117
[2026-04-05 19:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:55:03] Production.INFO: ==26401== Releasing lock...
[2026-04-05 19:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:55:03] Production.INFO: ==26407== Releasing lock...
[2026-04-05 19:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:55:04] Production.INFO: Total Charge 0
[2026-04-05 19:55:04] Production.INFO: CreateAllLog End
[2026-04-05 19:55:04] Production.INFO: Account Balance End.
[2026-04-05 19:55:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:55:04] Production.INFO: ==26405== Releasing lock...
[2026-04-05 19:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:55:12] Production.ERROR: CronJobId end10
[2026-04-05 19:55:12] Production.INFO: ==26403== Releasing lock...
[2026-04-05 19:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:55:15] Production.INFO: call_cost start
[2026-04-05 19:55:15] Production.INFO: call_cost end
[2026-04-05 19:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:55:15] Production.INFO: ==26399== Releasing lock...
[2026-04-05 19:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:56:02] Production.INFO: ==26464== Lock acquired, processing the job...
[2026-04-06 00:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:56:02] Production.INFO: neon service started
[2026-04-06 00:56:02] Production.INFO: neon service started
[2026-04-06 00:56:02] Production.INFO: ==26464== Releasing lock...
[2026-04-06 00:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:56:02] Production.INFO: ==26467== Lock acquired, processing the job...
[2026-04-05 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:56:02] Production.INFO: ==26467== Releasing lock...
[2026-04-05 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:56:02] Production.INFO: ==26469== Lock acquired, processing the job...
[2026-04-05 23:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:56:02] Production.INFO: ==26469== Releasing lock...
[2026-04-05 23:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:56:03] Production.INFO: ==26471== Lock acquired, processing the job...
[2026-04-05 19:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:56:03] Production.INFO: ==26473== Lock acquired, processing the job...
[2026-04-05 19:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:56:03] Production.INFO: ==26475== Lock acquired, processing the job...
[2026-04-05 19:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:56:03] Production.INFO: ==26479== Lock acquired, processing the job...
[2026-04-05 19:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:56:03] Production.INFO: ==26477== Lock acquired, processing the job...
[2026-04-05 19:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:56:03] Production.INFO: ==26479== Releasing lock...
[2026-04-05 19:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:56:03] Production.INFO: Account Balance Start.
[2026-04-05 19:56:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:56:03] Production.INFO: 117
[2026-04-05 19:56:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-14
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: ==26473== Releasing lock...
[2026-04-05 19:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:56:04] Production.INFO: Total Charge 0
[2026-04-05 19:56:05] Production.INFO: CreateAllLog End
[2026-04-05 19:56:05] Production.INFO: Account Balance End.
[2026-04-05 19:56:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:56:05] Production.INFO: ==26477== Releasing lock...
[2026-04-05 19:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:56:10] Production.ERROR: CronJobId end10
[2026-04-05 19:56:10] Production.INFO: ==26475== Releasing lock...
[2026-04-05 19:56:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:56:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:56:14] Production.INFO: call_cost start
[2026-04-05 19:56:14] Production.INFO: call_cost end
[2026-04-05 19:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:56:14] Production.INFO: ==26471== Releasing lock...
[2026-04-05 19:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:57:01] Production.INFO: ==26534== Lock acquired, processing the job...
[2026-04-06 00:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:57:01] Production.INFO: neon service started
[2026-04-06 00:57:01] Production.INFO: neon service started
[2026-04-06 00:57:01] Production.INFO: ==26534== Releasing lock...
[2026-04-06 00:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:57:01] Production.INFO: ==26538== Lock acquired, processing the job...
[2026-04-05 23:57:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:57:01] Production.INFO: ==26538== Releasing lock...
[2026-04-05 23:57:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:57:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:57:02] Production.INFO: ==26536== Lock acquired, processing the job...
[2026-04-05 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:57:02] Production.INFO: ==26536== Releasing lock...
[2026-04-05 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:57:03] Production.INFO: ==26543== Lock acquired, processing the job...
[2026-04-05 19:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:57:03] Production.INFO: ==26541== Lock acquired, processing the job...
[2026-04-05 19:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:57:03] Production.INFO: ==26549== Lock acquired, processing the job...
[2026-04-05 19:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:57:03] Production.INFO: ==26545== Lock acquired, processing the job...
[2026-04-05 19:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:57:03] Production.INFO: ==26547== Lock acquired, processing the job...
[2026-04-05 19:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:57:03] Production.INFO: ==26549== Releasing lock...
[2026-04-05 19:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:57:03] Production.INFO: Account Balance Start.
[2026-04-05 19:57:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:57:03] Production.INFO: 117
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: ==26543== Releasing lock...
[2026-04-05 19:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-16
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-17
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-18
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:03] Production.INFO: Date 2026-03-19
[2026-04-05 19:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:57:04] Production.INFO: Total Charge 0
[2026-04-05 19:57:04] Production.INFO: CreateAllLog End
[2026-04-05 19:57:04] Production.INFO: Account Balance End.
[2026-04-05 19:57:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:57:04] Production.INFO: ==26547== Releasing lock...
[2026-04-05 19:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:57:11] Production.ERROR: CronJobId end10
[2026-04-05 19:57:11] Production.INFO: ==26545== Releasing lock...
[2026-04-05 19:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:57:13] Production.INFO: call_cost start
[2026-04-05 19:57:13] Production.INFO: call_cost end
[2026-04-05 19:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:57:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:57:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:57:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:57:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:57:13] Production.INFO: ==26541== Releasing lock...
[2026-04-05 19:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:58:01] Production.INFO: ==26606== Lock acquired, processing the job...
[2026-04-06 00:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:58:01] Production.INFO: neon service started
[2026-04-06 00:58:01] Production.INFO: neon service started
[2026-04-06 00:58:01] Production.INFO: ==26606== Releasing lock...
[2026-04-06 00:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 19:58:02] Production.INFO: ==26608== Lock acquired, processing the job...
[2026-04-05 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:58:02] Production.INFO: ==26608== Releasing lock...
[2026-04-05 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:58:02] Production.INFO: ==26610== Lock acquired, processing the job...
[2026-04-05 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:58:02] Production.INFO: ==26610== Releasing lock...
[2026-04-05 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:58:03] Production.INFO: ==26614== Lock acquired, processing the job...
[2026-04-05 19:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:58:03] Production.INFO: ==26618== Lock acquired, processing the job...
[2026-04-05 19:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:58:03] Production.INFO: ==26616== Lock acquired, processing the job...
[2026-04-05 19:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:58:03] Production.INFO: ==26612== Lock acquired, processing the job...
[2026-04-05 19:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:58:03] Production.INFO: ==26620== Lock acquired, processing the job...
[2026-04-05 19:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:58:03] Production.INFO: Account Balance Start.
[2026-04-05 19:58:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:58:03] Production.INFO: 117
[2026-04-05 19:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:58:03] Production.INFO: ==26620== Releasing lock...
[2026-04-05 19:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.INFO: ==26614== Releasing lock...
[2026-04-05 19:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:03] Production.INFO: Date 2026-03-15
[2026-04-05 19:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-04-04
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Date 2026-04-05
[2026-04-05 19:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:58:04] Production.INFO: Total Charge 0
[2026-04-05 19:58:04] Production.INFO: CreateAllLog End
[2026-04-05 19:58:04] Production.INFO: Account Balance End.
[2026-04-05 19:58:04] Production.ERROR: CronJobId end 12
[2026-04-05 19:58:04] Production.INFO: ==26618== Releasing lock...
[2026-04-05 19:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:58:11] Production.ERROR: CronJobId end10
[2026-04-05 19:58:11] Production.INFO: ==26616== Releasing lock...
[2026-04-05 19:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:58:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:58:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:58:14] Production.INFO: call_cost start
[2026-04-05 19:58:14] Production.INFO: call_cost end
[2026-04-05 19:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:58:14] Production.INFO: ==26612== Releasing lock...
[2026-04-05 19:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:59:02] Production.INFO: ==26681== Lock acquired, processing the job...
[2026-04-06 00:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 00:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 00:59:02] Production.INFO: neon service started
[2026-04-06 00:59:02] Production.INFO: neon service started
[2026-04-06 00:59:02] Production.INFO: ==26681== Releasing lock...
[2026-04-06 00:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 00:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:59:02] Production.INFO: ==26685== Lock acquired, processing the job...
[2026-04-05 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:59:02] Production.INFO: ==26685== Releasing lock...
[2026-04-05 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-05 23:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 19:59:02] Production.INFO: ==26683== Lock acquired, processing the job...
[2026-04-05 19:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 19:59:02] Production.INFO: ==26683== Releasing lock...
[2026-04-05 19:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 19:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 19:59:03] Production.INFO: ==26693== Lock acquired, processing the job...
[2026-04-05 19:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 19:59:03] Production.INFO: Account Balance Start.
[2026-04-05 19:59:03] Production.INFO: CreateAllLog Start
[2026-04-05 19:59:03] Production.INFO: 117
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-08
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-09
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-10
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-11
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: ==26695== Lock acquired, processing the job...
[2026-04-05 19:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-12
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-13
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: Date 2026-03-14
[2026-04-05 19:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 19:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 19:59:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 19:59:04] Production.INFO: ==26695== Releasing lock...
[2026-04-05 19:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 19:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-15
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: ==26687== Lock acquired, processing the job...
[2026-04-05 19:59:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-16
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: ==26689== Lock acquired, processing the job...
[2026-04-05 19:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-17
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: ==26691== Lock acquired, processing the job...
[2026-04-05 19:59:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 19:59:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-18
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-19
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-20
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-21
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-22
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-23
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-24
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-25
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-26
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 19:59:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 19:59:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-27
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-28
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-29
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-30
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: ==26689== Releasing lock...
[2026-04-05 19:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 19:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 19:59:04] Production.INFO: Date 2026-03-31
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-04-01
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-04-02
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:04] Production.INFO: Date 2026-04-03
[2026-04-05 19:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:05] Production.INFO: Date 2026-04-04
[2026-04-05 19:59:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:05] Production.INFO: Date 2026-04-05
[2026-04-05 19:59:05] Production.INFO: Reseller ==> 0
[2026-04-05 19:59:05] Production.INFO: Total Charge 0
[2026-04-05 19:59:05] Production.INFO: CreateAllLog End
[2026-04-05 19:59:05] Production.INFO: Account Balance End.
[2026-04-05 19:59:05] Production.ERROR: CronJobId end 12
[2026-04-05 19:59:05] Production.INFO: ==26693== Releasing lock...
[2026-04-05 19:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 19:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 19:59:11] Production.ERROR: CronJobId end10
[2026-04-05 19:59:11] Production.INFO: ==26691== Releasing lock...
[2026-04-05 19:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 19:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 19:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 19:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 19:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 19:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 19:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 19:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 19:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 19:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 19:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 19:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 19:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 19:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 19:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 19:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 19:59:14] Production.INFO: call_cost start
[2026-04-05 19:59:14] Production.INFO: call_cost end
[2026-04-05 19:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 19:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 19:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 19:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 19:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 19:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 19:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 19:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 19:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 19:59:14] Production.INFO: ==26687== Releasing lock...
[2026-04-05 19:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 19:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:00:01] Production.INFO: ==26754== Lock acquired, processing the job...
[2026-04-06 01:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:00:01] Production.INFO: neon service started
[2026-04-06 01:00:01] Production.INFO: neon service started
[2026-04-06 01:00:01] Production.INFO: ==26754== Releasing lock...
[2026-04-06 01:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:00:02] Production.INFO: ==26756== Lock acquired, processing the job...
[2026-04-05 20:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:00:02] Production.INFO: ==26758== Lock acquired, processing the job...
[2026-04-06 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:00:02] Production.INFO: ==26758== Releasing lock...
[2026-04-06 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:00:02] Production.INFO: ==26756== Releasing lock...
[2026-04-05 20:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:00:03] Production.INFO: ==26760== Lock acquired, processing the job...
[2026-04-05 20:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:00:03] Production.INFO: ==26762== Lock acquired, processing the job...
[2026-04-05 20:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:00:03] Production.INFO: ==26764== Lock acquired, processing the job...
[2026-04-05 20:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:00:03] Production.INFO: ==26766== Lock acquired, processing the job...
[2026-04-05 20:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:00:03] Production.INFO: Account Balance Start.
[2026-04-05 20:00:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:00:03] Production.INFO: 117
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: ==26768== Lock acquired, processing the job...
[2026-04-05 20:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: ==26768== Releasing lock...
[2026-04-05 20:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:03] Production.INFO: ==26762== Releasing lock...
[2026-04-05 20:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:00:05] Production.INFO: Total Charge 0
[2026-04-05 20:00:05] Production.INFO: CreateAllLog End
[2026-04-05 20:00:05] Production.INFO: Account Balance End.
[2026-04-05 20:00:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:00:05] Production.INFO: ==26766== Releasing lock...
[2026-04-05 20:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:00:12] Production.ERROR: CronJobId end10
[2026-04-05 20:00:12] Production.INFO: ==26764== Releasing lock...
[2026-04-05 20:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:00:15] Production.INFO: call_cost start
[2026-04-05 20:00:15] Production.INFO: call_cost end
[2026-04-05 20:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:00:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:00:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:00:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:00:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:00:15] Production.INFO: ==26760== Releasing lock...
[2026-04-05 20:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:01:02] Production.INFO: ==26825== Lock acquired, processing the job...
[2026-04-06 01:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:01:02] Production.INFO: neon service started
[2026-04-06 01:01:02] Production.INFO: neon service started
[2026-04-06 01:01:02] Production.INFO: ==26825== Releasing lock...
[2026-04-06 01:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:01:02] Production.INFO: ==26838== Lock acquired, processing the job...
[2026-04-05 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:01:02] Production.INFO: ==26838== Releasing lock...
[2026-04-05 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:01:02] Production.INFO: ==26840== Lock acquired, processing the job...
[2026-04-06 00:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:01:03] Production.INFO: ==26840== Releasing lock...
[2026-04-06 00:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:01:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:01:03] Production.INFO: ==26844== Lock acquired, processing the job...
[2026-04-05 20:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:01:03] Production.INFO: ==26846== Lock acquired, processing the job...
[2026-04-05 20:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:01:03] Production.INFO: ==26842== Lock acquired, processing the job...
[2026-04-05 20:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 20:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:01:03] Production.INFO: ==26850== Lock acquired, processing the job...
[2026-04-05 20:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 20:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:01:03] Production.ERROR: CronJob PID - 26844
[2026-04-05 20:01:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 20:01:03] Production.ERROR: CronJob ID - 5
[2026-04-05 20:01:03] Production.ERROR: CronJob Last Run Time 2026-04-05 20:01:00
[2026-04-05 20:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:01:03] Production.ERROR: CronJob PID - 26846
[2026-04-05 20:01:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 20:01:03] Production.ERROR: CronJob ID - 7
[2026-04-05 20:01:03] Production.ERROR: CronJob Last Run Time 2026-04-05 20:01:00
[2026-04-05 20:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:01:03] Production.INFO: ==26848== Lock acquired, processing the job...
[2026-04-05 20:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 20:01:03] Production.INFO: ==26842== Releasing lock...
[2026-04-05 20:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 20:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:01:03] Production.INFO: Account Balance Start.
[2026-04-05 20:01:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:01:03] Production.INFO: 117
[2026-04-05 20:01:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: ==26852== Lock acquired, processing the job...
[2026-04-05 20:01:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: ==26854== Lock acquired, processing the job...
[2026-04-05 20:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: ==26846== Releasing lock...
[2026-04-05 20:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: ==26854== Releasing lock...
[2026-04-05 20:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:01:04] Production.ERROR: done
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 20:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043595', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 20:01:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:01:05] Production.INFO: Total Charge 0
[2026-04-05 20:01:05] Production.INFO: CreateAllLog End
[2026-04-05 20:01:05] Production.INFO: Account Balance End.
[2026-04-05 20:01:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:01:05] Production.INFO: ==26850== Releasing lock...
[2026-04-05 20:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043595', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 20:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 20:01:10] Production.INFO: ProcessCDR(1,17043595,1,1,2)
[2026-04-05 20:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043595,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043595,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 20:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 20:01:10] Production.INFO: ==26852== Releasing lock...
[2026-04-05 20:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 20:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 20:01:13] Production.ERROR: CronJobId end10
[2026-04-05 20:01:13] Production.INFO: ==26848== Releasing lock...
[2026-04-05 20:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:01:16] Production.INFO: call_cost start
[2026-04-05 20:01:16] Production.INFO: call_cost end
[2026-04-05 20:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:01:16] Production.INFO: ==26844== Releasing lock...
[2026-04-05 20:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:02:01] Production.INFO: ==26908== Lock acquired, processing the job...
[2026-04-06 01:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:02:01] Production.INFO: neon service started
[2026-04-06 01:02:01] Production.INFO: neon service started
[2026-04-06 01:02:01] Production.INFO: ==26908== Releasing lock...
[2026-04-06 01:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:02:02] Production.INFO: ==26912== Lock acquired, processing the job...
[2026-04-06 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 20:02:02] Production.INFO: ==26910== Lock acquired, processing the job...
[2026-04-05 20:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:02:02] Production.INFO: ==26912== Releasing lock...
[2026-04-06 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:02:02] Production.INFO: ==26910== Releasing lock...
[2026-04-05 20:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:02:03] Production.INFO: ==26914== Lock acquired, processing the job...
[2026-04-05 20:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:02:03] Production.INFO: ==26921== Lock acquired, processing the job...
[2026-04-05 20:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:02:03] Production.INFO: ==26918== Lock acquired, processing the job...
[2026-04-05 20:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:02:03] Production.INFO: Account Balance Start.
[2026-04-05 20:02:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:02:03] Production.INFO: 117
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: ==26916== Lock acquired, processing the job...
[2026-04-05 20:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: ==26923== Lock acquired, processing the job...
[2026-04-05 20:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-05 20:02:03] Production.INFO: ==26925== Lock acquired, processing the job...
[2026-04-05 20:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: ==26925== Releasing lock...
[2026-04-05 20:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:02:04] Production.ERROR: done
[2026-04-05 20:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: ==26916== Releasing lock...
[2026-04-05 20:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.ERROR: done
[2026-04-05 20:02:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-05 20:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:02:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:02:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:02:05] Production.INFO: Total Charge 0
[2026-04-05 20:02:05] Production.INFO: CreateAllLog End
[2026-04-05 20:02:05] Production.INFO: ==26923== Releasing lock...
[2026-04-05 20:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-05 20:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-05 20:02:05] Production.INFO: Account Balance End.
[2026-04-05 20:02:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:02:05] Production.INFO: ==26921== Releasing lock...
[2026-04-05 20:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:02:12] Production.ERROR: CronJobId end10
[2026-04-05 20:02:12] Production.INFO: ==26918== Releasing lock...
[2026-04-05 20:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:02:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:02:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:02:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:02:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:02:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:02:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:02:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:02:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:02:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:02:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:02:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:02:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:02:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:02:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:02:16] Production.INFO: call_cost start
[2026-04-05 20:02:16] Production.INFO: call_cost end
[2026-04-05 20:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:02:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:02:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:02:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:02:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:02:16] Production.INFO: ==26914== Releasing lock...
[2026-04-05 20:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:03:01] Production.INFO: ==26984== Lock acquired, processing the job...
[2026-04-06 01:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:03:01] Production.INFO: neon service started
[2026-04-06 01:03:01] Production.INFO: neon service started
[2026-04-06 01:03:01] Production.INFO: ==26984== Releasing lock...
[2026-04-06 01:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:03:02] Production.INFO: ==26986== Lock acquired, processing the job...
[2026-04-05 20:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:03:02] Production.INFO: ==26988== Lock acquired, processing the job...
[2026-04-06 00:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:03:02] Production.INFO: ==26988== Releasing lock...
[2026-04-06 00:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:03:02] Production.INFO: ==26986== Releasing lock...
[2026-04-05 20:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:03:03] Production.INFO: ==26991== Lock acquired, processing the job...
[2026-04-05 20:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:03:03] Production.INFO: ==26993== Lock acquired, processing the job...
[2026-04-05 20:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:03:03] Production.INFO: ==26999== Lock acquired, processing the job...
[2026-04-05 20:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:03:03] Production.INFO: ==26995== Lock acquired, processing the job...
[2026-04-05 20:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:03:03] Production.INFO: ==26997== Lock acquired, processing the job...
[2026-04-05 20:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:03:03] Production.INFO: ==26999== Releasing lock...
[2026-04-05 20:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:03:03] Production.INFO: Account Balance Start.
[2026-04-05 20:03:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:03:03] Production.INFO: 117
[2026-04-05 20:03:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: ==26993== Releasing lock...
[2026-04-05 20:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:03:04] Production.INFO: Total Charge 0
[2026-04-05 20:03:05] Production.INFO: CreateAllLog End
[2026-04-05 20:03:05] Production.INFO: Account Balance End.
[2026-04-05 20:03:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:03:05] Production.INFO: ==26997== Releasing lock...
[2026-04-05 20:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:03:11] Production.ERROR: CronJobId end10
[2026-04-05 20:03:11] Production.INFO: ==26995== Releasing lock...
[2026-04-05 20:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:03:14] Production.INFO: call_cost start
[2026-04-05 20:03:14] Production.INFO: call_cost end
[2026-04-05 20:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:03:14] Production.INFO: ==26991== Releasing lock...
[2026-04-05 20:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:04:02] Production.INFO: ==27052== Lock acquired, processing the job...
[2026-04-06 01:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:04:02] Production.INFO: neon service started
[2026-04-06 01:04:02] Production.INFO: neon service started
[2026-04-06 01:04:02] Production.INFO: ==27052== Releasing lock...
[2026-04-06 01:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:04:02] Production.INFO: ==27054== Lock acquired, processing the job...
[2026-04-05 20:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:04:02] Production.INFO: ==27054== Releasing lock...
[2026-04-05 20:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:04:03] Production.INFO: ==27056== Lock acquired, processing the job...
[2026-04-06 00:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:04:03] Production.INFO: ==27056== Releasing lock...
[2026-04-06 00:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:04:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:04:03] Production.INFO: ==27059== Lock acquired, processing the job...
[2026-04-05 20:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:04:03] Production.INFO: ==27061== Lock acquired, processing the job...
[2026-04-05 20:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:04:03] Production.INFO: ==27063== Lock acquired, processing the job...
[2026-04-05 20:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:04:03] Production.INFO: ==27065== Lock acquired, processing the job...
[2026-04-05 20:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:04:03] Production.INFO: ==27067== Lock acquired, processing the job...
[2026-04-05 20:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:04:03] Production.INFO: Account Balance Start.
[2026-04-05 20:04:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:04:03] Production.INFO: 117
[2026-04-05 20:04:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:04:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: ==27067== Releasing lock...
[2026-04-05 20:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: ==27061== Releasing lock...
[2026-04-05 20:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:04:05] Production.INFO: Total Charge 0
[2026-04-05 20:04:05] Production.INFO: CreateAllLog End
[2026-04-05 20:04:05] Production.INFO: Account Balance End.
[2026-04-05 20:04:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:04:05] Production.INFO: ==27065== Releasing lock...
[2026-04-05 20:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:04:12] Production.ERROR: CronJobId end10
[2026-04-05 20:04:12] Production.INFO: ==27063== Releasing lock...
[2026-04-05 20:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:04:15] Production.INFO: call_cost start
[2026-04-05 20:04:15] Production.INFO: call_cost end
[2026-04-05 20:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:04:15] Production.INFO: ==27059== Releasing lock...
[2026-04-05 20:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:05:01] Production.INFO: ==27123== Lock acquired, processing the job...
[2026-04-06 01:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:05:01] Production.INFO: neon service started
[2026-04-06 01:05:01] Production.INFO: neon service started
[2026-04-06 01:05:01] Production.INFO: ==27123== Releasing lock...
[2026-04-06 01:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:05:01] Production.INFO: ==27127== Lock acquired, processing the job...
[2026-04-06 00:05:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:05:01] Production.INFO: ==27127== Releasing lock...
[2026-04-06 00:05:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:05:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:05:02] Production.INFO: ==27125== Lock acquired, processing the job...
[2026-04-05 20:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:05:02] Production.INFO: ==27125== Releasing lock...
[2026-04-05 20:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:05:02] Production.INFO: ==27130== Lock acquired, processing the job...
[2026-04-05 20:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:05:02] Production.INFO: ==27136== Lock acquired, processing the job...
[2026-04-05 20:05:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:05:02] Production.INFO: Account Balance Start.
[2026-04-05 20:05:02] Production.INFO: CreateAllLog Start
[2026-04-05 20:05:02] Production.INFO: 117
[2026-04-05 20:05:02] Production.INFO: Date 2026-03-08
[2026-04-05 20:05:02] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: ==27132== Lock acquired, processing the job...
[2026-04-05 20:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: ==27138== Lock acquired, processing the job...
[2026-04-05 20:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: ==27134== Lock acquired, processing the job...
[2026-04-05 20:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:05:03] Production.INFO: ==27138== Releasing lock...
[2026-04-05 20:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-27
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-28
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-29
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-30
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-03-31
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-04-01
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-04-02
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-04-03
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:03] Production.INFO: Date 2026-04-04
[2026-04-05 20:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:05:04] Production.INFO: ==27132== Releasing lock...
[2026-04-05 20:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:05:04] Production.INFO: Total Charge 0
[2026-04-05 20:05:04] Production.INFO: CreateAllLog End
[2026-04-05 20:05:04] Production.INFO: Account Balance End.
[2026-04-05 20:05:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:05:04] Production.INFO: ==27136== Releasing lock...
[2026-04-05 20:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:05:11] Production.ERROR: CronJobId end10
[2026-04-05 20:05:11] Production.INFO: ==27134== Releasing lock...
[2026-04-05 20:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:05:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:05:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:05:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:05:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:05:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:05:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:05:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:05:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:05:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:05:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:05:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:05:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:05:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:05:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:05:12] Production.INFO: call_cost start
[2026-04-05 20:05:12] Production.INFO: call_cost end
[2026-04-05 20:05:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:05:12] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:05:12] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:05:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:05:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:05:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:05:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:05:12] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:05:12] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:05:12] Production.INFO: ==27130== Releasing lock...
[2026-04-05 20:05:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:05:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:06:02] Production.INFO: ==27194== Lock acquired, processing the job...
[2026-04-06 01:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:06:02] Production.INFO: neon service started
[2026-04-06 01:06:02] Production.INFO: neon service started
[2026-04-06 01:06:02] Production.INFO: ==27194== Releasing lock...
[2026-04-06 01:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:06:02] Production.INFO: ==27198== Lock acquired, processing the job...
[2026-04-06 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:06:02] Production.INFO: ==27198== Releasing lock...
[2026-04-06 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:06:02] Production.INFO: ==27196== Lock acquired, processing the job...
[2026-04-05 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:06:02] Production.INFO: ==27196== Releasing lock...
[2026-04-05 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:06:03] Production.INFO: ==27203== Lock acquired, processing the job...
[2026-04-05 20:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:06:03] Production.INFO: ==27201== Lock acquired, processing the job...
[2026-04-05 20:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:06:03] Production.INFO: ==27207== Lock acquired, processing the job...
[2026-04-05 20:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:06:03] Production.INFO: ==27205== Lock acquired, processing the job...
[2026-04-05 20:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:06:03] Production.INFO: Account Balance Start.
[2026-04-05 20:06:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:06:03] Production.INFO: 117
[2026-04-05 20:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:06:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:03] Production.INFO: ==27209== Lock acquired, processing the job...
[2026-04-05 20:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: ==27203== Releasing lock...
[2026-04-05 20:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:06:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:06:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:06:04] Production.INFO: ==27209== Releasing lock...
[2026-04-05 20:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:06:05] Production.INFO: Total Charge 0
[2026-04-05 20:06:05] Production.INFO: CreateAllLog End
[2026-04-05 20:06:05] Production.INFO: Account Balance End.
[2026-04-05 20:06:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:06:05] Production.INFO: ==27207== Releasing lock...
[2026-04-05 20:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:06:10] Production.ERROR: CronJobId end10
[2026-04-05 20:06:10] Production.INFO: ==27205== Releasing lock...
[2026-04-05 20:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:06:14] Production.INFO: call_cost start
[2026-04-05 20:06:14] Production.INFO: call_cost end
[2026-04-05 20:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:06:14] Production.INFO: ==27201== Releasing lock...
[2026-04-05 20:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:07:01] Production.INFO: ==27265== Lock acquired, processing the job...
[2026-04-06 01:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:07:01] Production.INFO: neon service started
[2026-04-06 01:07:01] Production.INFO: neon service started
[2026-04-06 01:07:01] Production.INFO: ==27265== Releasing lock...
[2026-04-06 01:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:07:02] Production.INFO: ==27267== Lock acquired, processing the job...
[2026-04-05 20:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:07:02] Production.INFO: ==27269== Lock acquired, processing the job...
[2026-04-06 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:07:02] Production.INFO: ==27269== Releasing lock...
[2026-04-06 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:07:02] Production.INFO: ==27267== Releasing lock...
[2026-04-05 20:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:07:03] Production.INFO: ==27272== Lock acquired, processing the job...
[2026-04-05 20:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:07:03] Production.INFO: ==27274== Lock acquired, processing the job...
[2026-04-05 20:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:07:03] Production.INFO: ==27278== Lock acquired, processing the job...
[2026-04-05 20:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:07:03] Production.INFO: ==27276== Lock acquired, processing the job...
[2026-04-05 20:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:07:03] Production.INFO: ==27280== Lock acquired, processing the job...
[2026-04-05 20:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:07:03] Production.INFO: Account Balance Start.
[2026-04-05 20:07:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:07:03] Production.INFO: 117
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:07:03] Production.INFO: ==27280== Releasing lock...
[2026-04-05 20:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: ==27274== Releasing lock...
[2026-04-05 20:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:07:04] Production.INFO: Total Charge 0
[2026-04-05 20:07:04] Production.INFO: CreateAllLog End
[2026-04-05 20:07:04] Production.INFO: Account Balance End.
[2026-04-05 20:07:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:07:04] Production.INFO: ==27278== Releasing lock...
[2026-04-05 20:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:07:10] Production.ERROR: CronJobId end10
[2026-04-05 20:07:10] Production.INFO: ==27276== Releasing lock...
[2026-04-05 20:07:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:07:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:07:13] Production.INFO: call_cost start
[2026-04-05 20:07:13] Production.INFO: call_cost end
[2026-04-05 20:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:07:13] Production.INFO: ==27272== Releasing lock...
[2026-04-05 20:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:08:01] Production.INFO: ==27337== Lock acquired, processing the job...
[2026-04-06 01:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:08:01] Production.INFO: neon service started
[2026-04-06 01:08:01] Production.INFO: neon service started
[2026-04-06 01:08:01] Production.INFO: ==27337== Releasing lock...
[2026-04-06 01:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:08:01] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:08:02] Production.INFO: ==27339== Lock acquired, processing the job...
[2026-04-05 20:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:08:02] Production.INFO: ==27339== Releasing lock...
[2026-04-05 20:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:08:02] Production.INFO: ==27341== Lock acquired, processing the job...
[2026-04-06 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:08:02] Production.INFO: ==27341== Releasing lock...
[2026-04-06 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:08:03] Production.INFO: ==27343== Lock acquired, processing the job...
[2026-04-05 20:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:08:03] Production.INFO: ==27349== Lock acquired, processing the job...
[2026-04-05 20:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:08:03] Production.INFO: ==27345== Lock acquired, processing the job...
[2026-04-05 20:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:08:03] Production.INFO: ==27351== Lock acquired, processing the job...
[2026-04-05 20:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:08:03] Production.INFO: ==27347== Lock acquired, processing the job...
[2026-04-05 20:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:08:03] Production.INFO: Account Balance Start.
[2026-04-05 20:08:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:08:03] Production.INFO: 117
[2026-04-05 20:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:08:03] Production.INFO: ==27351== Releasing lock...
[2026-04-05 20:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: ==27345== Releasing lock...
[2026-04-05 20:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:08:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:08:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:08:05] Production.INFO: Total Charge 0
[2026-04-05 20:08:05] Production.INFO: CreateAllLog End
[2026-04-05 20:08:05] Production.INFO: Account Balance End.
[2026-04-05 20:08:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:08:05] Production.INFO: ==27349== Releasing lock...
[2026-04-05 20:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:08:10] Production.ERROR: CronJobId end10
[2026-04-05 20:08:10] Production.INFO: ==27347== Releasing lock...
[2026-04-05 20:08:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:08:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:08:14] Production.INFO: call_cost start
[2026-04-05 20:08:14] Production.INFO: call_cost end
[2026-04-05 20:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:08:14] Production.INFO: ==27343== Releasing lock...
[2026-04-05 20:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:09:01] Production.INFO: ==27409== Lock acquired, processing the job...
[2026-04-06 01:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:09:01] Production.INFO: neon service started
[2026-04-06 01:09:01] Production.INFO: neon service started
[2026-04-06 01:09:01] Production.INFO: ==27409== Releasing lock...
[2026-04-06 01:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:09:01] Production.INFO: ==27413== Lock acquired, processing the job...
[2026-04-06 00:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 20:09:01] Production.INFO: ==27411== Lock acquired, processing the job...
[2026-04-05 20:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:09:01] Production.INFO: ==27413== Releasing lock...
[2026-04-06 00:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:09:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:09:02] Production.INFO: ==27411== Releasing lock...
[2026-04-05 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:09:03] Production.INFO: ==27416== Lock acquired, processing the job...
[2026-04-05 20:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:09:03] Production.INFO: ==27418== Lock acquired, processing the job...
[2026-04-05 20:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:09:03] Production.INFO: ==27420== Lock acquired, processing the job...
[2026-04-05 20:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:09:03] Production.INFO: ==27422== Lock acquired, processing the job...
[2026-04-05 20:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:09:03] Production.INFO: ==27424== Lock acquired, processing the job...
[2026-04-05 20:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:09:03] Production.INFO: Account Balance Start.
[2026-04-05 20:09:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:09:03] Production.INFO: 117
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: ==27424== Releasing lock...
[2026-04-05 20:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: ==27418== Releasing lock...
[2026-04-05 20:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:09:04] Production.INFO: Total Charge 0
[2026-04-05 20:09:04] Production.INFO: CreateAllLog End
[2026-04-05 20:09:04] Production.INFO: Account Balance End.
[2026-04-05 20:09:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:09:04] Production.INFO: ==27422== Releasing lock...
[2026-04-05 20:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:09:10] Production.ERROR: CronJobId end10
[2026-04-05 20:09:10] Production.INFO: ==27420== Releasing lock...
[2026-04-05 20:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:09:13] Production.INFO: call_cost start
[2026-04-05 20:09:13] Production.INFO: call_cost end
[2026-04-05 20:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:09:13] Production.INFO: ==27416== Releasing lock...
[2026-04-05 20:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:10:01] Production.INFO: ==27482== Lock acquired, processing the job...
[2026-04-06 01:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:10:01] Production.INFO: neon service started
[2026-04-06 01:10:01] Production.INFO: neon service started
[2026-04-06 01:10:01] Production.INFO: ==27482== Releasing lock...
[2026-04-06 01:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:10:02] Production.INFO: ==27484== Lock acquired, processing the job...
[2026-04-05 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:10:02] Production.INFO: ==27486== Lock acquired, processing the job...
[2026-04-06 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:10:02] Production.INFO: ==27486== Releasing lock...
[2026-04-06 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:10:02] Production.INFO: ==27484== Releasing lock...
[2026-04-05 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:10:03] Production.INFO: ==27489== Lock acquired, processing the job...
[2026-04-05 20:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:10:03] Production.INFO: ==27491== Lock acquired, processing the job...
[2026-04-05 20:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:10:03] Production.INFO: ==27493== Lock acquired, processing the job...
[2026-04-05 20:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:10:03] Production.INFO: ==27497== Lock acquired, processing the job...
[2026-04-05 20:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:10:03] Production.INFO: ==27495== Lock acquired, processing the job...
[2026-04-05 20:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:10:03] Production.INFO: Account Balance Start.
[2026-04-05 20:10:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:10:03] Production.INFO: 117
[2026-04-05 20:10:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:10:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:10:03] Production.INFO: ==27497== Releasing lock...
[2026-04-05 20:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:10:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: ==27491== Releasing lock...
[2026-04-05 20:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:10:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:10:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:10:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:10:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:10:05] Production.INFO: Total Charge 0
[2026-04-05 20:10:05] Production.INFO: CreateAllLog End
[2026-04-05 20:10:05] Production.INFO: Account Balance End.
[2026-04-05 20:10:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:10:05] Production.INFO: ==27495== Releasing lock...
[2026-04-05 20:10:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:10:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:10:10] Production.ERROR: CronJobId end10
[2026-04-05 20:10:10] Production.INFO: ==27493== Releasing lock...
[2026-04-05 20:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:10:14] Production.INFO: call_cost start
[2026-04-05 20:10:14] Production.INFO: call_cost end
[2026-04-05 20:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:10:14] Production.INFO: ==27489== Releasing lock...
[2026-04-05 20:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:11:02] Production.INFO: ==27556== Lock acquired, processing the job...
[2026-04-06 01:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:11:02] Production.INFO: neon service started
[2026-04-06 01:11:02] Production.INFO: neon service started
[2026-04-06 01:11:02] Production.INFO: ==27556== Releasing lock...
[2026-04-06 01:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:11:02] Production.INFO: ==27560== Lock acquired, processing the job...
[2026-04-06 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:11:02] Production.INFO: ==27560== Releasing lock...
[2026-04-06 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:11:02] Production.INFO: ==27558== Lock acquired, processing the job...
[2026-04-05 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:11:02] Production.INFO: ==27558== Releasing lock...
[2026-04-05 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:11:03] Production.INFO: ==27563== Lock acquired, processing the job...
[2026-04-05 20:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 20:11:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 20:11:04] Production.INFO: ==27565== Lock acquired, processing the job...
[2026-04-05 20:11:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:11:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 20:11:04] Production.INFO: ==27563== Releasing lock...
[2026-04-05 20:11:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 20:11:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:11:04] Production.INFO: ==27567== Lock acquired, processing the job...
[2026-04-05 20:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:11:04] Production.INFO: ==27569== Lock acquired, processing the job...
[2026-04-05 20:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:11:04] Production.INFO: ==27571== Lock acquired, processing the job...
[2026-04-05 20:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:11:04] Production.INFO: ==27573== Lock acquired, processing the job...
[2026-04-05 20:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 20:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:11:04] Production.INFO: ==27575== Lock acquired, processing the job...
[2026-04-05 20:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:11:04] Production.INFO: Account Balance Start.
[2026-04-05 20:11:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:11:04] Production.INFO: 117
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: ==27575== Releasing lock...
[2026-04-05 20:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.INFO: ==27567== Releasing lock...
[2026-04-05 20:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:04] Production.ERROR: done
[2026-04-05 20:11:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-20
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 20:11:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043637', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-21
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-22
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-23
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-24
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-25
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-26
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-27
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-28
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-29
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:11:05] Production.INFO: Total Charge 0
[2026-04-05 20:11:05] Production.INFO: CreateAllLog End
[2026-04-05 20:11:05] Production.INFO: Account Balance End.
[2026-04-05 20:11:06] Production.ERROR: CronJobId end 12
[2026-04-05 20:11:06] Production.INFO: ==27571== Releasing lock...
[2026-04-05 20:11:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:11:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043637', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 20:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 20:11:10] Production.INFO: ProcessCDR(1,17043637,1,1,2)
[2026-04-05 20:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043637,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043637,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 20:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 20:11:10] Production.INFO: ==27573== Releasing lock...
[2026-04-05 20:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 20:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 20:11:14] Production.ERROR: CronJobId end10
[2026-04-05 20:11:14] Production.INFO: ==27569== Releasing lock...
[2026-04-05 20:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:11:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:11:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:11:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:11:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:11:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:11:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:11:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:11:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:11:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:11:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:11:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:11:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:11:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:11:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:11:17] Production.INFO: call_cost start
[2026-04-05 20:11:17] Production.INFO: call_cost end
[2026-04-05 20:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:11:17] Production.INFO: ==27565== Releasing lock...
[2026-04-05 20:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:12:01] Production.INFO: ==27630== Lock acquired, processing the job...
[2026-04-06 01:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:12:01] Production.INFO: neon service started
[2026-04-06 01:12:01] Production.INFO: neon service started
[2026-04-06 01:12:01] Production.INFO: ==27630== Releasing lock...
[2026-04-06 01:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:12:01] Production.INFO: ==27634== Lock acquired, processing the job...
[2026-04-06 00:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:12:01] Production.INFO: ==27634== Releasing lock...
[2026-04-06 00:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:12:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:12:02] Production.INFO: ==27632== Lock acquired, processing the job...
[2026-04-05 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:12:02] Production.INFO: ==27632== Releasing lock...
[2026-04-05 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:12:03] Production.INFO: ==27637== Lock acquired, processing the job...
[2026-04-05 20:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:12:03] Production.INFO: ==27639== Lock acquired, processing the job...
[2026-04-05 20:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:12:03] Production.INFO: ==27643== Lock acquired, processing the job...
[2026-04-05 20:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:12:03] Production.INFO: ==27641== Lock acquired, processing the job...
[2026-04-05 20:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:12:03] Production.INFO: Account Balance Start.
[2026-04-05 20:12:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:12:03] Production.INFO: 117
[2026-04-05 20:12:03] Production.INFO: ==27645== Lock acquired, processing the job...
[2026-04-05 20:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:12:03] Production.INFO: ==27645== Releasing lock...
[2026-04-05 20:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: ==27639== Releasing lock...
[2026-04-05 20:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:12:04] Production.INFO: Total Charge 0
[2026-04-05 20:12:04] Production.INFO: CreateAllLog End
[2026-04-05 20:12:04] Production.INFO: Account Balance End.
[2026-04-05 20:12:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:12:04] Production.INFO: ==27643== Releasing lock...
[2026-04-05 20:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:12:11] Production.ERROR: CronJobId end10
[2026-04-05 20:12:11] Production.INFO: ==27641== Releasing lock...
[2026-04-05 20:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:12:13] Production.INFO: call_cost start
[2026-04-05 20:12:13] Production.INFO: call_cost end
[2026-04-05 20:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:12:13] Production.INFO: ==27637== Releasing lock...
[2026-04-05 20:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:13:01] Production.INFO: ==27699== Lock acquired, processing the job...
[2026-04-06 01:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:13:01] Production.INFO: neon service started
[2026-04-06 01:13:01] Production.INFO: neon service started
[2026-04-06 01:13:02] Production.INFO: ==27699== Releasing lock...
[2026-04-06 01:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:13:02] Production.INFO: ==27701== Lock acquired, processing the job...
[2026-04-05 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==27703== Lock acquired, processing the job...
[2026-04-06 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==27703== Releasing lock...
[2026-04-06 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:13:02] Production.INFO: ==27701== Releasing lock...
[2026-04-05 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:13:03] Production.INFO: ==27705== Lock acquired, processing the job...
[2026-04-05 20:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:13:03] Production.INFO: ==27714== Lock acquired, processing the job...
[2026-04-05 20:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:13:03] Production.INFO: ==27708== Lock acquired, processing the job...
[2026-04-05 20:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:13:03] Production.INFO: ==27710== Lock acquired, processing the job...
[2026-04-05 20:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:13:03] Production.INFO: ==27712== Lock acquired, processing the job...
[2026-04-05 20:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:13:03] Production.INFO: Account Balance Start.
[2026-04-05 20:13:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:13:03] Production.INFO: 117
[2026-04-05 20:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:13:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:13:03] Production.INFO: ==27714== Releasing lock...
[2026-04-05 20:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: ==27708== Releasing lock...
[2026-04-05 20:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:13:04] Production.INFO: Total Charge 0
[2026-04-05 20:13:04] Production.INFO: CreateAllLog End
[2026-04-05 20:13:05] Production.INFO: Account Balance End.
[2026-04-05 20:13:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:13:05] Production.INFO: ==27712== Releasing lock...
[2026-04-05 20:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:13:10] Production.ERROR: CronJobId end10
[2026-04-05 20:13:10] Production.INFO: ==27710== Releasing lock...
[2026-04-05 20:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:13:13] Production.INFO: call_cost start
[2026-04-05 20:13:13] Production.INFO: call_cost end
[2026-04-05 20:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:13:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:13:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:13:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:13:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:13:13] Production.INFO: ==27705== Releasing lock...
[2026-04-05 20:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:14:01] Production.INFO: ==27770== Lock acquired, processing the job...
[2026-04-06 01:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:14:01] Production.INFO: neon service started
[2026-04-06 01:14:01] Production.INFO: neon service started
[2026-04-06 01:14:01] Production.INFO: ==27770== Releasing lock...
[2026-04-06 01:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:14:01] Production.INFO: ==27772== Lock acquired, processing the job...
[2026-04-05 20:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:14:01] Production.INFO: ==27772== Releasing lock...
[2026-04-05 20:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:14:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:14:02] Production.INFO: ==27774== Lock acquired, processing the job...
[2026-04-06 00:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:14:02] Production.INFO: ==27774== Releasing lock...
[2026-04-06 00:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:14:02] Production.INFO: ==27783== Lock acquired, processing the job...
[2026-04-05 20:14:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:14:02] Production.INFO: ==27777== Lock acquired, processing the job...
[2026-04-05 20:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:14:02] Production.INFO: ==27779== Lock acquired, processing the job...
[2026-04-05 20:14:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:14:02] Production.INFO: ==27785== Lock acquired, processing the job...
[2026-04-05 20:14:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:14:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:14:02] Production.INFO: ==27781== Lock acquired, processing the job...
[2026-04-05 20:14:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:14:02] Production.INFO: Account Balance Start.
[2026-04-05 20:14:02] Production.INFO: CreateAllLog Start
[2026-04-05 20:14:02] Production.INFO: 117
[2026-04-05 20:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:14:03] Production.INFO: ==27785== Releasing lock...
[2026-04-05 20:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: ==27779== Releasing lock...
[2026-04-05 20:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:14:04] Production.INFO: Total Charge 0
[2026-04-05 20:14:04] Production.INFO: CreateAllLog End
[2026-04-05 20:14:05] Production.INFO: Account Balance End.
[2026-04-05 20:14:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:14:05] Production.INFO: ==27783== Releasing lock...
[2026-04-05 20:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:14:10] Production.ERROR: CronJobId end10
[2026-04-05 20:14:10] Production.INFO: ==27781== Releasing lock...
[2026-04-05 20:14:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:14:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:14:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:14:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:14:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:14:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:14:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:14:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:14:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:14:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:14:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:14:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:14:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:14:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:14:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:14:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:14:13] Production.INFO: call_cost start
[2026-04-05 20:14:13] Production.INFO: call_cost end
[2026-04-05 20:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:14:13] Production.INFO: ==27777== Releasing lock...
[2026-04-05 20:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:15:01] Production.INFO: ==27840== Lock acquired, processing the job...
[2026-04-06 01:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:15:01] Production.INFO: neon service started
[2026-04-06 01:15:01] Production.INFO: neon service started
[2026-04-06 01:15:01] Production.INFO: ==27840== Releasing lock...
[2026-04-06 01:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:15:02] Production.INFO: ==27845== Lock acquired, processing the job...
[2026-04-06 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:15:02] Production.INFO: ==27845== Releasing lock...
[2026-04-06 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:15:02] Production.INFO: ==27842== Lock acquired, processing the job...
[2026-04-05 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:15:02] Production.INFO: ==27842== Releasing lock...
[2026-04-05 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:15:03] Production.INFO: ==27847== Lock acquired, processing the job...
[2026-04-05 20:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:15:03] Production.INFO: ==27849== Lock acquired, processing the job...
[2026-04-05 20:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:15:03] Production.INFO: ==27851== Lock acquired, processing the job...
[2026-04-05 20:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:15:03] Production.INFO: ==27853== Lock acquired, processing the job...
[2026-04-05 20:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:15:03] Production.INFO: ==27855== Lock acquired, processing the job...
[2026-04-05 20:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:15:03] Production.INFO: Account Balance Start.
[2026-04-05 20:15:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:15:03] Production.INFO: 117
[2026-04-05 20:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: ==27855== Releasing lock...
[2026-04-05 20:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: ==27849== Releasing lock...
[2026-04-05 20:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:15:04] Production.INFO: Total Charge 0
[2026-04-05 20:15:04] Production.INFO: CreateAllLog End
[2026-04-05 20:15:04] Production.INFO: Account Balance End.
[2026-04-05 20:15:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:15:04] Production.INFO: ==27853== Releasing lock...
[2026-04-05 20:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:15:12] Production.ERROR: CronJobId end10
[2026-04-05 20:15:12] Production.INFO: ==27851== Releasing lock...
[2026-04-05 20:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:15:15] Production.INFO: call_cost start
[2026-04-05 20:15:15] Production.INFO: call_cost end
[2026-04-05 20:15:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:15:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:15:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:15:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:15:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:15:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:15:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:15:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:15:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:15:15] Production.INFO: ==27847== Releasing lock...
[2026-04-05 20:15:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:15:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:16:02] Production.INFO: ==27912== Lock acquired, processing the job...
[2026-04-06 01:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:16:02] Production.INFO: neon service started
[2026-04-06 01:16:02] Production.INFO: neon service started
[2026-04-06 01:16:02] Production.INFO: ==27912== Releasing lock...
[2026-04-06 01:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:16:02] Production.INFO: ==27916== Lock acquired, processing the job...
[2026-04-06 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:16:02] Production.INFO: ==27916== Releasing lock...
[2026-04-06 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:16:02] Production.INFO: ==27914== Lock acquired, processing the job...
[2026-04-05 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:16:02] Production.INFO: ==27914== Releasing lock...
[2026-04-05 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:16:03] Production.INFO: ==27921== Lock acquired, processing the job...
[2026-04-05 20:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:16:03] Production.INFO: ==27925== Lock acquired, processing the job...
[2026-04-05 20:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:16:03] Production.INFO: Account Balance Start.
[2026-04-05 20:16:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:16:03] Production.INFO: 117
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:03] Production.INFO: ==27919== Lock acquired, processing the job...
[2026-04-05 20:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:03] Production.INFO: ==27923== Lock acquired, processing the job...
[2026-04-05 20:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:16:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: ==27927== Lock acquired, processing the job...
[2026-04-05 20:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: ==27921== Releasing lock...
[2026-04-05 20:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:16:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:16:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: ==27927== Releasing lock...
[2026-04-05 20:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:16:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:16:05] Production.INFO: Total Charge 0
[2026-04-05 20:16:05] Production.INFO: CreateAllLog End
[2026-04-05 20:16:05] Production.INFO: Account Balance End.
[2026-04-05 20:16:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:16:05] Production.INFO: ==27925== Releasing lock...
[2026-04-05 20:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:16:11] Production.ERROR: CronJobId end10
[2026-04-05 20:16:11] Production.INFO: ==27923== Releasing lock...
[2026-04-05 20:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:16:13] Production.INFO: call_cost start
[2026-04-05 20:16:13] Production.INFO: call_cost end
[2026-04-05 20:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:16:14] Production.INFO: ==27919== Releasing lock...
[2026-04-05 20:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:17:01] Production.INFO: ==27982== Lock acquired, processing the job...
[2026-04-06 01:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:17:01] Production.INFO: neon service started
[2026-04-06 01:17:01] Production.INFO: neon service started
[2026-04-06 01:17:01] Production.INFO: ==27982== Releasing lock...
[2026-04-06 01:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:17:01] Production.INFO: ==27984== Lock acquired, processing the job...
[2026-04-05 20:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:17:02] Production.INFO: ==27984== Releasing lock...
[2026-04-05 20:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:17:02] Production.INFO: ==27986== Lock acquired, processing the job...
[2026-04-06 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:17:02] Production.INFO: ==27986== Releasing lock...
[2026-04-06 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:17:02] Production.INFO: ==27988== Lock acquired, processing the job...
[2026-04-05 20:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:17:02] Production.INFO: ==27990== Lock acquired, processing the job...
[2026-04-05 20:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:17:02] Production.INFO: ==27994== Lock acquired, processing the job...
[2026-04-05 20:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:17:03] Production.INFO: ==27992== Lock acquired, processing the job...
[2026-04-05 20:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:17:03] Production.INFO: Account Balance Start.
[2026-04-05 20:17:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:17:03] Production.INFO: 117
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: ==27996== Lock acquired, processing the job...
[2026-04-05 20:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:17:03] Production.INFO: ==27996== Releasing lock...
[2026-04-05 20:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:17:03] Production.INFO: ==27990== Releasing lock...
[2026-04-05 20:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-27
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:03] Production.INFO: Date 2026-03-28
[2026-04-05 20:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:17:04] Production.INFO: Total Charge 0
[2026-04-05 20:17:04] Production.INFO: CreateAllLog End
[2026-04-05 20:17:04] Production.INFO: Account Balance End.
[2026-04-05 20:17:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:17:04] Production.INFO: ==27994== Releasing lock...
[2026-04-05 20:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:17:10] Production.ERROR: CronJobId end10
[2026-04-05 20:17:10] Production.INFO: ==27992== Releasing lock...
[2026-04-05 20:17:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:17:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:17:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:17:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:17:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:17:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:17:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:17:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:17:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:17:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:17:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:17:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:17:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:17:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:17:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:17:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:17:13] Production.INFO: call_cost start
[2026-04-05 20:17:13] Production.INFO: call_cost end
[2026-04-05 20:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:17:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:17:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:17:13] Production.INFO: ==27988== Releasing lock...
[2026-04-05 20:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:18:02] Production.INFO: ==28053== Lock acquired, processing the job...
[2026-04-06 01:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:18:02] Production.INFO: neon service started
[2026-04-06 01:18:02] Production.INFO: neon service started
[2026-04-06 01:18:02] Production.INFO: ==28053== Releasing lock...
[2026-04-06 01:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:18:02] Production.INFO: ==28055== Lock acquired, processing the job...
[2026-04-05 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:18:02] Production.INFO: ==28057== Lock acquired, processing the job...
[2026-04-06 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:18:02] Production.INFO: ==28057== Releasing lock...
[2026-04-06 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:18:02] Production.INFO: ==28055== Releasing lock...
[2026-04-05 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:18:03] Production.INFO: ==28064== Lock acquired, processing the job...
[2026-04-05 20:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:18:03] Production.INFO: ==28060== Lock acquired, processing the job...
[2026-04-05 20:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:18:03] Production.INFO: ==28062== Lock acquired, processing the job...
[2026-04-05 20:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:18:03] Production.INFO: ==28068== Lock acquired, processing the job...
[2026-04-05 20:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:18:03] Production.INFO: ==28066== Lock acquired, processing the job...
[2026-04-05 20:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:18:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:18:04] Production.INFO: ==28068== Releasing lock...
[2026-04-05 20:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:18:04] Production.INFO: Account Balance Start.
[2026-04-05 20:18:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:18:04] Production.INFO: 117
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: ==28062== Releasing lock...
[2026-04-05 20:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:18:04] Production.INFO: Total Charge 0
[2026-04-05 20:18:04] Production.INFO: CreateAllLog End
[2026-04-05 20:18:05] Production.INFO: Account Balance End.
[2026-04-05 20:18:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:18:05] Production.INFO: ==28066== Releasing lock...
[2026-04-05 20:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:18:11] Production.ERROR: CronJobId end10
[2026-04-05 20:18:11] Production.INFO: ==28064== Releasing lock...
[2026-04-05 20:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:18:13] Production.INFO: call_cost start
[2026-04-05 20:18:13] Production.INFO: call_cost end
[2026-04-05 20:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:18:13] Production.INFO: ==28060== Releasing lock...
[2026-04-05 20:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:19:01] Production.INFO: ==28128== Lock acquired, processing the job...
[2026-04-06 01:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:19:01] Production.INFO: neon service started
[2026-04-06 01:19:01] Production.INFO: neon service started
[2026-04-06 01:19:01] Production.INFO: ==28128== Releasing lock...
[2026-04-06 01:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:19:02] Production.INFO: ==28130== Lock acquired, processing the job...
[2026-04-05 20:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:19:02] Production.INFO: ==28132== Lock acquired, processing the job...
[2026-04-06 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:19:02] Production.INFO: ==28132== Releasing lock...
[2026-04-06 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:19:02] Production.INFO: ==28130== Releasing lock...
[2026-04-05 20:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:19:03] Production.INFO: ==28135== Lock acquired, processing the job...
[2026-04-05 20:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:19:03] Production.INFO: ==28139== Lock acquired, processing the job...
[2026-04-05 20:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:19:03] Production.INFO: ==28141== Lock acquired, processing the job...
[2026-04-05 20:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:19:03] Production.INFO: ==28137== Lock acquired, processing the job...
[2026-04-05 20:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:19:03] Production.INFO: ==28143== Lock acquired, processing the job...
[2026-04-05 20:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:19:03] Production.INFO: Account Balance Start.
[2026-04-05 20:19:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:19:03] Production.INFO: 117
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:19:03] Production.INFO: ==28143== Releasing lock...
[2026-04-05 20:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: ==28137== Releasing lock...
[2026-04-05 20:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:19:04] Production.INFO: Total Charge 0
[2026-04-05 20:19:04] Production.INFO: CreateAllLog End
[2026-04-05 20:19:04] Production.INFO: Account Balance End.
[2026-04-05 20:19:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:19:04] Production.INFO: ==28141== Releasing lock...
[2026-04-05 20:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:19:11] Production.ERROR: CronJobId end10
[2026-04-05 20:19:11] Production.INFO: ==28139== Releasing lock...
[2026-04-05 20:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:19:13] Production.INFO: call_cost start
[2026-04-05 20:19:13] Production.INFO: call_cost end
[2026-04-05 20:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:19:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:19:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:19:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:19:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:19:13] Production.INFO: ==28135== Releasing lock...
[2026-04-05 20:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:20:01] Production.INFO: ==28200== Lock acquired, processing the job...
[2026-04-06 01:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:20:01] Production.INFO: neon service started
[2026-04-06 01:20:01] Production.INFO: neon service started
[2026-04-06 01:20:01] Production.INFO: ==28200== Releasing lock...
[2026-04-06 01:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:20:02] Production.INFO: ==28202== Lock acquired, processing the job...
[2026-04-05 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:20:02] Production.INFO: ==28202== Releasing lock...
[2026-04-05 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:20:02] Production.INFO: ==28204== Lock acquired, processing the job...
[2026-04-06 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:20:02] Production.INFO: ==28204== Releasing lock...
[2026-04-06 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:20:03] Production.INFO: ==28207== Lock acquired, processing the job...
[2026-04-05 20:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:20:03] Production.INFO: ==28211== Lock acquired, processing the job...
[2026-04-05 20:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:20:03] Production.INFO: ==28209== Lock acquired, processing the job...
[2026-04-05 20:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:20:03] Production.INFO: ==28213== Lock acquired, processing the job...
[2026-04-05 20:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:20:03] Production.INFO: Account Balance Start.
[2026-04-05 20:20:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:20:03] Production.INFO: ==28215== Lock acquired, processing the job...
[2026-04-05 20:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:20:03] Production.INFO: 117
[2026-04-05 20:20:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:20:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:20:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:03] Production.INFO: ==28215== Releasing lock...
[2026-04-05 20:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:20:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: ==28209== Releasing lock...
[2026-04-05 20:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:20:04] Production.INFO: Total Charge 0
[2026-04-05 20:20:04] Production.INFO: CreateAllLog End
[2026-04-05 20:20:05] Production.INFO: Account Balance End.
[2026-04-05 20:20:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:20:05] Production.INFO: ==28213== Releasing lock...
[2026-04-05 20:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:20:11] Production.ERROR: CronJobId end10
[2026-04-05 20:20:11] Production.INFO: ==28211== Releasing lock...
[2026-04-05 20:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:20:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:20:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:20:14] Production.INFO: call_cost start
[2026-04-05 20:20:14] Production.INFO: call_cost end
[2026-04-05 20:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:20:14] Production.INFO: ==28207== Releasing lock...
[2026-04-05 20:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:21:02] Production.INFO: ==28270== Lock acquired, processing the job...
[2026-04-06 01:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:21:02] Production.INFO: neon service started
[2026-04-06 01:21:02] Production.INFO: neon service started
[2026-04-06 01:21:02] Production.INFO: ==28270== Releasing lock...
[2026-04-06 01:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:21:02] Production.INFO: ==28272== Lock acquired, processing the job...
[2026-04-05 20:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:21:02] Production.INFO: ==28272== Releasing lock...
[2026-04-05 20:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:21:02] Production.INFO: ==28274== Lock acquired, processing the job...
[2026-04-06 00:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:21:03] Production.INFO: ==28274== Releasing lock...
[2026-04-06 00:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:21:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:21:03] Production.INFO: ==28277== Lock acquired, processing the job...
[2026-04-05 20:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 20:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 20:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 20:21:03] Production.INFO: ==28277== Releasing lock...
[2026-04-05 20:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 20:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:21:03] Production.INFO: ==28281== Lock acquired, processing the job...
[2026-04-05 20:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:21:03] Production.INFO: ==28279== Lock acquired, processing the job...
[2026-04-05 20:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:21:03] Production.INFO: ==28283== Lock acquired, processing the job...
[2026-04-05 20:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:21:03] Production.INFO: ==28285== Lock acquired, processing the job...
[2026-04-05 20:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:21:04] Production.INFO: ==28289== Lock acquired, processing the job...
[2026-04-05 20:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:21:04] Production.INFO: ==28287== Lock acquired, processing the job...
[2026-04-05 20:21:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 20:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:21:04] Production.INFO: Account Balance Start.
[2026-04-05 20:21:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:21:04] Production.INFO: 117
[2026-04-05 20:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: ==28289== Releasing lock...
[2026-04-05 20:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:21:04] Production.INFO: ==28281== Releasing lock...
[2026-04-05 20:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.ERROR: done
[2026-04-05 20:21:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 20:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043678', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 20:21:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:21:05] Production.INFO: Total Charge 0
[2026-04-05 20:21:05] Production.INFO: CreateAllLog End
[2026-04-05 20:21:05] Production.INFO: Account Balance End.
[2026-04-05 20:21:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:21:05] Production.INFO: ==28285== Releasing lock...
[2026-04-05 20:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043678', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 20:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 20:21:10] Production.INFO: ProcessCDR(1,17043678,1,1,2)
[2026-04-05 20:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043678,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043678,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 20:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 20:21:10] Production.INFO: ==28287== Releasing lock...
[2026-04-05 20:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 20:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 20:21:14] Production.ERROR: CronJobId end10
[2026-04-05 20:21:14] Production.INFO: ==28283== Releasing lock...
[2026-04-05 20:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:21:16] Production.INFO: call_cost start
[2026-04-05 20:21:16] Production.INFO: call_cost end
[2026-04-05 20:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:21:16] Production.INFO: ==28279== Releasing lock...
[2026-04-05 20:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:22:01] Production.INFO: ==28346== Lock acquired, processing the job...
[2026-04-06 01:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:22:01] Production.INFO: neon service started
[2026-04-06 01:22:01] Production.INFO: neon service started
[2026-04-06 01:22:01] Production.INFO: ==28346== Releasing lock...
[2026-04-06 01:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:22:01] Production.INFO: ==28350== Lock acquired, processing the job...
[2026-04-06 00:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:22:01] Production.INFO: ==28350== Releasing lock...
[2026-04-06 00:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:22:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:22:02] Production.INFO: ==28348== Lock acquired, processing the job...
[2026-04-05 20:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:22:02] Production.INFO: ==28348== Releasing lock...
[2026-04-05 20:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:22:03] Production.INFO: ==28352== Lock acquired, processing the job...
[2026-04-05 20:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:22:03] Production.INFO: ==28361== Lock acquired, processing the job...
[2026-04-05 20:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:22:03] Production.INFO: ==28355== Lock acquired, processing the job...
[2026-04-05 20:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:22:03] Production.INFO: ==28357== Lock acquired, processing the job...
[2026-04-05 20:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:22:03] Production.INFO: ==28359== Lock acquired, processing the job...
[2026-04-05 20:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:22:03] Production.INFO: Account Balance Start.
[2026-04-05 20:22:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:22:03] Production.INFO: 117
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:22:03] Production.INFO: ==28361== Releasing lock...
[2026-04-05 20:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: ==28355== Releasing lock...
[2026-04-05 20:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:22:04] Production.INFO: Total Charge 0
[2026-04-05 20:22:04] Production.INFO: CreateAllLog End
[2026-04-05 20:22:04] Production.INFO: Account Balance End.
[2026-04-05 20:22:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:22:04] Production.INFO: ==28359== Releasing lock...
[2026-04-05 20:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:22:12] Production.ERROR: CronJobId end10
[2026-04-05 20:22:12] Production.INFO: ==28357== Releasing lock...
[2026-04-05 20:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:22:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:22:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:22:14] Production.INFO: call_cost start
[2026-04-05 20:22:14] Production.INFO: call_cost end
[2026-04-05 20:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:22:14] Production.INFO: ==28352== Releasing lock...
[2026-04-05 20:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:23:01] Production.INFO: ==28418== Lock acquired, processing the job...
[2026-04-06 01:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:23:01] Production.INFO: neon service started
[2026-04-06 01:23:02] Production.INFO: neon service started
[2026-04-06 01:23:02] Production.INFO: ==28418== Releasing lock...
[2026-04-06 01:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:23:02] Production.INFO: ==28420== Lock acquired, processing the job...
[2026-04-05 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:23:02] Production.INFO: ==28420== Releasing lock...
[2026-04-05 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:23:02] Production.INFO: ==28422== Lock acquired, processing the job...
[2026-04-06 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:23:02] Production.INFO: ==28422== Releasing lock...
[2026-04-06 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:23:03] Production.INFO: ==28425== Lock acquired, processing the job...
[2026-04-05 20:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:23:03] Production.INFO: ==28431== Lock acquired, processing the job...
[2026-04-05 20:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:23:03] Production.INFO: ==28427== Lock acquired, processing the job...
[2026-04-05 20:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:23:03] Production.INFO: Account Balance Start.
[2026-04-05 20:23:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:23:03] Production.INFO: 117
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:23:03] Production.INFO: ==28429== Lock acquired, processing the job...
[2026-04-05 20:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: ==28433== Lock acquired, processing the job...
[2026-04-05 20:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:23:03] Production.INFO: ==28433== Releasing lock...
[2026-04-05 20:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: ==28427== Releasing lock...
[2026-04-05 20:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:23:04] Production.INFO: Total Charge 0
[2026-04-05 20:23:04] Production.INFO: CreateAllLog End
[2026-04-05 20:23:04] Production.INFO: Account Balance End.
[2026-04-05 20:23:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:23:04] Production.INFO: ==28431== Releasing lock...
[2026-04-05 20:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:23:11] Production.ERROR: CronJobId end10
[2026-04-05 20:23:11] Production.INFO: ==28429== Releasing lock...
[2026-04-05 20:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:23:14] Production.INFO: call_cost start
[2026-04-05 20:23:14] Production.INFO: call_cost end
[2026-04-05 20:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:23:14] Production.INFO: ==28425== Releasing lock...
[2026-04-05 20:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:24:01] Production.INFO: ==28486== Lock acquired, processing the job...
[2026-04-06 01:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:24:01] Production.INFO: neon service started
[2026-04-06 01:24:01] Production.INFO: neon service started
[2026-04-06 01:24:01] Production.INFO: ==28486== Releasing lock...
[2026-04-06 01:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:24:01] Production.INFO: ==28490== Lock acquired, processing the job...
[2026-04-06 00:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:24:01] Production.INFO: ==28490== Releasing lock...
[2026-04-06 00:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:24:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:24:01] Production.INFO: ==28488== Lock acquired, processing the job...
[2026-04-05 20:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:24:02] Production.INFO: ==28488== Releasing lock...
[2026-04-05 20:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:24:02] Production.INFO: ==28501== Lock acquired, processing the job...
[2026-04-05 20:24:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:24:03] Production.INFO: ==28493== Lock acquired, processing the job...
[2026-04-05 20:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:24:03] Production.INFO: ==28495== Lock acquired, processing the job...
[2026-04-05 20:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:24:03] Production.INFO: ==28499== Lock acquired, processing the job...
[2026-04-05 20:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:24:03] Production.INFO: ==28497== Lock acquired, processing the job...
[2026-04-05 20:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:24:03] Production.INFO: ==28501== Releasing lock...
[2026-04-05 20:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:24:03] Production.INFO: Account Balance Start.
[2026-04-05 20:24:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:24:03] Production.INFO: 117
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: ==28495== Releasing lock...
[2026-04-05 20:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:24:05] Production.INFO: Total Charge 0
[2026-04-05 20:24:05] Production.INFO: CreateAllLog End
[2026-04-05 20:24:05] Production.INFO: Account Balance End.
[2026-04-05 20:24:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:24:05] Production.INFO: ==28499== Releasing lock...
[2026-04-05 20:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:24:11] Production.ERROR: CronJobId end10
[2026-04-05 20:24:11] Production.INFO: ==28497== Releasing lock...
[2026-04-05 20:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:24:14] Production.INFO: call_cost start
[2026-04-05 20:24:14] Production.INFO: call_cost end
[2026-04-05 20:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:24:14] Production.INFO: ==28493== Releasing lock...
[2026-04-05 20:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:25:01] Production.INFO: ==28564== Lock acquired, processing the job...
[2026-04-06 01:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:25:01] Production.INFO: neon service started
[2026-04-06 01:25:01] Production.INFO: neon service started
[2026-04-06 01:25:01] Production.INFO: ==28564== Releasing lock...
[2026-04-06 01:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:25:02] Production.INFO: ==28568== Lock acquired, processing the job...
[2026-04-06 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:25:02] Production.INFO: ==28568== Releasing lock...
[2026-04-06 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:25:02] Production.INFO: ==28566== Lock acquired, processing the job...
[2026-04-05 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:25:02] Production.INFO: ==28566== Releasing lock...
[2026-04-05 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:25:03] Production.INFO: ==28570== Lock acquired, processing the job...
[2026-04-05 20:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:25:03] Production.INFO: ==28572== Lock acquired, processing the job...
[2026-04-05 20:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:25:03] Production.INFO: ==28576== Lock acquired, processing the job...
[2026-04-05 20:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:25:03] Production.INFO: ==28578== Lock acquired, processing the job...
[2026-04-05 20:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:25:03] Production.INFO: ==28574== Lock acquired, processing the job...
[2026-04-05 20:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:25:03] Production.INFO: Account Balance Start.
[2026-04-05 20:25:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:25:03] Production.INFO: 117
[2026-04-05 20:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:25:03] Production.INFO: ==28578== Releasing lock...
[2026-04-05 20:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: ==28572== Releasing lock...
[2026-04-05 20:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:25:04] Production.INFO: Total Charge 0
[2026-04-05 20:25:04] Production.INFO: CreateAllLog End
[2026-04-05 20:25:04] Production.INFO: Account Balance End.
[2026-04-05 20:25:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:25:04] Production.INFO: ==28576== Releasing lock...
[2026-04-05 20:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:25:10] Production.ERROR: CronJobId end10
[2026-04-05 20:25:10] Production.INFO: ==28574== Releasing lock...
[2026-04-05 20:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:25:14] Production.INFO: call_cost start
[2026-04-05 20:25:14] Production.INFO: call_cost end
[2026-04-05 20:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:25:14] Production.INFO: ==28570== Releasing lock...
[2026-04-05 20:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:26:02] Production.INFO: ==28635== Lock acquired, processing the job...
[2026-04-06 01:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:26:02] Production.INFO: neon service started
[2026-04-06 01:26:02] Production.INFO: neon service started
[2026-04-06 01:26:02] Production.INFO: ==28635== Releasing lock...
[2026-04-06 01:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:26:02] Production.INFO: ==28637== Lock acquired, processing the job...
[2026-04-05 20:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:26:02] Production.INFO: ==28637== Releasing lock...
[2026-04-05 20:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:26:02] Production.INFO: ==28639== Lock acquired, processing the job...
[2026-04-06 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:26:02] Production.INFO: ==28639== Releasing lock...
[2026-04-06 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:26:03] Production.INFO: ==28642== Lock acquired, processing the job...
[2026-04-05 20:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:26:03] Production.INFO: ==28646== Lock acquired, processing the job...
[2026-04-05 20:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:26:03] Production.INFO: ==28644== Lock acquired, processing the job...
[2026-04-05 20:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:26:03] Production.INFO: ==28650== Lock acquired, processing the job...
[2026-04-05 20:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:26:03] Production.INFO: ==28648== Lock acquired, processing the job...
[2026-04-05 20:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:26:03] Production.INFO: ==28650== Releasing lock...
[2026-04-05 20:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:26:03] Production.INFO: Account Balance Start.
[2026-04-05 20:26:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:26:03] Production.INFO: 117
[2026-04-05 20:26:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: ==28644== Releasing lock...
[2026-04-05 20:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:26:05] Production.INFO: Total Charge 0
[2026-04-05 20:26:05] Production.INFO: CreateAllLog End
[2026-04-05 20:26:05] Production.INFO: Account Balance End.
[2026-04-05 20:26:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:26:05] Production.INFO: ==28648== Releasing lock...
[2026-04-05 20:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:26:13] Production.ERROR: CronJobId end10
[2026-04-05 20:26:13] Production.INFO: ==28646== Releasing lock...
[2026-04-05 20:26:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:26:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:26:14] Production.INFO: call_cost start
[2026-04-05 20:26:14] Production.INFO: call_cost end
[2026-04-05 20:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:26:14] Production.INFO: ==28642== Releasing lock...
[2026-04-05 20:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:27:01] Production.INFO: ==28705== Lock acquired, processing the job...
[2026-04-06 01:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:27:01] Production.INFO: neon service started
[2026-04-06 01:27:01] Production.INFO: neon service started
[2026-04-06 01:27:01] Production.INFO: ==28705== Releasing lock...
[2026-04-06 01:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:27:02] Production.INFO: ==28707== Lock acquired, processing the job...
[2026-04-05 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:27:02] Production.INFO: ==28709== Lock acquired, processing the job...
[2026-04-06 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:27:02] Production.INFO: ==28709== Releasing lock...
[2026-04-06 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:27:02] Production.INFO: ==28707== Releasing lock...
[2026-04-05 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:27:03] Production.INFO: ==28712== Lock acquired, processing the job...
[2026-04-05 20:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:27:03] Production.INFO: ==28714== Lock acquired, processing the job...
[2026-04-05 20:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:27:03] Production.INFO: ==28716== Lock acquired, processing the job...
[2026-04-05 20:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:27:03] Production.INFO: ==28718== Lock acquired, processing the job...
[2026-04-05 20:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:27:03] Production.INFO: ==28720== Lock acquired, processing the job...
[2026-04-05 20:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:27:03] Production.INFO: Account Balance Start.
[2026-04-05 20:27:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:27:03] Production.INFO: 117
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:27:03] Production.INFO: ==28720== Releasing lock...
[2026-04-05 20:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: ==28714== Releasing lock...
[2026-04-05 20:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:27:04] Production.INFO: Total Charge 0
[2026-04-05 20:27:04] Production.INFO: CreateAllLog End
[2026-04-05 20:27:05] Production.INFO: Account Balance End.
[2026-04-05 20:27:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:27:05] Production.INFO: ==28718== Releasing lock...
[2026-04-05 20:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:27:11] Production.ERROR: CronJobId end10
[2026-04-05 20:27:11] Production.INFO: ==28716== Releasing lock...
[2026-04-05 20:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:27:14] Production.INFO: call_cost start
[2026-04-05 20:27:14] Production.INFO: call_cost end
[2026-04-05 20:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:27:14] Production.INFO: ==28712== Releasing lock...
[2026-04-05 20:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:28:02] Production.INFO: ==28778== Lock acquired, processing the job...
[2026-04-06 01:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:28:02] Production.INFO: neon service started
[2026-04-06 01:28:02] Production.INFO: neon service started
[2026-04-06 01:28:02] Production.INFO: ==28778== Releasing lock...
[2026-04-06 01:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:28:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:28:02] Production.INFO: ==28781== Lock acquired, processing the job...
[2026-04-05 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:28:02] Production.INFO: ==28783== Lock acquired, processing the job...
[2026-04-06 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:28:02] Production.INFO: ==28783== Releasing lock...
[2026-04-06 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:28:02] Production.INFO: ==28781== Releasing lock...
[2026-04-05 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:28:03] Production.INFO: ==28793== Lock acquired, processing the job...
[2026-04-05 20:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:28:03] Production.INFO: ==28787== Lock acquired, processing the job...
[2026-04-05 20:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:28:03] Production.INFO: ==28785== Lock acquired, processing the job...
[2026-04-05 20:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:28:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:28:04] Production.INFO: ==28793== Releasing lock...
[2026-04-05 20:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:28:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:28:04] Production.INFO: ==28791== Lock acquired, processing the job...
[2026-04-05 20:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:28:04] Production.INFO: ==28789== Lock acquired, processing the job...
[2026-04-05 20:28:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:28:04] Production.INFO: Account Balance Start.
[2026-04-05 20:28:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:28:04] Production.INFO: 117
[2026-04-05 20:28:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:28:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:28:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:28:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: ==28787== Releasing lock...
[2026-04-05 20:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-03-27
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-03-28
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-03-29
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:28:05] Production.INFO: Total Charge 0
[2026-04-05 20:28:05] Production.INFO: CreateAllLog End
[2026-04-05 20:28:05] Production.INFO: Account Balance End.
[2026-04-05 20:28:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:28:05] Production.INFO: ==28791== Releasing lock...
[2026-04-05 20:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:28:12] Production.ERROR: CronJobId end10
[2026-04-05 20:28:12] Production.INFO: ==28789== Releasing lock...
[2026-04-05 20:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:28:14] Production.INFO: call_cost start
[2026-04-05 20:28:14] Production.INFO: call_cost end
[2026-04-05 20:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:28:14] Production.INFO: ==28785== Releasing lock...
[2026-04-05 20:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:29:01] Production.INFO: ==28847== Lock acquired, processing the job...
[2026-04-06 01:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:29:01] Production.INFO: neon service started
[2026-04-06 01:29:01] Production.INFO: neon service started
[2026-04-06 01:29:01] Production.INFO: ==28847== Releasing lock...
[2026-04-06 01:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:29:01] Production.INFO: ==28851== Lock acquired, processing the job...
[2026-04-06 00:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:29:01] Production.INFO: ==28851== Releasing lock...
[2026-04-06 00:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:29:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:29:02] Production.INFO: ==28849== Lock acquired, processing the job...
[2026-04-05 20:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:29:02] Production.INFO: ==28849== Releasing lock...
[2026-04-05 20:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:29:03] Production.INFO: ==28857== Lock acquired, processing the job...
[2026-04-05 20:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:29:03] Production.INFO: ==28853== Lock acquired, processing the job...
[2026-04-05 20:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:29:03] Production.INFO: ==28855== Lock acquired, processing the job...
[2026-04-05 20:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:29:03] Production.INFO: ==28862== Lock acquired, processing the job...
[2026-04-05 20:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:29:03] Production.INFO: ==28859== Lock acquired, processing the job...
[2026-04-05 20:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:29:03] Production.INFO: Account Balance Start.
[2026-04-05 20:29:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:29:03] Production.INFO: 117
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: ==28862== Releasing lock...
[2026-04-05 20:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: ==28855== Releasing lock...
[2026-04-05 20:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:29:04] Production.INFO: Total Charge 0
[2026-04-05 20:29:04] Production.INFO: CreateAllLog End
[2026-04-05 20:29:04] Production.INFO: Account Balance End.
[2026-04-05 20:29:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:29:04] Production.INFO: ==28859== Releasing lock...
[2026-04-05 20:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:29:10] Production.ERROR: CronJobId end10
[2026-04-05 20:29:10] Production.INFO: ==28857== Releasing lock...
[2026-04-05 20:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:29:13] Production.INFO: call_cost start
[2026-04-05 20:29:13] Production.INFO: call_cost end
[2026-04-05 20:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:29:13] Production.INFO: ==28853== Releasing lock...
[2026-04-05 20:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:30:01] Production.INFO: ==28923== Lock acquired, processing the job...
[2026-04-06 01:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:30:01] Production.INFO: neon service started
[2026-04-06 01:30:01] Production.INFO: neon service started
[2026-04-06 01:30:01] Production.INFO: ==28923== Releasing lock...
[2026-04-06 01:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:30:02] Production.INFO: ==28927== Lock acquired, processing the job...
[2026-04-06 00:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:30:02] Production.INFO: ==28927== Releasing lock...
[2026-04-06 00:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:30:02] Production.INFO: ==28925== Lock acquired, processing the job...
[2026-04-05 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:30:02] Production.INFO: ==28925== Releasing lock...
[2026-04-05 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:30:03] Production.INFO: ==28932== Lock acquired, processing the job...
[2026-04-05 20:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:30:03] Production.INFO: ==28936== Lock acquired, processing the job...
[2026-04-05 20:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:30:03] Production.INFO: Account Balance Start.
[2026-04-05 20:30:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:30:03] Production.INFO: 117
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: ==28934== Lock acquired, processing the job...
[2026-04-05 20:30:03] Production.INFO: ==28930== Lock acquired, processing the job...
[2026-04-05 20:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:30:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:03] Production.INFO: ==28932== Releasing lock...
[2026-04-05 20:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:30:04] Production.INFO: ==28938== Lock acquired, processing the job...
[2026-04-05 20:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:30:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:30:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:30:04] Production.INFO: ==28938== Releasing lock...
[2026-04-05 20:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:30:04] Production.INFO: Total Charge 0
[2026-04-05 20:30:04] Production.INFO: CreateAllLog End
[2026-04-05 20:30:05] Production.INFO: Account Balance End.
[2026-04-05 20:30:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:30:05] Production.INFO: ==28936== Releasing lock...
[2026-04-05 20:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:30:11] Production.ERROR: CronJobId end10
[2026-04-05 20:30:11] Production.INFO: ==28934== Releasing lock...
[2026-04-05 20:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:30:14] Production.INFO: call_cost start
[2026-04-05 20:30:14] Production.INFO: call_cost end
[2026-04-05 20:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:30:14] Production.INFO: ==28930== Releasing lock...
[2026-04-05 20:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:31:01] Production.INFO: ==28992== Lock acquired, processing the job...
[2026-04-06 01:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:31:01] Production.INFO: neon service started
[2026-04-06 01:31:01] Production.INFO: neon service started
[2026-04-06 01:31:01] Production.INFO: ==28992== Releasing lock...
[2026-04-06 01:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:31:01] Production.INFO: ==28994== Lock acquired, processing the job...
[2026-04-05 20:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:31:02] Production.INFO: ==28994== Releasing lock...
[2026-04-05 20:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:31:02] Production.INFO: ==28996== Lock acquired, processing the job...
[2026-04-06 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:31:02] Production.INFO: ==28996== Releasing lock...
[2026-04-06 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:31:02] Production.INFO: ==29002== Lock acquired, processing the job...
[2026-04-05 20:31:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:31:02] Production.INFO: ==28998== Lock acquired, processing the job...
[2026-04-05 20:31:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 20:31:02] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 20:31:02] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:31:02] Production.ERROR: CronJob PID - 29002
[2026-04-05 20:31:02] Production.ERROR: CronJob Title - Account Block
[2026-04-05 20:31:02] Production.ERROR: CronJob ID - 7
[2026-04-05 20:31:02] Production.ERROR: CronJob Last Run Time 2026-04-05 20:31:00
[2026-04-05 20:31:02] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:31:02] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:31:03] Production.INFO: ==29010== Lock acquired, processing the job...
[2026-04-05 20:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 20:31:03] Production.INFO: ==28998== Releasing lock...
[2026-04-05 20:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 20:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:31:03] Production.INFO: ==29000== Lock acquired, processing the job...
[2026-04-05 20:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:31:03] Production.INFO: ==29008== Lock acquired, processing the job...
[2026-04-05 20:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 20:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:31:03] Production.INFO: ==29010== Releasing lock...
[2026-04-05 20:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:31:03] Production.INFO: ==29004== Lock acquired, processing the job...
[2026-04-05 20:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:31:03] Production.INFO: ==29006== Lock acquired, processing the job...
[2026-04-05 20:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:31:03] Production.INFO: ==29002== Releasing lock...
[2026-04-05 20:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:31:03] Production.INFO: Account Balance Start.
[2026-04-05 20:31:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:31:03] Production.INFO: 117
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.ERROR: done
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 20:31:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043719', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:31:04] Production.INFO: Total Charge 0
[2026-04-05 20:31:04] Production.INFO: CreateAllLog End
[2026-04-05 20:31:04] Production.INFO: Account Balance End.
[2026-04-05 20:31:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:31:04] Production.INFO: ==29006== Releasing lock...
[2026-04-05 20:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:31:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043719', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 20:31:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 20:31:09] Production.INFO: ProcessCDR(1,17043719,1,1,2)
[2026-04-05 20:31:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043719,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:31:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043719,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:31:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 20:31:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 20:31:09] Production.INFO: ==29008== Releasing lock...
[2026-04-05 20:31:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 20:31:09] Production.INFO: 26 MB #Memory Used#
[2026-04-05 20:31:13] Production.ERROR: CronJobId end10
[2026-04-05 20:31:13] Production.INFO: ==29004== Releasing lock...
[2026-04-05 20:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:31:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:31:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:31:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:31:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:31:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:31:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:31:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:31:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:31:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:31:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:31:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:31:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:31:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:31:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:31:15] Production.INFO: call_cost start
[2026-04-05 20:31:15] Production.INFO: call_cost end
[2026-04-05 20:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:31:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:31:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:31:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:31:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:31:16] Production.INFO: ==29000== Releasing lock...
[2026-04-05 20:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:32:01] Production.INFO: ==29065== Lock acquired, processing the job...
[2026-04-06 01:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:32:01] Production.INFO: neon service started
[2026-04-06 01:32:01] Production.INFO: neon service started
[2026-04-06 01:32:01] Production.INFO: ==29065== Releasing lock...
[2026-04-06 01:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:32:02] Production.INFO: ==29070== Lock acquired, processing the job...
[2026-04-06 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:32:02] Production.INFO: ==29070== Releasing lock...
[2026-04-06 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:32:02] Production.INFO: ==29068== Lock acquired, processing the job...
[2026-04-05 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:32:02] Production.INFO: ==29068== Releasing lock...
[2026-04-05 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:32:03] Production.INFO: ==29072== Lock acquired, processing the job...
[2026-04-05 20:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:32:03] Production.INFO: ==29074== Lock acquired, processing the job...
[2026-04-05 20:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:32:03] Production.INFO: ==29076== Lock acquired, processing the job...
[2026-04-05 20:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:32:03] Production.INFO: ==29080== Lock acquired, processing the job...
[2026-04-05 20:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:32:03] Production.INFO: ==29078== Lock acquired, processing the job...
[2026-04-05 20:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:32:03] Production.INFO: Account Balance Start.
[2026-04-05 20:32:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:32:03] Production.INFO: 117
[2026-04-05 20:32:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:32:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:03] Production.INFO: ==29080== Releasing lock...
[2026-04-05 20:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:32:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:32:04] Production.INFO: ==29074== Releasing lock...
[2026-04-05 20:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:32:04] Production.INFO: Total Charge 0
[2026-04-05 20:32:04] Production.INFO: CreateAllLog End
[2026-04-05 20:32:04] Production.INFO: Account Balance End.
[2026-04-05 20:32:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:32:04] Production.INFO: ==29078== Releasing lock...
[2026-04-05 20:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:32:11] Production.ERROR: CronJobId end10
[2026-04-05 20:32:11] Production.INFO: ==29076== Releasing lock...
[2026-04-05 20:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:32:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:32:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:32:14] Production.INFO: call_cost start
[2026-04-05 20:32:14] Production.INFO: call_cost end
[2026-04-05 20:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:32:14] Production.INFO: ==29072== Releasing lock...
[2026-04-05 20:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:33:02] Production.INFO: ==29139== Lock acquired, processing the job...
[2026-04-06 01:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:33:02] Production.INFO: neon service started
[2026-04-06 01:33:02] Production.INFO: neon service started
[2026-04-06 01:33:02] Production.INFO: ==29139== Releasing lock...
[2026-04-06 01:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:33:02] Production.INFO: ==29141== Lock acquired, processing the job...
[2026-04-05 20:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:33:02] Production.INFO: ==29141== Releasing lock...
[2026-04-05 20:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:33:02] Production.INFO: ==29143== Lock acquired, processing the job...
[2026-04-06 00:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:33:02] Production.INFO: ==29143== Releasing lock...
[2026-04-06 00:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:33:03] Production.INFO: ==29148== Lock acquired, processing the job...
[2026-04-05 20:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:33:03] Production.INFO: ==29152== Lock acquired, processing the job...
[2026-04-05 20:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:33:03] Production.INFO: ==29146== Lock acquired, processing the job...
[2026-04-05 20:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:33:03] Production.INFO: ==29154== Lock acquired, processing the job...
[2026-04-05 20:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:33:03] Production.INFO: ==29150== Lock acquired, processing the job...
[2026-04-05 20:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:33:03] Production.INFO: Account Balance Start.
[2026-04-05 20:33:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:33:03] Production.INFO: 117
[2026-04-05 20:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:33:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:33:03] Production.INFO: ==29154== Releasing lock...
[2026-04-05 20:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:33:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: ==29148== Releasing lock...
[2026-04-05 20:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:33:04] Production.INFO: Total Charge 0
[2026-04-05 20:33:04] Production.INFO: CreateAllLog End
[2026-04-05 20:33:05] Production.INFO: Account Balance End.
[2026-04-05 20:33:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:33:05] Production.INFO: ==29152== Releasing lock...
[2026-04-05 20:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:33:11] Production.ERROR: CronJobId end10
[2026-04-05 20:33:11] Production.INFO: ==29150== Releasing lock...
[2026-04-05 20:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:33:14] Production.INFO: call_cost start
[2026-04-05 20:33:14] Production.INFO: call_cost end
[2026-04-05 20:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:33:14] Production.INFO: ==29146== Releasing lock...
[2026-04-05 20:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:34:01] Production.INFO: ==29218== Lock acquired, processing the job...
[2026-04-06 01:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:34:01] Production.INFO: neon service started
[2026-04-06 01:34:01] Production.INFO: neon service started
[2026-04-06 01:34:01] Production.INFO: ==29218== Releasing lock...
[2026-04-06 01:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:34:02] Production.INFO: ==29220== Lock acquired, processing the job...
[2026-04-05 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:34:02] Production.INFO: ==29222== Lock acquired, processing the job...
[2026-04-06 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:34:02] Production.INFO: ==29222== Releasing lock...
[2026-04-06 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:34:02] Production.INFO: ==29220== Releasing lock...
[2026-04-05 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:34:03] Production.INFO: ==29225== Lock acquired, processing the job...
[2026-04-05 20:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:34:03] Production.INFO: ==29229== Lock acquired, processing the job...
[2026-04-05 20:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:34:03] Production.INFO: ==29227== Lock acquired, processing the job...
[2026-04-05 20:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:34:03] Production.INFO: ==29233== Lock acquired, processing the job...
[2026-04-05 20:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:34:03] Production.INFO: ==29231== Lock acquired, processing the job...
[2026-04-05 20:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:34:03] Production.INFO: ==29233== Releasing lock...
[2026-04-05 20:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:34:03] Production.INFO: Account Balance Start.
[2026-04-05 20:34:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:34:03] Production.INFO: 117
[2026-04-05 20:34:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: ==29227== Releasing lock...
[2026-04-05 20:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:34:04] Production.INFO: Total Charge 0
[2026-04-05 20:34:04] Production.INFO: CreateAllLog End
[2026-04-05 20:34:05] Production.INFO: Account Balance End.
[2026-04-05 20:34:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:34:05] Production.INFO: ==29231== Releasing lock...
[2026-04-05 20:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:34:10] Production.ERROR: CronJobId end10
[2026-04-05 20:34:10] Production.INFO: ==29229== Releasing lock...
[2026-04-05 20:34:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:34:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:34:14] Production.INFO: call_cost start
[2026-04-05 20:34:14] Production.INFO: call_cost end
[2026-04-05 20:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:34:14] Production.INFO: ==29225== Releasing lock...
[2026-04-05 20:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:35:02] Production.INFO: ==29304== Lock acquired, processing the job...
[2026-04-06 01:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:35:02] Production.INFO: neon service started
[2026-04-06 01:35:02] Production.INFO: neon service started
[2026-04-06 01:35:02] Production.INFO: ==29304== Releasing lock...
[2026-04-06 01:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:35:02] Production.INFO: ==29307== Lock acquired, processing the job...
[2026-04-05 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:35:02] Production.INFO: ==29307== Releasing lock...
[2026-04-05 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:35:03] Production.INFO: ==29309== Lock acquired, processing the job...
[2026-04-06 00:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:35:03] Production.INFO: ==29309== Releasing lock...
[2026-04-06 00:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:35:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:35:03] Production.INFO: ==29311== Lock acquired, processing the job...
[2026-04-05 20:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:35:03] Production.INFO: ==29315== Lock acquired, processing the job...
[2026-04-05 20:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:35:03] Production.INFO: ==29319== Lock acquired, processing the job...
[2026-04-05 20:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:35:03] Production.INFO: ==29313== Lock acquired, processing the job...
[2026-04-05 20:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:35:03] Production.INFO: ==29319== Releasing lock...
[2026-04-05 20:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:35:03] Production.INFO: ==29317== Lock acquired, processing the job...
[2026-04-05 20:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:35:04] Production.INFO: Account Balance Start.
[2026-04-05 20:35:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:35:04] Production.INFO: 117
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: ==29313== Releasing lock...
[2026-04-05 20:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:35:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:35:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:35:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:35:05] Production.INFO: Total Charge 0
[2026-04-05 20:35:05] Production.INFO: CreateAllLog End
[2026-04-05 20:35:05] Production.INFO: Account Balance End.
[2026-04-05 20:35:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:35:05] Production.INFO: ==29317== Releasing lock...
[2026-04-05 20:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:35:14] Production.ERROR: CronJobId end10
[2026-04-05 20:35:14] Production.INFO: ==29315== Releasing lock...
[2026-04-05 20:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:35:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:35:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:35:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:35:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:35:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:35:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:35:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:35:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:35:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:35:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:35:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:35:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:35:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:35:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:35:16] Production.INFO: call_cost start
[2026-04-05 20:35:16] Production.INFO: call_cost end
[2026-04-05 20:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:35:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:35:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:35:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:35:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:35:16] Production.INFO: ==29311== Releasing lock...
[2026-04-05 20:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:36:01] Production.INFO: ==29376== Lock acquired, processing the job...
[2026-04-06 01:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:36:01] Production.INFO: neon service started
[2026-04-06 01:36:01] Production.INFO: neon service started
[2026-04-06 01:36:01] Production.INFO: ==29376== Releasing lock...
[2026-04-06 01:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:36:02] Production.INFO: ==29380== Lock acquired, processing the job...
[2026-04-06 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:36:02] Production.INFO: ==29380== Releasing lock...
[2026-04-06 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:36:02] Production.INFO: ==29378== Lock acquired, processing the job...
[2026-04-05 20:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:36:02] Production.INFO: ==29378== Releasing lock...
[2026-04-05 20:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:36:03] Production.INFO: ==29383== Lock acquired, processing the job...
[2026-04-05 20:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:36:03] Production.INFO: ==29385== Lock acquired, processing the job...
[2026-04-05 20:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:36:03] Production.INFO: ==29387== Lock acquired, processing the job...
[2026-04-05 20:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:36:03] Production.INFO: ==29389== Lock acquired, processing the job...
[2026-04-05 20:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:36:03] Production.INFO: ==29391== Lock acquired, processing the job...
[2026-04-05 20:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:36:03] Production.INFO: Account Balance Start.
[2026-04-05 20:36:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:36:03] Production.INFO: 117
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:36:03] Production.INFO: ==29391== Releasing lock...
[2026-04-05 20:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:03] Production.INFO: ==29385== Releasing lock...
[2026-04-05 20:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:36:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:36:05] Production.INFO: Total Charge 0
[2026-04-05 20:36:05] Production.INFO: CreateAllLog End
[2026-04-05 20:36:05] Production.INFO: Account Balance End.
[2026-04-05 20:36:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:36:05] Production.INFO: ==29389== Releasing lock...
[2026-04-05 20:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:36:12] Production.ERROR: CronJobId end10
[2026-04-05 20:36:12] Production.INFO: ==29387== Releasing lock...
[2026-04-05 20:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:36:14] Production.INFO: call_cost start
[2026-04-05 20:36:14] Production.INFO: call_cost end
[2026-04-05 20:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:36:14] Production.INFO: ==29383== Releasing lock...
[2026-04-05 20:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:37:02] Production.INFO: ==29448== Lock acquired, processing the job...
[2026-04-06 01:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:37:02] Production.INFO: neon service started
[2026-04-06 01:37:02] Production.INFO: neon service started
[2026-04-06 01:37:02] Production.INFO: ==29448== Releasing lock...
[2026-04-06 01:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:37:02] Production.INFO: ==29450== Lock acquired, processing the job...
[2026-04-05 20:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:37:02] Production.INFO: ==29450== Releasing lock...
[2026-04-05 20:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:37:02] Production.INFO: ==29452== Lock acquired, processing the job...
[2026-04-06 00:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:37:02] Production.INFO: ==29452== Releasing lock...
[2026-04-06 00:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:37:03] Production.INFO: ==29454== Lock acquired, processing the job...
[2026-04-05 20:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:37:03] Production.INFO: ==29458== Lock acquired, processing the job...
[2026-04-05 20:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:37:03] Production.INFO: ==29456== Lock acquired, processing the job...
[2026-04-05 20:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:37:03] Production.INFO: ==29460== Lock acquired, processing the job...
[2026-04-05 20:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:37:03] Production.INFO: ==29462== Lock acquired, processing the job...
[2026-04-05 20:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:37:03] Production.INFO: Account Balance Start.
[2026-04-05 20:37:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:37:03] Production.INFO: 117
[2026-04-05 20:37:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:37:03] Production.INFO: ==29462== Releasing lock...
[2026-04-05 20:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:37:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: ==29456== Releasing lock...
[2026-04-05 20:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:37:04] Production.INFO: Total Charge 0
[2026-04-05 20:37:04] Production.INFO: CreateAllLog End
[2026-04-05 20:37:05] Production.INFO: Account Balance End.
[2026-04-05 20:37:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:37:05] Production.INFO: ==29460== Releasing lock...
[2026-04-05 20:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:37:12] Production.ERROR: CronJobId end10
[2026-04-05 20:37:12] Production.INFO: ==29458== Releasing lock...
[2026-04-05 20:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:37:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:37:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:37:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:37:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:37:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:37:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:37:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:37:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:37:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:37:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:37:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:37:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:37:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:37:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:37:15] Production.INFO: call_cost start
[2026-04-05 20:37:15] Production.INFO: call_cost end
[2026-04-05 20:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:37:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:37:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:37:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:37:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:37:15] Production.INFO: ==29454== Releasing lock...
[2026-04-05 20:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:38:01] Production.INFO: ==29519== Lock acquired, processing the job...
[2026-04-06 01:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:38:01] Production.INFO: neon service started
[2026-04-06 01:38:01] Production.INFO: neon service started
[2026-04-06 01:38:01] Production.INFO: ==29519== Releasing lock...
[2026-04-06 01:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:38:02] Production.INFO: ==29521== Lock acquired, processing the job...
[2026-04-05 20:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:38:02] Production.INFO: ==29523== Lock acquired, processing the job...
[2026-04-06 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:38:02] Production.INFO: ==29523== Releasing lock...
[2026-04-06 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:38:02] Production.INFO: ==29521== Releasing lock...
[2026-04-05 20:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:38:03] Production.INFO: ==29528== Lock acquired, processing the job...
[2026-04-05 20:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:38:03] Production.INFO: ==29526== Lock acquired, processing the job...
[2026-04-05 20:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:38:03] Production.INFO: ==29530== Lock acquired, processing the job...
[2026-04-05 20:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:38:03] Production.INFO: ==29532== Lock acquired, processing the job...
[2026-04-05 20:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:38:03] Production.INFO: ==29534== Lock acquired, processing the job...
[2026-04-05 20:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:38:03] Production.INFO: Account Balance Start.
[2026-04-05 20:38:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:38:03] Production.INFO: 117
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:38:03] Production.INFO: ==29534== Releasing lock...
[2026-04-05 20:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: ==29528== Releasing lock...
[2026-04-05 20:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:38:04] Production.INFO: Total Charge 0
[2026-04-05 20:38:04] Production.INFO: CreateAllLog End
[2026-04-05 20:38:04] Production.INFO: Account Balance End.
[2026-04-05 20:38:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:38:04] Production.INFO: ==29532== Releasing lock...
[2026-04-05 20:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:38:10] Production.ERROR: CronJobId end10
[2026-04-05 20:38:10] Production.INFO: ==29530== Releasing lock...
[2026-04-05 20:38:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:38:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:38:13] Production.INFO: call_cost start
[2026-04-05 20:38:13] Production.INFO: call_cost end
[2026-04-05 20:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:38:13] Production.INFO: ==29526== Releasing lock...
[2026-04-05 20:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:39:01] Production.INFO: ==29589== Lock acquired, processing the job...
[2026-04-06 01:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:39:01] Production.INFO: neon service started
[2026-04-06 01:39:01] Production.INFO: neon service started
[2026-04-06 01:39:01] Production.INFO: ==29589== Releasing lock...
[2026-04-06 01:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:39:02] Production.INFO: ==29591== Lock acquired, processing the job...
[2026-04-05 20:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:39:02] Production.INFO: ==29593== Lock acquired, processing the job...
[2026-04-06 00:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:39:02] Production.INFO: ==29593== Releasing lock...
[2026-04-06 00:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:39:02] Production.INFO: ==29591== Releasing lock...
[2026-04-05 20:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:39:03] Production.INFO: ==29604== Lock acquired, processing the job...
[2026-04-05 20:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:39:03] Production.INFO: ==29596== Lock acquired, processing the job...
[2026-04-05 20:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:39:03] Production.INFO: ==29598== Lock acquired, processing the job...
[2026-04-05 20:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:39:03] Production.INFO: ==29600== Lock acquired, processing the job...
[2026-04-05 20:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:39:03] Production.INFO: ==29604== Releasing lock...
[2026-04-05 20:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:39:03] Production.INFO: ==29602== Lock acquired, processing the job...
[2026-04-05 20:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:39:04] Production.INFO: Account Balance Start.
[2026-04-05 20:39:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:39:04] Production.INFO: 117
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: ==29598== Releasing lock...
[2026-04-05 20:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:39:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:39:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:39:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:39:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:39:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:39:05] Production.INFO: Total Charge 0
[2026-04-05 20:39:05] Production.INFO: CreateAllLog End
[2026-04-05 20:39:05] Production.INFO: Account Balance End.
[2026-04-05 20:39:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:39:05] Production.INFO: ==29602== Releasing lock...
[2026-04-05 20:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:39:11] Production.ERROR: CronJobId end10
[2026-04-05 20:39:11] Production.INFO: ==29600== Releasing lock...
[2026-04-05 20:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:39:14] Production.INFO: call_cost start
[2026-04-05 20:39:14] Production.INFO: call_cost end
[2026-04-05 20:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:39:14] Production.INFO: ==29596== Releasing lock...
[2026-04-05 20:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:40:01] Production.INFO: ==29666== Lock acquired, processing the job...
[2026-04-06 01:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:40:01] Production.INFO: neon service started
[2026-04-06 01:40:01] Production.INFO: neon service started
[2026-04-06 01:40:01] Production.INFO: ==29666== Releasing lock...
[2026-04-06 01:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:40:01] Production.INFO: ==29668== Lock acquired, processing the job...
[2026-04-05 20:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:40:01] Production.INFO: ==29670== Lock acquired, processing the job...
[2026-04-06 00:40:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:40:02] Production.INFO: ==29670== Releasing lock...
[2026-04-06 00:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:40:02] Production.INFO: ==29668== Releasing lock...
[2026-04-05 20:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:40:03] Production.INFO: ==29675== Lock acquired, processing the job...
[2026-04-05 20:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:40:03] Production.INFO: ==29677== Lock acquired, processing the job...
[2026-04-05 20:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:40:03] Production.INFO: ==29679== Lock acquired, processing the job...
[2026-04-05 20:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:40:03] Production.INFO: ==29673== Lock acquired, processing the job...
[2026-04-05 20:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:40:03] Production.INFO: ==29681== Lock acquired, processing the job...
[2026-04-05 20:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:40:03] Production.INFO: Account Balance Start.
[2026-04-05 20:40:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:40:03] Production.INFO: 117
[2026-04-05 20:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: ==29681== Releasing lock...
[2026-04-05 20:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-27
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-28
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-29
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: ==29675== Releasing lock...
[2026-04-05 20:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-30
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-03-31
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-04-01
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:03] Production.INFO: Date 2026-04-02
[2026-04-05 20:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:40:04] Production.INFO: Total Charge 0
[2026-04-05 20:40:04] Production.INFO: CreateAllLog End
[2026-04-05 20:40:04] Production.INFO: Account Balance End.
[2026-04-05 20:40:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:40:04] Production.INFO: ==29679== Releasing lock...
[2026-04-05 20:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:40:11] Production.ERROR: CronJobId end10
[2026-04-05 20:40:11] Production.INFO: ==29677== Releasing lock...
[2026-04-05 20:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:40:14] Production.INFO: call_cost start
[2026-04-05 20:40:14] Production.INFO: call_cost end
[2026-04-05 20:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:40:14] Production.INFO: ==29673== Releasing lock...
[2026-04-05 20:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:41:01] Production.INFO: ==29739== Lock acquired, processing the job...
[2026-04-06 01:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:41:01] Production.INFO: neon service started
[2026-04-06 01:41:01] Production.INFO: neon service started
[2026-04-06 01:41:01] Production.INFO: ==29739== Releasing lock...
[2026-04-06 01:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:41:02] Production.INFO: ==29741== Lock acquired, processing the job...
[2026-04-05 20:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:41:02] Production.INFO: ==29741== Releasing lock...
[2026-04-05 20:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:41:02] Production.INFO: ==29743== Lock acquired, processing the job...
[2026-04-06 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:41:02] Production.INFO: ==29743== Releasing lock...
[2026-04-06 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:41:03] Production.INFO: ==29745== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 20:41:03] Production.INFO: ==29747== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:41:03] Production.INFO: ==29749== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:41:03] Production.INFO: ==29751== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:41:03] Production.ERROR: CronJob PID - 29747
[2026-04-05 20:41:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 20:41:03] Production.ERROR: CronJob ID - 5
[2026-04-05 20:41:03] Production.ERROR: CronJob Last Run Time 2026-04-05 20:41:00
[2026-04-05 20:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:41:03] Production.ERROR: CronJob PID - 29749
[2026-04-05 20:41:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 20:41:03] Production.ERROR: CronJob ID - 7
[2026-04-05 20:41:03] Production.ERROR: CronJob Last Run Time 2026-04-05 20:41:00
[2026-04-05 20:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:41:03] Production.ERROR: CronJob PID - 29751
[2026-04-05 20:41:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-05 20:41:03] Production.ERROR: CronJob ID - 10
[2026-04-05 20:41:03] Production.ERROR: CronJob Last Run Time 2026-04-05 20:41:00
[2026-04-05 20:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 20:41:03] Production.INFO: ==29745== Releasing lock...
[2026-04-05 20:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 20:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:41:03] Production.INFO: ==29753== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:41:03] Production.INFO: ==29757== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:41:03] Production.INFO: ==29755== Lock acquired, processing the job...
[2026-04-05 20:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 20:41:03] Production.INFO: Account Balance Start.
[2026-04-05 20:41:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:41:03] Production.INFO: 117
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: ==29757== Releasing lock...
[2026-04-05 20:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: ==29749== Releasing lock...
[2026-04-05 20:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.ERROR: done
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 20:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043760', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:41:04] Production.INFO: Total Charge 0
[2026-04-05 20:41:04] Production.INFO: CreateAllLog End
[2026-04-05 20:41:05] Production.INFO: Account Balance End.
[2026-04-05 20:41:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:41:05] Production.INFO: ==29753== Releasing lock...
[2026-04-05 20:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043760', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 20:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 20:41:10] Production.INFO: ProcessCDR(1,17043760,1,1,2)
[2026-04-05 20:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043760,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043760,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 20:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 20:41:10] Production.INFO: ==29755== Releasing lock...
[2026-04-05 20:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 20:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 20:41:14] Production.ERROR: CronJobId end10
[2026-04-05 20:41:14] Production.INFO: ==29751== Releasing lock...
[2026-04-05 20:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:41:16] Production.INFO: call_cost start
[2026-04-05 20:41:16] Production.INFO: call_cost end
[2026-04-05 20:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:41:16] Production.INFO: ==29747== Releasing lock...
[2026-04-05 20:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:42:02] Production.INFO: ==29814== Lock acquired, processing the job...
[2026-04-06 01:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:42:02] Production.INFO: neon service started
[2026-04-06 01:42:02] Production.INFO: neon service started
[2026-04-06 01:42:02] Production.INFO: ==29814== Releasing lock...
[2026-04-06 01:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:42:02] Production.INFO: ==29816== Lock acquired, processing the job...
[2026-04-05 20:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:42:02] Production.INFO: ==29818== Lock acquired, processing the job...
[2026-04-06 00:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:42:02] Production.INFO: ==29818== Releasing lock...
[2026-04-06 00:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:42:03] Production.INFO: ==29816== Releasing lock...
[2026-04-05 20:42:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:42:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:42:03] Production.INFO: ==29825== Lock acquired, processing the job...
[2026-04-05 20:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:42:03] Production.INFO: ==29821== Lock acquired, processing the job...
[2026-04-05 20:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:42:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:42:04] Production.INFO: ==29823== Lock acquired, processing the job...
[2026-04-05 20:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:42:04] Production.INFO: ==29829== Lock acquired, processing the job...
[2026-04-05 20:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:42:04] Production.INFO: ==29827== Lock acquired, processing the job...
[2026-04-05 20:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:42:04] Production.INFO: Account Balance Start.
[2026-04-05 20:42:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:42:04] Production.INFO: 117
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:42:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:42:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: ==29829== Releasing lock...
[2026-04-05 20:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: ==29823== Releasing lock...
[2026-04-05 20:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-24
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-25
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-26
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-27
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-28
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-29
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:42:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:42:05] Production.INFO: Total Charge 0
[2026-04-05 20:42:05] Production.INFO: CreateAllLog End
[2026-04-05 20:42:05] Production.INFO: Account Balance End.
[2026-04-05 20:42:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:42:05] Production.INFO: ==29827== Releasing lock...
[2026-04-05 20:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:42:11] Production.ERROR: CronJobId end10
[2026-04-05 20:42:11] Production.INFO: ==29825== Releasing lock...
[2026-04-05 20:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:42:14] Production.INFO: call_cost start
[2026-04-05 20:42:14] Production.INFO: call_cost end
[2026-04-05 20:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:42:14] Production.INFO: ==29821== Releasing lock...
[2026-04-05 20:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:43:01] Production.INFO: ==29887== Lock acquired, processing the job...
[2026-04-06 01:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:43:01] Production.INFO: neon service started
[2026-04-06 01:43:01] Production.INFO: neon service started
[2026-04-06 01:43:01] Production.INFO: ==29887== Releasing lock...
[2026-04-06 01:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:43:01] Production.INFO: ==29889== Lock acquired, processing the job...
[2026-04-05 20:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:43:02] Production.INFO: ==29889== Releasing lock...
[2026-04-05 20:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:43:02] Production.INFO: ==29891== Lock acquired, processing the job...
[2026-04-06 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:43:02] Production.INFO: ==29891== Releasing lock...
[2026-04-06 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:43:02] Production.INFO: ==29893== Lock acquired, processing the job...
[2026-04-05 20:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:43:02] Production.INFO: ==29895== Lock acquired, processing the job...
[2026-04-05 20:43:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:43:02] Production.INFO: ==29901== Lock acquired, processing the job...
[2026-04-05 20:43:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:43:02] Production.INFO: ==29897== Lock acquired, processing the job...
[2026-04-05 20:43:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:43:02] Production.INFO: ==29899== Lock acquired, processing the job...
[2026-04-05 20:43:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:43:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:43:03] Production.INFO: ==29901== Releasing lock...
[2026-04-05 20:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:43:03] Production.INFO: Account Balance Start.
[2026-04-05 20:43:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:43:03] Production.INFO: 117
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: ==29895== Releasing lock...
[2026-04-05 20:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-27
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-28
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-29
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:03] Production.INFO: Date 2026-03-30
[2026-04-05 20:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:43:04] Production.INFO: Total Charge 0
[2026-04-05 20:43:04] Production.INFO: CreateAllLog End
[2026-04-05 20:43:04] Production.INFO: Account Balance End.
[2026-04-05 20:43:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:43:04] Production.INFO: ==29899== Releasing lock...
[2026-04-05 20:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:43:10] Production.ERROR: CronJobId end10
[2026-04-05 20:43:10] Production.INFO: ==29897== Releasing lock...
[2026-04-05 20:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:43:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:43:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:43:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:43:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:43:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:43:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:43:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:43:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:43:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:43:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:43:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:43:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:43:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:43:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:43:13] Production.INFO: call_cost start
[2026-04-05 20:43:13] Production.INFO: call_cost end
[2026-04-05 20:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:43:13] Production.INFO: ==29893== Releasing lock...
[2026-04-05 20:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:44:01] Production.INFO: ==29957== Lock acquired, processing the job...
[2026-04-06 01:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:44:01] Production.INFO: neon service started
[2026-04-06 01:44:02] Production.INFO: neon service started
[2026-04-06 01:44:02] Production.INFO: ==29957== Releasing lock...
[2026-04-06 01:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:44:02] Production.INFO: ==29959== Lock acquired, processing the job...
[2026-04-05 20:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:44:02] Production.INFO: ==29959== Releasing lock...
[2026-04-05 20:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:44:02] Production.INFO: ==29961== Lock acquired, processing the job...
[2026-04-06 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:44:02] Production.INFO: ==29961== Releasing lock...
[2026-04-06 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:44:03] Production.INFO: ==29966== Lock acquired, processing the job...
[2026-04-05 20:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:44:03] Production.INFO: ==29970== Lock acquired, processing the job...
[2026-04-05 20:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:44:03] Production.INFO: ==29964== Lock acquired, processing the job...
[2026-04-05 20:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:44:03] Production.INFO: ==29968== Lock acquired, processing the job...
[2026-04-05 20:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:44:03] Production.INFO: Account Balance Start.
[2026-04-05 20:44:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:44:03] Production.INFO: 117
[2026-04-05 20:44:03] Production.INFO: ==29972== Lock acquired, processing the job...
[2026-04-05 20:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:44:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:44:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:44:03] Production.INFO: ==29972== Releasing lock...
[2026-04-05 20:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:44:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: ==29966== Releasing lock...
[2026-04-05 20:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:44:04] Production.INFO: Total Charge 0
[2026-04-05 20:44:04] Production.INFO: CreateAllLog End
[2026-04-05 20:44:04] Production.INFO: Account Balance End.
[2026-04-05 20:44:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:44:04] Production.INFO: ==29970== Releasing lock...
[2026-04-05 20:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:44:12] Production.ERROR: CronJobId end10
[2026-04-05 20:44:12] Production.INFO: ==29968== Releasing lock...
[2026-04-05 20:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:44:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:44:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:44:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:44:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:44:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:44:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:44:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:44:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:44:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:44:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:44:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:44:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:44:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:44:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:44:16] Production.INFO: call_cost start
[2026-04-05 20:44:16] Production.INFO: call_cost end
[2026-04-05 20:44:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:44:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:44:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:44:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:44:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:44:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:44:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:44:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:44:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:44:16] Production.INFO: ==29964== Releasing lock...
[2026-04-05 20:44:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:44:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:45:01] Production.INFO: ==30031== Lock acquired, processing the job...
[2026-04-06 01:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:45:01] Production.INFO: neon service started
[2026-04-06 01:45:01] Production.INFO: neon service started
[2026-04-06 01:45:01] Production.INFO: ==30031== Releasing lock...
[2026-04-06 01:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:45:01] Production.INFO: ==30035== Lock acquired, processing the job...
[2026-04-06 00:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:45:01] Production.INFO: ==30035== Releasing lock...
[2026-04-06 00:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:45:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:45:01] Production.INFO: ==30033== Lock acquired, processing the job...
[2026-04-05 20:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:45:02] Production.INFO: ==30033== Releasing lock...
[2026-04-05 20:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:45:02] Production.INFO: ==30038== Lock acquired, processing the job...
[2026-04-05 20:45:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:45:02] Production.INFO: ==30042== Lock acquired, processing the job...
[2026-04-05 20:45:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:45:02] Production.INFO: ==30046== Lock acquired, processing the job...
[2026-04-05 20:45:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:45:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:45:03] Production.INFO: ==30040== Lock acquired, processing the job...
[2026-04-05 20:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:45:03] Production.INFO: ==30044== Lock acquired, processing the job...
[2026-04-05 20:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:45:03] Production.INFO: ==30046== Releasing lock...
[2026-04-05 20:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:45:03] Production.INFO: Account Balance Start.
[2026-04-05 20:45:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:45:03] Production.INFO: 117
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: ==30040== Releasing lock...
[2026-04-05 20:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:45:04] Production.INFO: Total Charge 0
[2026-04-05 20:45:04] Production.INFO: CreateAllLog End
[2026-04-05 20:45:04] Production.INFO: Account Balance End.
[2026-04-05 20:45:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:45:04] Production.INFO: ==30044== Releasing lock...
[2026-04-05 20:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:45:11] Production.ERROR: CronJobId end10
[2026-04-05 20:45:11] Production.INFO: ==30042== Releasing lock...
[2026-04-05 20:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:45:14] Production.INFO: call_cost start
[2026-04-05 20:45:14] Production.INFO: call_cost end
[2026-04-05 20:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:45:14] Production.INFO: ==30038== Releasing lock...
[2026-04-05 20:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:46:01] Production.INFO: ==30100== Lock acquired, processing the job...
[2026-04-06 01:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:46:01] Production.INFO: neon service started
[2026-04-06 01:46:01] Production.INFO: neon service started
[2026-04-06 01:46:01] Production.INFO: ==30100== Releasing lock...
[2026-04-06 01:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:46:02] Production.INFO: ==30102== Lock acquired, processing the job...
[2026-04-05 20:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:46:02] Production.INFO: ==30102== Releasing lock...
[2026-04-05 20:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:46:02] Production.INFO: ==30104== Lock acquired, processing the job...
[2026-04-06 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:46:02] Production.INFO: ==30104== Releasing lock...
[2026-04-06 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:46:03] Production.INFO: ==30106== Lock acquired, processing the job...
[2026-04-05 20:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:46:03] Production.INFO: ==30108== Lock acquired, processing the job...
[2026-04-05 20:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:46:03] Production.INFO: ==30112== Lock acquired, processing the job...
[2026-04-05 20:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:46:03] Production.INFO: Account Balance Start.
[2026-04-05 20:46:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:46:03] Production.INFO: 117
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: ==30110== Lock acquired, processing the job...
[2026-04-05 20:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: ==30114== Lock acquired, processing the job...
[2026-04-05 20:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:46:03] Production.INFO: ==30114== Releasing lock...
[2026-04-05 20:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: ==30108== Releasing lock...
[2026-04-05 20:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:46:04] Production.INFO: Total Charge 0
[2026-04-05 20:46:04] Production.INFO: CreateAllLog End
[2026-04-05 20:46:04] Production.INFO: Account Balance End.
[2026-04-05 20:46:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:46:04] Production.INFO: ==30112== Releasing lock...
[2026-04-05 20:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:46:11] Production.ERROR: CronJobId end10
[2026-04-05 20:46:11] Production.INFO: ==30110== Releasing lock...
[2026-04-05 20:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:46:14] Production.INFO: call_cost start
[2026-04-05 20:46:14] Production.INFO: call_cost end
[2026-04-05 20:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:46:14] Production.INFO: ==30106== Releasing lock...
[2026-04-05 20:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:47:02] Production.INFO: ==30171== Lock acquired, processing the job...
[2026-04-06 01:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:47:02] Production.INFO: neon service started
[2026-04-06 01:47:02] Production.INFO: neon service started
[2026-04-06 01:47:02] Production.INFO: ==30171== Releasing lock...
[2026-04-06 01:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:47:02] Production.INFO: ==30173== Lock acquired, processing the job...
[2026-04-05 20:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:47:02] Production.INFO: ==30173== Releasing lock...
[2026-04-05 20:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:47:02] Production.INFO: ==30175== Lock acquired, processing the job...
[2026-04-06 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:47:02] Production.INFO: ==30175== Releasing lock...
[2026-04-06 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:47:03] Production.INFO: ==30185== Lock acquired, processing the job...
[2026-04-05 20:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:47:03] Production.INFO: ==30177== Lock acquired, processing the job...
[2026-04-05 20:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:47:03] Production.INFO: ==30185== Releasing lock...
[2026-04-05 20:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:47:03] Production.INFO: ==30179== Lock acquired, processing the job...
[2026-04-05 20:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:47:03] Production.INFO: ==30181== Lock acquired, processing the job...
[2026-04-05 20:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:47:03] Production.INFO: ==30183== Lock acquired, processing the job...
[2026-04-05 20:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:47:04] Production.INFO: Account Balance Start.
[2026-04-05 20:47:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:47:04] Production.INFO: 117
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: ==30179== Releasing lock...
[2026-04-05 20:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:47:05] Production.INFO: Total Charge 0
[2026-04-05 20:47:05] Production.INFO: CreateAllLog End
[2026-04-05 20:47:05] Production.INFO: Account Balance End.
[2026-04-05 20:47:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:47:05] Production.INFO: ==30183== Releasing lock...
[2026-04-05 20:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:47:11] Production.ERROR: CronJobId end10
[2026-04-05 20:47:11] Production.INFO: ==30181== Releasing lock...
[2026-04-05 20:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:47:14] Production.INFO: call_cost start
[2026-04-05 20:47:14] Production.INFO: call_cost end
[2026-04-05 20:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:47:14] Production.INFO: ==30177== Releasing lock...
[2026-04-05 20:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:48:01] Production.INFO: ==30241== Lock acquired, processing the job...
[2026-04-06 01:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:48:01] Production.INFO: neon service started
[2026-04-06 01:48:01] Production.INFO: neon service started
[2026-04-06 01:48:01] Production.INFO: ==30241== Releasing lock...
[2026-04-06 01:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:48:01] Production.INFO: ==30243== Lock acquired, processing the job...
[2026-04-05 20:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:48:02] Production.INFO: ==30245== Lock acquired, processing the job...
[2026-04-06 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:48:02] Production.INFO: ==30245== Releasing lock...
[2026-04-06 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:48:02] Production.INFO: ==30243== Releasing lock...
[2026-04-05 20:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:48:03] Production.INFO: ==30249== Lock acquired, processing the job...
[2026-04-05 20:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:48:03] Production.INFO: ==30247== Lock acquired, processing the job...
[2026-04-05 20:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:48:03] Production.INFO: ==30253== Lock acquired, processing the job...
[2026-04-05 20:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:48:03] Production.INFO: ==30251== Lock acquired, processing the job...
[2026-04-05 20:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:48:03] Production.INFO: ==30255== Lock acquired, processing the job...
[2026-04-05 20:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:48:03] Production.INFO: Account Balance Start.
[2026-04-05 20:48:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:48:03] Production.INFO: 117
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:48:03] Production.INFO: ==30255== Releasing lock...
[2026-04-05 20:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: ==30249== Releasing lock...
[2026-04-05 20:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-27
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:03] Production.INFO: Date 2026-03-28
[2026-04-05 20:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:48:04] Production.INFO: Total Charge 0
[2026-04-05 20:48:04] Production.INFO: CreateAllLog End
[2026-04-05 20:48:04] Production.INFO: Account Balance End.
[2026-04-05 20:48:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:48:04] Production.INFO: ==30253== Releasing lock...
[2026-04-05 20:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:48:10] Production.ERROR: CronJobId end10
[2026-04-05 20:48:10] Production.INFO: ==30251== Releasing lock...
[2026-04-05 20:48:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:48:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:48:13] Production.INFO: call_cost start
[2026-04-05 20:48:13] Production.INFO: call_cost end
[2026-04-05 20:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:48:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:48:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:48:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:48:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:48:13] Production.INFO: ==30247== Releasing lock...
[2026-04-05 20:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:49:01] Production.INFO: ==30315== Lock acquired, processing the job...
[2026-04-06 01:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:49:02] Production.INFO: neon service started
[2026-04-06 01:49:02] Production.INFO: neon service started
[2026-04-06 01:49:02] Production.INFO: ==30315== Releasing lock...
[2026-04-06 01:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:49:02] Production.INFO: ==30319== Lock acquired, processing the job...
[2026-04-06 00:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:49:02] Production.INFO: ==30319== Releasing lock...
[2026-04-06 00:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:49:02] Production.INFO: ==30317== Lock acquired, processing the job...
[2026-04-05 20:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:49:02] Production.INFO: ==30317== Releasing lock...
[2026-04-05 20:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:49:03] Production.INFO: ==30322== Lock acquired, processing the job...
[2026-04-05 20:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:49:03] Production.INFO: ==30326== Lock acquired, processing the job...
[2026-04-05 20:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:49:03] Production.INFO: ==30324== Lock acquired, processing the job...
[2026-04-05 20:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:49:03] Production.INFO: ==30328== Lock acquired, processing the job...
[2026-04-05 20:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:49:03] Production.INFO: ==30330== Lock acquired, processing the job...
[2026-04-05 20:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:49:03] Production.INFO: Account Balance Start.
[2026-04-05 20:49:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:49:03] Production.INFO: 117
[2026-04-05 20:49:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:49:03] Production.INFO: ==30330== Releasing lock...
[2026-04-05 20:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:49:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: ==30324== Releasing lock...
[2026-04-05 20:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:49:04] Production.INFO: Total Charge 0
[2026-04-05 20:49:04] Production.INFO: CreateAllLog End
[2026-04-05 20:49:04] Production.INFO: Account Balance End.
[2026-04-05 20:49:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:49:04] Production.INFO: ==30328== Releasing lock...
[2026-04-05 20:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:49:11] Production.ERROR: CronJobId end10
[2026-04-05 20:49:11] Production.INFO: ==30326== Releasing lock...
[2026-04-05 20:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:49:14] Production.INFO: call_cost start
[2026-04-05 20:49:14] Production.INFO: call_cost end
[2026-04-05 20:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:49:14] Production.INFO: ==30322== Releasing lock...
[2026-04-05 20:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:50:01] Production.INFO: ==30387== Lock acquired, processing the job...
[2026-04-06 01:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:50:01] Production.INFO: neon service started
[2026-04-06 01:50:01] Production.INFO: neon service started
[2026-04-06 01:50:01] Production.INFO: ==30387== Releasing lock...
[2026-04-06 01:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:50:01] Production.INFO: ==30389== Lock acquired, processing the job...
[2026-04-05 20:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:50:02] Production.INFO: ==30389== Releasing lock...
[2026-04-05 20:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:50:02] Production.INFO: ==30391== Lock acquired, processing the job...
[2026-04-06 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:50:02] Production.INFO: ==30391== Releasing lock...
[2026-04-06 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:50:02] Production.INFO: ==30393== Lock acquired, processing the job...
[2026-04-05 20:50:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:50:02] Production.INFO: ==30395== Lock acquired, processing the job...
[2026-04-05 20:50:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:50:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:50:02] Production.INFO: ==30399== Lock acquired, processing the job...
[2026-04-05 20:50:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:50:03] Production.INFO: ==30397== Lock acquired, processing the job...
[2026-04-05 20:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:50:03] Production.INFO: ==30402== Lock acquired, processing the job...
[2026-04-05 20:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:50:03] Production.INFO: Account Balance Start.
[2026-04-05 20:50:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:50:03] Production.INFO: 117
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: ==30402== Releasing lock...
[2026-04-05 20:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: ==30395== Releasing lock...
[2026-04-05 20:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-23
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-24
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-25
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-26
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-27
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-28
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-29
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-30
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-03-31
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-04-01
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:03] Production.INFO: Date 2026-04-02
[2026-04-05 20:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:50:04] Production.INFO: Total Charge 0
[2026-04-05 20:50:04] Production.INFO: CreateAllLog End
[2026-04-05 20:50:04] Production.INFO: Account Balance End.
[2026-04-05 20:50:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:50:04] Production.INFO: ==30399== Releasing lock...
[2026-04-05 20:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:50:11] Production.ERROR: CronJobId end10
[2026-04-05 20:50:11] Production.INFO: ==30397== Releasing lock...
[2026-04-05 20:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:50:14] Production.INFO: call_cost start
[2026-04-05 20:50:14] Production.INFO: call_cost end
[2026-04-05 20:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:50:14] Production.INFO: ==30393== Releasing lock...
[2026-04-05 20:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:51:01] Production.INFO: ==30456== Lock acquired, processing the job...
[2026-04-06 01:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:51:01] Production.INFO: neon service started
[2026-04-06 01:51:01] Production.INFO: neon service started
[2026-04-06 01:51:01] Production.INFO: ==30456== Releasing lock...
[2026-04-06 01:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:51:02] Production.INFO: ==30458== Lock acquired, processing the job...
[2026-04-05 20:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:51:02] Production.INFO: ==30458== Releasing lock...
[2026-04-05 20:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:51:02] Production.INFO: ==30460== Lock acquired, processing the job...
[2026-04-06 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:51:02] Production.INFO: ==30460== Releasing lock...
[2026-04-06 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:51:03] Production.INFO: ==30464== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:51:03] Production.INFO: ==30462== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 20:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:51:03] Production.INFO: ==30470== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 20:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 20:51:03] Production.ERROR: CronJob PID - 30464
[2026-04-05 20:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 20:51:03] Production.ERROR: CronJob ID - 5
[2026-04-05 20:51:03] Production.ERROR: CronJob Last Run Time 2026-04-05 20:51:00
[2026-04-05 20:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 20:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 20:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 20:51:03] Production.INFO: ==30462== Releasing lock...
[2026-04-05 20:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 20:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 20:51:03] Production.INFO: Account Balance Start.
[2026-04-05 20:51:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:51:03] Production.INFO: 117
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:03] Production.INFO: ==30466== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:51:03] Production.INFO: ==30468== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:51:03] Production.INFO: ==30472== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:03] Production.INFO: ==30474== Lock acquired, processing the job...
[2026-04-05 20:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 20:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:51:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: ==30474== Releasing lock...
[2026-04-05 20:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.ERROR: done
[2026-04-05 20:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 20:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043801', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 20:51:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:51:04] Production.INFO: Total Charge 0
[2026-04-05 20:51:04] Production.INFO: CreateAllLog End
[2026-04-05 20:51:04] Production.INFO: Account Balance End.
[2026-04-05 20:51:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:51:04] Production.INFO: ==30470== Releasing lock...
[2026-04-05 20:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:51:05] Production.INFO: ==30466== Releasing lock...
[2026-04-05 20:51:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:51:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043801', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 20:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 20:51:10] Production.INFO: ProcessCDR(1,17043801,1,1,2)
[2026-04-05 20:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043801,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043801,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 20:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 20:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 20:51:10] Production.INFO: ==30472== Releasing lock...
[2026-04-05 20:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 20:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 20:51:14] Production.ERROR: CronJobId end10
[2026-04-05 20:51:14] Production.INFO: ==30468== Releasing lock...
[2026-04-05 20:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:51:16] Production.INFO: call_cost start
[2026-04-05 20:51:16] Production.INFO: call_cost end
[2026-04-05 20:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:51:16] Production.INFO: ==30464== Releasing lock...
[2026-04-05 20:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:52:02] Production.INFO: ==30531== Lock acquired, processing the job...
[2026-04-06 01:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:52:02] Production.INFO: neon service started
[2026-04-06 01:52:02] Production.INFO: neon service started
[2026-04-06 01:52:02] Production.INFO: ==30531== Releasing lock...
[2026-04-06 01:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:52:02] Production.INFO: ==30533== Lock acquired, processing the job...
[2026-04-05 20:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:52:02] Production.INFO: ==30533== Releasing lock...
[2026-04-05 20:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:52:02] Production.INFO: ==30535== Lock acquired, processing the job...
[2026-04-06 00:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:52:03] Production.INFO: ==30535== Releasing lock...
[2026-04-06 00:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:52:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:52:03] Production.INFO: ==30539== Lock acquired, processing the job...
[2026-04-05 20:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:52:03] Production.INFO: ==30537== Lock acquired, processing the job...
[2026-04-05 20:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:52:03] Production.INFO: ==30541== Lock acquired, processing the job...
[2026-04-05 20:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:52:03] Production.INFO: ==30543== Lock acquired, processing the job...
[2026-04-05 20:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:52:03] Production.INFO: ==30545== Lock acquired, processing the job...
[2026-04-05 20:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:52:03] Production.INFO: Account Balance Start.
[2026-04-05 20:52:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:52:03] Production.INFO: 117
[2026-04-05 20:52:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:52:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:52:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:52:04] Production.INFO: ==30545== Releasing lock...
[2026-04-05 20:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: ==30539== Releasing lock...
[2026-04-05 20:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-24
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-25
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-26
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-27
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-28
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-29
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:52:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:52:05] Production.INFO: Total Charge 0
[2026-04-05 20:52:05] Production.INFO: CreateAllLog End
[2026-04-05 20:52:05] Production.INFO: Account Balance End.
[2026-04-05 20:52:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:52:05] Production.INFO: ==30543== Releasing lock...
[2026-04-05 20:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:52:11] Production.ERROR: CronJobId end10
[2026-04-05 20:52:11] Production.INFO: ==30541== Releasing lock...
[2026-04-05 20:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:52:13] Production.INFO: call_cost start
[2026-04-05 20:52:13] Production.INFO: call_cost end
[2026-04-05 20:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:52:13] Production.INFO: ==30537== Releasing lock...
[2026-04-05 20:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:53:01] Production.INFO: ==30606== Lock acquired, processing the job...
[2026-04-06 01:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:53:01] Production.INFO: neon service started
[2026-04-06 01:53:01] Production.INFO: neon service started
[2026-04-06 01:53:01] Production.INFO: ==30606== Releasing lock...
[2026-04-06 01:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:53:02] Production.INFO: ==30608== Lock acquired, processing the job...
[2026-04-05 20:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:53:02] Production.INFO: ==30608== Releasing lock...
[2026-04-05 20:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:53:02] Production.INFO: ==30610== Lock acquired, processing the job...
[2026-04-06 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:53:02] Production.INFO: ==30610== Releasing lock...
[2026-04-06 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:53:03] Production.INFO: ==30620== Lock acquired, processing the job...
[2026-04-05 20:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:53:03] Production.INFO: ==30612== Lock acquired, processing the job...
[2026-04-05 20:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:53:03] Production.INFO: ==30614== Lock acquired, processing the job...
[2026-04-05 20:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:53:03] Production.INFO: ==30620== Releasing lock...
[2026-04-05 20:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:53:03] Production.INFO: ==30616== Lock acquired, processing the job...
[2026-04-05 20:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:53:03] Production.INFO: ==30618== Lock acquired, processing the job...
[2026-04-05 20:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:53:03] Production.INFO: Account Balance Start.
[2026-04-05 20:53:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:53:03] Production.INFO: 117
[2026-04-05 20:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: ==30614== Releasing lock...
[2026-04-05 20:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-21
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:03] Production.INFO: Date 2026-03-22
[2026-04-05 20:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:53:04] Production.INFO: Total Charge 0
[2026-04-05 20:53:04] Production.INFO: CreateAllLog End
[2026-04-05 20:53:04] Production.INFO: Account Balance End.
[2026-04-05 20:53:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:53:04] Production.INFO: ==30618== Releasing lock...
[2026-04-05 20:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:53:10] Production.ERROR: CronJobId end10
[2026-04-05 20:53:10] Production.INFO: ==30616== Releasing lock...
[2026-04-05 20:53:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:53:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:53:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:53:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:53:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:53:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:53:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:53:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:53:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:53:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:53:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:53:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:53:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:53:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:53:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:53:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:53:13] Production.INFO: call_cost start
[2026-04-05 20:53:13] Production.INFO: call_cost end
[2026-04-05 20:53:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:53:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:53:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:53:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:53:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:53:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:53:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:53:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:53:13] Production.INFO: ==30612== Releasing lock...
[2026-04-05 20:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:54:02] Production.INFO: ==30676== Lock acquired, processing the job...
[2026-04-06 01:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:54:02] Production.INFO: neon service started
[2026-04-06 01:54:02] Production.INFO: neon service started
[2026-04-06 01:54:02] Production.INFO: ==30676== Releasing lock...
[2026-04-06 01:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:54:02] Production.INFO: ==30678== Lock acquired, processing the job...
[2026-04-05 20:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:54:02] Production.INFO: ==30680== Lock acquired, processing the job...
[2026-04-06 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:54:02] Production.INFO: ==30680== Releasing lock...
[2026-04-06 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:54:02] Production.INFO: ==30678== Releasing lock...
[2026-04-05 20:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:54:03] Production.INFO: ==30685== Lock acquired, processing the job...
[2026-04-05 20:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:54:03] Production.INFO: ==30687== Lock acquired, processing the job...
[2026-04-05 20:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:54:03] Production.INFO: ==30689== Lock acquired, processing the job...
[2026-04-05 20:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:54:03] Production.INFO: ==30683== Lock acquired, processing the job...
[2026-04-05 20:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:54:03] Production.INFO: Account Balance Start.
[2026-04-05 20:54:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:54:03] Production.INFO: 117
[2026-04-05 20:54:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:54:04] Production.INFO: ==30685== Releasing lock...
[2026-04-05 20:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: ==30691== Lock acquired, processing the job...
[2026-04-05 20:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:54:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:54:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: ==30691== Releasing lock...
[2026-04-05 20:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:54:04] Production.INFO: Total Charge 0
[2026-04-05 20:54:05] Production.INFO: CreateAllLog End
[2026-04-05 20:54:05] Production.INFO: Account Balance End.
[2026-04-05 20:54:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:54:05] Production.INFO: ==30689== Releasing lock...
[2026-04-05 20:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:54:11] Production.ERROR: CronJobId end10
[2026-04-05 20:54:11] Production.INFO: ==30687== Releasing lock...
[2026-04-05 20:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:54:14] Production.INFO: call_cost start
[2026-04-05 20:54:14] Production.INFO: call_cost end
[2026-04-05 20:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:54:14] Production.INFO: ==30683== Releasing lock...
[2026-04-05 20:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:55:01] Production.INFO: ==30752== Lock acquired, processing the job...
[2026-04-06 01:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:55:01] Production.INFO: neon service started
[2026-04-06 01:55:01] Production.INFO: neon service started
[2026-04-06 01:55:01] Production.INFO: ==30752== Releasing lock...
[2026-04-06 01:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:55:01] Production.INFO: ==30754== Lock acquired, processing the job...
[2026-04-05 20:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:55:02] Production.INFO: ==30754== Releasing lock...
[2026-04-05 20:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:55:02] Production.INFO: ==30756== Lock acquired, processing the job...
[2026-04-06 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:55:02] Production.INFO: ==30756== Releasing lock...
[2026-04-06 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:55:03] Production.INFO: ==30766== Lock acquired, processing the job...
[2026-04-05 20:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:55:03] Production.INFO: ==30758== Lock acquired, processing the job...
[2026-04-05 20:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:55:03] Production.INFO: ==30762== Lock acquired, processing the job...
[2026-04-05 20:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:55:03] Production.INFO: ==30760== Lock acquired, processing the job...
[2026-04-05 20:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:55:03] Production.INFO: ==30764== Lock acquired, processing the job...
[2026-04-05 20:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:55:03] Production.INFO: Account Balance Start.
[2026-04-05 20:55:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:55:03] Production.INFO: ==30766== Releasing lock...
[2026-04-05 20:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:55:03] Production.INFO: 117
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: ==30760== Releasing lock...
[2026-04-05 20:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:03] Production.INFO: Date 2026-03-20
[2026-04-05 20:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:55:04] Production.INFO: Total Charge 0
[2026-04-05 20:55:04] Production.INFO: CreateAllLog End
[2026-04-05 20:55:04] Production.INFO: Account Balance End.
[2026-04-05 20:55:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:55:04] Production.INFO: ==30764== Releasing lock...
[2026-04-05 20:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:55:10] Production.ERROR: CronJobId end10
[2026-04-05 20:55:10] Production.INFO: ==30762== Releasing lock...
[2026-04-05 20:55:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:55:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:55:14] Production.INFO: call_cost start
[2026-04-05 20:55:14] Production.INFO: call_cost end
[2026-04-05 20:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:55:14] Production.INFO: ==30758== Releasing lock...
[2026-04-05 20:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:56:01] Production.INFO: ==30822== Lock acquired, processing the job...
[2026-04-06 01:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:56:01] Production.INFO: neon service started
[2026-04-06 01:56:01] Production.INFO: neon service started
[2026-04-06 01:56:01] Production.INFO: ==30822== Releasing lock...
[2026-04-06 01:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:56:02] Production.INFO: ==30826== Lock acquired, processing the job...
[2026-04-06 00:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:56:02] Production.INFO: ==30826== Releasing lock...
[2026-04-06 00:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:56:02] Production.INFO: ==30824== Lock acquired, processing the job...
[2026-04-05 20:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:56:02] Production.INFO: ==30824== Releasing lock...
[2026-04-05 20:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 20:56:03] Production.INFO: ==30829== Lock acquired, processing the job...
[2026-04-05 20:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:56:03] Production.INFO: ==30833== Lock acquired, processing the job...
[2026-04-05 20:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:56:03] Production.INFO: ==30831== Lock acquired, processing the job...
[2026-04-05 20:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:56:03] Production.INFO: ==30835== Lock acquired, processing the job...
[2026-04-05 20:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:56:03] Production.INFO: ==30837== Lock acquired, processing the job...
[2026-04-05 20:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:56:04] Production.INFO: Account Balance Start.
[2026-04-05 20:56:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:56:04] Production.INFO: 117
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:56:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:56:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:56:04] Production.INFO: ==30837== Releasing lock...
[2026-04-05 20:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: ==30831== Releasing lock...
[2026-04-05 20:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-24
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-25
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-26
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-27
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-28
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-29
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:56:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:56:05] Production.INFO: Total Charge 0
[2026-04-05 20:56:05] Production.INFO: CreateAllLog End
[2026-04-05 20:56:05] Production.INFO: Account Balance End.
[2026-04-05 20:56:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:56:05] Production.INFO: ==30835== Releasing lock...
[2026-04-05 20:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:56:12] Production.ERROR: CronJobId end10
[2026-04-05 20:56:12] Production.INFO: ==30833== Releasing lock...
[2026-04-05 20:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:56:14] Production.INFO: call_cost start
[2026-04-05 20:56:14] Production.INFO: call_cost end
[2026-04-05 20:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:56:14] Production.INFO: ==30829== Releasing lock...
[2026-04-05 20:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:57:02] Production.INFO: ==30893== Lock acquired, processing the job...
[2026-04-06 01:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:57:02] Production.INFO: neon service started
[2026-04-06 01:57:02] Production.INFO: neon service started
[2026-04-06 01:57:02] Production.INFO: ==30893== Releasing lock...
[2026-04-06 01:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:57:02] Production.INFO: ==30895== Lock acquired, processing the job...
[2026-04-05 20:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:57:03] Production.INFO: ==30895== Releasing lock...
[2026-04-05 20:57:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:57:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:57:03] Production.INFO: ==30897== Lock acquired, processing the job...
[2026-04-06 00:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:57:03] Production.INFO: ==30897== Releasing lock...
[2026-04-06 00:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:57:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:57:03] Production.INFO: ==30904== Lock acquired, processing the job...
[2026-04-05 20:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:57:03] Production.INFO: ==30900== Lock acquired, processing the job...
[2026-04-05 20:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:57:03] Production.INFO: ==30902== Lock acquired, processing the job...
[2026-04-05 20:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:57:04] Production.INFO: ==30908== Lock acquired, processing the job...
[2026-04-05 20:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:57:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:57:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:57:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:57:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:57:04] Production.INFO: ==30906== Lock acquired, processing the job...
[2026-04-05 20:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:57:04] Production.INFO: ==30908== Releasing lock...
[2026-04-05 20:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:57:04] Production.INFO: Account Balance Start.
[2026-04-05 20:57:04] Production.INFO: CreateAllLog Start
[2026-04-05 20:57:04] Production.INFO: 117
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-08
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-09
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-10
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-11
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-12
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-13
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:57:04] Production.INFO: ==30902== Releasing lock...
[2026-04-05 20:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-03-27
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-03-28
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-03-29
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-03-30
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-03-31
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-04-01
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-04-02
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-04-03
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-04-04
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Date 2026-04-05
[2026-04-05 20:57:05] Production.INFO: Reseller ==> 0
[2026-04-05 20:57:05] Production.INFO: Total Charge 0
[2026-04-05 20:57:05] Production.INFO: CreateAllLog End
[2026-04-05 20:57:05] Production.INFO: Account Balance End.
[2026-04-05 20:57:05] Production.ERROR: CronJobId end 12
[2026-04-05 20:57:05] Production.INFO: ==30906== Releasing lock...
[2026-04-05 20:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:57:11] Production.ERROR: CronJobId end10
[2026-04-05 20:57:11] Production.INFO: ==30904== Releasing lock...
[2026-04-05 20:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:57:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:57:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:57:14] Production.INFO: call_cost start
[2026-04-05 20:57:14] Production.INFO: call_cost end
[2026-04-05 20:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:57:14] Production.INFO: ==30900== Releasing lock...
[2026-04-05 20:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:58:01] Production.INFO: ==30965== Lock acquired, processing the job...
[2026-04-06 01:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:58:01] Production.INFO: neon service started
[2026-04-06 01:58:01] Production.INFO: neon service started
[2026-04-06 01:58:01] Production.INFO: ==30965== Releasing lock...
[2026-04-06 01:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:58:02] Production.INFO: ==30967== Lock acquired, processing the job...
[2026-04-05 20:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:58:02] Production.INFO: ==30967== Releasing lock...
[2026-04-05 20:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:58:02] Production.INFO: ==30969== Lock acquired, processing the job...
[2026-04-06 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:58:02] Production.INFO: ==30969== Releasing lock...
[2026-04-06 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:58:03] Production.INFO: ==30971== Lock acquired, processing the job...
[2026-04-05 20:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:58:03] Production.INFO: ==30973== Lock acquired, processing the job...
[2026-04-05 20:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:58:03] Production.INFO: ==30975== Lock acquired, processing the job...
[2026-04-05 20:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:58:03] Production.INFO: ==30979== Lock acquired, processing the job...
[2026-04-05 20:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:58:03] Production.INFO: ==30977== Lock acquired, processing the job...
[2026-04-05 20:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:58:03] Production.INFO: Account Balance Start.
[2026-04-05 20:58:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:58:03] Production.INFO: 117
[2026-04-05 20:58:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:58:03] Production.INFO: ==30979== Releasing lock...
[2026-04-05 20:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:58:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:03] Production.INFO: ==30973== Releasing lock...
[2026-04-05 20:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:58:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-14
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-15
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-16
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-17
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-18
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-19
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:58:04] Production.INFO: Total Charge 0
[2026-04-05 20:58:04] Production.INFO: CreateAllLog End
[2026-04-05 20:58:04] Production.INFO: Account Balance End.
[2026-04-05 20:58:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:58:04] Production.INFO: ==30977== Releasing lock...
[2026-04-05 20:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:58:11] Production.ERROR: CronJobId end10
[2026-04-05 20:58:11] Production.INFO: ==30975== Releasing lock...
[2026-04-05 20:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:58:14] Production.INFO: call_cost start
[2026-04-05 20:58:14] Production.INFO: call_cost end
[2026-04-05 20:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:58:14] Production.INFO: ==30971== Releasing lock...
[2026-04-05 20:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 01:59:02] Production.INFO: ==31033== Lock acquired, processing the job...
[2026-04-06 01:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 01:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 01:59:02] Production.INFO: neon service started
[2026-04-06 01:59:02] Production.INFO: neon service started
[2026-04-06 01:59:02] Production.INFO: ==31033== Releasing lock...
[2026-04-06 01:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 01:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 20:59:02] Production.INFO: ==31035== Lock acquired, processing the job...
[2026-04-05 20:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 20:59:02] Production.INFO: ==31035== Releasing lock...
[2026-04-05 20:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 20:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:59:02] Production.INFO: ==31037== Lock acquired, processing the job...
[2026-04-06 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:59:02] Production.INFO: ==31037== Releasing lock...
[2026-04-06 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 00:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 20:59:03] Production.INFO: ==31046== Lock acquired, processing the job...
[2026-04-05 20:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 20:59:03] Production.INFO: Account Balance Start.
[2026-04-05 20:59:03] Production.INFO: CreateAllLog Start
[2026-04-05 20:59:03] Production.INFO: 117
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-08
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-09
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-10
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: ==31040== Lock acquired, processing the job...
[2026-04-05 20:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-11
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-12
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: ==31042== Lock acquired, processing the job...
[2026-04-05 20:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-13
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: ==31044== Lock acquired, processing the job...
[2026-04-05 20:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-14
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-15
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: ==31048== Lock acquired, processing the job...
[2026-04-05 20:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-16
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 20:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 20:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 20:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-17
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-18
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: Date 2026-03-19
[2026-04-05 20:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 20:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 20:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 20:59:03] Production.INFO: ==31048== Releasing lock...
[2026-04-05 20:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 20:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-20
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-21
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-22
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-23
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-24
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-25
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-26
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-27
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-28
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-29
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-30
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-03-31
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-04-01
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-04-02
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-04-03
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: ==31042== Releasing lock...
[2026-04-05 20:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 20:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 20:59:04] Production.INFO: Date 2026-04-04
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Date 2026-04-05
[2026-04-05 20:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 20:59:04] Production.INFO: Total Charge 0
[2026-04-05 20:59:04] Production.INFO: CreateAllLog End
[2026-04-05 20:59:04] Production.INFO: Account Balance End.
[2026-04-05 20:59:04] Production.ERROR: CronJobId end 12
[2026-04-05 20:59:04] Production.INFO: ==31046== Releasing lock...
[2026-04-05 20:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 20:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 20:59:11] Production.ERROR: CronJobId end10
[2026-04-05 20:59:11] Production.INFO: ==31044== Releasing lock...
[2026-04-05 20:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 20:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 20:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 20:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 20:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 20:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 20:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 20:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 20:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 20:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 20:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 20:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 20:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 20:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 20:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 20:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 20:59:13] Production.INFO: call_cost start
[2026-04-05 20:59:13] Production.INFO: call_cost end
[2026-04-05 20:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 20:59:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 20:59:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 20:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 20:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 20:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 20:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 20:59:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 20:59:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 20:59:13] Production.INFO: ==31040== Releasing lock...
[2026-04-05 20:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 20:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:00:01] Production.INFO: ==31106== Lock acquired, processing the job...
[2026-04-06 02:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:00:01] Production.INFO: neon service started
[2026-04-06 02:00:01] Production.INFO: neon service started
[2026-04-06 02:00:01] Production.INFO: ==31106== Releasing lock...
[2026-04-06 02:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:00:01] Production.INFO: ==31110== Lock acquired, processing the job...
[2026-04-06 01:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:00:02] Production.INFO: ==31110== Releasing lock...
[2026-04-06 01:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:00:02] Production.INFO: ==31108== Lock acquired, processing the job...
[2026-04-05 21:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:00:02] Production.INFO: ==31108== Releasing lock...
[2026-04-05 21:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:00:03] Production.INFO: ==31112== Lock acquired, processing the job...
[2026-04-05 21:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:00:03] Production.INFO: ==31114== Lock acquired, processing the job...
[2026-04-05 21:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:00:03] Production.INFO: ==31117== Lock acquired, processing the job...
[2026-04-05 21:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:00:03] Production.INFO: ==31119== Lock acquired, processing the job...
[2026-04-05 21:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:00:03] Production.INFO: ==31121== Lock acquired, processing the job...
[2026-04-05 21:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:00:03] Production.INFO: Account Balance Start.
[2026-04-05 21:00:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:00:03] Production.INFO: 117
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:00:03] Production.INFO: ==31121== Releasing lock...
[2026-04-05 21:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: ==31114== Releasing lock...
[2026-04-05 21:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-26
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-27
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-28
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:03] Production.INFO: Date 2026-03-29
[2026-04-05 21:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:00:04] Production.INFO: Total Charge 0
[2026-04-05 21:00:04] Production.INFO: CreateAllLog End
[2026-04-05 21:00:04] Production.INFO: Account Balance End.
[2026-04-05 21:00:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:00:04] Production.INFO: ==31119== Releasing lock...
[2026-04-05 21:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:00:10] Production.ERROR: CronJobId end10
[2026-04-05 21:00:10] Production.INFO: ==31117== Releasing lock...
[2026-04-05 21:00:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:00:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:00:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:00:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:00:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:00:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:00:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:00:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:00:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:00:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:00:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:00:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:00:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:00:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:00:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:00:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:00:13] Production.INFO: call_cost start
[2026-04-05 21:00:13] Production.INFO: call_cost end
[2026-04-05 21:00:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:00:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:00:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:00:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:00:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:00:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:00:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:00:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:00:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:00:13] Production.INFO: ==31112== Releasing lock...
[2026-04-05 21:00:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:00:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:01:02] Production.INFO: ==31178== Lock acquired, processing the job...
[2026-04-06 02:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:01:02] Production.INFO: neon service started
[2026-04-06 02:01:02] Production.INFO: neon service started
[2026-04-06 02:01:02] Production.INFO: ==31178== Releasing lock...
[2026-04-06 02:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:01:02] Production.INFO: ==31190== Lock acquired, processing the job...
[2026-04-05 21:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:01:02] Production.INFO: ==31192== Lock acquired, processing the job...
[2026-04-06 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:01:02] Production.INFO: ==31192== Releasing lock...
[2026-04-06 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:01:02] Production.INFO: ==31190== Releasing lock...
[2026-04-05 21:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:01:03] Production.INFO: ==31195== Lock acquired, processing the job...
[2026-04-05 21:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 21:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 21:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 21:01:03] Production.INFO: ==31195== Releasing lock...
[2026-04-05 21:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 21:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:01:03] Production.INFO: ==31201== Lock acquired, processing the job...
[2026-04-05 21:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:01:03] Production.INFO: ==31197== Lock acquired, processing the job...
[2026-04-05 21:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:01:03] Production.INFO: ==31199== Lock acquired, processing the job...
[2026-04-05 21:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:01:03] Production.INFO: ==31203== Lock acquired, processing the job...
[2026-04-05 21:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:01:04] Production.INFO: Account Balance Start.
[2026-04-05 21:01:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:01:04] Production.INFO: ==31205== Lock acquired, processing the job...
[2026-04-05 21:01:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 21:01:04] Production.INFO: 117
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:01:04] Production.INFO: ==31207== Lock acquired, processing the job...
[2026-04-05 21:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: ==31207== Releasing lock...
[2026-04-05 21:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.ERROR: done
[2026-04-05 21:01:04] Production.INFO: ==31199== Releasing lock...
[2026-04-05 21:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 21:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043842', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-24
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-25
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-26
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-27
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-28
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-29
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-30
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:01:05] Production.INFO: Total Charge 0
[2026-04-05 21:01:05] Production.INFO: CreateAllLog End
[2026-04-05 21:01:05] Production.INFO: Account Balance End.
[2026-04-05 21:01:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:01:05] Production.INFO: ==31203== Releasing lock...
[2026-04-05 21:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043842', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 21:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 21:01:10] Production.INFO: ProcessCDR(1,17043842,1,1,2)
[2026-04-05 21:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043842,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043842,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 21:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 21:01:10] Production.INFO: ==31205== Releasing lock...
[2026-04-05 21:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 21:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 21:01:14] Production.ERROR: CronJobId end10
[2026-04-05 21:01:14] Production.INFO: ==31201== Releasing lock...
[2026-04-05 21:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:01:18] Production.INFO: call_cost start
[2026-04-05 21:01:18] Production.INFO: call_cost end
[2026-04-05 21:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:01:18] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:01:18] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:01:18] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:01:18] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:01:18] Production.INFO: ==31197== Releasing lock...
[2026-04-05 21:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:02:01] Production.INFO: ==31261== Lock acquired, processing the job...
[2026-04-06 02:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:02:01] Production.INFO: neon service started
[2026-04-06 02:02:01] Production.INFO: neon service started
[2026-04-06 02:02:01] Production.INFO: ==31261== Releasing lock...
[2026-04-06 02:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:02:02] Production.INFO: ==31265== Lock acquired, processing the job...
[2026-04-06 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:02:02] Production.INFO: ==31265== Releasing lock...
[2026-04-06 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:02:02] Production.INFO: ==31263== Lock acquired, processing the job...
[2026-04-05 21:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:02:02] Production.INFO: ==31263== Releasing lock...
[2026-04-05 21:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:02:03] Production.INFO: ==31270== Lock acquired, processing the job...
[2026-04-05 21:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:02:03] Production.INFO: ==31278== Lock acquired, processing the job...
[2026-04-05 21:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:02:03] Production.INFO: ==31268== Lock acquired, processing the job...
[2026-04-05 21:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:02:03] Production.INFO: ==31272== Lock acquired, processing the job...
[2026-04-05 21:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:02:03] Production.INFO: ==31278== Releasing lock...
[2026-04-05 21:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:02:03] Production.INFO: ==31274== Lock acquired, processing the job...
[2026-04-05 21:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:02:03] Production.INFO: Account Balance Start.
[2026-04-05 21:02:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:02:03] Production.INFO: 117
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: ==31276== Lock acquired, processing the job...
[2026-04-05 21:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: ==31270== Releasing lock...
[2026-04-05 21:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.ERROR: done
[2026-04-05 21:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:02:04] Production.INFO: Total Charge 0
[2026-04-05 21:02:04] Production.INFO: CreateAllLog End
[2026-04-05 21:02:04] Production.ERROR: done
[2026-04-05 21:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-05 21:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-05 21:02:04] Production.INFO: Account Balance End.
[2026-04-05 21:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:02:04] Production.INFO: ==31276== Releasing lock...
[2026-04-05 21:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-05 21:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-05 21:02:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:02:04] Production.INFO: ==31274== Releasing lock...
[2026-04-05 21:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:02:11] Production.ERROR: CronJobId end10
[2026-04-05 21:02:11] Production.INFO: ==31272== Releasing lock...
[2026-04-05 21:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:02:15] Production.INFO: call_cost start
[2026-04-05 21:02:15] Production.INFO: call_cost end
[2026-04-05 21:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:02:15] Production.INFO: ==31268== Releasing lock...
[2026-04-05 21:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:03:01] Production.INFO: ==31336== Lock acquired, processing the job...
[2026-04-06 02:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:03:01] Production.INFO: neon service started
[2026-04-06 02:03:01] Production.INFO: neon service started
[2026-04-06 02:03:01] Production.INFO: ==31336== Releasing lock...
[2026-04-06 02:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:03:02] Production.INFO: ==31338== Lock acquired, processing the job...
[2026-04-05 21:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:03:02] Production.INFO: ==31338== Releasing lock...
[2026-04-05 21:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:03:02] Production.INFO: ==31340== Lock acquired, processing the job...
[2026-04-06 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:03:02] Production.INFO: ==31340== Releasing lock...
[2026-04-06 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:03:03] Production.INFO: ==31347== Lock acquired, processing the job...
[2026-04-05 21:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:03:03] Production.INFO: ==31345== Lock acquired, processing the job...
[2026-04-05 21:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:03:03] Production.INFO: ==31343== Lock acquired, processing the job...
[2026-04-05 21:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:03:03] Production.INFO: ==31349== Lock acquired, processing the job...
[2026-04-05 21:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:03:03] Production.INFO: ==31351== Lock acquired, processing the job...
[2026-04-05 21:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:03:03] Production.INFO: Account Balance Start.
[2026-04-05 21:03:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:03:03] Production.INFO: 117
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:03:03] Production.INFO: ==31351== Releasing lock...
[2026-04-05 21:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: ==31345== Releasing lock...
[2026-04-05 21:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:03:04] Production.INFO: Total Charge 0
[2026-04-05 21:03:04] Production.INFO: CreateAllLog End
[2026-04-05 21:03:05] Production.INFO: Account Balance End.
[2026-04-05 21:03:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:03:05] Production.INFO: ==31349== Releasing lock...
[2026-04-05 21:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:03:11] Production.ERROR: CronJobId end10
[2026-04-05 21:03:11] Production.INFO: ==31347== Releasing lock...
[2026-04-05 21:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:03:14] Production.INFO: call_cost start
[2026-04-05 21:03:14] Production.INFO: call_cost end
[2026-04-05 21:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:03:14] Production.INFO: ==31343== Releasing lock...
[2026-04-05 21:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:04:02] Production.INFO: ==31408== Lock acquired, processing the job...
[2026-04-06 02:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:04:02] Production.INFO: neon service started
[2026-04-06 02:04:02] Production.INFO: neon service started
[2026-04-06 02:04:02] Production.INFO: ==31408== Releasing lock...
[2026-04-06 02:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:04:02] Production.INFO: ==31411== Lock acquired, processing the job...
[2026-04-05 21:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:04:02] Production.INFO: ==31411== Releasing lock...
[2026-04-05 21:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:04:03] Production.INFO: ==31413== Lock acquired, processing the job...
[2026-04-06 01:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:04:03] Production.INFO: ==31413== Releasing lock...
[2026-04-06 01:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:04:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:04:03] Production.INFO: ==31417== Lock acquired, processing the job...
[2026-04-05 21:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:04:03] Production.INFO: ==31415== Lock acquired, processing the job...
[2026-04-05 21:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:04:03] Production.INFO: ==31419== Lock acquired, processing the job...
[2026-04-05 21:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:04:03] Production.INFO: ==31421== Lock acquired, processing the job...
[2026-04-05 21:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:04:03] Production.INFO: ==31423== Lock acquired, processing the job...
[2026-04-05 21:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:04:03] Production.INFO: Account Balance Start.
[2026-04-05 21:04:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:04:03] Production.INFO: 117
[2026-04-05 21:04:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:04:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:04:03] Production.INFO: ==31423== Releasing lock...
[2026-04-05 21:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:04:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: ==31417== Releasing lock...
[2026-04-05 21:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:04:04] Production.INFO: Total Charge 0
[2026-04-05 21:04:04] Production.INFO: CreateAllLog End
[2026-04-05 21:04:05] Production.INFO: Account Balance End.
[2026-04-05 21:04:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:04:05] Production.INFO: ==31421== Releasing lock...
[2026-04-05 21:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:04:10] Production.ERROR: CronJobId end10
[2026-04-05 21:04:10] Production.INFO: ==31419== Releasing lock...
[2026-04-05 21:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:04:15] Production.INFO: call_cost start
[2026-04-05 21:04:15] Production.INFO: call_cost end
[2026-04-05 21:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:04:15] Production.INFO: ==31415== Releasing lock...
[2026-04-05 21:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:05:01] Production.INFO: ==31477== Lock acquired, processing the job...
[2026-04-06 02:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:05:01] Production.INFO: neon service started
[2026-04-06 02:05:01] Production.INFO: neon service started
[2026-04-06 02:05:01] Production.INFO: ==31477== Releasing lock...
[2026-04-06 02:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:05:02] Production.INFO: ==31479== Lock acquired, processing the job...
[2026-04-05 21:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:05:02] Production.INFO: ==31479== Releasing lock...
[2026-04-05 21:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:05:02] Production.INFO: ==31481== Lock acquired, processing the job...
[2026-04-06 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:05:02] Production.INFO: ==31481== Releasing lock...
[2026-04-06 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:05:03] Production.INFO: ==31491== Lock acquired, processing the job...
[2026-04-05 21:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:05:03] Production.INFO: ==31491== Releasing lock...
[2026-04-05 21:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:05:03] Production.INFO: ==31483== Lock acquired, processing the job...
[2026-04-05 21:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:05:03] Production.INFO: ==31485== Lock acquired, processing the job...
[2026-04-05 21:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:05:03] Production.INFO: ==31487== Lock acquired, processing the job...
[2026-04-05 21:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:05:03] Production.INFO: ==31489== Lock acquired, processing the job...
[2026-04-05 21:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:05:03] Production.INFO: Account Balance Start.
[2026-04-05 21:05:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:05:03] Production.INFO: 117
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: ==31485== Releasing lock...
[2026-04-05 21:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:05:04] Production.INFO: Total Charge 0
[2026-04-05 21:05:04] Production.INFO: CreateAllLog End
[2026-04-05 21:05:04] Production.INFO: Account Balance End.
[2026-04-05 21:05:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:05:04] Production.INFO: ==31489== Releasing lock...
[2026-04-05 21:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:05:11] Production.ERROR: CronJobId end10
[2026-04-05 21:05:11] Production.INFO: ==31487== Releasing lock...
[2026-04-05 21:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:05:14] Production.INFO: call_cost start
[2026-04-05 21:05:14] Production.INFO: call_cost end
[2026-04-05 21:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:05:14] Production.INFO: ==31483== Releasing lock...
[2026-04-05 21:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:06:02] Production.INFO: ==31549== Lock acquired, processing the job...
[2026-04-06 02:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:06:02] Production.INFO: neon service started
[2026-04-06 02:06:02] Production.INFO: neon service started
[2026-04-06 02:06:02] Production.INFO: ==31549== Releasing lock...
[2026-04-06 02:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:06:02] Production.INFO: ==31553== Lock acquired, processing the job...
[2026-04-06 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:06:02] Production.INFO: ==31553== Releasing lock...
[2026-04-06 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:06:02] Production.INFO: ==31551== Lock acquired, processing the job...
[2026-04-05 21:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:06:02] Production.INFO: ==31551== Releasing lock...
[2026-04-05 21:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:06:03] Production.INFO: ==31555== Lock acquired, processing the job...
[2026-04-05 21:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:06:03] Production.INFO: ==31557== Lock acquired, processing the job...
[2026-04-05 21:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:06:03] Production.INFO: ==31559== Lock acquired, processing the job...
[2026-04-05 21:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:06:03] Production.INFO: ==31561== Lock acquired, processing the job...
[2026-04-05 21:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:06:03] Production.INFO: ==31563== Lock acquired, processing the job...
[2026-04-05 21:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:06:03] Production.INFO: Account Balance Start.
[2026-04-05 21:06:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:06:03] Production.INFO: 117
[2026-04-05 21:06:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:06:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: ==31563== Releasing lock...
[2026-04-05 21:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: ==31557== Releasing lock...
[2026-04-05 21:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:06:04] Production.INFO: Total Charge 0
[2026-04-05 21:06:04] Production.INFO: CreateAllLog End
[2026-04-05 21:06:05] Production.INFO: Account Balance End.
[2026-04-05 21:06:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:06:05] Production.INFO: ==31561== Releasing lock...
[2026-04-05 21:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:06:11] Production.ERROR: CronJobId end10
[2026-04-05 21:06:11] Production.INFO: ==31559== Releasing lock...
[2026-04-05 21:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:06:13] Production.INFO: call_cost start
[2026-04-05 21:06:13] Production.INFO: call_cost end
[2026-04-05 21:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:06:14] Production.INFO: ==31555== Releasing lock...
[2026-04-05 21:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:07:01] Production.INFO: ==31619== Lock acquired, processing the job...
[2026-04-06 02:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:07:01] Production.INFO: neon service started
[2026-04-06 02:07:01] Production.INFO: neon service started
[2026-04-06 02:07:01] Production.INFO: ==31619== Releasing lock...
[2026-04-06 02:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:07:01] Production.INFO: ==31621== Lock acquired, processing the job...
[2026-04-05 21:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:07:02] Production.INFO: ==31621== Releasing lock...
[2026-04-05 21:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:07:02] Production.INFO: ==31623== Lock acquired, processing the job...
[2026-04-06 01:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:07:02] Production.INFO: ==31623== Releasing lock...
[2026-04-06 01:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:07:02] Production.INFO: ==31625== Lock acquired, processing the job...
[2026-04-05 21:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:07:03] Production.INFO: ==31627== Lock acquired, processing the job...
[2026-04-05 21:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:07:03] Production.INFO: ==31629== Lock acquired, processing the job...
[2026-04-05 21:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:07:03] Production.INFO: ==31631== Lock acquired, processing the job...
[2026-04-05 21:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:07:03] Production.INFO: ==31633== Lock acquired, processing the job...
[2026-04-05 21:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:07:03] Production.INFO: Account Balance Start.
[2026-04-05 21:07:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:07:03] Production.INFO: 117
[2026-04-05 21:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:07:03] Production.INFO: ==31633== Releasing lock...
[2026-04-05 21:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: ==31627== Releasing lock...
[2026-04-05 21:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:07:04] Production.INFO: Total Charge 0
[2026-04-05 21:07:04] Production.INFO: CreateAllLog End
[2026-04-05 21:07:04] Production.INFO: Account Balance End.
[2026-04-05 21:07:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:07:04] Production.INFO: ==31631== Releasing lock...
[2026-04-05 21:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:07:10] Production.ERROR: CronJobId end10
[2026-04-05 21:07:10] Production.INFO: ==31629== Releasing lock...
[2026-04-05 21:07:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:07:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:07:14] Production.INFO: call_cost start
[2026-04-05 21:07:14] Production.INFO: call_cost end
[2026-04-05 21:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:07:14] Production.INFO: ==31625== Releasing lock...
[2026-04-05 21:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:08:02] Production.INFO: ==31689== Lock acquired, processing the job...
[2026-04-06 02:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:08:02] Production.INFO: neon service started
[2026-04-06 02:08:02] Production.INFO: neon service started
[2026-04-06 02:08:02] Production.INFO: ==31689== Releasing lock...
[2026-04-06 02:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:08:02] Production.INFO: ==31691== Lock acquired, processing the job...
[2026-04-05 21:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:08:02] Production.INFO: ==31693== Lock acquired, processing the job...
[2026-04-06 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:08:02] Production.INFO: ==31693== Releasing lock...
[2026-04-06 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:08:02] Production.INFO: ==31691== Releasing lock...
[2026-04-05 21:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:08:03] Production.INFO: ==31698== Lock acquired, processing the job...
[2026-04-05 21:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:08:03] Production.INFO: ==31696== Lock acquired, processing the job...
[2026-04-05 21:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:08:03] Production.INFO: ==31702== Lock acquired, processing the job...
[2026-04-05 21:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:08:03] Production.INFO: ==31700== Lock acquired, processing the job...
[2026-04-05 21:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:08:03] Production.INFO: Account Balance Start.
[2026-04-05 21:08:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:08:03] Production.INFO: ==31704== Lock acquired, processing the job...
[2026-04-05 21:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:08:03] Production.INFO: 117
[2026-04-05 21:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:08:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:08:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:08:04] Production.INFO: ==31704== Releasing lock...
[2026-04-05 21:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: ==31698== Releasing lock...
[2026-04-05 21:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:08:05] Production.INFO: Total Charge 0
[2026-04-05 21:08:05] Production.INFO: CreateAllLog End
[2026-04-05 21:08:05] Production.INFO: Account Balance End.
[2026-04-05 21:08:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:08:05] Production.INFO: ==31702== Releasing lock...
[2026-04-05 21:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:08:12] Production.ERROR: CronJobId end10
[2026-04-05 21:08:12] Production.INFO: ==31700== Releasing lock...
[2026-04-05 21:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:08:14] Production.INFO: call_cost start
[2026-04-05 21:08:14] Production.INFO: call_cost end
[2026-04-05 21:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:08:14] Production.INFO: ==31696== Releasing lock...
[2026-04-05 21:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:09:01] Production.INFO: ==31759== Lock acquired, processing the job...
[2026-04-06 02:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:09:01] Production.INFO: neon service started
[2026-04-06 02:09:01] Production.INFO: neon service started
[2026-04-06 02:09:01] Production.INFO: ==31759== Releasing lock...
[2026-04-06 02:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:09:01] Production.INFO: ==31761== Lock acquired, processing the job...
[2026-04-05 21:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:09:02] Production.INFO: ==31761== Releasing lock...
[2026-04-05 21:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:09:02] Production.INFO: ==31763== Lock acquired, processing the job...
[2026-04-06 01:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:09:02] Production.INFO: ==31763== Releasing lock...
[2026-04-06 01:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:09:02] Production.INFO: ==31765== Lock acquired, processing the job...
[2026-04-05 21:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:09:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:09:02] Production.INFO: ==31767== Lock acquired, processing the job...
[2026-04-05 21:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:09:02] Production.INFO: ==31771== Lock acquired, processing the job...
[2026-04-05 21:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:09:03] Production.INFO: Account Balance Start.
[2026-04-05 21:09:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:09:03] Production.INFO: 117
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:09:03] Production.INFO: ==31769== Lock acquired, processing the job...
[2026-04-05 21:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:09:03] Production.INFO: ==31773== Lock acquired, processing the job...
[2026-04-05 21:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: ==31773== Releasing lock...
[2026-04-05 21:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: ==31767== Releasing lock...
[2026-04-05 21:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-26
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-27
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-28
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-29
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-30
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-03-31
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-04-01
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-04-02
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-04-03
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-04-04
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Date 2026-04-05
[2026-04-05 21:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:09:03] Production.INFO: Total Charge 0
[2026-04-05 21:09:04] Production.INFO: CreateAllLog End
[2026-04-05 21:09:04] Production.INFO: Account Balance End.
[2026-04-05 21:09:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:09:04] Production.INFO: ==31771== Releasing lock...
[2026-04-05 21:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:09:11] Production.ERROR: CronJobId end10
[2026-04-05 21:09:12] Production.INFO: ==31769== Releasing lock...
[2026-04-05 21:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:09:13] Production.INFO: call_cost start
[2026-04-05 21:09:13] Production.INFO: call_cost end
[2026-04-05 21:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:09:13] Production.INFO: ==31765== Releasing lock...
[2026-04-05 21:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:10:01] Production.INFO: ==31835== Lock acquired, processing the job...
[2026-04-06 02:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:10:01] Production.INFO: neon service started
[2026-04-06 02:10:01] Production.INFO: neon service started
[2026-04-06 02:10:01] Production.INFO: ==31835== Releasing lock...
[2026-04-06 02:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:10:02] Production.INFO: ==31839== Lock acquired, processing the job...
[2026-04-06 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:10:02] Production.INFO: ==31839== Releasing lock...
[2026-04-06 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:10:02] Production.INFO: ==31837== Lock acquired, processing the job...
[2026-04-05 21:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:10:02] Production.INFO: ==31837== Releasing lock...
[2026-04-05 21:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:10:03] Production.INFO: ==31841== Lock acquired, processing the job...
[2026-04-05 21:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:10:03] Production.INFO: ==31843== Lock acquired, processing the job...
[2026-04-05 21:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:10:03] Production.INFO: ==31846== Lock acquired, processing the job...
[2026-04-05 21:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:10:03] Production.INFO: ==31850== Lock acquired, processing the job...
[2026-04-05 21:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:10:03] Production.INFO: ==31848== Lock acquired, processing the job...
[2026-04-05 21:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:10:03] Production.INFO: Account Balance Start.
[2026-04-05 21:10:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:10:03] Production.INFO: 117
[2026-04-05 21:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: ==31850== Releasing lock...
[2026-04-05 21:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: ==31843== Releasing lock...
[2026-04-05 21:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:10:04] Production.INFO: Total Charge 0
[2026-04-05 21:10:04] Production.INFO: CreateAllLog End
[2026-04-05 21:10:04] Production.INFO: Account Balance End.
[2026-04-05 21:10:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:10:04] Production.INFO: ==31848== Releasing lock...
[2026-04-05 21:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:10:11] Production.ERROR: CronJobId end10
[2026-04-05 21:10:11] Production.INFO: ==31846== Releasing lock...
[2026-04-05 21:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:10:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:10:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:10:14] Production.INFO: call_cost start
[2026-04-05 21:10:14] Production.INFO: call_cost end
[2026-04-05 21:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:10:14] Production.INFO: ==31841== Releasing lock...
[2026-04-05 21:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:11:02] Production.INFO: ==31904== Lock acquired, processing the job...
[2026-04-06 02:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:11:02] Production.INFO: neon service started
[2026-04-06 02:11:02] Production.INFO: neon service started
[2026-04-06 02:11:02] Production.INFO: ==31904== Releasing lock...
[2026-04-06 02:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:11:02] Production.INFO: ==31906== Lock acquired, processing the job...
[2026-04-05 21:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:11:02] Production.INFO: ==31908== Lock acquired, processing the job...
[2026-04-06 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:11:02] Production.INFO: ==31908== Releasing lock...
[2026-04-06 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:11:03] Production.INFO: ==31906== Releasing lock...
[2026-04-05 21:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:11:03] Production.INFO: ==31910== Lock acquired, processing the job...
[2026-04-05 21:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 21:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 21:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 21:11:03] Production.INFO: ==31910== Releasing lock...
[2026-04-05 21:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 21:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:11:03] Production.INFO: ==31912== Lock acquired, processing the job...
[2026-04-05 21:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:11:04] Production.INFO: ==31916== Lock acquired, processing the job...
[2026-04-05 21:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:11:04] Production.INFO: ==31918== Lock acquired, processing the job...
[2026-04-05 21:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:11:04] Production.INFO: ==31914== Lock acquired, processing the job...
[2026-04-05 21:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:11:04] Production.INFO: ==31920== Lock acquired, processing the job...
[2026-04-05 21:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 21:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:11:04] Production.INFO: Account Balance Start.
[2026-04-05 21:11:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:11:04] Production.INFO: 117
[2026-04-05 21:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: ==31922== Lock acquired, processing the job...
[2026-04-05 21:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: ==31922== Releasing lock...
[2026-04-05 21:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:11:04] Production.ERROR: done
[2026-04-05 21:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 21:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043884', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-22
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-23
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-24
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-25
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-26
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-27
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-28
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-29
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-30
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: ==31914== Releasing lock...
[2026-04-05 21:11:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:11:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:11:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:11:05] Production.INFO: Total Charge 0
[2026-04-05 21:11:05] Production.INFO: CreateAllLog End
[2026-04-05 21:11:05] Production.INFO: Account Balance End.
[2026-04-05 21:11:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:11:05] Production.INFO: ==31918== Releasing lock...
[2026-04-05 21:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043884', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 21:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 21:11:10] Production.INFO: ProcessCDR(1,17043884,1,1,2)
[2026-04-05 21:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043884,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043884,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 21:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 21:11:10] Production.INFO: ==31920== Releasing lock...
[2026-04-05 21:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 21:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 21:11:15] Production.ERROR: CronJobId end10
[2026-04-05 21:11:15] Production.INFO: ==31916== Releasing lock...
[2026-04-05 21:11:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:11:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:11:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:11:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:11:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:11:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:11:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:11:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:11:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:11:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:11:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:11:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:11:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:11:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:11:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:11:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:11:17] Production.INFO: call_cost start
[2026-04-05 21:11:17] Production.INFO: call_cost end
[2026-04-05 21:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:11:17] Production.INFO: ==31912== Releasing lock...
[2026-04-05 21:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:12:01] Production.INFO: ==31978== Lock acquired, processing the job...
[2026-04-06 02:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:12:01] Production.INFO: neon service started
[2026-04-06 02:12:01] Production.INFO: neon service started
[2026-04-06 02:12:01] Production.INFO: ==31978== Releasing lock...
[2026-04-06 02:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:12:01] Production.INFO: ==31982== Lock acquired, processing the job...
[2026-04-06 01:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:12:02] Production.INFO: ==31982== Releasing lock...
[2026-04-06 01:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:12:02] Production.INFO: ==31980== Lock acquired, processing the job...
[2026-04-05 21:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:12:02] Production.INFO: ==31980== Releasing lock...
[2026-04-05 21:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:12:03] Production.INFO: ==31985== Lock acquired, processing the job...
[2026-04-05 21:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:12:03] Production.INFO: ==31987== Lock acquired, processing the job...
[2026-04-05 21:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:12:03] Production.INFO: ==31989== Lock acquired, processing the job...
[2026-04-05 21:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:12:03] Production.INFO: ==31993== Lock acquired, processing the job...
[2026-04-05 21:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:12:03] Production.INFO: ==31991== Lock acquired, processing the job...
[2026-04-05 21:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:12:03] Production.INFO: Account Balance Start.
[2026-04-05 21:12:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:12:03] Production.INFO: 117
[2026-04-05 21:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:12:03] Production.INFO: ==31993== Releasing lock...
[2026-04-05 21:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:03] Production.INFO: ==31987== Releasing lock...
[2026-04-05 21:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:12:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:12:04] Production.INFO: Total Charge 0
[2026-04-05 21:12:04] Production.INFO: CreateAllLog End
[2026-04-05 21:12:04] Production.INFO: Account Balance End.
[2026-04-05 21:12:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:12:04] Production.INFO: ==31991== Releasing lock...
[2026-04-05 21:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:12:10] Production.ERROR: CronJobId end10
[2026-04-05 21:12:10] Production.INFO: ==31989== Releasing lock...
[2026-04-05 21:12:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:12:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:12:13] Production.INFO: call_cost start
[2026-04-05 21:12:13] Production.INFO: call_cost end
[2026-04-05 21:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:12:13] Production.INFO: ==31985== Releasing lock...
[2026-04-05 21:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:13:02] Production.INFO: ==32047== Lock acquired, processing the job...
[2026-04-06 02:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:13:02] Production.INFO: neon service started
[2026-04-06 02:13:02] Production.INFO: neon service started
[2026-04-06 02:13:02] Production.INFO: ==32047== Releasing lock...
[2026-04-06 02:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:13:02] Production.INFO: ==32052== Lock acquired, processing the job...
[2026-04-06 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:13:02] Production.INFO: ==32052== Releasing lock...
[2026-04-06 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:13:02] Production.INFO: ==32050== Lock acquired, processing the job...
[2026-04-05 21:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:13:02] Production.INFO: ==32050== Releasing lock...
[2026-04-05 21:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:13:03] Production.INFO: ==32054== Lock acquired, processing the job...
[2026-04-05 21:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:13:03] Production.INFO: ==32058== Lock acquired, processing the job...
[2026-04-05 21:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:13:03] Production.INFO: ==32056== Lock acquired, processing the job...
[2026-04-05 21:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:13:03] Production.INFO: ==32062== Lock acquired, processing the job...
[2026-04-05 21:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:13:03] Production.INFO: ==32060== Lock acquired, processing the job...
[2026-04-05 21:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:13:03] Production.INFO: Account Balance Start.
[2026-04-05 21:13:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:13:03] Production.INFO: 117
[2026-04-05 21:13:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:13:03] Production.INFO: ==32062== Releasing lock...
[2026-04-05 21:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:13:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: ==32056== Releasing lock...
[2026-04-05 21:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-24
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-25
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-26
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-27
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-28
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-29
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-30
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:13:05] Production.INFO: Total Charge 0
[2026-04-05 21:13:05] Production.INFO: CreateAllLog End
[2026-04-05 21:13:05] Production.INFO: Account Balance End.
[2026-04-05 21:13:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:13:05] Production.INFO: ==32060== Releasing lock...
[2026-04-05 21:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:13:11] Production.ERROR: CronJobId end10
[2026-04-05 21:13:11] Production.INFO: ==32058== Releasing lock...
[2026-04-05 21:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:13:13] Production.INFO: call_cost start
[2026-04-05 21:13:13] Production.INFO: call_cost end
[2026-04-05 21:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:13:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:13:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:13:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:13:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:13:13] Production.INFO: ==32054== Releasing lock...
[2026-04-05 21:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:14:01] Production.INFO: ==32118== Lock acquired, processing the job...
[2026-04-06 02:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:14:01] Production.INFO: neon service started
[2026-04-06 02:14:01] Production.INFO: neon service started
[2026-04-06 02:14:01] Production.INFO: ==32118== Releasing lock...
[2026-04-06 02:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:14:01] Production.INFO: ==32120== Lock acquired, processing the job...
[2026-04-05 21:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:14:02] Production.INFO: ==32120== Releasing lock...
[2026-04-05 21:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:14:02] Production.INFO: ==32122== Lock acquired, processing the job...
[2026-04-06 01:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:14:02] Production.INFO: ==32122== Releasing lock...
[2026-04-06 01:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:14:02] Production.INFO: ==32124== Lock acquired, processing the job...
[2026-04-05 21:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:14:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:14:02] Production.INFO: ==32128== Lock acquired, processing the job...
[2026-04-05 21:14:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:14:03] Production.INFO: ==32130== Lock acquired, processing the job...
[2026-04-05 21:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:14:03] Production.INFO: ==32126== Lock acquired, processing the job...
[2026-04-05 21:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:14:03] Production.INFO: Account Balance Start.
[2026-04-05 21:14:03] Production.INFO: ==32132== Lock acquired, processing the job...
[2026-04-05 21:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:14:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:14:03] Production.INFO: 117
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:14:03] Production.INFO: ==32132== Releasing lock...
[2026-04-05 21:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: ==32126== Releasing lock...
[2026-04-05 21:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:14:04] Production.INFO: Total Charge 0
[2026-04-05 21:14:04] Production.INFO: CreateAllLog End
[2026-04-05 21:14:04] Production.INFO: Account Balance End.
[2026-04-05 21:14:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:14:04] Production.INFO: ==32130== Releasing lock...
[2026-04-05 21:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:14:10] Production.ERROR: CronJobId end10
[2026-04-05 21:14:10] Production.INFO: ==32128== Releasing lock...
[2026-04-05 21:14:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:14:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:14:13] Production.INFO: call_cost start
[2026-04-05 21:14:13] Production.INFO: call_cost end
[2026-04-05 21:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:14:13] Production.INFO: ==32124== Releasing lock...
[2026-04-05 21:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:15:01] Production.INFO: ==32188== Lock acquired, processing the job...
[2026-04-06 02:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:15:01] Production.INFO: neon service started
[2026-04-06 02:15:01] Production.INFO: neon service started
[2026-04-06 02:15:01] Production.INFO: ==32188== Releasing lock...
[2026-04-06 02:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:15:02] Production.INFO: ==32190== Lock acquired, processing the job...
[2026-04-05 21:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:15:02] Production.INFO: ==32190== Releasing lock...
[2026-04-05 21:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:15:02] Production.INFO: ==32192== Lock acquired, processing the job...
[2026-04-06 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:15:02] Production.INFO: ==32192== Releasing lock...
[2026-04-06 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:15:03] Production.INFO: ==32196== Lock acquired, processing the job...
[2026-04-05 21:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:15:03] Production.INFO: ==32200== Lock acquired, processing the job...
[2026-04-05 21:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:15:03] Production.INFO: ==32202== Lock acquired, processing the job...
[2026-04-05 21:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:15:03] Production.INFO: ==32194== Lock acquired, processing the job...
[2026-04-05 21:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:15:03] Production.INFO: ==32198== Lock acquired, processing the job...
[2026-04-05 21:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:15:03] Production.INFO: Account Balance Start.
[2026-04-05 21:15:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:15:03] Production.INFO: 117
[2026-04-05 21:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: ==32202== Releasing lock...
[2026-04-05 21:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:03] Production.INFO: ==32196== Releasing lock...
[2026-04-05 21:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:15:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:15:04] Production.INFO: Total Charge 0
[2026-04-05 21:15:04] Production.INFO: CreateAllLog End
[2026-04-05 21:15:04] Production.INFO: Account Balance End.
[2026-04-05 21:15:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:15:04] Production.INFO: ==32200== Releasing lock...
[2026-04-05 21:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:15:12] Production.ERROR: CronJobId end10
[2026-04-05 21:15:12] Production.INFO: ==32198== Releasing lock...
[2026-04-05 21:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:15:14] Production.INFO: call_cost start
[2026-04-05 21:15:14] Production.INFO: call_cost end
[2026-04-05 21:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:15:14] Production.INFO: ==32194== Releasing lock...
[2026-04-05 21:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:16:01] Production.INFO: ==32256== Lock acquired, processing the job...
[2026-04-06 02:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:16:01] Production.INFO: neon service started
[2026-04-06 02:16:01] Production.INFO: neon service started
[2026-04-06 02:16:01] Production.INFO: ==32256== Releasing lock...
[2026-04-06 02:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:16:01] Production.INFO: ==32260== Lock acquired, processing the job...
[2026-04-06 01:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:16:01] Production.INFO: ==32260== Releasing lock...
[2026-04-06 01:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:16:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:16:01] Production.INFO: ==32258== Lock acquired, processing the job...
[2026-04-05 21:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:16:02] Production.INFO: ==32258== Releasing lock...
[2026-04-05 21:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:16:02] Production.INFO: ==32269== Lock acquired, processing the job...
[2026-04-05 21:16:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:16:02] Production.INFO: Account Balance Start.
[2026-04-05 21:16:02] Production.INFO: CreateAllLog Start
[2026-04-05 21:16:02] Production.INFO: 117
[2026-04-05 21:16:02] Production.INFO: Date 2026-03-08
[2026-04-05 21:16:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:02] Production.INFO: Date 2026-03-09
[2026-04-05 21:16:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:02] Production.INFO: Date 2026-03-10
[2026-04-05 21:16:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:02] Production.INFO: Date 2026-03-11
[2026-04-05 21:16:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:02] Production.INFO: Date 2026-03-12
[2026-04-05 21:16:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:02] Production.INFO: Date 2026-03-13
[2026-04-05 21:16:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: ==32262== Lock acquired, processing the job...
[2026-04-05 21:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: ==32264== Lock acquired, processing the job...
[2026-04-05 21:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:16:03] Production.INFO: ==32266== Lock acquired, processing the job...
[2026-04-05 21:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: ==32271== Lock acquired, processing the job...
[2026-04-05 21:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:16:03] Production.INFO: ==32271== Releasing lock...
[2026-04-05 21:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-26
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-27
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-28
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-29
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-30
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-03-31
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-04-01
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-04-02
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-04-03
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-04-04
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Date 2026-04-05
[2026-04-05 21:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:16:03] Production.INFO: Total Charge 0
[2026-04-05 21:16:03] Production.INFO: CreateAllLog End
[2026-04-05 21:16:03] Production.INFO: ==32264== Releasing lock...
[2026-04-05 21:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:16:03] Production.INFO: Account Balance End.
[2026-04-05 21:16:03] Production.ERROR: CronJobId end 12
[2026-04-05 21:16:03] Production.INFO: ==32269== Releasing lock...
[2026-04-05 21:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:16:10] Production.ERROR: CronJobId end10
[2026-04-05 21:16:10] Production.INFO: ==32266== Releasing lock...
[2026-04-05 21:16:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:16:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:16:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:16:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:16:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:16:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:16:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:16:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:16:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:16:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:16:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:16:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:16:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:16:13] Production.INFO: call_cost start
[2026-04-05 21:16:13] Production.INFO: call_cost end
[2026-04-05 21:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:16:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:16:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:16:13] Production.INFO: ==32262== Releasing lock...
[2026-04-05 21:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:17:01] Production.INFO: ==32326== Lock acquired, processing the job...
[2026-04-06 02:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:17:01] Production.INFO: neon service started
[2026-04-06 02:17:01] Production.INFO: neon service started
[2026-04-06 02:17:01] Production.INFO: ==32326== Releasing lock...
[2026-04-06 02:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:17:02] Production.INFO: ==32330== Lock acquired, processing the job...
[2026-04-06 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:17:02] Production.INFO: ==32330== Releasing lock...
[2026-04-06 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:17:02] Production.INFO: ==32328== Lock acquired, processing the job...
[2026-04-05 21:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:17:02] Production.INFO: ==32328== Releasing lock...
[2026-04-05 21:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:17:03] Production.INFO: ==32333== Lock acquired, processing the job...
[2026-04-05 21:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:17:03] Production.INFO: ==32339== Lock acquired, processing the job...
[2026-04-05 21:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:17:03] Production.INFO: ==32335== Lock acquired, processing the job...
[2026-04-05 21:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:17:03] Production.INFO: ==32341== Lock acquired, processing the job...
[2026-04-05 21:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:17:03] Production.INFO: Account Balance Start.
[2026-04-05 21:17:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:17:03] Production.INFO: 117
[2026-04-05 21:17:03] Production.INFO: ==32337== Lock acquired, processing the job...
[2026-04-05 21:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:17:03] Production.INFO: ==32341== Releasing lock...
[2026-04-05 21:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: ==32335== Releasing lock...
[2026-04-05 21:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:17:04] Production.INFO: Total Charge 0
[2026-04-05 21:17:04] Production.INFO: CreateAllLog End
[2026-04-05 21:17:04] Production.INFO: Account Balance End.
[2026-04-05 21:17:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:17:04] Production.INFO: ==32339== Releasing lock...
[2026-04-05 21:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:17:11] Production.ERROR: CronJobId end10
[2026-04-05 21:17:11] Production.INFO: ==32337== Releasing lock...
[2026-04-05 21:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:17:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:17:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:17:15] Production.INFO: call_cost start
[2026-04-05 21:17:15] Production.INFO: call_cost end
[2026-04-05 21:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:17:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:17:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:17:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:17:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:17:15] Production.INFO: ==32333== Releasing lock...
[2026-04-05 21:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:18:02] Production.INFO: ==32399== Lock acquired, processing the job...
[2026-04-06 02:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:18:02] Production.INFO: neon service started
[2026-04-06 02:18:02] Production.INFO: neon service started
[2026-04-06 02:18:02] Production.INFO: ==32399== Releasing lock...
[2026-04-06 02:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:18:02] Production.INFO: ==32401== Lock acquired, processing the job...
[2026-04-05 21:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:18:02] Production.INFO: ==32403== Lock acquired, processing the job...
[2026-04-06 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:18:02] Production.INFO: ==32403== Releasing lock...
[2026-04-06 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:18:03] Production.INFO: ==32401== Releasing lock...
[2026-04-05 21:18:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:18:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:18:03] Production.INFO: ==32408== Lock acquired, processing the job...
[2026-04-05 21:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:18:03] Production.INFO: ==32406== Lock acquired, processing the job...
[2026-04-05 21:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:18:03] Production.INFO: ==32410== Lock acquired, processing the job...
[2026-04-05 21:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:18:03] Production.INFO: ==32412== Lock acquired, processing the job...
[2026-04-05 21:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:18:03] Production.INFO: ==32414== Lock acquired, processing the job...
[2026-04-05 21:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:18:03] Production.INFO: Account Balance Start.
[2026-04-05 21:18:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:18:03] Production.INFO: 117
[2026-04-05 21:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:18:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:18:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:18:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: ==32414== Releasing lock...
[2026-04-05 21:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: ==32408== Releasing lock...
[2026-04-05 21:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:18:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:18:05] Production.INFO: Total Charge 0
[2026-04-05 21:18:05] Production.INFO: CreateAllLog End
[2026-04-05 21:18:05] Production.INFO: Account Balance End.
[2026-04-05 21:18:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:18:05] Production.INFO: ==32412== Releasing lock...
[2026-04-05 21:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:18:11] Production.ERROR: CronJobId end10
[2026-04-05 21:18:11] Production.INFO: ==32410== Releasing lock...
[2026-04-05 21:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:18:14] Production.INFO: call_cost start
[2026-04-05 21:18:14] Production.INFO: call_cost end
[2026-04-05 21:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:18:14] Production.INFO: ==32406== Releasing lock...
[2026-04-05 21:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:19:01] Production.INFO: ==32467== Lock acquired, processing the job...
[2026-04-06 02:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:19:01] Production.INFO: neon service started
[2026-04-06 02:19:01] Production.INFO: neon service started
[2026-04-06 02:19:01] Production.INFO: ==32467== Releasing lock...
[2026-04-06 02:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:19:01] Production.INFO: ==32469== Lock acquired, processing the job...
[2026-04-05 21:19:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:19:02] Production.INFO: ==32469== Releasing lock...
[2026-04-05 21:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:19:02] Production.INFO: ==32471== Lock acquired, processing the job...
[2026-04-06 01:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:19:02] Production.INFO: ==32471== Releasing lock...
[2026-04-06 01:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:19:03] Production.INFO: ==32479== Lock acquired, processing the job...
[2026-04-05 21:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:19:03] Production.INFO: ==32473== Lock acquired, processing the job...
[2026-04-05 21:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:19:03] Production.INFO: ==32475== Lock acquired, processing the job...
[2026-04-05 21:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:19:03] Production.INFO: ==32477== Lock acquired, processing the job...
[2026-04-05 21:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:19:03] Production.INFO: Account Balance Start.
[2026-04-05 21:19:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:19:03] Production.INFO: 117
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:19:03] Production.INFO: ==32481== Lock acquired, processing the job...
[2026-04-05 21:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:19:03] Production.INFO: ==32481== Releasing lock...
[2026-04-05 21:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: ==32475== Releasing lock...
[2026-04-05 21:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:19:04] Production.INFO: Total Charge 0
[2026-04-05 21:19:04] Production.INFO: CreateAllLog End
[2026-04-05 21:19:04] Production.INFO: Account Balance End.
[2026-04-05 21:19:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:19:04] Production.INFO: ==32479== Releasing lock...
[2026-04-05 21:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:19:11] Production.ERROR: CronJobId end10
[2026-04-05 21:19:11] Production.INFO: ==32477== Releasing lock...
[2026-04-05 21:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:19:15] Production.INFO: call_cost start
[2026-04-05 21:19:15] Production.INFO: call_cost end
[2026-04-05 21:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:19:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:19:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:19:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:19:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:19:15] Production.INFO: ==32473== Releasing lock...
[2026-04-05 21:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:20:01] Production.INFO: ==32538== Lock acquired, processing the job...
[2026-04-06 02:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:20:02] Production.INFO: neon service started
[2026-04-06 02:20:02] Production.INFO: neon service started
[2026-04-06 02:20:02] Production.INFO: ==32538== Releasing lock...
[2026-04-06 02:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:20:02] Production.INFO: ==32540== Lock acquired, processing the job...
[2026-04-05 21:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:20:02] Production.INFO: ==32540== Releasing lock...
[2026-04-05 21:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:20:02] Production.INFO: ==32542== Lock acquired, processing the job...
[2026-04-06 01:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:20:03] Production.INFO: ==32542== Releasing lock...
[2026-04-06 01:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:20:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:20:03] Production.INFO: ==32546== Lock acquired, processing the job...
[2026-04-05 21:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:20:03] Production.INFO: ==32544== Lock acquired, processing the job...
[2026-04-05 21:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:20:03] Production.INFO: ==32550== Lock acquired, processing the job...
[2026-04-05 21:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:20:03] Production.INFO: Account Balance Start.
[2026-04-05 21:20:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:20:03] Production.INFO: 117
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: ==32548== Lock acquired, processing the job...
[2026-04-05 21:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: ==32552== Lock acquired, processing the job...
[2026-04-05 21:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: ==32546== Releasing lock...
[2026-04-05 21:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:20:03] Production.INFO: ==32552== Releasing lock...
[2026-04-05 21:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:20:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:20:04] Production.INFO: Total Charge 0
[2026-04-05 21:20:04] Production.INFO: CreateAllLog End
[2026-04-05 21:20:04] Production.INFO: Account Balance End.
[2026-04-05 21:20:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:20:04] Production.INFO: ==32550== Releasing lock...
[2026-04-05 21:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:20:12] Production.ERROR: CronJobId end10
[2026-04-05 21:20:12] Production.INFO: ==32548== Releasing lock...
[2026-04-05 21:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:20:14] Production.INFO: call_cost start
[2026-04-05 21:20:14] Production.INFO: call_cost end
[2026-04-05 21:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:20:14] Production.INFO: ==32544== Releasing lock...
[2026-04-05 21:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:21:01] Production.INFO: ==32629== Lock acquired, processing the job...
[2026-04-06 02:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:21:01] Production.INFO: neon service started
[2026-04-06 02:21:01] Production.INFO: neon service started
[2026-04-06 02:21:01] Production.INFO: ==32629== Releasing lock...
[2026-04-06 02:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:21:01] Production.INFO: ==32633== Lock acquired, processing the job...
[2026-04-05 21:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:21:02] Production.INFO: ==32633== Releasing lock...
[2026-04-05 21:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:21:02] Production.INFO: ==32635== Lock acquired, processing the job...
[2026-04-06 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:21:02] Production.INFO: ==32635== Releasing lock...
[2026-04-06 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:21:03] Production.INFO: ==32637== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 21:21:03] Production.INFO: ==32639== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 21:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 21:21:03] Production.ERROR: CronJob PID - 32639
[2026-04-05 21:21:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 21:21:03] Production.ERROR: CronJob ID - 5
[2026-04-05 21:21:03] Production.ERROR: CronJob Last Run Time 2026-04-05 21:21:00
[2026-04-05 21:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 21:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 21:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 21:21:03] Production.INFO: ==32637== Releasing lock...
[2026-04-05 21:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 21:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:21:03] Production.INFO: ==32641== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:21:03] Production.INFO: ==32643== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:21:03] Production.INFO: ==32647== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 21:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:21:03] Production.INFO: ==32645== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:21:03] Production.INFO: ==32649== Lock acquired, processing the job...
[2026-04-05 21:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:21:03] Production.INFO: Account Balance Start.
[2026-04-05 21:21:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:21:03] Production.INFO: 117
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: ==32649== Releasing lock...
[2026-04-05 21:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.ERROR: done
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 21:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043925', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: ==32641== Releasing lock...
[2026-04-05 21:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:21:04] Production.INFO: Total Charge 0
[2026-04-05 21:21:04] Production.INFO: CreateAllLog End
[2026-04-05 21:21:05] Production.INFO: Account Balance End.
[2026-04-05 21:21:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:21:05] Production.INFO: ==32645== Releasing lock...
[2026-04-05 21:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043925', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 21:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 21:21:10] Production.INFO: ProcessCDR(1,17043925,1,1,2)
[2026-04-05 21:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043925,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043925,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 21:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 21:21:10] Production.INFO: ==32647== Releasing lock...
[2026-04-05 21:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 21:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 21:21:14] Production.ERROR: CronJobId end10
[2026-04-05 21:21:14] Production.INFO: ==32643== Releasing lock...
[2026-04-05 21:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:21:17] Production.INFO: call_cost start
[2026-04-05 21:21:17] Production.INFO: call_cost end
[2026-04-05 21:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:21:17] Production.INFO: ==32639== Releasing lock...
[2026-04-05 21:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:22:01] Production.INFO: ==32704== Lock acquired, processing the job...
[2026-04-06 02:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:22:01] Production.INFO: neon service started
[2026-04-06 02:22:01] Production.INFO: neon service started
[2026-04-06 02:22:01] Production.INFO: ==32704== Releasing lock...
[2026-04-06 02:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:22:02] Production.INFO: ==32706== Lock acquired, processing the job...
[2026-04-05 21:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:22:02] Production.INFO: ==32708== Lock acquired, processing the job...
[2026-04-06 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:22:02] Production.INFO: ==32708== Releasing lock...
[2026-04-06 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:22:02] Production.INFO: ==32706== Releasing lock...
[2026-04-05 21:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:22:03] Production.INFO: ==32711== Lock acquired, processing the job...
[2026-04-05 21:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:22:03] Production.INFO: ==32715== Lock acquired, processing the job...
[2026-04-05 21:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:22:03] Production.INFO: ==32713== Lock acquired, processing the job...
[2026-04-05 21:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:22:03] Production.INFO: ==32717== Lock acquired, processing the job...
[2026-04-05 21:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:22:03] Production.INFO: ==32719== Lock acquired, processing the job...
[2026-04-05 21:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:22:03] Production.INFO: Account Balance Start.
[2026-04-05 21:22:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:22:03] Production.INFO: 117
[2026-04-05 21:22:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:22:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:22:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:03] Production.INFO: ==32719== Releasing lock...
[2026-04-05 21:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: ==32713== Releasing lock...
[2026-04-05 21:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:22:04] Production.INFO: Total Charge 0
[2026-04-05 21:22:04] Production.INFO: CreateAllLog End
[2026-04-05 21:22:05] Production.INFO: Account Balance End.
[2026-04-05 21:22:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:22:05] Production.INFO: ==32717== Releasing lock...
[2026-04-05 21:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:22:11] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:362
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(362): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateSOAOffSet(1,0))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-05 21:22:11] Production.ERROR: CronJobId end10
[2026-04-05 21:22:11] Production.INFO: ==32715== Releasing lock...
[2026-04-05 21:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:22:13] Production.INFO: call_cost start
[2026-04-05 21:22:13] Production.INFO: call_cost end
[2026-04-05 21:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:22:13] Production.INFO: ==32711== Releasing lock...
[2026-04-05 21:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:23:02] Production.INFO: ==316== Lock acquired, processing the job...
[2026-04-06 02:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:23:02] Production.INFO: neon service started
[2026-04-06 02:23:02] Production.INFO: neon service started
[2026-04-06 02:23:02] Production.INFO: ==316== Releasing lock...
[2026-04-06 02:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:23:02] Production.INFO: ==318== Lock acquired, processing the job...
[2026-04-05 21:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:23:02] Production.INFO: ==320== Lock acquired, processing the job...
[2026-04-06 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:23:02] Production.INFO: ==320== Releasing lock...
[2026-04-06 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:23:03] Production.INFO: ==318== Releasing lock...
[2026-04-05 21:23:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:23:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:23:03] Production.INFO: ==323== Lock acquired, processing the job...
[2026-04-05 21:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:23:03] Production.INFO: ==329== Lock acquired, processing the job...
[2026-04-05 21:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:23:03] Production.INFO: ==325== Lock acquired, processing the job...
[2026-04-05 21:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:23:03] Production.INFO: ==327== Lock acquired, processing the job...
[2026-04-05 21:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:23:03] Production.INFO: Account Balance Start.
[2026-04-05 21:23:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:23:03] Production.INFO: 117
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:23:04] Production.INFO: ==331== Lock acquired, processing the job...
[2026-04-05 21:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:23:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:23:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:23:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:23:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:23:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:23:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:23:04] Production.INFO: ==331== Releasing lock...
[2026-04-05 21:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: ==325== Releasing lock...
[2026-04-05 21:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-03-27
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-03-28
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-03-29
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-03-30
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:23:05] Production.INFO: Total Charge 0
[2026-04-05 21:23:05] Production.INFO: CreateAllLog End
[2026-04-05 21:23:05] Production.INFO: Account Balance End.
[2026-04-05 21:23:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:23:05] Production.INFO: ==329== Releasing lock...
[2026-04-05 21:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:23:11] Production.ERROR: CronJobId end10
[2026-04-05 21:23:11] Production.INFO: ==327== Releasing lock...
[2026-04-05 21:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:23:14] Production.INFO: call_cost start
[2026-04-05 21:23:14] Production.INFO: call_cost end
[2026-04-05 21:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:23:14] Production.INFO: ==323== Releasing lock...
[2026-04-05 21:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:24:01] Production.INFO: ==405== Lock acquired, processing the job...
[2026-04-06 02:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:24:01] Production.INFO: neon service started
[2026-04-06 02:24:01] Production.INFO: neon service started
[2026-04-06 02:24:01] Production.INFO: ==405== Releasing lock...
[2026-04-06 02:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:24:02] Production.INFO: ==410== Lock acquired, processing the job...
[2026-04-06 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:24:02] Production.INFO: ==410== Releasing lock...
[2026-04-06 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:24:02] Production.INFO: ==408== Lock acquired, processing the job...
[2026-04-05 21:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:24:02] Production.INFO: ==408== Releasing lock...
[2026-04-05 21:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:24:03] Production.INFO: ==414== Lock acquired, processing the job...
[2026-04-05 21:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:24:03] Production.INFO: ==412== Lock acquired, processing the job...
[2026-04-05 21:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:24:03] Production.INFO: ==416== Lock acquired, processing the job...
[2026-04-05 21:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:24:03] Production.INFO: ==418== Lock acquired, processing the job...
[2026-04-05 21:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:24:03] Production.INFO: ==420== Lock acquired, processing the job...
[2026-04-05 21:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:24:03] Production.INFO: Account Balance Start.
[2026-04-05 21:24:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:24:03] Production.INFO: 117
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:24:03] Production.INFO: ==420== Releasing lock...
[2026-04-05 21:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: ==414== Releasing lock...
[2026-04-05 21:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:24:04] Production.INFO: Total Charge 0
[2026-04-05 21:24:04] Production.INFO: CreateAllLog End
[2026-04-05 21:24:04] Production.INFO: Account Balance End.
[2026-04-05 21:24:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:24:04] Production.INFO: ==418== Releasing lock...
[2026-04-05 21:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:24:11] Production.ERROR: CronJobId end10
[2026-04-05 21:24:11] Production.INFO: ==416== Releasing lock...
[2026-04-05 21:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:24:14] Production.INFO: call_cost start
[2026-04-05 21:24:14] Production.INFO: call_cost end
[2026-04-05 21:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:24:14] Production.INFO: ==412== Releasing lock...
[2026-04-05 21:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:25:02] Production.INFO: ==481== Lock acquired, processing the job...
[2026-04-06 02:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:25:02] Production.INFO: neon service started
[2026-04-06 02:25:02] Production.INFO: neon service started
[2026-04-06 02:25:02] Production.INFO: ==481== Releasing lock...
[2026-04-06 02:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:25:02] Production.INFO: ==483== Lock acquired, processing the job...
[2026-04-05 21:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:25:02] Production.INFO: ==485== Lock acquired, processing the job...
[2026-04-06 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:25:02] Production.INFO: ==485== Releasing lock...
[2026-04-06 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:25:02] Production.INFO: ==483== Releasing lock...
[2026-04-05 21:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:25:03] Production.INFO: ==488== Lock acquired, processing the job...
[2026-04-05 21:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:25:03] Production.INFO: ==492== Lock acquired, processing the job...
[2026-04-05 21:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:25:03] Production.INFO: ==490== Lock acquired, processing the job...
[2026-04-05 21:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:25:03] Production.INFO: ==495== Lock acquired, processing the job...
[2026-04-05 21:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:25:03] Production.INFO: ==497== Lock acquired, processing the job...
[2026-04-05 21:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:25:03] Production.INFO: Account Balance Start.
[2026-04-05 21:25:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:25:03] Production.INFO: 117
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:25:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: ==497== Releasing lock...
[2026-04-05 21:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: ==490== Releasing lock...
[2026-04-05 21:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:25:04] Production.INFO: Total Charge 0
[2026-04-05 21:25:04] Production.INFO: CreateAllLog End
[2026-04-05 21:25:05] Production.INFO: Account Balance End.
[2026-04-05 21:25:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:25:05] Production.INFO: ==495== Releasing lock...
[2026-04-05 21:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:25:12] Production.ERROR: CronJobId end10
[2026-04-05 21:25:12] Production.INFO: ==492== Releasing lock...
[2026-04-05 21:25:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:25:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:25:14] Production.INFO: call_cost start
[2026-04-05 21:25:14] Production.INFO: call_cost end
[2026-04-05 21:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:25:14] Production.INFO: ==488== Releasing lock...
[2026-04-05 21:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:26:01] Production.INFO: ==555== Lock acquired, processing the job...
[2026-04-06 02:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:26:01] Production.INFO: neon service started
[2026-04-06 02:26:01] Production.INFO: neon service started
[2026-04-06 02:26:01] Production.INFO: ==555== Releasing lock...
[2026-04-06 02:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:26:01] Production.INFO: ==557== Lock acquired, processing the job...
[2026-04-05 21:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:26:02] Production.INFO: ==559== Lock acquired, processing the job...
[2026-04-06 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:26:02] Production.INFO: ==559== Releasing lock...
[2026-04-06 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:26:02] Production.INFO: ==557== Releasing lock...
[2026-04-05 21:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:26:03] Production.INFO: ==562== Lock acquired, processing the job...
[2026-04-05 21:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:26:03] Production.INFO: ==564== Lock acquired, processing the job...
[2026-04-05 21:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:26:03] Production.INFO: ==566== Lock acquired, processing the job...
[2026-04-05 21:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:26:03] Production.INFO: ==569== Lock acquired, processing the job...
[2026-04-05 21:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:26:03] Production.INFO: ==571== Lock acquired, processing the job...
[2026-04-05 21:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:26:03] Production.INFO: Account Balance Start.
[2026-04-05 21:26:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:26:03] Production.INFO: 117
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: ==571== Releasing lock...
[2026-04-05 21:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: ==564== Releasing lock...
[2026-04-05 21:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:26:04] Production.INFO: Total Charge 0
[2026-04-05 21:26:04] Production.INFO: CreateAllLog End
[2026-04-05 21:26:04] Production.INFO: Account Balance End.
[2026-04-05 21:26:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:26:04] Production.INFO: ==569== Releasing lock...
[2026-04-05 21:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:26:11] Production.ERROR: CronJobId end10
[2026-04-05 21:26:11] Production.INFO: ==566== Releasing lock...
[2026-04-05 21:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:26:13] Production.INFO: call_cost start
[2026-04-05 21:26:13] Production.INFO: call_cost end
[2026-04-05 21:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:26:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:26:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:26:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:26:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:26:13] Production.INFO: ==562== Releasing lock...
[2026-04-05 21:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:27:01] Production.INFO: ==630== Lock acquired, processing the job...
[2026-04-06 02:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:27:01] Production.INFO: neon service started
[2026-04-06 02:27:01] Production.INFO: neon service started
[2026-04-06 02:27:01] Production.INFO: ==630== Releasing lock...
[2026-04-06 02:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:27:02] Production.INFO: ==636== Lock acquired, processing the job...
[2026-04-06 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:27:02] Production.INFO: ==636== Releasing lock...
[2026-04-06 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:27:02] Production.INFO: ==634== Lock acquired, processing the job...
[2026-04-05 21:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:27:02] Production.INFO: ==634== Releasing lock...
[2026-04-05 21:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:27:03] Production.INFO: ==639== Lock acquired, processing the job...
[2026-04-05 21:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:27:03] Production.INFO: ==645== Lock acquired, processing the job...
[2026-04-05 21:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:27:03] Production.INFO: ==641== Lock acquired, processing the job...
[2026-04-05 21:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:27:03] Production.INFO: ==643== Lock acquired, processing the job...
[2026-04-05 21:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:27:03] Production.INFO: ==647== Lock acquired, processing the job...
[2026-04-05 21:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:27:03] Production.INFO: Account Balance Start.
[2026-04-05 21:27:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:27:03] Production.INFO: 117
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: ==647== Releasing lock...
[2026-04-05 21:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:03] Production.INFO: ==641== Releasing lock...
[2026-04-05 21:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:27:04] Production.INFO: Total Charge 0
[2026-04-05 21:27:05] Production.INFO: CreateAllLog End
[2026-04-05 21:27:05] Production.INFO: Account Balance End.
[2026-04-05 21:27:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:27:05] Production.INFO: ==645== Releasing lock...
[2026-04-05 21:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:27:11] Production.ERROR: CronJobId end10
[2026-04-05 21:27:11] Production.INFO: ==643== Releasing lock...
[2026-04-05 21:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:27:14] Production.INFO: call_cost start
[2026-04-05 21:27:14] Production.INFO: call_cost end
[2026-04-05 21:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:27:14] Production.INFO: ==639== Releasing lock...
[2026-04-05 21:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:28:02] Production.INFO: ==726== Lock acquired, processing the job...
[2026-04-06 02:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:28:02] Production.INFO: neon service started
[2026-04-06 02:28:02] Production.INFO: neon service started
[2026-04-06 02:28:02] Production.INFO: ==726== Releasing lock...
[2026-04-06 02:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:28:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:28:02] Production.INFO: ==728== Lock acquired, processing the job...
[2026-04-05 21:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:28:02] Production.INFO: ==730== Lock acquired, processing the job...
[2026-04-06 01:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:28:02] Production.INFO: ==730== Releasing lock...
[2026-04-06 01:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:28:03] Production.INFO: ==728== Releasing lock...
[2026-04-05 21:28:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:28:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:28:03] Production.INFO: ==733== Lock acquired, processing the job...
[2026-04-05 21:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:28:03] Production.INFO: ==735== Lock acquired, processing the job...
[2026-04-05 21:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:28:03] Production.INFO: ==739== Lock acquired, processing the job...
[2026-04-05 21:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:28:03] Production.INFO: ==737== Lock acquired, processing the job...
[2026-04-05 21:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:28:04] Production.INFO: ==741== Lock acquired, processing the job...
[2026-04-05 21:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:28:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:28:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:28:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:28:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:28:04] Production.INFO: Account Balance Start.
[2026-04-05 21:28:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:28:04] Production.INFO: 117
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:28:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:28:04] Production.INFO: ==741== Releasing lock...
[2026-04-05 21:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:28:04] Production.INFO: ==735== Releasing lock...
[2026-04-05 21:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-03-29
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-03-30
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:28:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:28:05] Production.INFO: Total Charge 0
[2026-04-05 21:28:05] Production.INFO: CreateAllLog End
[2026-04-05 21:28:05] Production.INFO: Account Balance End.
[2026-04-05 21:28:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:28:05] Production.INFO: ==739== Releasing lock...
[2026-04-05 21:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:28:10] Production.ERROR: CronJobId end10
[2026-04-05 21:28:10] Production.INFO: ==737== Releasing lock...
[2026-04-05 21:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:28:13] Production.INFO: call_cost start
[2026-04-05 21:28:13] Production.INFO: call_cost end
[2026-04-05 21:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:28:13] Production.INFO: ==733== Releasing lock...
[2026-04-05 21:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:29:01] Production.INFO: ==800== Lock acquired, processing the job...
[2026-04-06 02:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:29:01] Production.INFO: neon service started
[2026-04-06 02:29:01] Production.INFO: neon service started
[2026-04-06 02:29:01] Production.INFO: ==800== Releasing lock...
[2026-04-06 02:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:29:02] Production.INFO: ==802== Lock acquired, processing the job...
[2026-04-05 21:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:29:02] Production.INFO: ==804== Lock acquired, processing the job...
[2026-04-06 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:29:02] Production.INFO: ==804== Releasing lock...
[2026-04-06 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:29:02] Production.INFO: ==802== Releasing lock...
[2026-04-05 21:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:29:03] Production.INFO: ==807== Lock acquired, processing the job...
[2026-04-05 21:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:29:03] Production.INFO: ==811== Lock acquired, processing the job...
[2026-04-05 21:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:29:03] Production.INFO: ==809== Lock acquired, processing the job...
[2026-04-05 21:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:29:03] Production.INFO: ==813== Lock acquired, processing the job...
[2026-04-05 21:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:29:03] Production.INFO: ==815== Lock acquired, processing the job...
[2026-04-05 21:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:29:03] Production.INFO: Account Balance Start.
[2026-04-05 21:29:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:29:03] Production.INFO: 117
[2026-04-05 21:29:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:29:03] Production.INFO: ==815== Releasing lock...
[2026-04-05 21:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:29:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: ==809== Releasing lock...
[2026-04-05 21:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-03-30
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:29:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:29:05] Production.INFO: Total Charge 0
[2026-04-05 21:29:05] Production.INFO: CreateAllLog End
[2026-04-05 21:29:05] Production.INFO: Account Balance End.
[2026-04-05 21:29:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:29:05] Production.INFO: ==813== Releasing lock...
[2026-04-05 21:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:29:10] Production.ERROR: CronJobId end10
[2026-04-05 21:29:10] Production.INFO: ==811== Releasing lock...
[2026-04-05 21:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:29:13] Production.INFO: call_cost start
[2026-04-05 21:29:13] Production.INFO: call_cost end
[2026-04-05 21:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:29:13] Production.INFO: ==807== Releasing lock...
[2026-04-05 21:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:30:02] Production.INFO: ==868== Lock acquired, processing the job...
[2026-04-06 02:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:30:02] Production.INFO: neon service started
[2026-04-06 02:30:02] Production.INFO: neon service started
[2026-04-06 02:30:02] Production.INFO: ==868== Releasing lock...
[2026-04-06 02:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:30:02] Production.INFO: ==871== Lock acquired, processing the job...
[2026-04-05 21:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:30:02] Production.INFO: ==871== Releasing lock...
[2026-04-05 21:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:30:02] Production.INFO: ==873== Lock acquired, processing the job...
[2026-04-06 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:30:02] Production.INFO: ==873== Releasing lock...
[2026-04-06 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:30:03] Production.INFO: ==875== Lock acquired, processing the job...
[2026-04-05 21:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:30:03] Production.INFO: ==879== Lock acquired, processing the job...
[2026-04-05 21:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:30:03] Production.INFO: ==877== Lock acquired, processing the job...
[2026-04-05 21:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:30:03] Production.INFO: ==881== Lock acquired, processing the job...
[2026-04-05 21:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:30:03] Production.INFO: ==883== Lock acquired, processing the job...
[2026-04-05 21:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:30:03] Production.INFO: Account Balance Start.
[2026-04-05 21:30:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:30:03] Production.INFO: 117
[2026-04-05 21:30:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:30:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:30:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:03] Production.INFO: ==883== Releasing lock...
[2026-04-05 21:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:30:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: ==877== Releasing lock...
[2026-04-05 21:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:30:04] Production.INFO: Total Charge 0
[2026-04-05 21:30:04] Production.INFO: CreateAllLog End
[2026-04-05 21:30:04] Production.INFO: Account Balance End.
[2026-04-05 21:30:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:30:05] Production.INFO: ==881== Releasing lock...
[2026-04-05 21:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:30:12] Production.ERROR: CronJobId end10
[2026-04-05 21:30:12] Production.INFO: ==879== Releasing lock...
[2026-04-05 21:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:30:14] Production.INFO: call_cost start
[2026-04-05 21:30:14] Production.INFO: call_cost end
[2026-04-05 21:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:30:14] Production.INFO: ==875== Releasing lock...
[2026-04-05 21:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:31:01] Production.INFO: ==941== Lock acquired, processing the job...
[2026-04-06 02:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:31:01] Production.INFO: neon service started
[2026-04-06 02:31:01] Production.INFO: neon service started
[2026-04-06 02:31:01] Production.INFO: ==941== Releasing lock...
[2026-04-06 02:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:31:01] Production.INFO: ==943== Lock acquired, processing the job...
[2026-04-05 21:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:31:02] Production.INFO: ==946== Lock acquired, processing the job...
[2026-04-06 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:31:02] Production.INFO: ==946== Releasing lock...
[2026-04-06 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:31:02] Production.INFO: ==943== Releasing lock...
[2026-04-05 21:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:31:03] Production.INFO: ==948== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 21:31:03] Production.INFO: ==952== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:31:03] Production.INFO: ==950== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 21:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 21:31:03] Production.ERROR: CronJob PID - 950
[2026-04-05 21:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 21:31:03] Production.ERROR: CronJob ID - 5
[2026-04-05 21:31:03] Production.ERROR: CronJob Last Run Time 2026-04-05 21:31:00
[2026-04-05 21:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 21:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 21:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 21:31:03] Production.ERROR: CronJob PID - 952
[2026-04-05 21:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 21:31:03] Production.ERROR: CronJob ID - 7
[2026-04-05 21:31:03] Production.ERROR: CronJob Last Run Time 2026-04-05 21:31:00
[2026-04-05 21:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 21:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 21:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 21:31:03] Production.INFO: ==948== Releasing lock...
[2026-04-05 21:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 21:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:31:03] Production.INFO: ==956== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:31:03] Production.INFO: ==954== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:31:03] Production.INFO: ==960== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:31:03] Production.INFO: Account Balance Start.
[2026-04-05 21:31:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:31:03] Production.INFO: 117
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:31:03] Production.INFO: ==958== Lock acquired, processing the job...
[2026-04-05 21:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: ==960== Releasing lock...
[2026-04-05 21:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: ==952== Releasing lock...
[2026-04-05 21:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:31:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.ERROR: done
[2026-04-05 21:31:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:31:04] Production.INFO: Total Charge 0
[2026-04-05 21:31:04] Production.INFO: CreateAllLog End
[2026-04-05 21:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 21:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043966', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 21:31:04] Production.INFO: Account Balance End.
[2026-04-05 21:31:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:31:04] Production.INFO: ==956== Releasing lock...
[2026-04-05 21:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:31:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17043966', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 21:31:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 21:31:09] Production.INFO: ProcessCDR(1,17043966,1,1,2)
[2026-04-05 21:31:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17043966,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:31:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17043966,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:31:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 21:31:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 21:31:09] Production.INFO: ==958== Releasing lock...
[2026-04-05 21:31:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 21:31:09] Production.INFO: 26 MB #Memory Used#
[2026-04-05 21:31:13] Production.ERROR: CronJobId end10
[2026-04-05 21:31:13] Production.INFO: ==954== Releasing lock...
[2026-04-05 21:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:31:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:31:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:31:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:31:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:31:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:31:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:31:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:31:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:31:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:31:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:31:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:31:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:31:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:31:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:31:16] Production.INFO: call_cost start
[2026-04-05 21:31:16] Production.INFO: call_cost end
[2026-04-05 21:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:31:16] Production.INFO: ==950== Releasing lock...
[2026-04-05 21:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:32:01] Production.INFO: ==1018== Lock acquired, processing the job...
[2026-04-06 02:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:32:01] Production.INFO: neon service started
[2026-04-06 02:32:01] Production.INFO: neon service started
[2026-04-06 02:32:01] Production.INFO: ==1018== Releasing lock...
[2026-04-06 02:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:32:02] Production.INFO: ==1020== Lock acquired, processing the job...
[2026-04-05 21:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:32:02] Production.INFO: ==1020== Releasing lock...
[2026-04-05 21:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:32:02] Production.INFO: ==1022== Lock acquired, processing the job...
[2026-04-06 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:32:02] Production.INFO: ==1022== Releasing lock...
[2026-04-06 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:32:03] Production.INFO: ==1033== Lock acquired, processing the job...
[2026-04-05 21:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:32:03] Production.INFO: ==1033== Releasing lock...
[2026-04-05 21:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:32:03] Production.INFO: ==1027== Lock acquired, processing the job...
[2026-04-05 21:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:32:03] Production.INFO: ==1025== Lock acquired, processing the job...
[2026-04-05 21:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:32:03] Production.INFO: ==1029== Lock acquired, processing the job...
[2026-04-05 21:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:32:03] Production.INFO: ==1031== Lock acquired, processing the job...
[2026-04-05 21:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:32:03] Production.INFO: Account Balance Start.
[2026-04-05 21:32:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:32:03] Production.INFO: 117
[2026-04-05 21:32:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: ==1027== Releasing lock...
[2026-04-05 21:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:32:04] Production.INFO: Total Charge 0
[2026-04-05 21:32:04] Production.INFO: CreateAllLog End
[2026-04-05 21:32:04] Production.INFO: Account Balance End.
[2026-04-05 21:32:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:32:04] Production.INFO: ==1031== Releasing lock...
[2026-04-05 21:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:32:11] Production.ERROR: CronJobId end10
[2026-04-05 21:32:11] Production.INFO: ==1029== Releasing lock...
[2026-04-05 21:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:32:14] Production.INFO: call_cost start
[2026-04-05 21:32:14] Production.INFO: call_cost end
[2026-04-05 21:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:32:14] Production.INFO: ==1025== Releasing lock...
[2026-04-05 21:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:33:02] Production.INFO: ==1087== Lock acquired, processing the job...
[2026-04-06 02:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:33:02] Production.INFO: neon service started
[2026-04-06 02:33:02] Production.INFO: neon service started
[2026-04-06 02:33:02] Production.INFO: ==1087== Releasing lock...
[2026-04-06 02:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:33:02] Production.INFO: ==1089== Lock acquired, processing the job...
[2026-04-05 21:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:33:02] Production.INFO: ==1089== Releasing lock...
[2026-04-05 21:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:33:03] Production.INFO: ==1091== Lock acquired, processing the job...
[2026-04-06 01:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:33:03] Production.INFO: ==1091== Releasing lock...
[2026-04-06 01:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:33:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:33:03] Production.INFO: ==1093== Lock acquired, processing the job...
[2026-04-05 21:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:33:03] Production.INFO: ==1097== Lock acquired, processing the job...
[2026-04-05 21:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:33:03] Production.INFO: ==1095== Lock acquired, processing the job...
[2026-04-05 21:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:33:03] Production.INFO: ==1099== Lock acquired, processing the job...
[2026-04-05 21:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:33:03] Production.INFO: ==1101== Lock acquired, processing the job...
[2026-04-05 21:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:33:03] Production.INFO: Account Balance Start.
[2026-04-05 21:33:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:33:03] Production.INFO: 117
[2026-04-05 21:33:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:33:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: ==1101== Releasing lock...
[2026-04-05 21:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: ==1095== Releasing lock...
[2026-04-05 21:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:33:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:33:05] Production.INFO: Total Charge 0
[2026-04-05 21:33:05] Production.INFO: CreateAllLog End
[2026-04-05 21:33:05] Production.INFO: Account Balance End.
[2026-04-05 21:33:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:33:05] Production.INFO: ==1099== Releasing lock...
[2026-04-05 21:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:33:11] Production.ERROR: CronJobId end10
[2026-04-05 21:33:11] Production.INFO: ==1097== Releasing lock...
[2026-04-05 21:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:33:14] Production.INFO: call_cost start
[2026-04-05 21:33:14] Production.INFO: call_cost end
[2026-04-05 21:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:33:14] Production.INFO: ==1093== Releasing lock...
[2026-04-05 21:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:34:01] Production.INFO: ==1161== Lock acquired, processing the job...
[2026-04-06 02:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:34:01] Production.INFO: neon service started
[2026-04-06 02:34:01] Production.INFO: neon service started
[2026-04-06 02:34:01] Production.INFO: ==1161== Releasing lock...
[2026-04-06 02:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:34:02] Production.INFO: ==1167== Lock acquired, processing the job...
[2026-04-06 01:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:34:02] Production.INFO: ==1167== Releasing lock...
[2026-04-06 01:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:34:02] Production.INFO: ==1163== Lock acquired, processing the job...
[2026-04-05 21:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:34:02] Production.INFO: ==1163== Releasing lock...
[2026-04-05 21:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:34:03] Production.INFO: ==1170== Lock acquired, processing the job...
[2026-04-05 21:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:34:03] Production.INFO: ==1176== Lock acquired, processing the job...
[2026-04-05 21:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:34:03] Production.INFO: ==1174== Lock acquired, processing the job...
[2026-04-05 21:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:34:03] Production.INFO: ==1178== Lock acquired, processing the job...
[2026-04-05 21:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:34:03] Production.INFO: ==1180== Lock acquired, processing the job...
[2026-04-05 21:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:34:03] Production.INFO: Account Balance Start.
[2026-04-05 21:34:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:34:03] Production.INFO: 117
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:34:03] Production.INFO: ==1180== Releasing lock...
[2026-04-05 21:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: ==1174== Releasing lock...
[2026-04-05 21:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-26
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-27
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-28
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:03] Production.INFO: Date 2026-03-29
[2026-04-05 21:34:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:34:04] Production.INFO: Total Charge 0
[2026-04-05 21:34:04] Production.INFO: CreateAllLog End
[2026-04-05 21:34:04] Production.INFO: Account Balance End.
[2026-04-05 21:34:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:34:04] Production.INFO: ==1178== Releasing lock...
[2026-04-05 21:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:34:12] Production.ERROR: CronJobId end10
[2026-04-05 21:34:12] Production.INFO: ==1176== Releasing lock...
[2026-04-05 21:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:34:14] Production.INFO: call_cost start
[2026-04-05 21:34:14] Production.INFO: call_cost end
[2026-04-05 21:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:34:14] Production.INFO: ==1170== Releasing lock...
[2026-04-05 21:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:35:02] Production.INFO: ==1234== Lock acquired, processing the job...
[2026-04-06 02:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:35:02] Production.INFO: neon service started
[2026-04-06 02:35:02] Production.INFO: neon service started
[2026-04-06 02:35:02] Production.INFO: ==1234== Releasing lock...
[2026-04-06 02:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:35:02] Production.INFO: ==1236== Lock acquired, processing the job...
[2026-04-05 21:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:35:02] Production.INFO: ==1236== Releasing lock...
[2026-04-05 21:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:35:02] Production.INFO: ==1241== Lock acquired, processing the job...
[2026-04-06 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:35:02] Production.INFO: ==1241== Releasing lock...
[2026-04-06 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:35:03] Production.INFO: ==1259== Lock acquired, processing the job...
[2026-04-05 21:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:35:03] Production.INFO: ==1247== Lock acquired, processing the job...
[2026-04-05 21:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:35:03] Production.INFO: ==1251== Lock acquired, processing the job...
[2026-04-05 21:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:35:03] Production.INFO: ==1245== Lock acquired, processing the job...
[2026-04-05 21:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:35:03] Production.INFO: ==1259== Releasing lock...
[2026-04-05 21:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:35:03] Production.INFO: ==1255== Lock acquired, processing the job...
[2026-04-05 21:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:35:03] Production.INFO: Account Balance Start.
[2026-04-05 21:35:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:35:03] Production.INFO: 117
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: ==1247== Releasing lock...
[2026-04-05 21:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:35:04] Production.INFO: Total Charge 0
[2026-04-05 21:35:04] Production.INFO: CreateAllLog End
[2026-04-05 21:35:05] Production.INFO: Account Balance End.
[2026-04-05 21:35:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:35:05] Production.INFO: ==1255== Releasing lock...
[2026-04-05 21:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:35:11] Production.ERROR: CronJobId end10
[2026-04-05 21:35:11] Production.INFO: ==1251== Releasing lock...
[2026-04-05 21:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:35:14] Production.INFO: call_cost start
[2026-04-05 21:35:14] Production.INFO: call_cost end
[2026-04-05 21:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:35:14] Production.INFO: ==1245== Releasing lock...
[2026-04-05 21:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:36:01] Production.INFO: ==1317== Lock acquired, processing the job...
[2026-04-06 02:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:36:01] Production.INFO: neon service started
[2026-04-06 02:36:01] Production.INFO: neon service started
[2026-04-06 02:36:01] Production.INFO: ==1317== Releasing lock...
[2026-04-06 02:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:36:02] Production.INFO: ==1321== Lock acquired, processing the job...
[2026-04-06 01:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:36:02] Production.INFO: ==1321== Releasing lock...
[2026-04-06 01:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:36:02] Production.INFO: ==1319== Lock acquired, processing the job...
[2026-04-05 21:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:36:02] Production.INFO: ==1319== Releasing lock...
[2026-04-05 21:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:36:03] Production.INFO: ==1324== Lock acquired, processing the job...
[2026-04-05 21:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:36:03] Production.INFO: ==1326== Lock acquired, processing the job...
[2026-04-05 21:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:36:03] Production.INFO: ==1330== Lock acquired, processing the job...
[2026-04-05 21:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:36:03] Production.INFO: ==1328== Lock acquired, processing the job...
[2026-04-05 21:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:36:03] Production.INFO: Account Balance Start.
[2026-04-05 21:36:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:36:03] Production.INFO: ==1332== Lock acquired, processing the job...
[2026-04-05 21:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:36:03] Production.INFO: 117
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:36:03] Production.INFO: ==1332== Releasing lock...
[2026-04-05 21:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: ==1326== Releasing lock...
[2026-04-05 21:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:36:04] Production.INFO: Total Charge 0
[2026-04-05 21:36:04] Production.INFO: CreateAllLog End
[2026-04-05 21:36:04] Production.INFO: Account Balance End.
[2026-04-05 21:36:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:36:04] Production.INFO: ==1330== Releasing lock...
[2026-04-05 21:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:36:11] Production.ERROR: CronJobId end10
[2026-04-05 21:36:11] Production.INFO: ==1328== Releasing lock...
[2026-04-05 21:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:36:14] Production.INFO: call_cost start
[2026-04-05 21:36:14] Production.INFO: call_cost end
[2026-04-05 21:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:36:14] Production.INFO: ==1324== Releasing lock...
[2026-04-05 21:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:37:01] Production.INFO: ==1387== Lock acquired, processing the job...
[2026-04-06 02:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:37:01] Production.INFO: neon service started
[2026-04-06 02:37:01] Production.INFO: neon service started
[2026-04-06 02:37:01] Production.INFO: ==1387== Releasing lock...
[2026-04-06 02:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:37:02] Production.INFO: ==1389== Lock acquired, processing the job...
[2026-04-05 21:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:37:02] Production.INFO: ==1391== Lock acquired, processing the job...
[2026-04-06 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:37:02] Production.INFO: ==1391== Releasing lock...
[2026-04-06 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:37:02] Production.INFO: ==1389== Releasing lock...
[2026-04-05 21:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:37:03] Production.INFO: ==1394== Lock acquired, processing the job...
[2026-04-05 21:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:37:03] Production.INFO: ==1396== Lock acquired, processing the job...
[2026-04-05 21:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:37:03] Production.INFO: ==1398== Lock acquired, processing the job...
[2026-04-05 21:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:37:03] Production.INFO: ==1402== Lock acquired, processing the job...
[2026-04-05 21:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:37:03] Production.INFO: ==1400== Lock acquired, processing the job...
[2026-04-05 21:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:37:03] Production.INFO: ==1402== Releasing lock...
[2026-04-05 21:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:37:04] Production.INFO: Account Balance Start.
[2026-04-05 21:37:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:37:04] Production.INFO: 117
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:37:04] Production.INFO: ==1396== Releasing lock...
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Date 2026-03-31
[2026-04-05 21:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Date 2026-04-01
[2026-04-05 21:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Date 2026-04-02
[2026-04-05 21:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:37:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:37:05] Production.INFO: Total Charge 0
[2026-04-05 21:37:05] Production.INFO: CreateAllLog End
[2026-04-05 21:37:05] Production.INFO: Account Balance End.
[2026-04-05 21:37:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:37:05] Production.INFO: ==1400== Releasing lock...
[2026-04-05 21:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:37:12] Production.ERROR: CronJobId end10
[2026-04-05 21:37:12] Production.INFO: ==1398== Releasing lock...
[2026-04-05 21:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:37:14] Production.INFO: call_cost start
[2026-04-05 21:37:14] Production.INFO: call_cost end
[2026-04-05 21:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:37:14] Production.INFO: ==1394== Releasing lock...
[2026-04-05 21:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:38:01] Production.INFO: ==1456== Lock acquired, processing the job...
[2026-04-06 02:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:38:01] Production.INFO: neon service started
[2026-04-06 02:38:01] Production.INFO: neon service started
[2026-04-06 02:38:01] Production.INFO: ==1456== Releasing lock...
[2026-04-06 02:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:38:01] Production.INFO: ==1458== Lock acquired, processing the job...
[2026-04-05 21:38:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:38:02] Production.INFO: ==1458== Releasing lock...
[2026-04-05 21:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:38:02] Production.INFO: ==1460== Lock acquired, processing the job...
[2026-04-06 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:38:02] Production.INFO: ==1460== Releasing lock...
[2026-04-06 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:38:02] Production.INFO: ==1465== Lock acquired, processing the job...
[2026-04-05 21:38:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:38:02] Production.INFO: ==1469== Lock acquired, processing the job...
[2026-04-05 21:38:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:38:02] Production.INFO: ==1467== Lock acquired, processing the job...
[2026-04-05 21:38:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:38:02] Production.INFO: ==1463== Lock acquired, processing the job...
[2026-04-05 21:38:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:38:03] Production.INFO: Account Balance Start.
[2026-04-05 21:38:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:38:03] Production.INFO: 117
[2026-04-05 21:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: ==1471== Lock acquired, processing the job...
[2026-04-05 21:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: ==1471== Releasing lock...
[2026-04-05 21:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:38:03] Production.INFO: ==1465== Releasing lock...
[2026-04-05 21:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:38:04] Production.INFO: Total Charge 0
[2026-04-05 21:38:04] Production.INFO: CreateAllLog End
[2026-04-05 21:38:04] Production.INFO: Account Balance End.
[2026-04-05 21:38:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:38:04] Production.INFO: ==1469== Releasing lock...
[2026-04-05 21:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:38:10] Production.ERROR: CronJobId end10
[2026-04-05 21:38:10] Production.INFO: ==1467== Releasing lock...
[2026-04-05 21:38:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:38:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:38:14] Production.INFO: call_cost start
[2026-04-05 21:38:14] Production.INFO: call_cost end
[2026-04-05 21:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:38:14] Production.INFO: ==1463== Releasing lock...
[2026-04-05 21:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:39:01] Production.INFO: ==1562== Lock acquired, processing the job...
[2026-04-06 02:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:39:01] Production.INFO: neon service started
[2026-04-06 02:39:01] Production.INFO: neon service started
[2026-04-06 02:39:01] Production.INFO: ==1562== Releasing lock...
[2026-04-06 02:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:39:02] Production.INFO: ==1564== Lock acquired, processing the job...
[2026-04-05 21:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:39:02] Production.INFO: ==1564== Releasing lock...
[2026-04-05 21:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:39:02] Production.INFO: ==1566== Lock acquired, processing the job...
[2026-04-06 01:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:39:02] Production.INFO: ==1566== Releasing lock...
[2026-04-06 01:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:39:03] Production.INFO: ==1572== Lock acquired, processing the job...
[2026-04-05 21:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:39:03] Production.INFO: ==1574== Lock acquired, processing the job...
[2026-04-05 21:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:39:03] Production.INFO: ==1577== Lock acquired, processing the job...
[2026-04-05 21:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:39:03] Production.INFO: ==1579== Lock acquired, processing the job...
[2026-04-05 21:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:39:03] Production.INFO: ==1581== Lock acquired, processing the job...
[2026-04-05 21:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:39:03] Production.INFO: ==1581== Releasing lock...
[2026-04-05 21:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:39:03] Production.INFO: ==1574== Releasing lock...
[2026-04-05 21:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:39:03] Production.INFO: Account Balance Start.
[2026-04-05 21:39:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:39:03] Production.INFO: 117
[2026-04-05 21:39:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:39:05] Production.INFO: Total Charge 0
[2026-04-05 21:39:05] Production.INFO: CreateAllLog End
[2026-04-05 21:39:05] Production.INFO: Account Balance End.
[2026-04-05 21:39:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:39:05] Production.INFO: ==1579== Releasing lock...
[2026-04-05 21:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:39:12] Production.ERROR: CronJobId end10
[2026-04-05 21:39:12] Production.INFO: ==1577== Releasing lock...
[2026-04-05 21:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:39:14] Production.INFO: call_cost start
[2026-04-05 21:39:14] Production.INFO: call_cost end
[2026-04-05 21:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:39:14] Production.INFO: ==1572== Releasing lock...
[2026-04-05 21:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:40:02] Production.INFO: ==1641== Lock acquired, processing the job...
[2026-04-06 02:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:40:02] Production.INFO: neon service started
[2026-04-06 02:40:02] Production.INFO: neon service started
[2026-04-06 02:40:02] Production.INFO: ==1641== Releasing lock...
[2026-04-06 02:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:40:02] Production.INFO: ==1643== Lock acquired, processing the job...
[2026-04-05 21:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:40:02] Production.INFO: ==1645== Lock acquired, processing the job...
[2026-04-06 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:40:02] Production.INFO: ==1645== Releasing lock...
[2026-04-06 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:40:03] Production.INFO: ==1643== Releasing lock...
[2026-04-05 21:40:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:40:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:40:03] Production.INFO: ==1648== Lock acquired, processing the job...
[2026-04-05 21:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:40:03] Production.INFO: ==1654== Lock acquired, processing the job...
[2026-04-05 21:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:40:03] Production.INFO: ==1650== Lock acquired, processing the job...
[2026-04-05 21:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:40:03] Production.INFO: ==1656== Lock acquired, processing the job...
[2026-04-05 21:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:40:04] Production.INFO: ==1652== Lock acquired, processing the job...
[2026-04-05 21:40:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:40:04] Production.INFO: Account Balance Start.
[2026-04-05 21:40:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:40:04] Production.INFO: 117
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:40:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:40:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:40:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:40:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:40:04] Production.INFO: ==1656== Releasing lock...
[2026-04-05 21:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: ==1650== Releasing lock...
[2026-04-05 21:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:40:05] Production.INFO: Total Charge 0
[2026-04-05 21:40:05] Production.INFO: CreateAllLog End
[2026-04-05 21:40:05] Production.INFO: Account Balance End.
[2026-04-05 21:40:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:40:05] Production.INFO: ==1654== Releasing lock...
[2026-04-05 21:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:40:11] Production.ERROR: CronJobId end10
[2026-04-05 21:40:11] Production.INFO: ==1652== Releasing lock...
[2026-04-05 21:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:40:13] Production.INFO: call_cost start
[2026-04-05 21:40:13] Production.INFO: call_cost end
[2026-04-05 21:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:40:14] Production.INFO: ==1648== Releasing lock...
[2026-04-05 21:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:41:01] Production.INFO: ==1711== Lock acquired, processing the job...
[2026-04-06 02:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:41:01] Production.INFO: neon service started
[2026-04-06 02:41:01] Production.INFO: neon service started
[2026-04-06 02:41:01] Production.INFO: ==1711== Releasing lock...
[2026-04-06 02:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:41:02] Production.INFO: ==1713== Lock acquired, processing the job...
[2026-04-05 21:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:41:02] Production.INFO: ==1715== Lock acquired, processing the job...
[2026-04-06 01:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:41:02] Production.INFO: ==1715== Releasing lock...
[2026-04-06 01:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:41:02] Production.INFO: ==1713== Releasing lock...
[2026-04-05 21:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:41:03] Production.INFO: ==1717== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 21:41:03] Production.INFO: ==1720== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:41:03] Production.INFO: ==1722== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 21:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 21:41:03] Production.INFO: ==1717== Releasing lock...
[2026-04-05 21:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 21:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:41:03] Production.INFO: ==1726== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:41:03] Production.INFO: ==1724== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:41:03] Production.INFO: Account Balance Start.
[2026-04-05 21:41:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:41:03] Production.INFO: 117
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:41:03] Production.INFO: ==1728== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:03] Production.INFO: ==1730== Lock acquired, processing the job...
[2026-04-05 21:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:41:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:41:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: ==1730== Releasing lock...
[2026-04-05 21:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: ==1722== Releasing lock...
[2026-04-05 21:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:41:04] Production.ERROR: done
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 21:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044007', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:41:04] Production.INFO: Total Charge 0
[2026-04-05 21:41:04] Production.INFO: CreateAllLog End
[2026-04-05 21:41:05] Production.INFO: Account Balance End.
[2026-04-05 21:41:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:41:05] Production.INFO: ==1726== Releasing lock...
[2026-04-05 21:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044007', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 21:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 21:41:10] Production.INFO: ProcessCDR(1,17044007,1,1,2)
[2026-04-05 21:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044007,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044007,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 21:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 21:41:10] Production.INFO: ==1728== Releasing lock...
[2026-04-05 21:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 21:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 21:41:13] Production.ERROR: CronJobId end10
[2026-04-05 21:41:13] Production.INFO: ==1724== Releasing lock...
[2026-04-05 21:41:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:41:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:41:16] Production.INFO: call_cost start
[2026-04-05 21:41:16] Production.INFO: call_cost end
[2026-04-05 21:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:41:16] Production.INFO: ==1720== Releasing lock...
[2026-04-05 21:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:42:02] Production.INFO: ==1786== Lock acquired, processing the job...
[2026-04-06 02:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:42:02] Production.INFO: neon service started
[2026-04-06 02:42:02] Production.INFO: neon service started
[2026-04-06 02:42:02] Production.INFO: ==1786== Releasing lock...
[2026-04-06 02:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:42:02] Production.INFO: ==1790== Lock acquired, processing the job...
[2026-04-06 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:42:02] Production.INFO: ==1790== Releasing lock...
[2026-04-06 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:42:02] Production.INFO: ==1788== Lock acquired, processing the job...
[2026-04-05 21:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:42:02] Production.INFO: ==1788== Releasing lock...
[2026-04-05 21:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:42:03] Production.INFO: ==1793== Lock acquired, processing the job...
[2026-04-05 21:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:42:03] Production.INFO: ==1795== Lock acquired, processing the job...
[2026-04-05 21:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:42:03] Production.INFO: ==1797== Lock acquired, processing the job...
[2026-04-05 21:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:42:03] Production.INFO: ==1799== Lock acquired, processing the job...
[2026-04-05 21:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:42:03] Production.INFO: ==1801== Lock acquired, processing the job...
[2026-04-05 21:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:42:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:42:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:42:04] Production.INFO: Account Balance Start.
[2026-04-05 21:42:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:42:04] Production.INFO: 117
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:42:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: ==1801== Releasing lock...
[2026-04-05 21:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: ==1795== Releasing lock...
[2026-04-05 21:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:42:04] Production.INFO: Total Charge 0
[2026-04-05 21:42:04] Production.INFO: CreateAllLog End
[2026-04-05 21:42:05] Production.INFO: Account Balance End.
[2026-04-05 21:42:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:42:05] Production.INFO: ==1799== Releasing lock...
[2026-04-05 21:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:42:11] Production.ERROR: CronJobId end10
[2026-04-05 21:42:11] Production.INFO: ==1797== Releasing lock...
[2026-04-05 21:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:42:13] Production.INFO: call_cost start
[2026-04-05 21:42:13] Production.INFO: call_cost end
[2026-04-05 21:42:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:42:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:42:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:42:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:42:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:42:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:42:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:42:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:42:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:42:13] Production.INFO: ==1793== Releasing lock...
[2026-04-05 21:42:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:42:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:43:01] Production.INFO: ==1861== Lock acquired, processing the job...
[2026-04-06 02:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:43:01] Production.INFO: neon service started
[2026-04-06 02:43:01] Production.INFO: neon service started
[2026-04-06 02:43:01] Production.INFO: ==1861== Releasing lock...
[2026-04-06 02:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:43:01] Production.INFO: ==1863== Lock acquired, processing the job...
[2026-04-05 21:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:43:02] Production.INFO: ==1863== Releasing lock...
[2026-04-05 21:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:43:02] Production.INFO: ==1865== Lock acquired, processing the job...
[2026-04-06 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:43:02] Production.INFO: ==1865== Releasing lock...
[2026-04-06 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:43:02] Production.INFO: ==1874== Lock acquired, processing the job...
[2026-04-05 21:43:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:43:02] Production.INFO: ==1868== Lock acquired, processing the job...
[2026-04-05 21:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:43:02] Production.INFO: ==1870== Lock acquired, processing the job...
[2026-04-05 21:43:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:43:02] Production.INFO: Account Balance Start.
[2026-04-05 21:43:02] Production.INFO: ==1872== Lock acquired, processing the job...
[2026-04-05 21:43:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:43:02] Production.INFO: CreateAllLog Start
[2026-04-05 21:43:02] Production.INFO: 117
[2026-04-05 21:43:02] Production.INFO: Date 2026-03-08
[2026-04-05 21:43:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:43:02] Production.INFO: Date 2026-03-09
[2026-04-05 21:43:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:02] Production.INFO: Date 2026-03-10
[2026-04-05 21:43:02] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:43:03] Production.INFO: ==1876== Lock acquired, processing the job...
[2026-04-05 21:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:43:03] Production.INFO: ==1876== Releasing lock...
[2026-04-05 21:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-25
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: ==1870== Releasing lock...
[2026-04-05 21:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-26
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-27
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-28
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-29
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-30
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-03-31
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-04-01
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:03] Production.INFO: Date 2026-04-02
[2026-04-05 21:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:43:04] Production.INFO: Total Charge 0
[2026-04-05 21:43:04] Production.INFO: CreateAllLog End
[2026-04-05 21:43:04] Production.INFO: Account Balance End.
[2026-04-05 21:43:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:43:04] Production.INFO: ==1874== Releasing lock...
[2026-04-05 21:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:43:10] Production.ERROR: CronJobId end10
[2026-04-05 21:43:10] Production.INFO: ==1872== Releasing lock...
[2026-04-05 21:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:43:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:43:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:43:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:43:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:43:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:43:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:43:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:43:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:43:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:43:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:43:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:43:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:43:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:43:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:43:13] Production.INFO: call_cost start
[2026-04-05 21:43:13] Production.INFO: call_cost end
[2026-04-05 21:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:43:13] Production.INFO: ==1868== Releasing lock...
[2026-04-05 21:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:44:01] Production.INFO: ==1929== Lock acquired, processing the job...
[2026-04-06 02:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:44:01] Production.INFO: neon service started
[2026-04-06 02:44:01] Production.INFO: neon service started
[2026-04-06 02:44:01] Production.INFO: ==1929== Releasing lock...
[2026-04-06 02:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:44:02] Production.INFO: ==1931== Lock acquired, processing the job...
[2026-04-05 21:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:44:02] Production.INFO: ==1931== Releasing lock...
[2026-04-05 21:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:44:02] Production.INFO: ==1933== Lock acquired, processing the job...
[2026-04-06 01:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:44:02] Production.INFO: ==1933== Releasing lock...
[2026-04-06 01:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:44:03] Production.INFO: ==1935== Lock acquired, processing the job...
[2026-04-05 21:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:44:03] Production.INFO: ==1937== Lock acquired, processing the job...
[2026-04-05 21:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:44:03] Production.INFO: ==1939== Lock acquired, processing the job...
[2026-04-05 21:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:44:03] Production.INFO: ==1943== Lock acquired, processing the job...
[2026-04-05 21:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:44:03] Production.INFO: ==1941== Lock acquired, processing the job...
[2026-04-05 21:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:44:03] Production.INFO: Account Balance Start.
[2026-04-05 21:44:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:44:03] Production.INFO: 117
[2026-04-05 21:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:44:03] Production.INFO: ==1943== Releasing lock...
[2026-04-05 21:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:03] Production.INFO: ==1937== Releasing lock...
[2026-04-05 21:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:44:04] Production.INFO: Total Charge 0
[2026-04-05 21:44:04] Production.INFO: CreateAllLog End
[2026-04-05 21:44:04] Production.INFO: Account Balance End.
[2026-04-05 21:44:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:44:04] Production.INFO: ==1941== Releasing lock...
[2026-04-05 21:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:44:11] Production.ERROR: CronJobId end10
[2026-04-05 21:44:11] Production.INFO: ==1939== Releasing lock...
[2026-04-05 21:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:44:14] Production.INFO: call_cost start
[2026-04-05 21:44:14] Production.INFO: call_cost end
[2026-04-05 21:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:44:14] Production.INFO: ==1935== Releasing lock...
[2026-04-05 21:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:45:02] Production.INFO: ==2003== Lock acquired, processing the job...
[2026-04-06 02:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:45:02] Production.INFO: neon service started
[2026-04-06 02:45:02] Production.INFO: neon service started
[2026-04-06 02:45:02] Production.INFO: ==2003== Releasing lock...
[2026-04-06 02:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:45:02] Production.INFO: ==2007== Lock acquired, processing the job...
[2026-04-06 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:45:02] Production.INFO: ==2007== Releasing lock...
[2026-04-06 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:45:02] Production.INFO: ==2005== Lock acquired, processing the job...
[2026-04-05 21:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:45:03] Production.INFO: ==2005== Releasing lock...
[2026-04-05 21:45:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:45:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:45:03] Production.INFO: ==2009== Lock acquired, processing the job...
[2026-04-05 21:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:45:03] Production.INFO: ==2011== Lock acquired, processing the job...
[2026-04-05 21:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:45:03] Production.INFO: ==2013== Lock acquired, processing the job...
[2026-04-05 21:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:45:03] Production.INFO: ==2018== Lock acquired, processing the job...
[2026-04-05 21:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:45:03] Production.INFO: ==2015== Lock acquired, processing the job...
[2026-04-05 21:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:45:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:45:04] Production.INFO: Account Balance Start.
[2026-04-05 21:45:04] Production.INFO: CreateAllLog Start
[2026-04-05 21:45:04] Production.INFO: 117
[2026-04-05 21:45:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-08
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:45:04] Production.INFO: ==2018== Releasing lock...
[2026-04-05 21:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-09
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: ==2011== Releasing lock...
[2026-04-05 21:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:45:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:45:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:45:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:45:05] Production.INFO: Total Charge 0
[2026-04-05 21:45:05] Production.INFO: CreateAllLog End
[2026-04-05 21:45:05] Production.INFO: Account Balance End.
[2026-04-05 21:45:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:45:05] Production.INFO: ==2015== Releasing lock...
[2026-04-05 21:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:45:12] Production.ERROR: CronJobId end10
[2026-04-05 21:45:12] Production.INFO: ==2013== Releasing lock...
[2026-04-05 21:45:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:45:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:45:14] Production.INFO: call_cost start
[2026-04-05 21:45:14] Production.INFO: call_cost end
[2026-04-05 21:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:45:14] Production.INFO: ==2009== Releasing lock...
[2026-04-05 21:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:46:01] Production.INFO: ==2073== Lock acquired, processing the job...
[2026-04-06 02:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:46:01] Production.INFO: neon service started
[2026-04-06 02:46:01] Production.INFO: neon service started
[2026-04-06 02:46:01] Production.INFO: ==2073== Releasing lock...
[2026-04-06 02:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:46:02] Production.INFO: ==2077== Lock acquired, processing the job...
[2026-04-06 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:46:02] Production.INFO: ==2077== Releasing lock...
[2026-04-06 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:46:02] Production.INFO: ==2075== Lock acquired, processing the job...
[2026-04-05 21:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:46:02] Production.INFO: ==2075== Releasing lock...
[2026-04-05 21:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:46:03] Production.INFO: ==2080== Lock acquired, processing the job...
[2026-04-05 21:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:46:03] Production.INFO: ==2082== Lock acquired, processing the job...
[2026-04-05 21:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:46:03] Production.INFO: ==2084== Lock acquired, processing the job...
[2026-04-05 21:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:46:03] Production.INFO: ==2088== Lock acquired, processing the job...
[2026-04-05 21:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:46:03] Production.INFO: ==2086== Lock acquired, processing the job...
[2026-04-05 21:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:46:03] Production.INFO: Account Balance Start.
[2026-04-05 21:46:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:46:03] Production.INFO: 117
[2026-04-05 21:46:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:46:03] Production.INFO: ==2088== Releasing lock...
[2026-04-05 21:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: ==2082== Releasing lock...
[2026-04-05 21:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:46:04] Production.INFO: Total Charge 0
[2026-04-05 21:46:04] Production.INFO: CreateAllLog End
[2026-04-05 21:46:04] Production.INFO: Account Balance End.
[2026-04-05 21:46:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:46:05] Production.INFO: ==2086== Releasing lock...
[2026-04-05 21:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:46:11] Production.ERROR: CronJobId end10
[2026-04-05 21:46:11] Production.INFO: ==2084== Releasing lock...
[2026-04-05 21:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:46:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:46:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:46:13] Production.INFO: call_cost start
[2026-04-05 21:46:14] Production.INFO: call_cost end
[2026-04-05 21:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:46:14] Production.INFO: ==2080== Releasing lock...
[2026-04-05 21:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:47:02] Production.INFO: ==2142== Lock acquired, processing the job...
[2026-04-06 02:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:47:02] Production.INFO: neon service started
[2026-04-06 02:47:02] Production.INFO: neon service started
[2026-04-06 02:47:02] Production.INFO: ==2142== Releasing lock...
[2026-04-06 02:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:47:02] Production.INFO: ==2144== Lock acquired, processing the job...
[2026-04-05 21:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:47:02] Production.INFO: ==2146== Lock acquired, processing the job...
[2026-04-06 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:47:02] Production.INFO: ==2146== Releasing lock...
[2026-04-06 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:47:02] Production.INFO: ==2144== Releasing lock...
[2026-04-05 21:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:47:03] Production.INFO: ==2149== Lock acquired, processing the job...
[2026-04-05 21:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:47:03] Production.INFO: ==2153== Lock acquired, processing the job...
[2026-04-05 21:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:47:03] Production.INFO: ==2151== Lock acquired, processing the job...
[2026-04-05 21:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:47:03] Production.INFO: ==2155== Lock acquired, processing the job...
[2026-04-05 21:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:47:03] Production.INFO: ==2157== Lock acquired, processing the job...
[2026-04-05 21:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:47:03] Production.INFO: Account Balance Start.
[2026-04-05 21:47:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:47:03] Production.INFO: 117
[2026-04-05 21:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:47:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:47:03] Production.INFO: ==2157== Releasing lock...
[2026-04-05 21:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:47:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-10
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: ==2151== Releasing lock...
[2026-04-05 21:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:47:05] Production.INFO: Total Charge 0
[2026-04-05 21:47:05] Production.INFO: CreateAllLog End
[2026-04-05 21:47:05] Production.INFO: Account Balance End.
[2026-04-05 21:47:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:47:05] Production.INFO: ==2155== Releasing lock...
[2026-04-05 21:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:47:11] Production.ERROR: CronJobId end10
[2026-04-05 21:47:11] Production.INFO: ==2153== Releasing lock...
[2026-04-05 21:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:47:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:47:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:47:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:47:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:47:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:47:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:47:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:47:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:47:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:47:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:47:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:47:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:47:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:47:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:47:13] Production.INFO: call_cost start
[2026-04-05 21:47:13] Production.INFO: call_cost end
[2026-04-05 21:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:47:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:47:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:47:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:47:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:47:13] Production.INFO: ==2149== Releasing lock...
[2026-04-05 21:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:48:01] Production.INFO: ==2212== Lock acquired, processing the job...
[2026-04-06 02:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:48:01] Production.INFO: neon service started
[2026-04-06 02:48:01] Production.INFO: neon service started
[2026-04-06 02:48:01] Production.INFO: ==2212== Releasing lock...
[2026-04-06 02:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:48:02] Production.INFO: ==2214== Lock acquired, processing the job...
[2026-04-05 21:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:48:02] Production.INFO: ==2216== Lock acquired, processing the job...
[2026-04-06 01:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:48:02] Production.INFO: ==2216== Releasing lock...
[2026-04-06 01:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:48:02] Production.INFO: ==2214== Releasing lock...
[2026-04-05 21:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:48:03] Production.INFO: ==2220== Lock acquired, processing the job...
[2026-04-05 21:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:48:03] Production.INFO: ==2222== Lock acquired, processing the job...
[2026-04-05 21:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:48:03] Production.INFO: ==2226== Lock acquired, processing the job...
[2026-04-05 21:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:48:03] Production.INFO: ==2224== Lock acquired, processing the job...
[2026-04-05 21:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:48:03] Production.INFO: ==2228== Lock acquired, processing the job...
[2026-04-05 21:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:48:03] Production.INFO: Account Balance Start.
[2026-04-05 21:48:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:48:03] Production.INFO: 117
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:48:03] Production.INFO: ==2228== Releasing lock...
[2026-04-05 21:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:03] Production.INFO: ==2222== Releasing lock...
[2026-04-05 21:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:48:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:48:04] Production.INFO: Total Charge 0
[2026-04-05 21:48:04] Production.INFO: CreateAllLog End
[2026-04-05 21:48:04] Production.INFO: Account Balance End.
[2026-04-05 21:48:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:48:04] Production.INFO: ==2226== Releasing lock...
[2026-04-05 21:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:48:12] Production.ERROR: CronJobId end10
[2026-04-05 21:48:12] Production.INFO: ==2224== Releasing lock...
[2026-04-05 21:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:48:13] Production.INFO: call_cost start
[2026-04-05 21:48:13] Production.INFO: call_cost end
[2026-04-05 21:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:48:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:48:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:48:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:48:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:48:13] Production.INFO: ==2220== Releasing lock...
[2026-04-05 21:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:49:01] Production.INFO: ==2284== Lock acquired, processing the job...
[2026-04-06 02:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:49:01] Production.INFO: neon service started
[2026-04-06 02:49:01] Production.INFO: neon service started
[2026-04-06 02:49:01] Production.INFO: ==2284== Releasing lock...
[2026-04-06 02:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:49:02] Production.INFO: ==2286== Lock acquired, processing the job...
[2026-04-05 21:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:49:02] Production.INFO: ==2286== Releasing lock...
[2026-04-05 21:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:49:02] Production.INFO: ==2288== Lock acquired, processing the job...
[2026-04-06 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:49:02] Production.INFO: ==2288== Releasing lock...
[2026-04-06 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:49:03] Production.INFO: ==2290== Lock acquired, processing the job...
[2026-04-05 21:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:49:03] Production.INFO: ==2292== Lock acquired, processing the job...
[2026-04-05 21:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:49:03] Production.INFO: ==2294== Lock acquired, processing the job...
[2026-04-05 21:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:49:03] Production.INFO: ==2296== Lock acquired, processing the job...
[2026-04-05 21:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:49:03] Production.INFO: ==2298== Lock acquired, processing the job...
[2026-04-05 21:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:49:03] Production.INFO: Account Balance Start.
[2026-04-05 21:49:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:49:03] Production.INFO: 117
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:49:03] Production.INFO: ==2298== Releasing lock...
[2026-04-05 21:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:03] Production.INFO: ==2292== Releasing lock...
[2026-04-05 21:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:49:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:49:04] Production.INFO: Total Charge 0
[2026-04-05 21:49:04] Production.INFO: CreateAllLog End
[2026-04-05 21:49:04] Production.INFO: Account Balance End.
[2026-04-05 21:49:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:49:04] Production.INFO: ==2296== Releasing lock...
[2026-04-05 21:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:49:12] Production.ERROR: CronJobId end10
[2026-04-05 21:49:12] Production.INFO: ==2294== Releasing lock...
[2026-04-05 21:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:49:14] Production.INFO: call_cost start
[2026-04-05 21:49:14] Production.INFO: call_cost end
[2026-04-05 21:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:49:14] Production.INFO: ==2290== Releasing lock...
[2026-04-05 21:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:50:02] Production.INFO: ==2357== Lock acquired, processing the job...
[2026-04-06 02:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:50:02] Production.INFO: neon service started
[2026-04-06 02:50:02] Production.INFO: neon service started
[2026-04-06 02:50:02] Production.INFO: ==2357== Releasing lock...
[2026-04-06 02:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:50:02] Production.INFO: ==2361== Lock acquired, processing the job...
[2026-04-06 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:50:02] Production.INFO: ==2361== Releasing lock...
[2026-04-06 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:50:02] Production.INFO: ==2359== Lock acquired, processing the job...
[2026-04-05 21:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:50:02] Production.INFO: ==2359== Releasing lock...
[2026-04-05 21:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:50:03] Production.INFO: ==2365== Lock acquired, processing the job...
[2026-04-05 21:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:50:03] Production.INFO: ==2367== Lock acquired, processing the job...
[2026-04-05 21:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:50:03] Production.INFO: ==2369== Lock acquired, processing the job...
[2026-04-05 21:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:50:03] Production.INFO: ==2363== Lock acquired, processing the job...
[2026-04-05 21:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:50:03] Production.INFO: ==2371== Lock acquired, processing the job...
[2026-04-05 21:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:50:03] Production.INFO: Account Balance Start.
[2026-04-05 21:50:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:50:03] Production.INFO: 117
[2026-04-05 21:50:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:50:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:50:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: ==2371== Releasing lock...
[2026-04-05 21:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: ==2365== Releasing lock...
[2026-04-05 21:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:05] Production.INFO: Date 2026-04-03
[2026-04-05 21:50:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:05] Production.INFO: Date 2026-04-04
[2026-04-05 21:50:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:05] Production.INFO: Date 2026-04-05
[2026-04-05 21:50:05] Production.INFO: Reseller ==> 0
[2026-04-05 21:50:05] Production.INFO: Total Charge 0
[2026-04-05 21:50:05] Production.INFO: CreateAllLog End
[2026-04-05 21:50:05] Production.INFO: Account Balance End.
[2026-04-05 21:50:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:50:05] Production.INFO: ==2369== Releasing lock...
[2026-04-05 21:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:50:11] Production.ERROR: CronJobId end10
[2026-04-05 21:50:11] Production.INFO: ==2367== Releasing lock...
[2026-04-05 21:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:50:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:50:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:50:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:50:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:50:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:50:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:50:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:50:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:50:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:50:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:50:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:50:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:50:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:50:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:50:13] Production.INFO: call_cost start
[2026-04-05 21:50:13] Production.INFO: call_cost end
[2026-04-05 21:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:50:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:50:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:50:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:50:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:50:13] Production.INFO: ==2363== Releasing lock...
[2026-04-05 21:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:51:01] Production.INFO: ==2426== Lock acquired, processing the job...
[2026-04-06 02:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:51:01] Production.INFO: neon service started
[2026-04-06 02:51:01] Production.INFO: neon service started
[2026-04-06 02:51:01] Production.INFO: ==2426== Releasing lock...
[2026-04-06 02:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:51:02] Production.INFO: ==2430== Lock acquired, processing the job...
[2026-04-06 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:51:02] Production.INFO: ==2430== Releasing lock...
[2026-04-06 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:51:02] Production.INFO: ==2428== Lock acquired, processing the job...
[2026-04-05 21:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:51:02] Production.INFO: ==2428== Releasing lock...
[2026-04-05 21:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:51:03] Production.INFO: ==2433== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 21:51:03] Production.INFO: ==2435== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:51:03] Production.INFO: ==2437== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 21:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 21:51:03] Production.ERROR: CronJob PID - 2435
[2026-04-05 21:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 21:51:03] Production.ERROR: CronJob ID - 5
[2026-04-05 21:51:03] Production.ERROR: CronJob Last Run Time 2026-04-05 21:51:00
[2026-04-05 21:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 21:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 21:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 21:51:03] Production.INFO: ==2433== Releasing lock...
[2026-04-05 21:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 21:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 21:51:03] Production.INFO: ==2439== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:51:03] Production.INFO: ==2441== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:51:03] Production.INFO: ==2443== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 21:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:51:03] Production.INFO: ==2445== Lock acquired, processing the job...
[2026-04-05 21:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 21:51:03] Production.INFO: Account Balance Start.
[2026-04-05 21:51:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:51:03] Production.INFO: 117
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.INFO: ==2445== Releasing lock...
[2026-04-05 21:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.ERROR: done
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 21:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044048', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 21:51:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: ==2437== Releasing lock...
[2026-04-05 21:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:51:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:51:04] Production.INFO: Total Charge 0
[2026-04-05 21:51:04] Production.INFO: CreateAllLog End
[2026-04-05 21:51:04] Production.INFO: Account Balance End.
[2026-04-05 21:51:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:51:04] Production.INFO: ==2441== Releasing lock...
[2026-04-05 21:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:51:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044048', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 21:51:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 21:51:09] Production.INFO: ProcessCDR(1,17044048,1,1,2)
[2026-04-05 21:51:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044048,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:51:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044048,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 21:51:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 21:51:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 21:51:09] Production.INFO: ==2443== Releasing lock...
[2026-04-05 21:51:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 21:51:09] Production.INFO: 26 MB #Memory Used#
[2026-04-05 21:51:13] Production.ERROR: CronJobId end10
[2026-04-05 21:51:13] Production.INFO: ==2439== Releasing lock...
[2026-04-05 21:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:51:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:51:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:51:15] Production.INFO: call_cost start
[2026-04-05 21:51:15] Production.INFO: call_cost end
[2026-04-05 21:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:51:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:51:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:51:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:51:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:51:15] Production.INFO: ==2435== Releasing lock...
[2026-04-05 21:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:52:02] Production.INFO: ==2500== Lock acquired, processing the job...
[2026-04-06 02:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:52:02] Production.INFO: neon service started
[2026-04-06 02:52:02] Production.INFO: neon service started
[2026-04-06 02:52:02] Production.INFO: ==2500== Releasing lock...
[2026-04-06 02:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:52:02] Production.INFO: ==2502== Lock acquired, processing the job...
[2026-04-05 21:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:52:02] Production.INFO: ==2504== Lock acquired, processing the job...
[2026-04-06 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:52:02] Production.INFO: ==2504== Releasing lock...
[2026-04-06 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:52:03] Production.INFO: ==2502== Releasing lock...
[2026-04-05 21:52:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:52:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:52:03] Production.INFO: ==2513== Lock acquired, processing the job...
[2026-04-05 21:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:52:03] Production.INFO: Account Balance Start.
[2026-04-05 21:52:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:52:03] Production.INFO: 117
[2026-04-05 21:52:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: ==2507== Lock acquired, processing the job...
[2026-04-05 21:52:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: ==2509== Lock acquired, processing the job...
[2026-04-05 21:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: ==2511== Lock acquired, processing the job...
[2026-04-05 21:52:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:52:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: ==2515== Lock acquired, processing the job...
[2026-04-05 21:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:52:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:52:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: ==2515== Releasing lock...
[2026-04-05 21:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: ==2509== Releasing lock...
[2026-04-05 21:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:52:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:52:04] Production.INFO: Total Charge 0
[2026-04-05 21:52:04] Production.INFO: CreateAllLog End
[2026-04-05 21:52:05] Production.INFO: Account Balance End.
[2026-04-05 21:52:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:52:05] Production.INFO: ==2513== Releasing lock...
[2026-04-05 21:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:52:11] Production.ERROR: CronJobId end10
[2026-04-05 21:52:11] Production.INFO: ==2511== Releasing lock...
[2026-04-05 21:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:52:13] Production.INFO: call_cost start
[2026-04-05 21:52:13] Production.INFO: call_cost end
[2026-04-05 21:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:52:13] Production.INFO: ==2507== Releasing lock...
[2026-04-05 21:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:53:01] Production.INFO: ==2571== Lock acquired, processing the job...
[2026-04-06 02:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:53:01] Production.INFO: neon service started
[2026-04-06 02:53:01] Production.INFO: neon service started
[2026-04-06 02:53:01] Production.INFO: ==2571== Releasing lock...
[2026-04-06 02:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:53:01] Production.INFO: ==2575== Lock acquired, processing the job...
[2026-04-06 01:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:53:02] Production.INFO: ==2575== Releasing lock...
[2026-04-06 01:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:53:02] Production.INFO: ==2573== Lock acquired, processing the job...
[2026-04-05 21:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:53:02] Production.INFO: ==2573== Releasing lock...
[2026-04-05 21:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:53:03] Production.INFO: ==2577== Lock acquired, processing the job...
[2026-04-05 21:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:53:03] Production.INFO: ==2579== Lock acquired, processing the job...
[2026-04-05 21:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:53:03] Production.INFO: ==2581== Lock acquired, processing the job...
[2026-04-05 21:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:53:03] Production.INFO: ==2586== Lock acquired, processing the job...
[2026-04-05 21:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:53:03] Production.INFO: ==2584== Lock acquired, processing the job...
[2026-04-05 21:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:53:03] Production.INFO: Account Balance Start.
[2026-04-05 21:53:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:53:03] Production.INFO: 117
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:53:03] Production.INFO: ==2586== Releasing lock...
[2026-04-05 21:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: ==2579== Releasing lock...
[2026-04-05 21:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:53:04] Production.INFO: Total Charge 0
[2026-04-05 21:53:04] Production.INFO: CreateAllLog End
[2026-04-05 21:53:04] Production.INFO: Account Balance End.
[2026-04-05 21:53:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:53:04] Production.INFO: ==2584== Releasing lock...
[2026-04-05 21:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:53:11] Production.ERROR: CronJobId end10
[2026-04-05 21:53:11] Production.INFO: ==2581== Releasing lock...
[2026-04-05 21:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:53:14] Production.INFO: call_cost start
[2026-04-05 21:53:14] Production.INFO: call_cost end
[2026-04-05 21:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:53:14] Production.INFO: ==2577== Releasing lock...
[2026-04-05 21:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:54:02] Production.INFO: ==2642== Lock acquired, processing the job...
[2026-04-06 02:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:54:02] Production.INFO: neon service started
[2026-04-06 02:54:02] Production.INFO: neon service started
[2026-04-06 02:54:02] Production.INFO: ==2642== Releasing lock...
[2026-04-06 02:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:54:02] Production.INFO: ==2644== Lock acquired, processing the job...
[2026-04-05 21:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:54:02] Production.INFO: ==2644== Releasing lock...
[2026-04-05 21:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:54:02] Production.INFO: ==2647== Lock acquired, processing the job...
[2026-04-06 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:54:02] Production.INFO: ==2647== Releasing lock...
[2026-04-06 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:54:03] Production.INFO: ==2653== Lock acquired, processing the job...
[2026-04-05 21:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:54:03] Production.INFO: ==2651== Lock acquired, processing the job...
[2026-04-05 21:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:54:03] Production.INFO: ==2655== Lock acquired, processing the job...
[2026-04-05 21:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:54:03] Production.INFO: ==2649== Lock acquired, processing the job...
[2026-04-05 21:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:54:03] Production.INFO: ==2657== Lock acquired, processing the job...
[2026-04-05 21:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:54:03] Production.INFO: Account Balance Start.
[2026-04-05 21:54:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:54:03] Production.INFO: 117
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: ==2657== Releasing lock...
[2026-04-05 21:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: ==2651== Releasing lock...
[2026-04-05 21:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:54:04] Production.INFO: Total Charge 0
[2026-04-05 21:54:04] Production.INFO: CreateAllLog End
[2026-04-05 21:54:04] Production.INFO: Account Balance End.
[2026-04-05 21:54:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:54:04] Production.INFO: ==2655== Releasing lock...
[2026-04-05 21:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:54:12] Production.ERROR: CronJobId end10
[2026-04-05 21:54:12] Production.INFO: ==2653== Releasing lock...
[2026-04-05 21:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:54:15] Production.INFO: call_cost start
[2026-04-05 21:54:15] Production.INFO: call_cost end
[2026-04-05 21:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:54:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:54:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:54:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:54:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:54:15] Production.INFO: ==2649== Releasing lock...
[2026-04-05 21:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:55:01] Production.INFO: ==2718== Lock acquired, processing the job...
[2026-04-06 02:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:55:01] Production.INFO: neon service started
[2026-04-06 02:55:01] Production.INFO: neon service started
[2026-04-06 02:55:01] Production.INFO: ==2718== Releasing lock...
[2026-04-06 02:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:55:01] Production.INFO: ==2720== Lock acquired, processing the job...
[2026-04-05 21:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:55:01] Production.INFO: ==2720== Releasing lock...
[2026-04-05 21:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:55:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:55:02] Production.INFO: ==2722== Lock acquired, processing the job...
[2026-04-06 01:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:55:02] Production.INFO: ==2722== Releasing lock...
[2026-04-06 01:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:55:02] Production.INFO: ==2724== Lock acquired, processing the job...
[2026-04-05 21:55:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:55:02] Production.INFO: ==2726== Lock acquired, processing the job...
[2026-04-05 21:55:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:55:02] Production.INFO: ==2728== Lock acquired, processing the job...
[2026-04-05 21:55:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:55:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:55:02] Production.INFO: ==2732== Lock acquired, processing the job...
[2026-04-05 21:55:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:55:02] Production.INFO: ==2730== Lock acquired, processing the job...
[2026-04-05 21:55:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:55:03] Production.INFO: Account Balance Start.
[2026-04-05 21:55:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:55:03] Production.INFO: 117
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: ==2732== Releasing lock...
[2026-04-05 21:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-18
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: ==2726== Releasing lock...
[2026-04-05 21:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-19
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-20
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-21
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-22
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-23
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:03] Production.INFO: Date 2026-03-24
[2026-04-05 21:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:55:04] Production.INFO: Total Charge 0
[2026-04-05 21:55:04] Production.INFO: CreateAllLog End
[2026-04-05 21:55:04] Production.INFO: Account Balance End.
[2026-04-05 21:55:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:55:04] Production.INFO: ==2730== Releasing lock...
[2026-04-05 21:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:55:11] Production.ERROR: CronJobId end10
[2026-04-05 21:55:11] Production.INFO: ==2728== Releasing lock...
[2026-04-05 21:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:55:14] Production.INFO: call_cost start
[2026-04-05 21:55:14] Production.INFO: call_cost end
[2026-04-05 21:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:55:14] Production.INFO: ==2724== Releasing lock...
[2026-04-05 21:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:56:01] Production.INFO: ==2787== Lock acquired, processing the job...
[2026-04-06 02:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:56:01] Production.INFO: neon service started
[2026-04-06 02:56:01] Production.INFO: neon service started
[2026-04-06 02:56:01] Production.INFO: ==2787== Releasing lock...
[2026-04-06 02:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:56:02] Production.INFO: ==2792== Lock acquired, processing the job...
[2026-04-06 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:56:02] Production.INFO: ==2792== Releasing lock...
[2026-04-06 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:56:02] Production.INFO: ==2790== Lock acquired, processing the job...
[2026-04-05 21:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:56:02] Production.INFO: ==2790== Releasing lock...
[2026-04-05 21:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 21:56:03] Production.INFO: ==2796== Lock acquired, processing the job...
[2026-04-05 21:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:56:03] Production.INFO: ==2794== Lock acquired, processing the job...
[2026-04-05 21:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:56:03] Production.INFO: ==2798== Lock acquired, processing the job...
[2026-04-05 21:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:56:03] Production.INFO: ==2800== Lock acquired, processing the job...
[2026-04-05 21:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:56:03] Production.INFO: ==2802== Lock acquired, processing the job...
[2026-04-05 21:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:56:03] Production.INFO: Account Balance Start.
[2026-04-05 21:56:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:56:03] Production.INFO: 117
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:56:03] Production.INFO: ==2802== Releasing lock...
[2026-04-05 21:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-16
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:03] Production.INFO: Date 2026-03-17
[2026-04-05 21:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: ==2796== Releasing lock...
[2026-04-05 21:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:56:04] Production.INFO: Total Charge 0
[2026-04-05 21:56:04] Production.INFO: CreateAllLog End
[2026-04-05 21:56:04] Production.INFO: Account Balance End.
[2026-04-05 21:56:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:56:04] Production.INFO: ==2800== Releasing lock...
[2026-04-05 21:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:56:11] Production.ERROR: CronJobId end10
[2026-04-05 21:56:11] Production.INFO: ==2798== Releasing lock...
[2026-04-05 21:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:56:14] Production.INFO: call_cost start
[2026-04-05 21:56:14] Production.INFO: call_cost end
[2026-04-05 21:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:56:14] Production.INFO: ==2794== Releasing lock...
[2026-04-05 21:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:57:02] Production.INFO: ==2858== Lock acquired, processing the job...
[2026-04-06 02:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:57:02] Production.INFO: neon service started
[2026-04-06 02:57:02] Production.INFO: neon service started
[2026-04-06 02:57:02] Production.INFO: ==2858== Releasing lock...
[2026-04-06 02:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:57:02] Production.INFO: ==2860== Lock acquired, processing the job...
[2026-04-05 21:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:57:02] Production.INFO: ==2860== Releasing lock...
[2026-04-05 21:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:57:03] Production.INFO: ==2862== Lock acquired, processing the job...
[2026-04-06 01:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:57:03] Production.INFO: ==2862== Releasing lock...
[2026-04-06 01:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:57:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:57:03] Production.INFO: ==2864== Lock acquired, processing the job...
[2026-04-05 21:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:57:03] Production.INFO: ==2866== Lock acquired, processing the job...
[2026-04-05 21:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:57:03] Production.INFO: ==2870== Lock acquired, processing the job...
[2026-04-05 21:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:57:03] Production.INFO: ==2868== Lock acquired, processing the job...
[2026-04-05 21:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:57:03] Production.INFO: Account Balance Start.
[2026-04-05 21:57:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:57:03] Production.INFO: 117
[2026-04-05 21:57:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:03] Production.INFO: ==2872== Lock acquired, processing the job...
[2026-04-05 21:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:57:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:57:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:57:03] Production.INFO: ==2872== Releasing lock...
[2026-04-05 21:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:57:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:57:04] Production.INFO: ==2866== Releasing lock...
[2026-04-05 21:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:57:04] Production.INFO: Total Charge 0
[2026-04-05 21:57:04] Production.INFO: CreateAllLog End
[2026-04-05 21:57:04] Production.INFO: Account Balance End.
[2026-04-05 21:57:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:57:04] Production.INFO: ==2870== Releasing lock...
[2026-04-05 21:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:57:11] Production.ERROR: CronJobId end10
[2026-04-05 21:57:11] Production.INFO: ==2868== Releasing lock...
[2026-04-05 21:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:57:14] Production.INFO: call_cost start
[2026-04-05 21:57:14] Production.INFO: call_cost end
[2026-04-05 21:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:57:14] Production.INFO: ==2864== Releasing lock...
[2026-04-05 21:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:58:01] Production.INFO: ==2926== Lock acquired, processing the job...
[2026-04-06 02:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:58:01] Production.INFO: neon service started
[2026-04-06 02:58:01] Production.INFO: neon service started
[2026-04-06 02:58:01] Production.INFO: ==2926== Releasing lock...
[2026-04-06 02:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:58:01] Production.INFO: ==2928== Lock acquired, processing the job...
[2026-04-05 21:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:58:02] Production.INFO: ==2928== Releasing lock...
[2026-04-05 21:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:58:02] Production.INFO: ==2930== Lock acquired, processing the job...
[2026-04-06 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:58:02] Production.INFO: ==2930== Releasing lock...
[2026-04-06 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:58:03] Production.INFO: ==2932== Lock acquired, processing the job...
[2026-04-05 21:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:58:03] Production.INFO: ==2936== Lock acquired, processing the job...
[2026-04-05 21:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:58:03] Production.INFO: ==2934== Lock acquired, processing the job...
[2026-04-05 21:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:58:03] Production.INFO: ==2938== Lock acquired, processing the job...
[2026-04-05 21:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:58:03] Production.INFO: ==2940== Lock acquired, processing the job...
[2026-04-05 21:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:58:03] Production.INFO: Account Balance Start.
[2026-04-05 21:58:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:58:03] Production.INFO: 117
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: ==2940== Releasing lock...
[2026-04-05 21:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-11
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-12
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-13
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: ==2934== Releasing lock...
[2026-04-05 21:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-14
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:03] Production.INFO: Date 2026-03-15
[2026-04-05 21:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:58:04] Production.INFO: Total Charge 0
[2026-04-05 21:58:04] Production.INFO: CreateAllLog End
[2026-04-05 21:58:04] Production.INFO: Account Balance End.
[2026-04-05 21:58:05] Production.ERROR: CronJobId end 12
[2026-04-05 21:58:05] Production.INFO: ==2938== Releasing lock...
[2026-04-05 21:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:58:10] Production.ERROR: CronJobId end10
[2026-04-05 21:58:10] Production.INFO: ==2936== Releasing lock...
[2026-04-05 21:58:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:58:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:58:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:58:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:58:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:58:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:58:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:58:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:58:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:58:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:58:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:58:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:58:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:58:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:58:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:58:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:58:13] Production.INFO: call_cost start
[2026-04-05 21:58:13] Production.INFO: call_cost end
[2026-04-05 21:58:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:58:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:58:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:58:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:58:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:58:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:58:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:58:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:58:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:58:13] Production.INFO: ==2932== Releasing lock...
[2026-04-05 21:58:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:58:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 02:59:02] Production.INFO: ==2997== Lock acquired, processing the job...
[2026-04-06 02:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 02:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 02:59:02] Production.INFO: neon service started
[2026-04-06 02:59:02] Production.INFO: neon service started
[2026-04-06 02:59:02] Production.INFO: ==2997== Releasing lock...
[2026-04-06 02:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 02:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 21:59:02] Production.INFO: ==2999== Lock acquired, processing the job...
[2026-04-05 21:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 21:59:02] Production.INFO: ==2999== Releasing lock...
[2026-04-05 21:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 21:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:59:02] Production.INFO: ==3001== Lock acquired, processing the job...
[2026-04-06 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:59:02] Production.INFO: ==3001== Releasing lock...
[2026-04-06 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 01:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 21:59:03] Production.INFO: ==3012== Lock acquired, processing the job...
[2026-04-05 21:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 21:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 21:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 21:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 21:59:03] Production.INFO: ==3012== Releasing lock...
[2026-04-05 21:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 21:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 21:59:03] Production.INFO: ==3003== Lock acquired, processing the job...
[2026-04-05 21:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 21:59:03] Production.INFO: ==3005== Lock acquired, processing the job...
[2026-04-05 21:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 21:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 21:59:03] Production.INFO: ==3008== Lock acquired, processing the job...
[2026-04-05 21:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 21:59:03] Production.INFO: ==3010== Lock acquired, processing the job...
[2026-04-05 21:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 21:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 21:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 21:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 21:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 21:59:03] Production.INFO: Account Balance Start.
[2026-04-05 21:59:03] Production.INFO: CreateAllLog Start
[2026-04-05 21:59:03] Production.INFO: 117
[2026-04-05 21:59:03] Production.INFO: Date 2026-03-08
[2026-04-05 21:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:03] Production.INFO: Date 2026-03-09
[2026-04-05 21:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:03] Production.INFO: Date 2026-03-10
[2026-04-05 21:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-11
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-12
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-13
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-14
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: ==3005== Releasing lock...
[2026-04-05 21:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 21:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-15
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-16
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-17
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-18
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-19
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-20
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-21
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-22
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-23
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-24
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-25
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-26
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-27
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-28
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-29
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-30
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-03-31
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-04-01
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-04-02
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-04-03
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-04-04
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Date 2026-04-05
[2026-04-05 21:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 21:59:04] Production.INFO: Total Charge 0
[2026-04-05 21:59:04] Production.INFO: CreateAllLog End
[2026-04-05 21:59:04] Production.INFO: Account Balance End.
[2026-04-05 21:59:04] Production.ERROR: CronJobId end 12
[2026-04-05 21:59:04] Production.INFO: ==3010== Releasing lock...
[2026-04-05 21:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 21:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 21:59:10] Production.ERROR: CronJobId end10
[2026-04-05 21:59:10] Production.INFO: ==3008== Releasing lock...
[2026-04-05 21:59:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 21:59:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 21:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 21:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 21:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 21:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 21:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 21:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 21:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 21:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 21:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 21:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 21:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 21:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 21:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 21:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 21:59:14] Production.INFO: call_cost start
[2026-04-05 21:59:14] Production.INFO: call_cost end
[2026-04-05 21:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 21:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 21:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 21:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 21:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 21:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 21:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 21:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 21:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 21:59:14] Production.INFO: ==3003== Releasing lock...
[2026-04-05 21:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 21:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:00:01] Production.INFO: ==3069== Lock acquired, processing the job...
[2026-04-06 03:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:00:01] Production.INFO: neon service started
[2026-04-06 03:00:01] Production.INFO: neon service started
[2026-04-06 03:00:01] Production.INFO: ==3069== Releasing lock...
[2026-04-06 03:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:00:02] Production.INFO: ==3071== Lock acquired, processing the job...
[2026-04-05 22:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:00:02] Production.INFO: ==3073== Lock acquired, processing the job...
[2026-04-06 02:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:00:02] Production.INFO: ==3073== Releasing lock...
[2026-04-06 02:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:00:02] Production.INFO: ==3071== Releasing lock...
[2026-04-05 22:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:00:03] Production.INFO: ==3078== Lock acquired, processing the job...
[2026-04-05 22:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:00:03] Production.INFO: ==3082== Lock acquired, processing the job...
[2026-04-05 22:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:00:03] Production.INFO: ==3080== Lock acquired, processing the job...
[2026-04-05 22:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:00:03] Production.INFO: Account Balance Start.
[2026-04-05 22:00:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:00:03] Production.INFO: 117
[2026-04-05 22:00:03] Production.INFO: ==3076== Lock acquired, processing the job...
[2026-04-05 22:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:00:03] Production.INFO: ==3084== Lock acquired, processing the job...
[2026-04-05 22:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:00:03] Production.INFO: ==3078== Releasing lock...
[2026-04-05 22:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:00:03] Production.INFO: ==3084== Releasing lock...
[2026-04-05 22:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:00:04] Production.INFO: Total Charge 0
[2026-04-05 22:00:04] Production.INFO: CreateAllLog End
[2026-04-05 22:00:04] Production.INFO: Account Balance End.
[2026-04-05 22:00:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:00:04] Production.INFO: ==3082== Releasing lock...
[2026-04-05 22:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:00:10] Production.ERROR: CronJobId end10
[2026-04-05 22:00:10] Production.INFO: ==3080== Releasing lock...
[2026-04-05 22:00:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:00:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:00:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:00:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:00:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:00:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:00:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:00:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:00:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:00:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:00:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:00:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:00:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:00:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:00:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:00:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:00:12] Production.INFO: call_cost start
[2026-04-05 22:00:12] Production.INFO: call_cost end
[2026-04-05 22:00:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:00:12] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:00:12] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:00:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:00:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:00:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:00:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:00:12] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:00:12] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:00:12] Production.INFO: ==3076== Releasing lock...
[2026-04-05 22:00:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:00:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:01:01] Production.INFO: ==3145== Lock acquired, processing the job...
[2026-04-06 03:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:01:01] Production.INFO: neon service started
[2026-04-06 03:01:01] Production.INFO: neon service started
[2026-04-06 03:01:01] Production.INFO: ==3145== Releasing lock...
[2026-04-06 03:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:01:02] Production.INFO: ==3160== Lock acquired, processing the job...
[2026-04-06 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:01:02] Production.INFO: ==3160== Releasing lock...
[2026-04-06 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:01:02] Production.INFO: ==3158== Lock acquired, processing the job...
[2026-04-05 22:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:01:02] Production.INFO: ==3158== Releasing lock...
[2026-04-05 22:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:01:03] Production.INFO: ==3162== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 22:01:03] Production.INFO: ==3164== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:01:03] Production.INFO: ==3168== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 22:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 22:01:03] Production.ERROR: CronJob PID - 3164
[2026-04-05 22:01:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 22:01:03] Production.ERROR: CronJob ID - 5
[2026-04-05 22:01:03] Production.ERROR: CronJob Last Run Time 2026-04-05 22:01:00
[2026-04-05 22:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 22:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 22:01:03] Production.INFO: ==3166== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:01:03] Production.INFO: ==3170== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 22:01:03] Production.INFO: ==3162== Releasing lock...
[2026-04-05 22:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 22:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 22:01:03] Production.INFO: ==3174== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:01:03] Production.INFO: ==3172== Lock acquired, processing the job...
[2026-04-05 22:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 22:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:01:03] Production.INFO: Account Balance Start.
[2026-04-05 22:01:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:01:03] Production.INFO: 117
[2026-04-05 22:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:01:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:01:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: ==3174== Releasing lock...
[2026-04-05 22:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.ERROR: done
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: ==3166== Releasing lock...
[2026-04-05 22:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 22:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044089', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-03-28
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-03-29
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-03-30
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-03-31
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:01:05] Production.INFO: Total Charge 0
[2026-04-05 22:01:05] Production.INFO: CreateAllLog End
[2026-04-05 22:01:05] Production.INFO: Account Balance End.
[2026-04-05 22:01:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:01:05] Production.INFO: ==3170== Releasing lock...
[2026-04-05 22:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044089', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 22:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 22:01:11] Production.INFO: ProcessCDR(1,17044089,1,1,2)
[2026-04-05 22:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044089,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044089,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 22:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 22:01:11] Production.INFO: ==3172== Releasing lock...
[2026-04-05 22:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 22:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:01:15] Production.ERROR: CronJobId end10
[2026-04-05 22:01:15] Production.INFO: ==3168== Releasing lock...
[2026-04-05 22:01:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:01:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:01:18] Production.INFO: call_cost start
[2026-04-05 22:01:18] Production.INFO: call_cost end
[2026-04-05 22:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:01:18] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:01:18] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:01:18] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:01:18] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:01:18] Production.INFO: ==3164== Releasing lock...
[2026-04-05 22:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:02:02] Production.INFO: ==3229== Lock acquired, processing the job...
[2026-04-06 03:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:02:02] Production.INFO: neon service started
[2026-04-06 03:02:02] Production.INFO: neon service started
[2026-04-06 03:02:02] Production.INFO: ==3229== Releasing lock...
[2026-04-06 03:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:02:02] Production.INFO: ==3233== Lock acquired, processing the job...
[2026-04-06 02:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:02:02] Production.INFO: ==3233== Releasing lock...
[2026-04-06 02:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:02:02] Production.INFO: ==3231== Lock acquired, processing the job...
[2026-04-05 22:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:02:02] Production.INFO: ==3231== Releasing lock...
[2026-04-05 22:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:02:03] Production.INFO: ==3238== Lock acquired, processing the job...
[2026-04-05 22:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:02:03] Production.INFO: ==3240== Lock acquired, processing the job...
[2026-04-05 22:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:02:03] Production.INFO: ==3242== Lock acquired, processing the job...
[2026-04-05 22:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:02:03] Production.INFO: Account Balance Start.
[2026-04-05 22:02:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:02:03] Production.INFO: 117
[2026-04-05 22:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:02:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:02:03] Production.INFO: ==3236== Lock acquired, processing the job...
[2026-04-05 22:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: ==3244== Lock acquired, processing the job...
[2026-04-05 22:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-05 22:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:02:04] Production.INFO: ==3246== Lock acquired, processing the job...
[2026-04-05 22:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: ==3238== Releasing lock...
[2026-04-05 22:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: ==3246== Releasing lock...
[2026-04-05 22:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:02:04] Production.ERROR: done
[2026-04-05 22:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-05 22:02:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:02:04] Production.INFO: Total Charge 0
[2026-04-05 22:02:04] Production.INFO: CreateAllLog End
[2026-04-05 22:02:05] Production.ERROR: done
[2026-04-05 22:02:05] Production.INFO: Account Balance End.
[2026-04-05 22:02:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:02:05] Production.INFO: ==3242== Releasing lock...
[2026-04-05 22:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-05 22:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-05 22:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:02:05] Production.INFO: ==3244== Releasing lock...
[2026-04-05 22:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-05 22:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-05 22:02:11] Production.ERROR: CronJobId end10
[2026-04-05 22:02:11] Production.INFO: ==3240== Releasing lock...
[2026-04-05 22:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:02:15] Production.INFO: call_cost start
[2026-04-05 22:02:15] Production.INFO: call_cost end
[2026-04-05 22:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:02:15] Production.INFO: ==3236== Releasing lock...
[2026-04-05 22:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:03:01] Production.INFO: ==3300== Lock acquired, processing the job...
[2026-04-06 03:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:03:01] Production.INFO: neon service started
[2026-04-06 03:03:01] Production.INFO: neon service started
[2026-04-06 03:03:01] Production.INFO: ==3300== Releasing lock...
[2026-04-06 03:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:03:01] Production.INFO: ==3304== Lock acquired, processing the job...
[2026-04-06 02:03:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:03:01] Production.INFO: ==3304== Releasing lock...
[2026-04-06 02:03:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:03:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:03:02] Production.INFO: ==3302== Lock acquired, processing the job...
[2026-04-05 22:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:03:02] Production.INFO: ==3302== Releasing lock...
[2026-04-05 22:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:03:03] Production.INFO: ==3307== Lock acquired, processing the job...
[2026-04-05 22:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:03:03] Production.INFO: ==3311== Lock acquired, processing the job...
[2026-04-05 22:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:03:03] Production.INFO: ==3309== Lock acquired, processing the job...
[2026-04-05 22:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:03:03] Production.INFO: ==3313== Lock acquired, processing the job...
[2026-04-05 22:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:03:03] Production.INFO: ==3315== Lock acquired, processing the job...
[2026-04-05 22:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:03:03] Production.INFO: Account Balance Start.
[2026-04-05 22:03:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:03:03] Production.INFO: 117
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:03:03] Production.INFO: ==3315== Releasing lock...
[2026-04-05 22:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:03] Production.INFO: ==3309== Releasing lock...
[2026-04-05 22:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:03:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:03:04] Production.INFO: Total Charge 0
[2026-04-05 22:03:04] Production.INFO: CreateAllLog End
[2026-04-05 22:03:04] Production.INFO: Account Balance End.
[2026-04-05 22:03:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:03:04] Production.INFO: ==3313== Releasing lock...
[2026-04-05 22:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:03:11] Production.ERROR: CronJobId end10
[2026-04-05 22:03:11] Production.INFO: ==3311== Releasing lock...
[2026-04-05 22:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:03:14] Production.INFO: call_cost start
[2026-04-05 22:03:14] Production.INFO: call_cost end
[2026-04-05 22:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:03:14] Production.INFO: ==3307== Releasing lock...
[2026-04-05 22:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:04:01] Production.INFO: ==3374== Lock acquired, processing the job...
[2026-04-06 03:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:04:02] Production.INFO: neon service started
[2026-04-06 03:04:02] Production.INFO: neon service started
[2026-04-06 03:04:02] Production.INFO: ==3374== Releasing lock...
[2026-04-06 03:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:04:02] Production.INFO: ==3378== Lock acquired, processing the job...
[2026-04-06 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:04:02] Production.INFO: ==3378== Releasing lock...
[2026-04-06 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:04:02] Production.INFO: ==3376== Lock acquired, processing the job...
[2026-04-05 22:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:04:02] Production.INFO: ==3376== Releasing lock...
[2026-04-05 22:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:04:03] Production.INFO: ==3383== Lock acquired, processing the job...
[2026-04-05 22:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:04:03] Production.INFO: ==3381== Lock acquired, processing the job...
[2026-04-05 22:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:04:03] Production.INFO: ==3387== Lock acquired, processing the job...
[2026-04-05 22:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:04:03] Production.INFO: ==3385== Lock acquired, processing the job...
[2026-04-05 22:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:04:03] Production.INFO: Account Balance Start.
[2026-04-05 22:04:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:04:03] Production.INFO: 117
[2026-04-05 22:04:03] Production.INFO: ==3389== Lock acquired, processing the job...
[2026-04-05 22:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:04:03] Production.INFO: ==3389== Releasing lock...
[2026-04-05 22:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: ==3383== Releasing lock...
[2026-04-05 22:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:04:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:04:04] Production.INFO: Total Charge 0
[2026-04-05 22:04:04] Production.INFO: CreateAllLog End
[2026-04-05 22:04:04] Production.INFO: Account Balance End.
[2026-04-05 22:04:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:04:04] Production.INFO: ==3387== Releasing lock...
[2026-04-05 22:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:04:11] Production.ERROR: CronJobId end10
[2026-04-05 22:04:11] Production.INFO: ==3385== Releasing lock...
[2026-04-05 22:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:04:14] Production.INFO: call_cost start
[2026-04-05 22:04:14] Production.INFO: call_cost end
[2026-04-05 22:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:04:14] Production.INFO: ==3381== Releasing lock...
[2026-04-05 22:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:05:01] Production.INFO: ==3444== Lock acquired, processing the job...
[2026-04-06 03:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:05:01] Production.INFO: neon service started
[2026-04-06 03:05:01] Production.INFO: neon service started
[2026-04-06 03:05:01] Production.INFO: ==3444== Releasing lock...
[2026-04-06 03:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:05:01] Production.INFO: ==3448== Lock acquired, processing the job...
[2026-04-06 02:05:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:05:01] Production.INFO: ==3448== Releasing lock...
[2026-04-06 02:05:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:05:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:05:01] Production.INFO: ==3446== Lock acquired, processing the job...
[2026-04-05 22:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:05:02] Production.INFO: ==3446== Releasing lock...
[2026-04-05 22:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:05:02] Production.INFO: ==3451== Lock acquired, processing the job...
[2026-04-05 22:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:05:02] Production.INFO: ==3455== Lock acquired, processing the job...
[2026-04-05 22:05:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:05:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:05:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:05:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:05:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:05:03] Production.INFO: ==3453== Lock acquired, processing the job...
[2026-04-05 22:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:05:03] Production.INFO: ==3457== Lock acquired, processing the job...
[2026-04-05 22:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:05:03] Production.INFO: Account Balance Start.
[2026-04-05 22:05:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:05:03] Production.INFO: 117
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:05:03] Production.INFO: ==3459== Lock acquired, processing the job...
[2026-04-05 22:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:05:03] Production.INFO: ==3459== Releasing lock...
[2026-04-05 22:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: ==3453== Releasing lock...
[2026-04-05 22:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:05:04] Production.INFO: Total Charge 0
[2026-04-05 22:05:04] Production.INFO: CreateAllLog End
[2026-04-05 22:05:04] Production.INFO: Account Balance End.
[2026-04-05 22:05:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:05:04] Production.INFO: ==3457== Releasing lock...
[2026-04-05 22:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:05:10] Production.ERROR: CronJobId end10
[2026-04-05 22:05:10] Production.INFO: ==3455== Releasing lock...
[2026-04-05 22:05:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:05:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:05:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:05:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:05:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:05:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:05:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:05:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:05:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:05:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:05:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:05:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:05:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:05:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:05:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:05:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:05:13] Production.INFO: call_cost start
[2026-04-05 22:05:13] Production.INFO: call_cost end
[2026-04-05 22:05:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:05:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:05:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:05:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:05:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:05:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:05:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:05:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:05:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:05:13] Production.INFO: ==3451== Releasing lock...
[2026-04-05 22:05:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:05:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:06:01] Production.INFO: ==3514== Lock acquired, processing the job...
[2026-04-06 03:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:06:01] Production.INFO: neon service started
[2026-04-06 03:06:01] Production.INFO: neon service started
[2026-04-06 03:06:01] Production.INFO: ==3514== Releasing lock...
[2026-04-06 03:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:06:02] Production.INFO: ==3518== Lock acquired, processing the job...
[2026-04-06 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:06:02] Production.INFO: ==3518== Releasing lock...
[2026-04-06 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:06:02] Production.INFO: ==3516== Lock acquired, processing the job...
[2026-04-05 22:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:06:02] Production.INFO: ==3516== Releasing lock...
[2026-04-05 22:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:06:03] Production.INFO: ==3520== Lock acquired, processing the job...
[2026-04-05 22:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:06:03] Production.INFO: ==3522== Lock acquired, processing the job...
[2026-04-05 22:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:06:03] Production.INFO: ==3526== Lock acquired, processing the job...
[2026-04-05 22:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:06:03] Production.INFO: ==3524== Lock acquired, processing the job...
[2026-04-05 22:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:06:03] Production.INFO: Account Balance Start.
[2026-04-05 22:06:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:06:03] Production.INFO: 117
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.INFO: ==3528== Lock acquired, processing the job...
[2026-04-05 22:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:03] Production.INFO: ==3528== Releasing lock...
[2026-04-05 22:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:06:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: ==3522== Releasing lock...
[2026-04-05 22:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:06:04] Production.INFO: Total Charge 0
[2026-04-05 22:06:04] Production.INFO: CreateAllLog End
[2026-04-05 22:06:04] Production.INFO: Account Balance End.
[2026-04-05 22:06:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:06:04] Production.INFO: ==3526== Releasing lock...
[2026-04-05 22:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:06:11] Production.ERROR: CronJobId end10
[2026-04-05 22:06:11] Production.INFO: ==3524== Releasing lock...
[2026-04-05 22:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:06:14] Production.INFO: call_cost start
[2026-04-05 22:06:14] Production.INFO: call_cost end
[2026-04-05 22:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:06:14] Production.INFO: ==3520== Releasing lock...
[2026-04-05 22:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:07:02] Production.INFO: ==3589== Lock acquired, processing the job...
[2026-04-06 03:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:07:02] Production.INFO: neon service started
[2026-04-06 03:07:02] Production.INFO: neon service started
[2026-04-06 03:07:02] Production.INFO: ==3589== Releasing lock...
[2026-04-06 03:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:07:02] Production.INFO: ==3592== Lock acquired, processing the job...
[2026-04-05 22:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:07:02] Production.INFO: ==3592== Releasing lock...
[2026-04-05 22:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:07:03] Production.INFO: ==3594== Lock acquired, processing the job...
[2026-04-06 02:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:07:03] Production.INFO: ==3594== Releasing lock...
[2026-04-06 02:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:07:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:07:03] Production.INFO: ==3596== Lock acquired, processing the job...
[2026-04-05 22:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:07:03] Production.INFO: ==3598== Lock acquired, processing the job...
[2026-04-05 22:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:07:03] Production.INFO: ==3600== Lock acquired, processing the job...
[2026-04-05 22:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:07:03] Production.INFO: ==3602== Lock acquired, processing the job...
[2026-04-05 22:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:07:03] Production.INFO: ==3604== Lock acquired, processing the job...
[2026-04-05 22:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:07:03] Production.INFO: Account Balance Start.
[2026-04-05 22:07:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:07:03] Production.INFO: 117
[2026-04-05 22:07:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:07:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:07:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:03] Production.INFO: ==3604== Releasing lock...
[2026-04-05 22:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:07:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: ==3598== Releasing lock...
[2026-04-05 22:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:07:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:07:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:07:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:07:05] Production.INFO: Total Charge 0
[2026-04-05 22:07:05] Production.INFO: CreateAllLog End
[2026-04-05 22:07:05] Production.INFO: Account Balance End.
[2026-04-05 22:07:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:07:05] Production.INFO: ==3602== Releasing lock...
[2026-04-05 22:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:07:12] Production.ERROR: CronJobId end10
[2026-04-05 22:07:12] Production.INFO: ==3600== Releasing lock...
[2026-04-05 22:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:07:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:07:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:07:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:07:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:07:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:07:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:07:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:07:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:07:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:07:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:07:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:07:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:07:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:07:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:07:15] Production.INFO: call_cost start
[2026-04-05 22:07:15] Production.INFO: call_cost end
[2026-04-05 22:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:07:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:07:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:07:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:07:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:07:15] Production.INFO: ==3596== Releasing lock...
[2026-04-05 22:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:08:01] Production.INFO: ==3659== Lock acquired, processing the job...
[2026-04-06 03:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:08:01] Production.INFO: neon service started
[2026-04-06 03:08:01] Production.INFO: neon service started
[2026-04-06 03:08:01] Production.INFO: ==3659== Releasing lock...
[2026-04-06 03:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:08:02] Production.INFO: ==3661== Lock acquired, processing the job...
[2026-04-05 22:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:08:02] Production.INFO: ==3663== Lock acquired, processing the job...
[2026-04-06 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 22:08:02] Production.INFO: ==3661== Releasing lock...
[2026-04-05 22:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:08:02] Production.INFO: ==3663== Releasing lock...
[2026-04-06 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:08:03] Production.INFO: ==3666== Lock acquired, processing the job...
[2026-04-05 22:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:08:03] Production.INFO: ==3668== Lock acquired, processing the job...
[2026-04-05 22:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:08:03] Production.INFO: ==3672== Lock acquired, processing the job...
[2026-04-05 22:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:08:03] Production.INFO: ==3670== Lock acquired, processing the job...
[2026-04-05 22:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:08:03] Production.INFO: ==3674== Lock acquired, processing the job...
[2026-04-05 22:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:08:03] Production.INFO: Account Balance Start.
[2026-04-05 22:08:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:08:03] Production.INFO: 117
[2026-04-05 22:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: ==3674== Releasing lock...
[2026-04-05 22:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: ==3668== Releasing lock...
[2026-04-05 22:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:08:04] Production.INFO: Total Charge 0
[2026-04-05 22:08:04] Production.INFO: CreateAllLog End
[2026-04-05 22:08:04] Production.INFO: Account Balance End.
[2026-04-05 22:08:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:08:04] Production.INFO: ==3672== Releasing lock...
[2026-04-05 22:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:08:12] Production.ERROR: CronJobId end10
[2026-04-05 22:08:12] Production.INFO: ==3670== Releasing lock...
[2026-04-05 22:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:08:14] Production.INFO: call_cost start
[2026-04-05 22:08:14] Production.INFO: call_cost end
[2026-04-05 22:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:08:14] Production.INFO: ==3666== Releasing lock...
[2026-04-05 22:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:09:02] Production.INFO: ==3729== Lock acquired, processing the job...
[2026-04-06 03:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:09:02] Production.INFO: neon service started
[2026-04-06 03:09:02] Production.INFO: neon service started
[2026-04-06 03:09:02] Production.INFO: ==3729== Releasing lock...
[2026-04-06 03:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:09:02] Production.INFO: ==3731== Lock acquired, processing the job...
[2026-04-05 22:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:09:02] Production.INFO: ==3731== Releasing lock...
[2026-04-05 22:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:09:02] Production.INFO: ==3733== Lock acquired, processing the job...
[2026-04-06 02:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:09:02] Production.INFO: ==3733== Releasing lock...
[2026-04-06 02:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:09:03] Production.INFO: ==3736== Lock acquired, processing the job...
[2026-04-05 22:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:09:03] Production.INFO: ==3742== Lock acquired, processing the job...
[2026-04-05 22:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:09:03] Production.INFO: ==3740== Lock acquired, processing the job...
[2026-04-05 22:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:09:03] Production.INFO: ==3738== Lock acquired, processing the job...
[2026-04-05 22:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:09:03] Production.INFO: Account Balance Start.
[2026-04-05 22:09:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:09:03] Production.INFO: 117
[2026-04-05 22:09:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:03] Production.INFO: ==3744== Lock acquired, processing the job...
[2026-04-05 22:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:09:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:09:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: ==3744== Releasing lock...
[2026-04-05 22:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: ==3738== Releasing lock...
[2026-04-05 22:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:09:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:09:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:09:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:09:05] Production.INFO: Total Charge 0
[2026-04-05 22:09:05] Production.INFO: CreateAllLog End
[2026-04-05 22:09:05] Production.INFO: Account Balance End.
[2026-04-05 22:09:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:09:05] Production.INFO: ==3742== Releasing lock...
[2026-04-05 22:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:09:12] Production.ERROR: CronJobId end10
[2026-04-05 22:09:12] Production.INFO: ==3740== Releasing lock...
[2026-04-05 22:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:09:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:09:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:09:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:09:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:09:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:09:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:09:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:09:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:09:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:09:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:09:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:09:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:09:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:09:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:09:15] Production.INFO: call_cost start
[2026-04-05 22:09:15] Production.INFO: call_cost end
[2026-04-05 22:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:09:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:09:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:09:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:09:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:09:15] Production.INFO: ==3736== Releasing lock...
[2026-04-05 22:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:10:01] Production.INFO: ==3806== Lock acquired, processing the job...
[2026-04-06 03:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:10:01] Production.INFO: neon service started
[2026-04-06 03:10:01] Production.INFO: neon service started
[2026-04-06 03:10:01] Production.INFO: ==3806== Releasing lock...
[2026-04-06 03:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:10:01] Production.INFO: ==3811== Lock acquired, processing the job...
[2026-04-06 02:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:10:01] Production.INFO: ==3811== Releasing lock...
[2026-04-06 02:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:10:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:10:02] Production.INFO: ==3809== Lock acquired, processing the job...
[2026-04-05 22:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:10:02] Production.INFO: ==3809== Releasing lock...
[2026-04-05 22:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:10:02] Production.INFO: ==3817== Lock acquired, processing the job...
[2026-04-05 22:10:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:10:02] Production.INFO: ==3819== Lock acquired, processing the job...
[2026-04-05 22:10:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:10:02] Production.INFO: Account Balance Start.
[2026-04-05 22:10:02] Production.INFO: CreateAllLog Start
[2026-04-05 22:10:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:10:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:10:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:10:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:10:02] Production.INFO: 117
[2026-04-05 22:10:02] Production.INFO: Date 2026-03-08
[2026-04-05 22:10:02] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: ==3815== Lock acquired, processing the job...
[2026-04-05 22:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: ==3813== Lock acquired, processing the job...
[2026-04-05 22:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: ==3821== Lock acquired, processing the job...
[2026-04-05 22:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:10:03] Production.INFO: ==3821== Releasing lock...
[2026-04-05 22:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:03] Production.INFO: ==3815== Releasing lock...
[2026-04-05 22:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:10:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:10:04] Production.INFO: Total Charge 0
[2026-04-05 22:10:04] Production.INFO: CreateAllLog End
[2026-04-05 22:10:04] Production.INFO: Account Balance End.
[2026-04-05 22:10:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:10:04] Production.INFO: ==3819== Releasing lock...
[2026-04-05 22:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:10:10] Production.ERROR: CronJobId end10
[2026-04-05 22:10:10] Production.INFO: ==3817== Releasing lock...
[2026-04-05 22:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:10:13] Production.INFO: call_cost start
[2026-04-05 22:10:13] Production.INFO: call_cost end
[2026-04-05 22:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:10:13] Production.INFO: ==3813== Releasing lock...
[2026-04-05 22:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:11:01] Production.INFO: ==3881== Lock acquired, processing the job...
[2026-04-06 03:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:11:02] Production.INFO: neon service started
[2026-04-06 03:11:02] Production.INFO: neon service started
[2026-04-06 03:11:02] Production.INFO: ==3881== Releasing lock...
[2026-04-06 03:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:11:02] Production.INFO: ==3884== Lock acquired, processing the job...
[2026-04-05 22:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:11:02] Production.INFO: ==3886== Lock acquired, processing the job...
[2026-04-06 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:11:02] Production.INFO: ==3886== Releasing lock...
[2026-04-06 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:11:02] Production.INFO: ==3884== Releasing lock...
[2026-04-05 22:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:11:03] Production.INFO: ==3890== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 22:11:03] Production.INFO: ==3892== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 22:11:03] Production.INFO: ==3894== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 22:11:03] Production.INFO: ==3890== Releasing lock...
[2026-04-05 22:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 22:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 22:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:11:03] Production.INFO: ==3896== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:11:03] Production.INFO: ==3898== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:11:03] Production.INFO: ==3900== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 22:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:11:03] Production.INFO: ==3902== Lock acquired, processing the job...
[2026-04-05 22:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:11:04] Production.INFO: Account Balance Start.
[2026-04-05 22:11:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:11:04] Production.INFO: 117
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: ==3894== Releasing lock...
[2026-04-05 22:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: ==3902== Releasing lock...
[2026-04-05 22:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.ERROR: done
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 22:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044131', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:11:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:11:05] Production.INFO: Total Charge 0
[2026-04-05 22:11:05] Production.INFO: CreateAllLog End
[2026-04-05 22:11:05] Production.INFO: Account Balance End.
[2026-04-05 22:11:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:11:05] Production.INFO: ==3898== Releasing lock...
[2026-04-05 22:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044131', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 22:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 22:11:10] Production.INFO: ProcessCDR(1,17044131,1,1,2)
[2026-04-05 22:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044131,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044131,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 22:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 22:11:10] Production.INFO: ==3900== Releasing lock...
[2026-04-05 22:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 22:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:11:14] Production.ERROR: CronJobId end10
[2026-04-05 22:11:14] Production.INFO: ==3896== Releasing lock...
[2026-04-05 22:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:11:16] Production.INFO: call_cost start
[2026-04-05 22:11:16] Production.INFO: call_cost end
[2026-04-05 22:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:11:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:11:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:11:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:11:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:11:16] Production.INFO: ==3892== Releasing lock...
[2026-04-05 22:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:12:01] Production.INFO: ==3960== Lock acquired, processing the job...
[2026-04-06 03:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:12:01] Production.INFO: neon service started
[2026-04-06 03:12:01] Production.INFO: neon service started
[2026-04-06 03:12:01] Production.INFO: ==3960== Releasing lock...
[2026-04-06 03:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:12:01] Production.INFO: ==3962== Lock acquired, processing the job...
[2026-04-05 22:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:12:02] Production.INFO: ==3962== Releasing lock...
[2026-04-05 22:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:12:02] Production.INFO: ==3964== Lock acquired, processing the job...
[2026-04-06 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:12:02] Production.INFO: ==3964== Releasing lock...
[2026-04-06 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:12:02] Production.INFO: ==3966== Lock acquired, processing the job...
[2026-04-05 22:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:12:02] Production.INFO: ==3968== Lock acquired, processing the job...
[2026-04-05 22:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:12:03] Production.INFO: ==3970== Lock acquired, processing the job...
[2026-04-05 22:12:03] Production.INFO: ==3972== Lock acquired, processing the job...
[2026-04-05 22:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:12:03] Production.INFO: ==3974== Lock acquired, processing the job...
[2026-04-05 22:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:12:03] Production.INFO: Account Balance Start.
[2026-04-05 22:12:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:12:03] Production.INFO: 117
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:12:03] Production.INFO: ==3974== Releasing lock...
[2026-04-05 22:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: ==3968== Releasing lock...
[2026-04-05 22:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-04-02
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-04-03
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:03] Production.INFO: Date 2026-04-04
[2026-04-05 22:12:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:12:04] Production.INFO: Total Charge 0
[2026-04-05 22:12:04] Production.INFO: CreateAllLog End
[2026-04-05 22:12:04] Production.INFO: Account Balance End.
[2026-04-05 22:12:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:12:04] Production.INFO: ==3972== Releasing lock...
[2026-04-05 22:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:12:10] Production.ERROR: CronJobId end10
[2026-04-05 22:12:10] Production.INFO: ==3970== Releasing lock...
[2026-04-05 22:12:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:12:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:12:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:12:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:12:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:12:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:12:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:12:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:12:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:12:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:12:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:12:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:12:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:12:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:12:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:12:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:12:12] Production.INFO: call_cost start
[2026-04-05 22:12:12] Production.INFO: call_cost end
[2026-04-05 22:12:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:12:12] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:12:12] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:12:13] Production.INFO: ==3966== Releasing lock...
[2026-04-05 22:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:13:01] Production.INFO: ==4032== Lock acquired, processing the job...
[2026-04-06 03:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:13:01] Production.INFO: neon service started
[2026-04-06 03:13:01] Production.INFO: neon service started
[2026-04-06 03:13:01] Production.INFO: ==4032== Releasing lock...
[2026-04-06 03:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:13:02] Production.INFO: ==4037== Lock acquired, processing the job...
[2026-04-06 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:13:02] Production.INFO: ==4037== Releasing lock...
[2026-04-06 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:13:02] Production.INFO: ==4035== Lock acquired, processing the job...
[2026-04-05 22:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:13:02] Production.INFO: ==4035== Releasing lock...
[2026-04-05 22:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:13:03] Production.INFO: ==4043== Lock acquired, processing the job...
[2026-04-05 22:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:13:03] Production.INFO: ==4045== Lock acquired, processing the job...
[2026-04-05 22:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:13:03] Production.INFO: ==4047== Lock acquired, processing the job...
[2026-04-05 22:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:13:03] Production.INFO: Account Balance Start.
[2026-04-05 22:13:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:13:03] Production.INFO: 117
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:13:03] Production.INFO: ==4047== Releasing lock...
[2026-04-05 22:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: ==4041== Lock acquired, processing the job...
[2026-04-05 22:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: ==4039== Lock acquired, processing the job...
[2026-04-05 22:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:03] Production.INFO: Date 2026-04-02
[2026-04-05 22:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:13:04] Production.INFO: ==4041== Releasing lock...
[2026-04-05 22:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:13:04] Production.INFO: Total Charge 0
[2026-04-05 22:13:04] Production.INFO: CreateAllLog End
[2026-04-05 22:13:04] Production.INFO: Account Balance End.
[2026-04-05 22:13:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:13:04] Production.INFO: ==4045== Releasing lock...
[2026-04-05 22:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:13:10] Production.ERROR: CronJobId end10
[2026-04-05 22:13:10] Production.INFO: ==4043== Releasing lock...
[2026-04-05 22:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:13:14] Production.INFO: call_cost start
[2026-04-05 22:13:14] Production.INFO: call_cost end
[2026-04-05 22:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:13:14] Production.INFO: ==4039== Releasing lock...
[2026-04-05 22:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:14:02] Production.INFO: ==4107== Lock acquired, processing the job...
[2026-04-06 03:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:14:02] Production.INFO: neon service started
[2026-04-06 03:14:02] Production.INFO: neon service started
[2026-04-06 03:14:02] Production.INFO: ==4107== Releasing lock...
[2026-04-06 03:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:14:02] Production.INFO: ==4111== Lock acquired, processing the job...
[2026-04-06 02:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:14:02] Production.INFO: ==4111== Releasing lock...
[2026-04-06 02:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:14:02] Production.INFO: ==4109== Lock acquired, processing the job...
[2026-04-05 22:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:14:02] Production.INFO: ==4109== Releasing lock...
[2026-04-05 22:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:14:03] Production.INFO: ==4114== Lock acquired, processing the job...
[2026-04-05 22:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:14:03] Production.INFO: ==4122== Lock acquired, processing the job...
[2026-04-05 22:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:14:03] Production.INFO: ==4116== Lock acquired, processing the job...
[2026-04-05 22:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:14:03] Production.INFO: ==4118== Lock acquired, processing the job...
[2026-04-05 22:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:14:03] Production.INFO: ==4120== Lock acquired, processing the job...
[2026-04-05 22:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:14:04] Production.INFO: ==4122== Releasing lock...
[2026-04-05 22:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:14:04] Production.INFO: Account Balance Start.
[2026-04-05 22:14:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:14:04] Production.INFO: 117
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:14:04] Production.INFO: ==4116== Releasing lock...
[2026-04-05 22:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:14:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:14:05] Production.INFO: Total Charge 0
[2026-04-05 22:14:05] Production.INFO: CreateAllLog End
[2026-04-05 22:14:05] Production.INFO: Account Balance End.
[2026-04-05 22:14:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:14:05] Production.INFO: ==4120== Releasing lock...
[2026-04-05 22:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:14:12] Production.ERROR: CronJobId end10
[2026-04-05 22:14:12] Production.INFO: ==4118== Releasing lock...
[2026-04-05 22:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:14:14] Production.INFO: call_cost start
[2026-04-05 22:14:14] Production.INFO: call_cost end
[2026-04-05 22:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:14:14] Production.INFO: ==4114== Releasing lock...
[2026-04-05 22:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:15:01] Production.INFO: ==4188== Lock acquired, processing the job...
[2026-04-06 03:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:15:01] Production.INFO: neon service started
[2026-04-06 03:15:01] Production.INFO: neon service started
[2026-04-06 03:15:01] Production.INFO: ==4188== Releasing lock...
[2026-04-06 03:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:15:02] Production.INFO: ==4192== Lock acquired, processing the job...
[2026-04-06 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:15:02] Production.INFO: ==4192== Releasing lock...
[2026-04-06 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:15:02] Production.INFO: ==4190== Lock acquired, processing the job...
[2026-04-05 22:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:15:02] Production.INFO: ==4190== Releasing lock...
[2026-04-05 22:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:15:03] Production.INFO: ==4195== Lock acquired, processing the job...
[2026-04-05 22:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:15:03] Production.INFO: ==4197== Lock acquired, processing the job...
[2026-04-05 22:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:15:03] Production.INFO: ==4199== Lock acquired, processing the job...
[2026-04-05 22:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:15:03] Production.INFO: ==4203== Lock acquired, processing the job...
[2026-04-05 22:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:15:03] Production.INFO: ==4201== Lock acquired, processing the job...
[2026-04-05 22:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:15:03] Production.INFO: ==4203== Releasing lock...
[2026-04-05 22:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:15:03] Production.INFO: Account Balance Start.
[2026-04-05 22:15:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:15:03] Production.INFO: 117
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: ==4197== Releasing lock...
[2026-04-05 22:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:15:04] Production.INFO: Total Charge 0
[2026-04-05 22:15:04] Production.INFO: CreateAllLog End
[2026-04-05 22:15:04] Production.INFO: Account Balance End.
[2026-04-05 22:15:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:15:04] Production.INFO: ==4201== Releasing lock...
[2026-04-05 22:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:15:11] Production.ERROR: CronJobId end10
[2026-04-05 22:15:11] Production.INFO: ==4199== Releasing lock...
[2026-04-05 22:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:15:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:15:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:15:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:15:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:15:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:15:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:15:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:15:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:15:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:15:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:15:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:15:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:15:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:15:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:15:13] Production.INFO: call_cost start
[2026-04-05 22:15:13] Production.INFO: call_cost end
[2026-04-05 22:15:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:15:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:15:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:15:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:15:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:15:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:15:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:15:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:15:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:15:13] Production.INFO: ==4195== Releasing lock...
[2026-04-05 22:15:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:15:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:16:01] Production.INFO: ==4263== Lock acquired, processing the job...
[2026-04-06 03:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:16:02] Production.INFO: neon service started
[2026-04-06 03:16:02] Production.INFO: neon service started
[2026-04-06 03:16:02] Production.INFO: ==4263== Releasing lock...
[2026-04-06 03:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:16:02] Production.INFO: ==4265== Lock acquired, processing the job...
[2026-04-05 22:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:16:02] Production.INFO: ==4267== Lock acquired, processing the job...
[2026-04-06 02:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:16:02] Production.INFO: ==4267== Releasing lock...
[2026-04-06 02:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:16:02] Production.INFO: ==4265== Releasing lock...
[2026-04-05 22:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:16:03] Production.INFO: ==4276== Lock acquired, processing the job...
[2026-04-05 22:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:16:03] Production.INFO: ==4278== Lock acquired, processing the job...
[2026-04-05 22:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:16:03] Production.INFO: Account Balance Start.
[2026-04-05 22:16:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:16:03] Production.INFO: 117
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:16:03] Production.INFO: ==4278== Releasing lock...
[2026-04-05 22:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: ==4270== Lock acquired, processing the job...
[2026-04-05 22:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: ==4272== Lock acquired, processing the job...
[2026-04-05 22:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: ==4274== Lock acquired, processing the job...
[2026-04-05 22:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: ==4272== Releasing lock...
[2026-04-05 22:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:16:04] Production.INFO: Total Charge 0
[2026-04-05 22:16:04] Production.INFO: CreateAllLog End
[2026-04-05 22:16:05] Production.INFO: Account Balance End.
[2026-04-05 22:16:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:16:05] Production.INFO: ==4276== Releasing lock...
[2026-04-05 22:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:16:11] Production.ERROR: CronJobId end10
[2026-04-05 22:16:11] Production.INFO: ==4274== Releasing lock...
[2026-04-05 22:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:16:15] Production.INFO: call_cost start
[2026-04-05 22:16:15] Production.INFO: call_cost end
[2026-04-05 22:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:16:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:16:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:16:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:16:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:16:15] Production.INFO: ==4270== Releasing lock...
[2026-04-05 22:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:17:01] Production.INFO: ==4343== Lock acquired, processing the job...
[2026-04-06 03:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:17:01] Production.INFO: neon service started
[2026-04-06 03:17:01] Production.INFO: neon service started
[2026-04-06 03:17:01] Production.INFO: ==4343== Releasing lock...
[2026-04-06 03:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:17:02] Production.INFO: ==4345== Lock acquired, processing the job...
[2026-04-05 22:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:17:02] Production.INFO: ==4347== Lock acquired, processing the job...
[2026-04-06 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:17:02] Production.INFO: ==4347== Releasing lock...
[2026-04-06 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:17:02] Production.INFO: ==4345== Releasing lock...
[2026-04-05 22:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:17:02] Production.INFO: ==4358== Lock acquired, processing the job...
[2026-04-05 22:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:17:03] Production.INFO: Account Balance Start.
[2026-04-05 22:17:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:17:03] Production.INFO: 117
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: ==4352== Lock acquired, processing the job...
[2026-04-05 22:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:17:03] Production.INFO: ==4354== Lock acquired, processing the job...
[2026-04-05 22:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: ==4356== Lock acquired, processing the job...
[2026-04-05 22:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: ==4360== Lock acquired, processing the job...
[2026-04-05 22:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:17:03] Production.INFO: ==4360== Releasing lock...
[2026-04-05 22:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:17:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: ==4354== Releasing lock...
[2026-04-05 22:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:17:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:17:04] Production.INFO: Total Charge 0
[2026-04-05 22:17:04] Production.INFO: CreateAllLog End
[2026-04-05 22:17:04] Production.INFO: Account Balance End.
[2026-04-05 22:17:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:17:04] Production.INFO: ==4358== Releasing lock...
[2026-04-05 22:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:17:13] Production.ERROR: CronJobId end10
[2026-04-05 22:17:13] Production.INFO: ==4356== Releasing lock...
[2026-04-05 22:17:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:17:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:17:14] Production.INFO: call_cost start
[2026-04-05 22:17:14] Production.INFO: call_cost end
[2026-04-05 22:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:17:14] Production.INFO: ==4352== Releasing lock...
[2026-04-05 22:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:18:01] Production.INFO: ==4430== Lock acquired, processing the job...
[2026-04-06 03:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:18:01] Production.INFO: neon service started
[2026-04-06 03:18:01] Production.INFO: neon service started
[2026-04-06 03:18:01] Production.INFO: ==4430== Releasing lock...
[2026-04-06 03:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:18:02] Production.INFO: ==4434== Lock acquired, processing the job...
[2026-04-06 02:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:18:02] Production.INFO: ==4434== Releasing lock...
[2026-04-06 02:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:18:02] Production.INFO: ==4432== Lock acquired, processing the job...
[2026-04-05 22:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:18:02] Production.INFO: ==4432== Releasing lock...
[2026-04-05 22:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:18:03] Production.INFO: ==4442== Lock acquired, processing the job...
[2026-04-05 22:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:18:03] Production.INFO: Account Balance Start.
[2026-04-05 22:18:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:18:03] Production.INFO: 117
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: ==4436== Lock acquired, processing the job...
[2026-04-05 22:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:18:03] Production.INFO: ==4438== Lock acquired, processing the job...
[2026-04-05 22:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: ==4440== Lock acquired, processing the job...
[2026-04-05 22:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: ==4444== Lock acquired, processing the job...
[2026-04-05 22:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:18:03] Production.INFO: ==4444== Releasing lock...
[2026-04-05 22:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: ==4438== Releasing lock...
[2026-04-05 22:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:18:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:18:04] Production.INFO: Total Charge 0
[2026-04-05 22:18:04] Production.INFO: CreateAllLog End
[2026-04-05 22:18:04] Production.INFO: Account Balance End.
[2026-04-05 22:18:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:18:04] Production.INFO: ==4442== Releasing lock...
[2026-04-05 22:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:18:11] Production.ERROR: CronJobId end10
[2026-04-05 22:18:11] Production.INFO: ==4440== Releasing lock...
[2026-04-05 22:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:18:14] Production.INFO: call_cost start
[2026-04-05 22:18:14] Production.INFO: call_cost end
[2026-04-05 22:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:18:14] Production.INFO: ==4436== Releasing lock...
[2026-04-05 22:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:19:02] Production.INFO: ==4510== Lock acquired, processing the job...
[2026-04-06 03:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:19:02] Production.INFO: neon service started
[2026-04-06 03:19:02] Production.INFO: neon service started
[2026-04-06 03:19:02] Production.INFO: ==4510== Releasing lock...
[2026-04-06 03:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:19:02] Production.INFO: ==4514== Lock acquired, processing the job...
[2026-04-06 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:19:02] Production.INFO: ==4514== Releasing lock...
[2026-04-06 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:19:02] Production.INFO: ==4512== Lock acquired, processing the job...
[2026-04-05 22:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:19:02] Production.INFO: ==4512== Releasing lock...
[2026-04-05 22:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:19:03] Production.INFO: ==4520== Lock acquired, processing the job...
[2026-04-05 22:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:19:03] Production.INFO: ==4516== Lock acquired, processing the job...
[2026-04-05 22:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:19:03] Production.INFO: ==4518== Lock acquired, processing the job...
[2026-04-05 22:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:19:03] Production.INFO: ==4522== Lock acquired, processing the job...
[2026-04-05 22:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:19:03] Production.INFO: ==4524== Lock acquired, processing the job...
[2026-04-05 22:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:19:03] Production.INFO: Account Balance Start.
[2026-04-05 22:19:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:19:03] Production.INFO: 117
[2026-04-05 22:19:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:19:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:19:03] Production.INFO: ==4524== Releasing lock...
[2026-04-05 22:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:19:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: ==4518== Releasing lock...
[2026-04-05 22:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:19:05] Production.INFO: Total Charge 0
[2026-04-05 22:19:05] Production.INFO: CreateAllLog End
[2026-04-05 22:19:05] Production.INFO: Account Balance End.
[2026-04-05 22:19:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:19:05] Production.INFO: ==4522== Releasing lock...
[2026-04-05 22:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:19:11] Production.ERROR: CronJobId end10
[2026-04-05 22:19:11] Production.INFO: ==4520== Releasing lock...
[2026-04-05 22:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:19:14] Production.INFO: call_cost start
[2026-04-05 22:19:14] Production.INFO: call_cost end
[2026-04-05 22:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:19:14] Production.INFO: ==4516== Releasing lock...
[2026-04-05 22:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:20:01] Production.INFO: ==4602== Lock acquired, processing the job...
[2026-04-06 03:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:20:01] Production.INFO: neon service started
[2026-04-06 03:20:01] Production.INFO: neon service started
[2026-04-06 03:20:01] Production.INFO: ==4602== Releasing lock...
[2026-04-06 03:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:20:02] Production.INFO: ==4604== Lock acquired, processing the job...
[2026-04-05 22:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:20:02] Production.INFO: ==4604== Releasing lock...
[2026-04-05 22:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:20:02] Production.INFO: ==4606== Lock acquired, processing the job...
[2026-04-06 02:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:20:02] Production.INFO: ==4606== Releasing lock...
[2026-04-06 02:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:20:02] Production.INFO: ==4611== Lock acquired, processing the job...
[2026-04-05 22:20:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:20:02] Production.INFO: ==4615== Lock acquired, processing the job...
[2026-04-05 22:20:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:20:03] Production.INFO: Account Balance Start.
[2026-04-05 22:20:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:20:03] Production.INFO: 117
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: ==4617== Lock acquired, processing the job...
[2026-04-05 22:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:20:03] Production.INFO: ==4609== Lock acquired, processing the job...
[2026-04-05 22:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:20:03] Production.INFO: ==4617== Releasing lock...
[2026-04-05 22:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:20:03] Production.INFO: ==4613== Lock acquired, processing the job...
[2026-04-05 22:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: ==4611== Releasing lock...
[2026-04-05 22:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-04-02
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:03] Production.INFO: Date 2026-04-03
[2026-04-05 22:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:20:04] Production.INFO: Total Charge 0
[2026-04-05 22:20:04] Production.INFO: CreateAllLog End
[2026-04-05 22:20:04] Production.INFO: Account Balance End.
[2026-04-05 22:20:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:20:04] Production.INFO: ==4615== Releasing lock...
[2026-04-05 22:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:20:11] Production.ERROR: CronJobId end10
[2026-04-05 22:20:11] Production.INFO: ==4613== Releasing lock...
[2026-04-05 22:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:20:15] Production.INFO: call_cost start
[2026-04-05 22:20:15] Production.INFO: call_cost end
[2026-04-05 22:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:20:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:20:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:20:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:20:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:20:15] Production.INFO: ==4609== Releasing lock...
[2026-04-05 22:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:21:02] Production.INFO: ==4688== Lock acquired, processing the job...
[2026-04-06 03:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:21:02] Production.INFO: neon service started
[2026-04-06 03:21:02] Production.INFO: neon service started
[2026-04-06 03:21:02] Production.INFO: ==4688== Releasing lock...
[2026-04-06 03:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:21:02] Production.INFO: ==4692== Lock acquired, processing the job...
[2026-04-06 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:21:02] Production.INFO: ==4692== Releasing lock...
[2026-04-06 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:21:02] Production.INFO: ==4690== Lock acquired, processing the job...
[2026-04-05 22:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:21:02] Production.INFO: ==4690== Releasing lock...
[2026-04-05 22:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:21:03] Production.INFO: ==4695== Lock acquired, processing the job...
[2026-04-05 22:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 22:21:03] Production.INFO: ==4699== Lock acquired, processing the job...
[2026-04-05 22:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 22:21:03] Production.INFO: ==4697== Lock acquired, processing the job...
[2026-04-05 22:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 22:21:03] Production.INFO: ==4695== Releasing lock...
[2026-04-05 22:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 22:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 22:21:03] Production.INFO: ==4705== Lock acquired, processing the job...
[2026-04-05 22:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 22:21:03] Production.INFO: ==4701== Lock acquired, processing the job...
[2026-04-05 22:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:21:04] Production.INFO: ==4707== Lock acquired, processing the job...
[2026-04-05 22:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:21:04] Production.INFO: ==4703== Lock acquired, processing the job...
[2026-04-05 22:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:21:04] Production.INFO: Account Balance Start.
[2026-04-05 22:21:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:21:04] Production.INFO: 117
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: ==4707== Releasing lock...
[2026-04-05 22:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: ==4699== Releasing lock...
[2026-04-05 22:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:21:04] Production.ERROR: done
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 22:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044172', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-03-27
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-03-28
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-03-29
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-03-30
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-03-31
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:21:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:21:05] Production.INFO: Total Charge 0
[2026-04-05 22:21:05] Production.INFO: CreateAllLog End
[2026-04-05 22:21:05] Production.INFO: Account Balance End.
[2026-04-05 22:21:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:21:05] Production.INFO: ==4703== Releasing lock...
[2026-04-05 22:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:21:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044172', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 22:21:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 22:21:09] Production.INFO: ProcessCDR(1,17044172,1,1,2)
[2026-04-05 22:21:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044172,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:21:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044172,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:21:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 22:21:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 22:21:09] Production.INFO: ==4705== Releasing lock...
[2026-04-05 22:21:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 22:21:09] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:21:12] Production.ERROR: CronJobId end10
[2026-04-05 22:21:12] Production.INFO: ==4701== Releasing lock...
[2026-04-05 22:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:21:16] Production.INFO: call_cost start
[2026-04-05 22:21:16] Production.INFO: call_cost end
[2026-04-05 22:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:21:16] Production.INFO: ==4697== Releasing lock...
[2026-04-05 22:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:22:01] Production.INFO: ==4767== Lock acquired, processing the job...
[2026-04-06 03:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:22:01] Production.INFO: neon service started
[2026-04-06 03:22:01] Production.INFO: neon service started
[2026-04-06 03:22:01] Production.INFO: ==4767== Releasing lock...
[2026-04-06 03:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:22:01] Production.INFO: ==4771== Lock acquired, processing the job...
[2026-04-06 02:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:22:01] Production.INFO: ==4771== Releasing lock...
[2026-04-06 02:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:22:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:22:01] Production.INFO: ==4769== Lock acquired, processing the job...
[2026-04-05 22:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:22:02] Production.INFO: ==4769== Releasing lock...
[2026-04-05 22:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:22:03] Production.INFO: ==4773== Lock acquired, processing the job...
[2026-04-05 22:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:22:03] Production.INFO: ==4779== Lock acquired, processing the job...
[2026-04-05 22:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:22:03] Production.INFO: ==4775== Lock acquired, processing the job...
[2026-04-05 22:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:22:03] Production.INFO: ==4777== Lock acquired, processing the job...
[2026-04-05 22:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:22:03] Production.INFO: ==4781== Lock acquired, processing the job...
[2026-04-05 22:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:22:03] Production.INFO: Account Balance Start.
[2026-04-05 22:22:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:22:03] Production.INFO: 117
[2026-04-05 22:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: ==4781== Releasing lock...
[2026-04-05 22:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: ==4775== Releasing lock...
[2026-04-05 22:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:03] Production.INFO: Date 2026-04-02
[2026-04-05 22:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:22:04] Production.INFO: Total Charge 0
[2026-04-05 22:22:04] Production.INFO: CreateAllLog End
[2026-04-05 22:22:04] Production.INFO: Account Balance End.
[2026-04-05 22:22:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:22:04] Production.INFO: ==4779== Releasing lock...
[2026-04-05 22:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:22:10] Production.ERROR: CronJobId end10
[2026-04-05 22:22:10] Production.INFO: ==4777== Releasing lock...
[2026-04-05 22:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:22:13] Production.INFO: call_cost start
[2026-04-05 22:22:13] Production.INFO: call_cost end
[2026-04-05 22:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:22:13] Production.INFO: ==4773== Releasing lock...
[2026-04-05 22:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:23:01] Production.INFO: ==4844== Lock acquired, processing the job...
[2026-04-06 03:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:23:01] Production.INFO: neon service started
[2026-04-06 03:23:01] Production.INFO: neon service started
[2026-04-06 03:23:01] Production.INFO: ==4844== Releasing lock...
[2026-04-06 03:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:23:02] Production.INFO: ==4846== Lock acquired, processing the job...
[2026-04-05 22:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:23:02] Production.INFO: ==4846== Releasing lock...
[2026-04-05 22:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:23:02] Production.INFO: ==4848== Lock acquired, processing the job...
[2026-04-06 02:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:23:02] Production.INFO: ==4848== Releasing lock...
[2026-04-06 02:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:23:03] Production.INFO: ==4853== Lock acquired, processing the job...
[2026-04-05 22:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:23:03] Production.INFO: ==4851== Lock acquired, processing the job...
[2026-04-05 22:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:23:03] Production.INFO: ==4855== Lock acquired, processing the job...
[2026-04-05 22:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:23:03] Production.INFO: ==4857== Lock acquired, processing the job...
[2026-04-05 22:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:23:03] Production.INFO: ==4859== Lock acquired, processing the job...
[2026-04-05 22:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:23:03] Production.INFO: Account Balance Start.
[2026-04-05 22:23:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:23:03] Production.INFO: 117
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:23:03] Production.INFO: ==4859== Releasing lock...
[2026-04-05 22:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: ==4853== Releasing lock...
[2026-04-05 22:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:23:04] Production.INFO: Total Charge 0
[2026-04-05 22:23:04] Production.INFO: CreateAllLog End
[2026-04-05 22:23:05] Production.INFO: Account Balance End.
[2026-04-05 22:23:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:23:05] Production.INFO: ==4857== Releasing lock...
[2026-04-05 22:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:23:11] Production.ERROR: CronJobId end10
[2026-04-05 22:23:11] Production.INFO: ==4855== Releasing lock...
[2026-04-05 22:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:23:14] Production.INFO: call_cost start
[2026-04-05 22:23:14] Production.INFO: call_cost end
[2026-04-05 22:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:23:14] Production.INFO: ==4851== Releasing lock...
[2026-04-05 22:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:24:02] Production.INFO: ==4923== Lock acquired, processing the job...
[2026-04-06 03:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:24:02] Production.INFO: neon service started
[2026-04-06 03:24:02] Production.INFO: neon service started
[2026-04-06 03:24:02] Production.INFO: ==4923== Releasing lock...
[2026-04-06 03:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:24:02] Production.INFO: ==4927== Lock acquired, processing the job...
[2026-04-06 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:24:02] Production.INFO: ==4927== Releasing lock...
[2026-04-06 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:24:02] Production.INFO: ==4925== Lock acquired, processing the job...
[2026-04-05 22:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:24:02] Production.INFO: ==4925== Releasing lock...
[2026-04-05 22:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:24:03] Production.INFO: ==4936== Lock acquired, processing the job...
[2026-04-05 22:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:24:03] Production.INFO: ==4930== Lock acquired, processing the job...
[2026-04-05 22:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:24:03] Production.INFO: ==4932== Lock acquired, processing the job...
[2026-04-05 22:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:24:03] Production.INFO: ==4934== Lock acquired, processing the job...
[2026-04-05 22:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:24:03] Production.INFO: ==4938== Lock acquired, processing the job...
[2026-04-05 22:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:24:03] Production.INFO: Account Balance Start.
[2026-04-05 22:24:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:24:03] Production.INFO: 117
[2026-04-05 22:24:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:24:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:24:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: ==4938== Releasing lock...
[2026-04-05 22:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: ==4932== Releasing lock...
[2026-04-05 22:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:24:05] Production.INFO: Total Charge 0
[2026-04-05 22:24:05] Production.INFO: CreateAllLog End
[2026-04-05 22:24:05] Production.INFO: Account Balance End.
[2026-04-05 22:24:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:24:05] Production.INFO: ==4936== Releasing lock...
[2026-04-05 22:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:24:12] Production.ERROR: CronJobId end10
[2026-04-05 22:24:12] Production.INFO: ==4934== Releasing lock...
[2026-04-05 22:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:24:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:24:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:24:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:24:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:24:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:24:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:24:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:24:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:24:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:24:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:24:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:24:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:24:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:24:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:24:15] Production.INFO: call_cost start
[2026-04-05 22:24:15] Production.INFO: call_cost end
[2026-04-05 22:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:24:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:24:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:24:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:24:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:24:15] Production.INFO: ==4930== Releasing lock...
[2026-04-05 22:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:25:01] Production.INFO: ==5004== Lock acquired, processing the job...
[2026-04-06 03:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:25:01] Production.INFO: neon service started
[2026-04-06 03:25:01] Production.INFO: neon service started
[2026-04-06 03:25:01] Production.INFO: ==5004== Releasing lock...
[2026-04-06 03:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:25:02] Production.INFO: ==5006== Lock acquired, processing the job...
[2026-04-05 22:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:25:02] Production.INFO: ==5008== Lock acquired, processing the job...
[2026-04-06 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:25:02] Production.INFO: ==5008== Releasing lock...
[2026-04-06 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:25:02] Production.INFO: ==5006== Releasing lock...
[2026-04-05 22:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:25:03] Production.INFO: ==5011== Lock acquired, processing the job...
[2026-04-05 22:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:25:03] Production.INFO: ==5013== Lock acquired, processing the job...
[2026-04-05 22:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:25:03] Production.INFO: ==5015== Lock acquired, processing the job...
[2026-04-05 22:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:25:03] Production.INFO: ==5019== Lock acquired, processing the job...
[2026-04-05 22:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:25:03] Production.INFO: ==5017== Lock acquired, processing the job...
[2026-04-05 22:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:25:03] Production.INFO: Account Balance Start.
[2026-04-05 22:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:25:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:25:03] Production.INFO: 117
[2026-04-05 22:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:25:03] Production.INFO: ==5019== Releasing lock...
[2026-04-05 22:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: ==5013== Releasing lock...
[2026-04-05 22:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:25:04] Production.INFO: Total Charge 0
[2026-04-05 22:25:04] Production.INFO: CreateAllLog End
[2026-04-05 22:25:04] Production.INFO: Account Balance End.
[2026-04-05 22:25:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:25:05] Production.INFO: ==5017== Releasing lock...
[2026-04-05 22:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:25:11] Production.ERROR: CronJobId end10
[2026-04-05 22:25:11] Production.INFO: ==5015== Releasing lock...
[2026-04-05 22:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:25:14] Production.INFO: call_cost start
[2026-04-05 22:25:14] Production.INFO: call_cost end
[2026-04-05 22:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:25:14] Production.INFO: ==5011== Releasing lock...
[2026-04-05 22:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:26:02] Production.INFO: ==5083== Lock acquired, processing the job...
[2026-04-06 03:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:26:02] Production.INFO: neon service started
[2026-04-06 03:26:02] Production.INFO: neon service started
[2026-04-06 03:26:02] Production.INFO: ==5083== Releasing lock...
[2026-04-06 03:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:26:02] Production.INFO: ==5085== Lock acquired, processing the job...
[2026-04-05 22:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:26:02] Production.INFO: ==5087== Lock acquired, processing the job...
[2026-04-06 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:26:02] Production.INFO: ==5087== Releasing lock...
[2026-04-06 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:26:02] Production.INFO: ==5085== Releasing lock...
[2026-04-05 22:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:26:03] Production.INFO: ==5090== Lock acquired, processing the job...
[2026-04-05 22:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:26:03] Production.INFO: ==5092== Lock acquired, processing the job...
[2026-04-05 22:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:26:03] Production.INFO: ==5096== Lock acquired, processing the job...
[2026-04-05 22:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:26:03] Production.INFO: ==5094== Lock acquired, processing the job...
[2026-04-05 22:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:26:03] Production.INFO: ==5098== Lock acquired, processing the job...
[2026-04-05 22:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:26:03] Production.INFO: Account Balance Start.
[2026-04-05 22:26:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:26:03] Production.INFO: 117
[2026-04-05 22:26:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:26:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:26:04] Production.INFO: ==5098== Releasing lock...
[2026-04-05 22:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: ==5092== Releasing lock...
[2026-04-05 22:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:26:05] Production.INFO: Total Charge 0
[2026-04-05 22:26:05] Production.INFO: CreateAllLog End
[2026-04-05 22:26:05] Production.INFO: Account Balance End.
[2026-04-05 22:26:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:26:05] Production.INFO: ==5096== Releasing lock...
[2026-04-05 22:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:26:11] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_LowBal...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#4 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#8 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#9 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#10 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#11 [internal function]: App\Console\Commands\NeonAlerts->fire()
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_LowBalanceReminder(1,0,10))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#2 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#4 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#7 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#9 [internal function]: App\Console\Commands\NeonAlerts->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-05 22:26:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:26:11] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:26:11] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:26:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:26:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:26:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:26:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:26:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:26:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:26:11] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:26:11] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:26:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:26:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:26:11] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:26:11] Production.ERROR: CronJobId end10
[2026-04-05 22:26:11] Production.INFO: ==5094== Releasing lock...
[2026-04-05 22:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:26:12] Production.INFO: call_cost start
[2026-04-05 22:26:12] Production.INFO: call_cost end
[2026-04-05 22:26:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:26:12] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:26:12] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:26:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:26:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:26:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:26:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:26:12] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:26:12] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:26:12] Production.INFO: ==5090== Releasing lock...
[2026-04-05 22:26:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:26:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:27:01] Production.INFO: ==5176== Lock acquired, processing the job...
[2026-04-06 03:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:27:01] Production.INFO: neon service started
[2026-04-06 03:27:01] Production.INFO: neon service started
[2026-04-06 03:27:01] Production.INFO: ==5176== Releasing lock...
[2026-04-06 03:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:27:02] Production.INFO: ==5178== Lock acquired, processing the job...
[2026-04-05 22:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:27:02] Production.INFO: ==5180== Lock acquired, processing the job...
[2026-04-06 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:27:02] Production.INFO: ==5180== Releasing lock...
[2026-04-06 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:27:02] Production.INFO: ==5178== Releasing lock...
[2026-04-05 22:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:27:03] Production.INFO: ==5183== Lock acquired, processing the job...
[2026-04-05 22:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:27:03] Production.INFO: ==5187== Lock acquired, processing the job...
[2026-04-05 22:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:27:03] Production.INFO: ==5185== Lock acquired, processing the job...
[2026-04-05 22:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:27:03] Production.INFO: ==5189== Lock acquired, processing the job...
[2026-04-05 22:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:27:03] Production.INFO: ==5191== Lock acquired, processing the job...
[2026-04-05 22:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:27:03] Production.INFO: Account Balance Start.
[2026-04-05 22:27:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:27:03] Production.INFO: 117
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: ==5191== Releasing lock...
[2026-04-05 22:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: ==5185== Releasing lock...
[2026-04-05 22:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:27:04] Production.INFO: Total Charge 0
[2026-04-05 22:27:04] Production.INFO: CreateAllLog End
[2026-04-05 22:27:04] Production.INFO: Account Balance End.
[2026-04-05 22:27:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:27:04] Production.INFO: ==5189== Releasing lock...
[2026-04-05 22:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:27:10] Production.ERROR: CronJobId end10
[2026-04-05 22:27:10] Production.INFO: ==5187== Releasing lock...
[2026-04-05 22:27:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:27:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:27:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:27:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:27:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:27:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:27:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:27:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:27:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:27:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:27:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:27:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:27:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:27:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:27:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:27:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:27:13] Production.INFO: call_cost start
[2026-04-05 22:27:13] Production.INFO: call_cost end
[2026-04-05 22:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:27:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:27:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:27:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:27:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:27:13] Production.INFO: ==5183== Releasing lock...
[2026-04-05 22:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:28:01] Production.INFO: ==5251== Lock acquired, processing the job...
[2026-04-06 03:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:28:01] Production.INFO: neon service started
[2026-04-06 03:28:01] Production.INFO: neon service started
[2026-04-06 03:28:01] Production.INFO: ==5251== Releasing lock...
[2026-04-06 03:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:28:02] Production.INFO: ==5255== Lock acquired, processing the job...
[2026-04-06 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:28:02] Production.INFO: ==5255== Releasing lock...
[2026-04-06 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:28:02] Production.INFO: ==5253== Lock acquired, processing the job...
[2026-04-05 22:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:28:02] Production.INFO: ==5253== Releasing lock...
[2026-04-05 22:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:28:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:28:03] Production.INFO: ==5257== Lock acquired, processing the job...
[2026-04-05 22:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:28:03] Production.INFO: ==5263== Lock acquired, processing the job...
[2026-04-05 22:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:28:03] Production.INFO: ==5261== Lock acquired, processing the job...
[2026-04-05 22:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:28:03] Production.INFO: ==5259== Lock acquired, processing the job...
[2026-04-05 22:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:28:03] Production.INFO: Account Balance Start.
[2026-04-05 22:28:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:28:03] Production.INFO: 117
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:28:03] Production.INFO: ==5265== Lock acquired, processing the job...
[2026-04-05 22:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: ==5265== Releasing lock...
[2026-04-05 22:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: ==5259== Releasing lock...
[2026-04-05 22:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:28:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:28:04] Production.INFO: Total Charge 0
[2026-04-05 22:28:04] Production.INFO: CreateAllLog End
[2026-04-05 22:28:04] Production.INFO: Account Balance End.
[2026-04-05 22:28:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:28:04] Production.INFO: ==5263== Releasing lock...
[2026-04-05 22:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:28:10] Production.ERROR: CronJobId end10
[2026-04-05 22:28:10] Production.INFO: ==5261== Releasing lock...
[2026-04-05 22:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:28:13] Production.INFO: call_cost start
[2026-04-05 22:28:13] Production.INFO: call_cost end
[2026-04-05 22:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:28:13] Production.INFO: ==5257== Releasing lock...
[2026-04-05 22:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:29:02] Production.INFO: ==5329== Lock acquired, processing the job...
[2026-04-06 03:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:29:02] Production.INFO: neon service started
[2026-04-06 03:29:02] Production.INFO: neon service started
[2026-04-06 03:29:02] Production.INFO: ==5329== Releasing lock...
[2026-04-06 03:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:29:02] Production.INFO: ==5333== Lock acquired, processing the job...
[2026-04-06 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:29:02] Production.INFO: ==5333== Releasing lock...
[2026-04-06 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:29:02] Production.INFO: ==5331== Lock acquired, processing the job...
[2026-04-05 22:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:29:03] Production.INFO: ==5331== Releasing lock...
[2026-04-05 22:29:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:29:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:29:03] Production.INFO: ==5335== Lock acquired, processing the job...
[2026-04-05 22:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:29:03] Production.INFO: ==5337== Lock acquired, processing the job...
[2026-04-05 22:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:29:03] Production.INFO: ==5339== Lock acquired, processing the job...
[2026-04-05 22:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:29:03] Production.INFO: ==5341== Lock acquired, processing the job...
[2026-04-05 22:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:29:03] Production.INFO: ==5343== Lock acquired, processing the job...
[2026-04-05 22:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:29:03] Production.INFO: Account Balance Start.
[2026-04-05 22:29:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:29:03] Production.INFO: 117
[2026-04-05 22:29:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:29:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: ==5343== Releasing lock...
[2026-04-05 22:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: ==5337== Releasing lock...
[2026-04-05 22:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:29:05] Production.INFO: Total Charge 0
[2026-04-05 22:29:05] Production.INFO: CreateAllLog End
[2026-04-05 22:29:05] Production.INFO: Account Balance End.
[2026-04-05 22:29:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:29:05] Production.INFO: ==5341== Releasing lock...
[2026-04-05 22:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:29:11] Production.ERROR: CronJobId end10
[2026-04-05 22:29:11] Production.INFO: ==5339== Releasing lock...
[2026-04-05 22:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:29:13] Production.INFO: call_cost start
[2026-04-05 22:29:13] Production.INFO: call_cost end
[2026-04-05 22:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:29:13] Production.INFO: ==5335== Releasing lock...
[2026-04-05 22:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:30:01] Production.INFO: ==5411== Lock acquired, processing the job...
[2026-04-06 03:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:30:01] Production.INFO: neon service started
[2026-04-06 03:30:01] Production.INFO: neon service started
[2026-04-06 03:30:01] Production.INFO: ==5411== Releasing lock...
[2026-04-06 03:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:30:02] Production.INFO: ==5413== Lock acquired, processing the job...
[2026-04-05 22:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:30:02] Production.INFO: ==5413== Releasing lock...
[2026-04-05 22:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:30:02] Production.INFO: ==5415== Lock acquired, processing the job...
[2026-04-06 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:30:02] Production.INFO: ==5415== Releasing lock...
[2026-04-06 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:30:03] Production.INFO: ==5418== Lock acquired, processing the job...
[2026-04-05 22:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:30:03] Production.INFO: ==5424== Lock acquired, processing the job...
[2026-04-05 22:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:30:03] Production.INFO: ==5420== Lock acquired, processing the job...
[2026-04-05 22:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:30:03] Production.INFO: ==5422== Lock acquired, processing the job...
[2026-04-05 22:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:30:03] Production.INFO: Account Balance Start.
[2026-04-05 22:30:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:30:03] Production.INFO: 117
[2026-04-05 22:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:30:03] Production.INFO: ==5426== Lock acquired, processing the job...
[2026-04-05 22:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:30:03] Production.INFO: ==5426== Releasing lock...
[2026-04-05 22:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: ==5420== Releasing lock...
[2026-04-05 22:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:30:04] Production.INFO: Total Charge 0
[2026-04-05 22:30:04] Production.INFO: CreateAllLog End
[2026-04-05 22:30:04] Production.INFO: Account Balance End.
[2026-04-05 22:30:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:30:04] Production.INFO: ==5424== Releasing lock...
[2026-04-05 22:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:30:10] Production.ERROR: CronJobId end10
[2026-04-05 22:30:10] Production.INFO: ==5422== Releasing lock...
[2026-04-05 22:30:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:30:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:30:13] Production.INFO: call_cost start
[2026-04-05 22:30:13] Production.INFO: call_cost end
[2026-04-05 22:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:30:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:30:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:30:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:30:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:30:13] Production.INFO: ==5418== Releasing lock...
[2026-04-05 22:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:31:02] Production.INFO: ==5482== Lock acquired, processing the job...
[2026-04-06 03:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:31:02] Production.INFO: neon service started
[2026-04-06 03:31:02] Production.INFO: neon service started
[2026-04-06 03:31:02] Production.INFO: ==5482== Releasing lock...
[2026-04-06 03:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:31:02] Production.INFO: ==5484== Lock acquired, processing the job...
[2026-04-05 22:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:31:02] Production.INFO: ==5484== Releasing lock...
[2026-04-05 22:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:31:02] Production.INFO: ==5486== Lock acquired, processing the job...
[2026-04-06 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:31:02] Production.INFO: ==5486== Releasing lock...
[2026-04-06 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:31:03] Production.INFO: ==5488== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 22:31:03] Production.INFO: ==5490== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 22:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 22:31:03] Production.INFO: ==5488== Releasing lock...
[2026-04-05 22:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 22:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 22:31:03] Production.INFO: ==5494== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:31:03] Production.INFO: ==5500== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:31:03] Production.INFO: ==5492== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:31:03] Production.INFO: ==5496== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:31:03] Production.INFO: ==5498== Lock acquired, processing the job...
[2026-04-05 22:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 22:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:31:04] Production.INFO: Account Balance Start.
[2026-04-05 22:31:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:31:04] Production.INFO: 117
[2026-04-05 22:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:31:04] Production.INFO: ==5500== Releasing lock...
[2026-04-05 22:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: ==5492== Releasing lock...
[2026-04-05 22:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:31:04] Production.INFO: Total Charge 0
[2026-04-05 22:31:04] Production.INFO: CreateAllLog End
[2026-04-05 22:31:04] Production.ERROR: done
[2026-04-05 22:31:05] Production.INFO: Account Balance End.
[2026-04-05 22:31:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 22:31:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044213', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 22:31:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:31:05] Production.INFO: ==5496== Releasing lock...
[2026-04-05 22:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:31:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044213', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 22:31:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 22:31:11] Production.INFO: ProcessCDR(1,17044213,1,1,2)
[2026-04-05 22:31:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044213,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:31:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044213,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:31:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 22:31:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 22:31:11] Production.INFO: ==5498== Releasing lock...
[2026-04-05 22:31:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 22:31:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:31:14] Production.ERROR: CronJobId end10
[2026-04-05 22:31:14] Production.INFO: ==5494== Releasing lock...
[2026-04-05 22:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:31:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:31:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:31:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:31:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:31:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:31:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:31:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:31:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:31:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:31:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:31:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:31:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:31:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:31:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:31:17] Production.INFO: call_cost start
[2026-04-05 22:31:17] Production.INFO: call_cost end
[2026-04-05 22:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:31:17] Production.INFO: ==5490== Releasing lock...
[2026-04-05 22:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:32:01] Production.INFO: ==5568== Lock acquired, processing the job...
[2026-04-06 03:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:32:01] Production.INFO: neon service started
[2026-04-06 03:32:01] Production.INFO: neon service started
[2026-04-06 03:32:01] Production.INFO: ==5568== Releasing lock...
[2026-04-06 03:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:32:01] Production.INFO: ==5570== Lock acquired, processing the job...
[2026-04-05 22:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:32:02] Production.INFO: ==5570== Releasing lock...
[2026-04-05 22:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:32:02] Production.INFO: ==5572== Lock acquired, processing the job...
[2026-04-06 02:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:32:02] Production.INFO: ==5572== Releasing lock...
[2026-04-06 02:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:32:02] Production.INFO: ==5581== Lock acquired, processing the job...
[2026-04-05 22:32:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:32:03] Production.INFO: ==5576== Lock acquired, processing the job...
[2026-04-05 22:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:32:03] Production.INFO: ==5574== Lock acquired, processing the job...
[2026-04-05 22:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:32:03] Production.INFO: Account Balance Start.
[2026-04-05 22:32:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:32:03] Production.INFO: 117
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:32:03] Production.INFO: ==5578== Lock acquired, processing the job...
[2026-04-05 22:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: ==5583== Lock acquired, processing the job...
[2026-04-05 22:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:32:03] Production.INFO: ==5583== Releasing lock...
[2026-04-05 22:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: ==5576== Releasing lock...
[2026-04-05 22:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:32:04] Production.INFO: Total Charge 0
[2026-04-05 22:32:04] Production.INFO: CreateAllLog End
[2026-04-05 22:32:04] Production.INFO: Account Balance End.
[2026-04-05 22:32:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:32:04] Production.INFO: ==5581== Releasing lock...
[2026-04-05 22:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:32:11] Production.ERROR: CronJobId end10
[2026-04-05 22:32:11] Production.INFO: ==5578== Releasing lock...
[2026-04-05 22:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:32:14] Production.INFO: call_cost start
[2026-04-05 22:32:14] Production.INFO: call_cost end
[2026-04-05 22:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:32:14] Production.INFO: ==5574== Releasing lock...
[2026-04-05 22:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:33:01] Production.INFO: ==5645== Lock acquired, processing the job...
[2026-04-06 03:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:33:01] Production.INFO: neon service started
[2026-04-06 03:33:01] Production.INFO: neon service started
[2026-04-06 03:33:01] Production.INFO: ==5645== Releasing lock...
[2026-04-06 03:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:33:02] Production.INFO: ==5647== Lock acquired, processing the job...
[2026-04-05 22:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:33:02] Production.INFO: ==5647== Releasing lock...
[2026-04-05 22:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:33:02] Production.INFO: ==5649== Lock acquired, processing the job...
[2026-04-06 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:33:02] Production.INFO: ==5649== Releasing lock...
[2026-04-06 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:33:03] Production.INFO: ==5653== Lock acquired, processing the job...
[2026-04-05 22:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:33:03] Production.INFO: ==5657== Lock acquired, processing the job...
[2026-04-05 22:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:33:03] Production.INFO: ==5655== Lock acquired, processing the job...
[2026-04-05 22:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:33:03] Production.INFO: ==5651== Lock acquired, processing the job...
[2026-04-05 22:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:33:03] Production.INFO: Account Balance Start.
[2026-04-05 22:33:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:33:03] Production.INFO: 117
[2026-04-05 22:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:33:03] Production.INFO: ==5659== Lock acquired, processing the job...
[2026-04-05 22:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: ==5659== Releasing lock...
[2026-04-05 22:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: ==5653== Releasing lock...
[2026-04-05 22:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:03] Production.INFO: Date 2026-04-02
[2026-04-05 22:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:33:04] Production.INFO: Total Charge 0
[2026-04-05 22:33:04] Production.INFO: CreateAllLog End
[2026-04-05 22:33:04] Production.INFO: Account Balance End.
[2026-04-05 22:33:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:33:04] Production.INFO: ==5657== Releasing lock...
[2026-04-05 22:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:33:12] Production.ERROR: CronJobId end10
[2026-04-05 22:33:12] Production.INFO: ==5655== Releasing lock...
[2026-04-05 22:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:33:13] Production.INFO: call_cost start
[2026-04-05 22:33:13] Production.INFO: call_cost end
[2026-04-05 22:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:33:13] Production.INFO: ==5651== Releasing lock...
[2026-04-05 22:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:34:02] Production.INFO: ==5722== Lock acquired, processing the job...
[2026-04-06 03:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:34:02] Production.INFO: neon service started
[2026-04-06 03:34:02] Production.INFO: neon service started
[2026-04-06 03:34:02] Production.INFO: ==5722== Releasing lock...
[2026-04-06 03:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:34:02] Production.INFO: ==5724== Lock acquired, processing the job...
[2026-04-05 22:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:34:02] Production.INFO: ==5726== Lock acquired, processing the job...
[2026-04-06 02:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:34:02] Production.INFO: ==5726== Releasing lock...
[2026-04-06 02:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:34:03] Production.INFO: ==5724== Releasing lock...
[2026-04-05 22:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:34:03] Production.INFO: ==5728== Lock acquired, processing the job...
[2026-04-05 22:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:34:03] Production.INFO: ==5730== Lock acquired, processing the job...
[2026-04-05 22:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:34:03] Production.INFO: ==5732== Lock acquired, processing the job...
[2026-04-05 22:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:34:03] Production.INFO: ==5735== Lock acquired, processing the job...
[2026-04-05 22:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:34:03] Production.INFO: ==5737== Lock acquired, processing the job...
[2026-04-05 22:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:34:04] Production.INFO: Account Balance Start.
[2026-04-05 22:34:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:34:04] Production.INFO: 117
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:34:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:34:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:34:04] Production.INFO: ==5737== Releasing lock...
[2026-04-05 22:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: ==5730== Releasing lock...
[2026-04-05 22:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:34:05] Production.INFO: Total Charge 0
[2026-04-05 22:34:05] Production.INFO: CreateAllLog End
[2026-04-05 22:34:05] Production.INFO: Account Balance End.
[2026-04-05 22:34:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:34:05] Production.INFO: ==5735== Releasing lock...
[2026-04-05 22:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:34:11] Production.ERROR: CronJobId end10
[2026-04-05 22:34:11] Production.INFO: ==5732== Releasing lock...
[2026-04-05 22:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:34:15] Production.INFO: call_cost start
[2026-04-05 22:34:15] Production.INFO: call_cost end
[2026-04-05 22:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:34:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:34:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:34:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:34:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:34:15] Production.INFO: ==5728== Releasing lock...
[2026-04-05 22:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:35:01] Production.INFO: ==5799== Lock acquired, processing the job...
[2026-04-06 03:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:35:01] Production.INFO: neon service started
[2026-04-06 03:35:01] Production.INFO: neon service started
[2026-04-06 03:35:01] Production.INFO: ==5799== Releasing lock...
[2026-04-06 03:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:35:02] Production.INFO: ==5801== Lock acquired, processing the job...
[2026-04-05 22:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:35:02] Production.INFO: ==5803== Lock acquired, processing the job...
[2026-04-06 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:35:02] Production.INFO: ==5803== Releasing lock...
[2026-04-06 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:35:02] Production.INFO: ==5801== Releasing lock...
[2026-04-05 22:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:35:03] Production.INFO: ==5806== Lock acquired, processing the job...
[2026-04-05 22:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:35:03] Production.INFO: ==5808== Lock acquired, processing the job...
[2026-04-05 22:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:35:03] Production.INFO: ==5810== Lock acquired, processing the job...
[2026-04-05 22:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:35:03] Production.INFO: ==5812== Lock acquired, processing the job...
[2026-04-05 22:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:35:03] Production.INFO: ==5814== Lock acquired, processing the job...
[2026-04-05 22:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:35:03] Production.INFO: Account Balance Start.
[2026-04-05 22:35:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:35:03] Production.INFO: 117
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:35:03] Production.INFO: ==5814== Releasing lock...
[2026-04-05 22:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:03] Production.INFO: ==5808== Releasing lock...
[2026-04-05 22:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:35:04] Production.INFO: Total Charge 0
[2026-04-05 22:35:04] Production.INFO: CreateAllLog End
[2026-04-05 22:35:04] Production.INFO: Account Balance End.
[2026-04-05 22:35:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:35:05] Production.INFO: ==5812== Releasing lock...
[2026-04-05 22:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:35:10] Production.ERROR: CronJobId end10
[2026-04-05 22:35:10] Production.INFO: ==5810== Releasing lock...
[2026-04-05 22:35:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:35:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:35:14] Production.INFO: call_cost start
[2026-04-05 22:35:14] Production.INFO: call_cost end
[2026-04-05 22:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:35:14] Production.INFO: ==5806== Releasing lock...
[2026-04-05 22:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:36:02] Production.INFO: ==5875== Lock acquired, processing the job...
[2026-04-06 03:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:36:02] Production.INFO: neon service started
[2026-04-06 03:36:02] Production.INFO: neon service started
[2026-04-06 03:36:02] Production.INFO: ==5875== Releasing lock...
[2026-04-06 03:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:36:02] Production.INFO: ==5879== Lock acquired, processing the job...
[2026-04-05 22:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:36:02] Production.INFO: ==5879== Releasing lock...
[2026-04-05 22:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:36:02] Production.INFO: ==5881== Lock acquired, processing the job...
[2026-04-06 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:36:02] Production.INFO: ==5881== Releasing lock...
[2026-04-06 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:36:03] Production.INFO: ==5883== Lock acquired, processing the job...
[2026-04-05 22:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:36:03] Production.INFO: ==5886== Lock acquired, processing the job...
[2026-04-05 22:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:36:03] Production.INFO: ==5888== Lock acquired, processing the job...
[2026-04-05 22:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:36:03] Production.INFO: ==5890== Lock acquired, processing the job...
[2026-04-05 22:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:36:03] Production.INFO: Account Balance Start.
[2026-04-05 22:36:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:36:03] Production.INFO: ==5892== Lock acquired, processing the job...
[2026-04-05 22:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:36:03] Production.INFO: 117
[2026-04-05 22:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:36:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:36:03] Production.INFO: ==5892== Releasing lock...
[2026-04-05 22:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:36:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:36:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: ==5886== Releasing lock...
[2026-04-05 22:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:36:04] Production.INFO: Total Charge 0
[2026-04-05 22:36:04] Production.INFO: CreateAllLog End
[2026-04-05 22:36:04] Production.INFO: Account Balance End.
[2026-04-05 22:36:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:36:05] Production.INFO: ==5890== Releasing lock...
[2026-04-05 22:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:36:11] Production.ERROR: CronJobId end10
[2026-04-05 22:36:11] Production.INFO: ==5888== Releasing lock...
[2026-04-05 22:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:36:14] Production.INFO: call_cost start
[2026-04-05 22:36:14] Production.INFO: call_cost end
[2026-04-05 22:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:36:14] Production.INFO: ==5883== Releasing lock...
[2026-04-05 22:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:37:01] Production.INFO: ==5958== Lock acquired, processing the job...
[2026-04-06 03:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:37:01] Production.INFO: neon service started
[2026-04-06 03:37:01] Production.INFO: neon service started
[2026-04-06 03:37:01] Production.INFO: ==5958== Releasing lock...
[2026-04-06 03:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:37:01] Production.INFO: ==5960== Lock acquired, processing the job...
[2026-04-05 22:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:37:02] Production.INFO: ==5960== Releasing lock...
[2026-04-05 22:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:37:02] Production.INFO: ==5962== Lock acquired, processing the job...
[2026-04-06 02:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:37:02] Production.INFO: ==5962== Releasing lock...
[2026-04-06 02:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:37:02] Production.INFO: ==5964== Lock acquired, processing the job...
[2026-04-05 22:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:37:02] Production.INFO: ==5966== Lock acquired, processing the job...
[2026-04-05 22:37:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:37:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:37:03] Production.INFO: ==5968== Lock acquired, processing the job...
[2026-04-05 22:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:37:03] Production.INFO: ==5970== Lock acquired, processing the job...
[2026-04-05 22:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:37:03] Production.INFO: ==5972== Lock acquired, processing the job...
[2026-04-05 22:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:37:03] Production.INFO: ==5972== Releasing lock...
[2026-04-05 22:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:37:03] Production.INFO: Account Balance Start.
[2026-04-05 22:37:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:37:03] Production.INFO: 117
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: ==5966== Releasing lock...
[2026-04-05 22:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:03] Production.INFO: Date 2026-04-01
[2026-04-05 22:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:37:04] Production.INFO: Total Charge 0
[2026-04-05 22:37:04] Production.INFO: CreateAllLog End
[2026-04-05 22:37:04] Production.INFO: Account Balance End.
[2026-04-05 22:37:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:37:04] Production.INFO: ==5970== Releasing lock...
[2026-04-05 22:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:37:11] Production.ERROR: CronJobId end10
[2026-04-05 22:37:11] Production.INFO: ==5968== Releasing lock...
[2026-04-05 22:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:37:13] Production.INFO: call_cost start
[2026-04-05 22:37:13] Production.INFO: call_cost end
[2026-04-05 22:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:37:13] Production.INFO: ==5964== Releasing lock...
[2026-04-05 22:37:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:37:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:38:01] Production.INFO: ==6033== Lock acquired, processing the job...
[2026-04-06 03:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:38:02] Production.INFO: neon service started
[2026-04-06 03:38:02] Production.INFO: neon service started
[2026-04-06 03:38:02] Production.INFO: ==6033== Releasing lock...
[2026-04-06 03:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:38:02] Production.INFO: ==6035== Lock acquired, processing the job...
[2026-04-05 22:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:38:02] Production.INFO: ==6037== Lock acquired, processing the job...
[2026-04-06 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 22:38:02] Production.INFO: ==6035== Releasing lock...
[2026-04-05 22:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:38:02] Production.INFO: ==6037== Releasing lock...
[2026-04-06 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:38:03] Production.INFO: ==6039== Lock acquired, processing the job...
[2026-04-05 22:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:38:03] Production.INFO: ==6041== Lock acquired, processing the job...
[2026-04-05 22:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:38:03] Production.INFO: ==6045== Lock acquired, processing the job...
[2026-04-05 22:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:38:03] Production.INFO: ==6043== Lock acquired, processing the job...
[2026-04-05 22:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:38:03] Production.INFO: ==6047== Lock acquired, processing the job...
[2026-04-05 22:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:38:03] Production.INFO: Account Balance Start.
[2026-04-05 22:38:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:38:03] Production.INFO: 117
[2026-04-05 22:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:38:03] Production.INFO: ==6047== Releasing lock...
[2026-04-05 22:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: ==6041== Releasing lock...
[2026-04-05 22:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:38:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:38:05] Production.INFO: Total Charge 0
[2026-04-05 22:38:05] Production.INFO: CreateAllLog End
[2026-04-05 22:38:05] Production.INFO: Account Balance End.
[2026-04-05 22:38:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:38:05] Production.INFO: ==6045== Releasing lock...
[2026-04-05 22:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:38:12] Production.ERROR: CronJobId end10
[2026-04-05 22:38:12] Production.INFO: ==6043== Releasing lock...
[2026-04-05 22:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:38:13] Production.INFO: call_cost start
[2026-04-05 22:38:13] Production.INFO: call_cost end
[2026-04-05 22:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:38:13] Production.INFO: ==6039== Releasing lock...
[2026-04-05 22:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:39:01] Production.INFO: ==6111== Lock acquired, processing the job...
[2026-04-06 03:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:39:01] Production.INFO: neon service started
[2026-04-06 03:39:01] Production.INFO: neon service started
[2026-04-06 03:39:01] Production.INFO: ==6111== Releasing lock...
[2026-04-06 03:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:39:01] Production.INFO: ==6113== Lock acquired, processing the job...
[2026-04-05 22:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:39:02] Production.INFO: ==6115== Lock acquired, processing the job...
[2026-04-06 02:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:39:02] Production.INFO: ==6115== Releasing lock...
[2026-04-06 02:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:39:02] Production.INFO: ==6113== Releasing lock...
[2026-04-05 22:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:39:03] Production.INFO: ==6118== Lock acquired, processing the job...
[2026-04-05 22:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:39:03] Production.INFO: ==6120== Lock acquired, processing the job...
[2026-04-05 22:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:39:03] Production.INFO: ==6122== Lock acquired, processing the job...
[2026-04-05 22:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:39:03] Production.INFO: ==6124== Lock acquired, processing the job...
[2026-04-05 22:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:39:03] Production.INFO: ==6126== Lock acquired, processing the job...
[2026-04-05 22:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:39:03] Production.INFO: Account Balance Start.
[2026-04-05 22:39:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:39:03] Production.INFO: 117
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:39:03] Production.INFO: ==6126== Releasing lock...
[2026-04-05 22:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:03] Production.INFO: ==6120== Releasing lock...
[2026-04-05 22:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:39:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:39:04] Production.INFO: Total Charge 0
[2026-04-05 22:39:04] Production.INFO: CreateAllLog End
[2026-04-05 22:39:05] Production.INFO: Account Balance End.
[2026-04-05 22:39:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:39:05] Production.INFO: ==6124== Releasing lock...
[2026-04-05 22:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:39:11] Production.ERROR: CronJobId end10
[2026-04-05 22:39:11] Production.INFO: ==6122== Releasing lock...
[2026-04-05 22:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:39:13] Production.INFO: call_cost start
[2026-04-05 22:39:13] Production.INFO: call_cost end
[2026-04-05 22:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:39:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:39:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:39:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:39:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:39:13] Production.INFO: ==6118== Releasing lock...
[2026-04-05 22:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:40:01] Production.INFO: ==6194== Lock acquired, processing the job...
[2026-04-06 03:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:40:01] Production.INFO: neon service started
[2026-04-06 03:40:01] Production.INFO: neon service started
[2026-04-06 03:40:01] Production.INFO: ==6194== Releasing lock...
[2026-04-06 03:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:40:02] Production.INFO: ==6197== Lock acquired, processing the job...
[2026-04-05 22:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:40:02] Production.INFO: ==6197== Releasing lock...
[2026-04-05 22:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:40:02] Production.INFO: ==6199== Lock acquired, processing the job...
[2026-04-06 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:40:02] Production.INFO: ==6199== Releasing lock...
[2026-04-06 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:40:03] Production.INFO: ==6209== Lock acquired, processing the job...
[2026-04-05 22:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:40:03] Production.INFO: ==6209== Releasing lock...
[2026-04-05 22:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:40:03] Production.INFO: ==6201== Lock acquired, processing the job...
[2026-04-05 22:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:40:03] Production.INFO: ==6203== Lock acquired, processing the job...
[2026-04-05 22:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:40:03] Production.INFO: ==6205== Lock acquired, processing the job...
[2026-04-05 22:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:40:03] Production.INFO: ==6207== Lock acquired, processing the job...
[2026-04-05 22:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:40:03] Production.INFO: Account Balance Start.
[2026-04-05 22:40:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:40:03] Production.INFO: 117
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: ==6203== Releasing lock...
[2026-04-05 22:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:40:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:40:04] Production.INFO: Total Charge 0
[2026-04-05 22:40:04] Production.INFO: CreateAllLog End
[2026-04-05 22:40:04] Production.INFO: Account Balance End.
[2026-04-05 22:40:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:40:04] Production.INFO: ==6207== Releasing lock...
[2026-04-05 22:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:40:11] Production.ERROR: CronJobId end10
[2026-04-05 22:40:11] Production.INFO: ==6205== Releasing lock...
[2026-04-05 22:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:40:14] Production.INFO: call_cost start
[2026-04-05 22:40:14] Production.INFO: call_cost end
[2026-04-05 22:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:40:14] Production.INFO: ==6201== Releasing lock...
[2026-04-05 22:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:41:02] Production.INFO: ==6272== Lock acquired, processing the job...
[2026-04-06 03:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:41:02] Production.INFO: neon service started
[2026-04-06 03:41:02] Production.INFO: neon service started
[2026-04-06 03:41:02] Production.INFO: ==6272== Releasing lock...
[2026-04-06 03:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:41:02] Production.INFO: ==6274== Lock acquired, processing the job...
[2026-04-05 22:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:41:02] Production.INFO: ==6274== Releasing lock...
[2026-04-05 22:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:41:02] Production.INFO: ==6276== Lock acquired, processing the job...
[2026-04-06 02:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:41:03] Production.INFO: ==6276== Releasing lock...
[2026-04-06 02:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:41:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:41:03] Production.INFO: ==6278== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 22:41:03] Production.INFO: ==6284== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:41:03] Production.INFO: ==6280== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:41:03] Production.INFO: ==6282== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 22:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 22:41:03] Production.ERROR: CronJob PID - 6284
[2026-04-05 22:41:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-05 22:41:03] Production.ERROR: CronJob ID - 10
[2026-04-05 22:41:03] Production.ERROR: CronJob Last Run Time 2026-04-05 22:41:00
[2026-04-05 22:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 22:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 22:41:03] Production.INFO: ==6288== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 22:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 22:41:03] Production.INFO: ==6278== Releasing lock...
[2026-04-05 22:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 22:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 22:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:41:03] Production.INFO: ==6291== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:41:03] Production.INFO: ==6286== Lock acquired, processing the job...
[2026-04-05 22:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:41:04] Production.INFO: Account Balance Start.
[2026-04-05 22:41:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:41:04] Production.INFO: 117
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:41:04] Production.INFO: ==6291== Releasing lock...
[2026-04-05 22:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: ==6282== Releasing lock...
[2026-04-05 22:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:41:04] Production.ERROR: done
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 22:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044254', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-03-26
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-03-27
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-03-28
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-03-29
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-03-30
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-03-31
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:41:05] Production.INFO: Total Charge 0
[2026-04-05 22:41:05] Production.INFO: CreateAllLog End
[2026-04-05 22:41:05] Production.INFO: Account Balance End.
[2026-04-05 22:41:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:41:05] Production.INFO: ==6286== Releasing lock...
[2026-04-05 22:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:41:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044254', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 22:41:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 22:41:11] Production.INFO: ProcessCDR(1,17044254,1,1,2)
[2026-04-05 22:41:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044254,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:41:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044254,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:41:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 22:41:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 22:41:11] Production.INFO: ==6288== Releasing lock...
[2026-04-05 22:41:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 22:41:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:41:15] Production.ERROR: CronJobId end10
[2026-04-05 22:41:15] Production.INFO: ==6284== Releasing lock...
[2026-04-05 22:41:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:41:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:41:17] Production.INFO: call_cost start
[2026-04-05 22:41:17] Production.INFO: call_cost end
[2026-04-05 22:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:41:17] Production.INFO: ==6280== Releasing lock...
[2026-04-05 22:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:42:01] Production.INFO: ==6351== Lock acquired, processing the job...
[2026-04-06 03:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:42:01] Production.INFO: neon service started
[2026-04-06 03:42:01] Production.INFO: neon service started
[2026-04-06 03:42:01] Production.INFO: ==6351== Releasing lock...
[2026-04-06 03:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:42:01] Production.INFO: ==6355== Lock acquired, processing the job...
[2026-04-06 02:42:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:42:01] Production.INFO: ==6355== Releasing lock...
[2026-04-06 02:42:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:42:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:42:02] Production.INFO: ==6353== Lock acquired, processing the job...
[2026-04-05 22:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:42:02] Production.INFO: ==6353== Releasing lock...
[2026-04-05 22:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:42:03] Production.INFO: ==6358== Lock acquired, processing the job...
[2026-04-05 22:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:42:03] Production.INFO: ==6360== Lock acquired, processing the job...
[2026-04-05 22:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:42:03] Production.INFO: ==6362== Lock acquired, processing the job...
[2026-04-05 22:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:42:03] Production.INFO: ==6364== Lock acquired, processing the job...
[2026-04-05 22:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:42:03] Production.INFO: ==6366== Lock acquired, processing the job...
[2026-04-05 22:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:42:03] Production.INFO: Account Balance Start.
[2026-04-05 22:42:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:42:03] Production.INFO: 117
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: ==6366== Releasing lock...
[2026-04-05 22:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: ==6360== Releasing lock...
[2026-04-05 22:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:42:04] Production.INFO: Total Charge 0
[2026-04-05 22:42:04] Production.INFO: CreateAllLog End
[2026-04-05 22:42:04] Production.INFO: Account Balance End.
[2026-04-05 22:42:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:42:04] Production.INFO: ==6364== Releasing lock...
[2026-04-05 22:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:42:11] Production.ERROR: CronJobId end10
[2026-04-05 22:42:11] Production.INFO: ==6362== Releasing lock...
[2026-04-05 22:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:42:14] Production.INFO: call_cost start
[2026-04-05 22:42:14] Production.INFO: call_cost end
[2026-04-05 22:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:42:14] Production.INFO: ==6358== Releasing lock...
[2026-04-05 22:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:43:01] Production.INFO: ==6433== Lock acquired, processing the job...
[2026-04-06 03:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:43:02] Production.INFO: neon service started
[2026-04-06 03:43:02] Production.INFO: neon service started
[2026-04-06 03:43:02] Production.INFO: ==6433== Releasing lock...
[2026-04-06 03:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:43:02] Production.INFO: ==6435== Lock acquired, processing the job...
[2026-04-05 22:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:43:02] Production.INFO: ==6437== Lock acquired, processing the job...
[2026-04-06 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 22:43:02] Production.INFO: ==6435== Releasing lock...
[2026-04-05 22:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:43:02] Production.INFO: ==6437== Releasing lock...
[2026-04-06 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:43:03] Production.INFO: ==6440== Lock acquired, processing the job...
[2026-04-05 22:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:43:03] Production.INFO: ==6444== Lock acquired, processing the job...
[2026-04-05 22:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:43:03] Production.INFO: ==6442== Lock acquired, processing the job...
[2026-04-05 22:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:43:03] Production.INFO: ==6448== Lock acquired, processing the job...
[2026-04-05 22:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:43:03] Production.INFO: ==6446== Lock acquired, processing the job...
[2026-04-05 22:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:43:03] Production.INFO: Account Balance Start.
[2026-04-05 22:43:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:43:03] Production.INFO: 117
[2026-04-05 22:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:43:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:43:03] Production.INFO: ==6448== Releasing lock...
[2026-04-05 22:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:43:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: ==6442== Releasing lock...
[2026-04-05 22:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-23
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-24
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-25
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-26
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-27
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-28
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-29
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-30
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-03-31
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:43:05] Production.INFO: Total Charge 0
[2026-04-05 22:43:05] Production.INFO: CreateAllLog End
[2026-04-05 22:43:05] Production.INFO: Account Balance End.
[2026-04-05 22:43:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:43:05] Production.INFO: ==6446== Releasing lock...
[2026-04-05 22:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:43:10] Production.ERROR: CronJobId end10
[2026-04-05 22:43:10] Production.INFO: ==6444== Releasing lock...
[2026-04-05 22:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:43:13] Production.INFO: call_cost start
[2026-04-05 22:43:13] Production.INFO: call_cost end
[2026-04-05 22:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:43:13] Production.INFO: ==6440== Releasing lock...
[2026-04-05 22:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:44:01] Production.INFO: ==6511== Lock acquired, processing the job...
[2026-04-06 03:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:44:01] Production.INFO: neon service started
[2026-04-06 03:44:01] Production.INFO: neon service started
[2026-04-06 03:44:01] Production.INFO: ==6511== Releasing lock...
[2026-04-06 03:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:44:01] Production.INFO: ==6515== Lock acquired, processing the job...
[2026-04-06 02:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:44:01] Production.INFO: ==6515== Releasing lock...
[2026-04-06 02:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:44:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:44:01] Production.INFO: ==6513== Lock acquired, processing the job...
[2026-04-05 22:44:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:44:02] Production.INFO: ==6513== Releasing lock...
[2026-04-05 22:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:44:02] Production.INFO: ==6517== Lock acquired, processing the job...
[2026-04-05 22:44:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:44:02] Production.INFO: ==6519== Lock acquired, processing the job...
[2026-04-05 22:44:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:44:02] Production.INFO: ==6521== Lock acquired, processing the job...
[2026-04-05 22:44:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:44:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:44:02] Production.INFO: ==6523== Lock acquired, processing the job...
[2026-04-05 22:44:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:44:03] Production.INFO: ==6525== Lock acquired, processing the job...
[2026-04-05 22:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:44:03] Production.INFO: Account Balance Start.
[2026-04-05 22:44:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:44:03] Production.INFO: 117
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:44:03] Production.INFO: ==6525== Releasing lock...
[2026-04-05 22:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: ==6519== Releasing lock...
[2026-04-05 22:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-28
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-29
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-30
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:03] Production.INFO: Date 2026-03-31
[2026-04-05 22:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:44:04] Production.INFO: Total Charge 0
[2026-04-05 22:44:04] Production.INFO: CreateAllLog End
[2026-04-05 22:44:04] Production.INFO: Account Balance End.
[2026-04-05 22:44:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:44:04] Production.INFO: ==6523== Releasing lock...
[2026-04-05 22:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:44:10] Production.ERROR: CronJobId end10
[2026-04-05 22:44:10] Production.INFO: ==6521== Releasing lock...
[2026-04-05 22:44:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:44:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:44:13] Production.INFO: call_cost start
[2026-04-05 22:44:13] Production.INFO: call_cost end
[2026-04-05 22:44:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:44:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:44:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:44:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:44:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:44:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:44:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:44:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:44:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:44:13] Production.INFO: ==6517== Releasing lock...
[2026-04-05 22:44:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:44:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:45:01] Production.INFO: ==6587== Lock acquired, processing the job...
[2026-04-06 03:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:45:01] Production.INFO: neon service started
[2026-04-06 03:45:01] Production.INFO: neon service started
[2026-04-06 03:45:01] Production.INFO: ==6587== Releasing lock...
[2026-04-06 03:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:45:02] Production.INFO: ==6589== Lock acquired, processing the job...
[2026-04-05 22:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:45:02] Production.INFO: ==6589== Releasing lock...
[2026-04-05 22:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:45:02] Production.INFO: ==6591== Lock acquired, processing the job...
[2026-04-06 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:45:02] Production.INFO: ==6591== Releasing lock...
[2026-04-06 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:45:03] Production.INFO: ==6596== Lock acquired, processing the job...
[2026-04-05 22:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:45:03] Production.INFO: ==6600== Lock acquired, processing the job...
[2026-04-05 22:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:45:03] Production.INFO: ==6602== Lock acquired, processing the job...
[2026-04-05 22:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:45:03] Production.INFO: Account Balance Start.
[2026-04-05 22:45:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:45:03] Production.INFO: 117
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: ==6598== Lock acquired, processing the job...
[2026-04-05 22:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: ==6604== Lock acquired, processing the job...
[2026-04-05 22:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: ==6604== Releasing lock...
[2026-04-05 22:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: ==6598== Releasing lock...
[2026-04-05 22:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:45:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:45:04] Production.INFO: Total Charge 0
[2026-04-05 22:45:04] Production.INFO: CreateAllLog End
[2026-04-05 22:45:04] Production.INFO: Account Balance End.
[2026-04-05 22:45:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:45:04] Production.INFO: ==6602== Releasing lock...
[2026-04-05 22:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:45:10] Production.ERROR: CronJobId end10
[2026-04-05 22:45:10] Production.INFO: ==6600== Releasing lock...
[2026-04-05 22:45:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:45:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:45:14] Production.INFO: call_cost start
[2026-04-05 22:45:14] Production.INFO: call_cost end
[2026-04-05 22:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:45:14] Production.INFO: ==6596== Releasing lock...
[2026-04-05 22:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:46:02] Production.INFO: ==6666== Lock acquired, processing the job...
[2026-04-06 03:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:46:02] Production.INFO: neon service started
[2026-04-06 03:46:02] Production.INFO: neon service started
[2026-04-06 03:46:02] Production.INFO: ==6666== Releasing lock...
[2026-04-06 03:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:46:02] Production.INFO: ==6668== Lock acquired, processing the job...
[2026-04-05 22:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:46:02] Production.INFO: ==6668== Releasing lock...
[2026-04-05 22:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:46:02] Production.INFO: ==6670== Lock acquired, processing the job...
[2026-04-06 02:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:46:03] Production.INFO: ==6670== Releasing lock...
[2026-04-06 02:46:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:46:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:46:03] Production.INFO: ==6672== Lock acquired, processing the job...
[2026-04-05 22:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:46:03] Production.INFO: ==6678== Lock acquired, processing the job...
[2026-04-05 22:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:46:03] Production.INFO: ==6674== Lock acquired, processing the job...
[2026-04-05 22:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:46:03] Production.INFO: Account Balance Start.
[2026-04-05 22:46:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:46:03] Production.INFO: 117
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.INFO: ==6676== Lock acquired, processing the job...
[2026-04-05 22:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:46:03] Production.INFO: ==6681== Lock acquired, processing the job...
[2026-04-05 22:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:46:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:46:03] Production.INFO: ==6681== Releasing lock...
[2026-04-05 22:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: ==6674== Releasing lock...
[2026-04-05 22:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:46:04] Production.INFO: Total Charge 0
[2026-04-05 22:46:04] Production.INFO: CreateAllLog End
[2026-04-05 22:46:04] Production.INFO: Account Balance End.
[2026-04-05 22:46:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:46:05] Production.INFO: ==6678== Releasing lock...
[2026-04-05 22:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:46:12] Production.ERROR: CronJobId end10
[2026-04-05 22:46:12] Production.INFO: ==6676== Releasing lock...
[2026-04-05 22:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:46:15] Production.INFO: call_cost start
[2026-04-05 22:46:15] Production.INFO: call_cost end
[2026-04-05 22:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:46:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:46:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:46:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:46:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:46:15] Production.INFO: ==6672== Releasing lock...
[2026-04-05 22:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:47:01] Production.INFO: ==6745== Lock acquired, processing the job...
[2026-04-06 03:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:47:01] Production.INFO: neon service started
[2026-04-06 03:47:01] Production.INFO: neon service started
[2026-04-06 03:47:01] Production.INFO: ==6745== Releasing lock...
[2026-04-06 03:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:47:01] Production.INFO: ==6747== Lock acquired, processing the job...
[2026-04-05 22:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:47:02] Production.INFO: ==6747== Releasing lock...
[2026-04-05 22:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:47:02] Production.INFO: ==6749== Lock acquired, processing the job...
[2026-04-06 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:47:02] Production.INFO: ==6749== Releasing lock...
[2026-04-06 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:47:03] Production.INFO: ==6751== Lock acquired, processing the job...
[2026-04-05 22:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:47:03] Production.INFO: ==6753== Lock acquired, processing the job...
[2026-04-05 22:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:47:03] Production.INFO: ==6757== Lock acquired, processing the job...
[2026-04-05 22:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:47:03] Production.INFO: ==6755== Lock acquired, processing the job...
[2026-04-05 22:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:47:03] Production.INFO: ==6759== Lock acquired, processing the job...
[2026-04-05 22:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:47:03] Production.INFO: Account Balance Start.
[2026-04-05 22:47:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:47:03] Production.INFO: 117
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: ==6759== Releasing lock...
[2026-04-05 22:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: ==6753== Releasing lock...
[2026-04-05 22:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:47:04] Production.INFO: Total Charge 0
[2026-04-05 22:47:04] Production.INFO: CreateAllLog End
[2026-04-05 22:47:04] Production.INFO: Account Balance End.
[2026-04-05 22:47:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:47:04] Production.INFO: ==6757== Releasing lock...
[2026-04-05 22:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:47:11] Production.ERROR: CronJobId end10
[2026-04-05 22:47:11] Production.INFO: ==6755== Releasing lock...
[2026-04-05 22:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:47:15] Production.INFO: call_cost start
[2026-04-05 22:47:15] Production.INFO: call_cost end
[2026-04-05 22:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:47:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:47:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:47:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:47:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:47:15] Production.INFO: ==6751== Releasing lock...
[2026-04-05 22:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:48:02] Production.INFO: ==6823== Lock acquired, processing the job...
[2026-04-06 03:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:48:02] Production.INFO: neon service started
[2026-04-06 03:48:02] Production.INFO: neon service started
[2026-04-06 03:48:02] Production.INFO: ==6823== Releasing lock...
[2026-04-06 03:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:48:02] Production.INFO: ==6825== Lock acquired, processing the job...
[2026-04-05 22:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:48:02] Production.INFO: ==6825== Releasing lock...
[2026-04-05 22:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:48:02] Production.INFO: ==6827== Lock acquired, processing the job...
[2026-04-06 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:48:02] Production.INFO: ==6827== Releasing lock...
[2026-04-06 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:48:03] Production.INFO: ==6830== Lock acquired, processing the job...
[2026-04-05 22:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:48:03] Production.INFO: ==6832== Lock acquired, processing the job...
[2026-04-05 22:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:48:03] Production.INFO: ==6836== Lock acquired, processing the job...
[2026-04-05 22:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:48:03] Production.INFO: ==6834== Lock acquired, processing the job...
[2026-04-05 22:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:48:03] Production.INFO: ==6838== Lock acquired, processing the job...
[2026-04-05 22:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:48:03] Production.INFO: Account Balance Start.
[2026-04-05 22:48:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:48:03] Production.INFO: 117
[2026-04-05 22:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:48:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:03] Production.INFO: ==6838== Releasing lock...
[2026-04-05 22:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:48:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: ==6832== Releasing lock...
[2026-04-05 22:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:48:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:48:05] Production.INFO: Total Charge 0
[2026-04-05 22:48:05] Production.INFO: CreateAllLog End
[2026-04-05 22:48:05] Production.INFO: Account Balance End.
[2026-04-05 22:48:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:48:05] Production.INFO: ==6836== Releasing lock...
[2026-04-05 22:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:48:12] Production.ERROR: CronJobId end10
[2026-04-05 22:48:12] Production.INFO: ==6834== Releasing lock...
[2026-04-05 22:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:48:13] Production.INFO: call_cost start
[2026-04-05 22:48:13] Production.INFO: call_cost end
[2026-04-05 22:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:48:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:48:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:48:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:48:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:48:13] Production.INFO: ==6830== Releasing lock...
[2026-04-05 22:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:49:01] Production.INFO: ==6901== Lock acquired, processing the job...
[2026-04-06 03:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:49:01] Production.INFO: neon service started
[2026-04-06 03:49:01] Production.INFO: neon service started
[2026-04-06 03:49:01] Production.INFO: ==6901== Releasing lock...
[2026-04-06 03:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:49:02] Production.INFO: ==6905== Lock acquired, processing the job...
[2026-04-06 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 22:49:02] Production.INFO: ==6903== Lock acquired, processing the job...
[2026-04-05 22:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:49:02] Production.INFO: ==6905== Releasing lock...
[2026-04-06 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:49:02] Production.INFO: ==6903== Releasing lock...
[2026-04-05 22:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:49:03] Production.INFO: ==6908== Lock acquired, processing the job...
[2026-04-05 22:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:49:03] Production.INFO: ==6910== Lock acquired, processing the job...
[2026-04-05 22:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:49:03] Production.INFO: ==6912== Lock acquired, processing the job...
[2026-04-05 22:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:49:03] Production.INFO: ==6914== Lock acquired, processing the job...
[2026-04-05 22:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:49:03] Production.INFO: ==6916== Lock acquired, processing the job...
[2026-04-05 22:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:49:03] Production.INFO: ==6916== Releasing lock...
[2026-04-05 22:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:49:03] Production.INFO: Account Balance Start.
[2026-04-05 22:49:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:49:03] Production.INFO: 117
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: ==6910== Releasing lock...
[2026-04-05 22:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:49:04] Production.INFO: Total Charge 0
[2026-04-05 22:49:04] Production.INFO: CreateAllLog End
[2026-04-05 22:49:04] Production.INFO: Account Balance End.
[2026-04-05 22:49:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:49:04] Production.INFO: ==6914== Releasing lock...
[2026-04-05 22:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:49:10] Production.ERROR: CronJobId end10
[2026-04-05 22:49:10] Production.INFO: ==6912== Releasing lock...
[2026-04-05 22:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:49:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:49:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:49:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:49:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:49:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:49:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:49:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:49:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:49:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:49:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:49:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:49:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:49:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:49:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:49:13] Production.INFO: call_cost start
[2026-04-05 22:49:13] Production.INFO: call_cost end
[2026-04-05 22:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:49:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:49:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:49:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:49:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:49:13] Production.INFO: ==6908== Releasing lock...
[2026-04-05 22:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:50:01] Production.INFO: ==6979== Lock acquired, processing the job...
[2026-04-06 03:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:50:01] Production.INFO: neon service started
[2026-04-06 03:50:01] Production.INFO: neon service started
[2026-04-06 03:50:01] Production.INFO: ==6979== Releasing lock...
[2026-04-06 03:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:50:02] Production.INFO: ==6981== Lock acquired, processing the job...
[2026-04-05 22:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:50:02] Production.INFO: ==6981== Releasing lock...
[2026-04-05 22:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:50:02] Production.INFO: ==6983== Lock acquired, processing the job...
[2026-04-06 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:50:02] Production.INFO: ==6983== Releasing lock...
[2026-04-06 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:50:03] Production.INFO: ==6988== Lock acquired, processing the job...
[2026-04-05 22:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:50:03] Production.INFO: ==6986== Lock acquired, processing the job...
[2026-04-05 22:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:50:03] Production.INFO: ==6994== Lock acquired, processing the job...
[2026-04-05 22:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:50:03] Production.INFO: ==6990== Lock acquired, processing the job...
[2026-04-05 22:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:50:03] Production.INFO: ==6992== Lock acquired, processing the job...
[2026-04-05 22:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:50:03] Production.INFO: Account Balance Start.
[2026-04-05 22:50:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:50:03] Production.INFO: 117
[2026-04-05 22:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:50:03] Production.INFO: ==6994== Releasing lock...
[2026-04-05 22:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: ==6988== Releasing lock...
[2026-04-05 22:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:50:04] Production.INFO: Total Charge 0
[2026-04-05 22:50:04] Production.INFO: CreateAllLog End
[2026-04-05 22:50:04] Production.INFO: Account Balance End.
[2026-04-05 22:50:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:50:04] Production.INFO: ==6992== Releasing lock...
[2026-04-05 22:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:50:10] Production.ERROR: CronJobId end10
[2026-04-05 22:50:10] Production.INFO: ==6990== Releasing lock...
[2026-04-05 22:50:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:50:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:50:13] Production.INFO: call_cost start
[2026-04-05 22:50:13] Production.INFO: call_cost end
[2026-04-05 22:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:50:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:50:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:50:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:50:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:50:13] Production.INFO: ==6986== Releasing lock...
[2026-04-05 22:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:51:02] Production.INFO: ==7057== Lock acquired, processing the job...
[2026-04-06 03:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:51:02] Production.INFO: neon service started
[2026-04-06 03:51:02] Production.INFO: neon service started
[2026-04-06 03:51:02] Production.INFO: ==7057== Releasing lock...
[2026-04-06 03:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:51:02] Production.INFO: ==7059== Lock acquired, processing the job...
[2026-04-05 22:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:51:02] Production.INFO: ==7059== Releasing lock...
[2026-04-05 22:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:51:03] Production.INFO: ==7061== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:51:03] Production.INFO: ==7061== Releasing lock...
[2026-04-06 02:51:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:51:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:51:03] Production.INFO: ==7065== Lock acquired, processing the job...
[2026-04-05 22:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:51:03] Production.INFO: ==7063== Lock acquired, processing the job...
[2026-04-05 22:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 22:51:03] Production.INFO: ==7075== Lock acquired, processing the job...
[2026-04-05 22:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:51:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 22:51:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 22:51:04] Production.ERROR: CronJob PID - 7065
[2026-04-05 22:51:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 22:51:04] Production.ERROR: CronJob ID - 5
[2026-04-05 22:51:04] Production.ERROR: CronJob Last Run Time 2026-04-05 22:51:00
[2026-04-05 22:51:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 22:51:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 22:51:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 22:51:04] Production.ERROR: CronJob PID - 7075
[2026-04-05 22:51:04] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-04-05 22:51:04] Production.ERROR: CronJob ID - 19
[2026-04-05 22:51:04] Production.ERROR: CronJob Last Run Time 2026-04-05 22:51:00
[2026-04-05 22:51:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 22:51:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 22:51:04] Production.INFO: ==7067== Lock acquired, processing the job...
[2026-04-05 22:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:51:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 22:51:04] Production.INFO: ==7063== Releasing lock...
[2026-04-05 22:51:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 22:51:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 22:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:51:04] Production.INFO: ==7069== Lock acquired, processing the job...
[2026-04-05 22:51:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:51:04] Production.INFO: ==7075== Releasing lock...
[2026-04-05 22:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:51:04] Production.INFO: ==7071== Lock acquired, processing the job...
[2026-04-05 22:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:51:04] Production.INFO: ==7073== Lock acquired, processing the job...
[2026-04-05 22:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 22:51:04] Production.INFO: Account Balance Start.
[2026-04-05 22:51:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:51:04] Production.INFO: 117
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.ERROR: done
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 22:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044295', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-25
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-26
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-27
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-28
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-29
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-30
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: ==7067== Releasing lock...
[2026-04-05 22:51:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:51:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:51:05] Production.INFO: Date 2026-03-31
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-04-01
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-04-02
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:51:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:51:05] Production.INFO: Total Charge 0
[2026-04-05 22:51:05] Production.INFO: CreateAllLog End
[2026-04-05 22:51:05] Production.INFO: Account Balance End.
[2026-04-05 22:51:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:51:05] Production.INFO: ==7071== Releasing lock...
[2026-04-05 22:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:51:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044295', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 22:51:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 22:51:11] Production.INFO: ProcessCDR(1,17044295,1,1,2)
[2026-04-05 22:51:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044295,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:51:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044295,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 22:51:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 22:51:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 22:51:11] Production.INFO: ==7073== Releasing lock...
[2026-04-05 22:51:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 22:51:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 22:51:14] Production.ERROR: CronJobId end10
[2026-04-05 22:51:14] Production.INFO: ==7069== Releasing lock...
[2026-04-05 22:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:51:16] Production.INFO: call_cost start
[2026-04-05 22:51:16] Production.INFO: call_cost end
[2026-04-05 22:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:51:16] Production.INFO: ==7065== Releasing lock...
[2026-04-05 22:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:52:01] Production.INFO: ==7136== Lock acquired, processing the job...
[2026-04-06 03:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:52:01] Production.INFO: neon service started
[2026-04-06 03:52:01] Production.INFO: neon service started
[2026-04-06 03:52:01] Production.INFO: ==7136== Releasing lock...
[2026-04-06 03:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:52:02] Production.INFO: ==7138== Lock acquired, processing the job...
[2026-04-05 22:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:52:02] Production.INFO: ==7140== Lock acquired, processing the job...
[2026-04-06 02:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:52:02] Production.INFO: ==7140== Releasing lock...
[2026-04-06 02:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:52:02] Production.INFO: ==7138== Releasing lock...
[2026-04-05 22:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:52:03] Production.INFO: ==7143== Lock acquired, processing the job...
[2026-04-05 22:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:52:03] Production.INFO: ==7147== Lock acquired, processing the job...
[2026-04-05 22:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:52:03] Production.INFO: ==7151== Lock acquired, processing the job...
[2026-04-05 22:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:52:03] Production.INFO: ==7145== Lock acquired, processing the job...
[2026-04-05 22:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:52:03] Production.INFO: ==7149== Lock acquired, processing the job...
[2026-04-05 22:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:52:03] Production.INFO: Account Balance Start.
[2026-04-05 22:52:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:52:03] Production.INFO: 117
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:52:03] Production.INFO: ==7151== Releasing lock...
[2026-04-05 22:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: ==7145== Releasing lock...
[2026-04-05 22:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:52:04] Production.INFO: Total Charge 0
[2026-04-05 22:52:04] Production.INFO: CreateAllLog End
[2026-04-05 22:52:04] Production.INFO: Account Balance End.
[2026-04-05 22:52:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:52:04] Production.INFO: ==7149== Releasing lock...
[2026-04-05 22:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:52:11] Production.ERROR: CronJobId end10
[2026-04-05 22:52:11] Production.INFO: ==7147== Releasing lock...
[2026-04-05 22:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:52:14] Production.INFO: call_cost start
[2026-04-05 22:52:14] Production.INFO: call_cost end
[2026-04-05 22:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:52:14] Production.INFO: ==7143== Releasing lock...
[2026-04-05 22:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:53:02] Production.INFO: ==7263== Lock acquired, processing the job...
[2026-04-06 03:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:53:02] Production.INFO: neon service started
[2026-04-06 03:53:02] Production.INFO: neon service started
[2026-04-06 03:53:02] Production.INFO: ==7263== Releasing lock...
[2026-04-06 03:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:53:02] Production.INFO: ==7265== Lock acquired, processing the job...
[2026-04-05 22:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:53:02] Production.INFO: ==7265== Releasing lock...
[2026-04-05 22:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:53:02] Production.INFO: ==7267== Lock acquired, processing the job...
[2026-04-06 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:53:02] Production.INFO: ==7267== Releasing lock...
[2026-04-06 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:53:03] Production.INFO: ==7270== Lock acquired, processing the job...
[2026-04-05 22:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:53:03] Production.INFO: ==7274== Lock acquired, processing the job...
[2026-04-05 22:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:53:03] Production.INFO: ==7278== Lock acquired, processing the job...
[2026-04-05 22:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:53:03] Production.INFO: ==7276== Lock acquired, processing the job...
[2026-04-05 22:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:53:03] Production.INFO: ==7278== Releasing lock...
[2026-04-05 22:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:53:03] Production.INFO: ==7272== Lock acquired, processing the job...
[2026-04-05 22:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:53:03] Production.INFO: Account Balance Start.
[2026-04-05 22:53:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:53:03] Production.INFO: 117
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:53:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: ==7272== Releasing lock...
[2026-04-05 22:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:53:04] Production.INFO: Total Charge 0
[2026-04-05 22:53:04] Production.INFO: CreateAllLog End
[2026-04-05 22:53:04] Production.INFO: Account Balance End.
[2026-04-05 22:53:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:53:04] Production.INFO: ==7276== Releasing lock...
[2026-04-05 22:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:53:12] Production.ERROR: CronJobId end10
[2026-04-05 22:53:12] Production.INFO: ==7274== Releasing lock...
[2026-04-05 22:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:53:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:53:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:53:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:53:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:53:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:53:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:53:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:53:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:53:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:53:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:53:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:53:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:53:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:53:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:53:15] Production.INFO: call_cost start
[2026-04-05 22:53:15] Production.INFO: call_cost end
[2026-04-05 22:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:53:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:53:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:53:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:53:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:53:15] Production.INFO: ==7270== Releasing lock...
[2026-04-05 22:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:54:01] Production.INFO: ==7395== Lock acquired, processing the job...
[2026-04-06 03:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:54:01] Production.INFO: neon service started
[2026-04-06 03:54:01] Production.INFO: neon service started
[2026-04-06 03:54:01] Production.INFO: ==7395== Releasing lock...
[2026-04-06 03:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:54:01] Production.INFO: ==7401== Lock acquired, processing the job...
[2026-04-06 02:54:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:54:01] Production.INFO: ==7401== Releasing lock...
[2026-04-06 02:54:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:54:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:54:02] Production.INFO: ==7399== Lock acquired, processing the job...
[2026-04-05 22:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:54:02] Production.INFO: ==7399== Releasing lock...
[2026-04-05 22:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:54:03] Production.INFO: ==7403== Lock acquired, processing the job...
[2026-04-05 22:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:54:03] Production.INFO: ==7407== Lock acquired, processing the job...
[2026-04-05 22:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:54:03] Production.INFO: ==7409== Lock acquired, processing the job...
[2026-04-05 22:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:54:03] Production.INFO: ==7405== Lock acquired, processing the job...
[2026-04-05 22:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:54:03] Production.INFO: ==7412== Lock acquired, processing the job...
[2026-04-05 22:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:54:03] Production.INFO: Account Balance Start.
[2026-04-05 22:54:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:54:03] Production.INFO: 117
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:54:03] Production.INFO: ==7412== Releasing lock...
[2026-04-05 22:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: ==7405== Releasing lock...
[2026-04-05 22:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:54:04] Production.INFO: Total Charge 0
[2026-04-05 22:54:04] Production.INFO: CreateAllLog End
[2026-04-05 22:54:04] Production.INFO: Account Balance End.
[2026-04-05 22:54:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:54:04] Production.INFO: ==7409== Releasing lock...
[2026-04-05 22:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:54:12] Production.ERROR: CronJobId end10
[2026-04-05 22:54:12] Production.INFO: ==7407== Releasing lock...
[2026-04-05 22:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:54:14] Production.INFO: call_cost start
[2026-04-05 22:54:14] Production.INFO: call_cost end
[2026-04-05 22:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:54:14] Production.INFO: ==7403== Releasing lock...
[2026-04-05 22:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:55:01] Production.INFO: ==7498== Lock acquired, processing the job...
[2026-04-06 03:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:55:01] Production.INFO: neon service started
[2026-04-06 03:55:01] Production.INFO: neon service started
[2026-04-06 03:55:01] Production.INFO: ==7498== Releasing lock...
[2026-04-06 03:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:55:02] Production.INFO: ==7508== Lock acquired, processing the job...
[2026-04-06 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:55:02] Production.INFO: ==7508== Releasing lock...
[2026-04-06 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:55:02] Production.INFO: ==7506== Lock acquired, processing the job...
[2026-04-05 22:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:55:02] Production.INFO: ==7506== Releasing lock...
[2026-04-05 22:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:55:03] Production.INFO: ==7510== Lock acquired, processing the job...
[2026-04-05 22:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:55:03] Production.INFO: ==7512== Lock acquired, processing the job...
[2026-04-05 22:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:55:03] Production.INFO: ==7512== Releasing lock...
[2026-04-05 22:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:55:03] Production.INFO: ==7514== Lock acquired, processing the job...
[2026-04-05 22:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:55:03] Production.INFO: ==7516== Lock acquired, processing the job...
[2026-04-05 22:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:55:04] Production.INFO: ==7518== Lock acquired, processing the job...
[2026-04-05 22:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:55:04] Production.INFO: Account Balance Start.
[2026-04-05 22:55:04] Production.INFO: CreateAllLog Start
[2026-04-05 22:55:04] Production.INFO: 117
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-08
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:55:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: ==7518== Releasing lock...
[2026-04-05 22:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:05] Production.INFO: Date 2026-04-03
[2026-04-05 22:55:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:05] Production.INFO: Date 2026-04-04
[2026-04-05 22:55:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:05] Production.INFO: Date 2026-04-05
[2026-04-05 22:55:05] Production.INFO: Reseller ==> 0
[2026-04-05 22:55:05] Production.INFO: Total Charge 0
[2026-04-05 22:55:05] Production.INFO: CreateAllLog End
[2026-04-05 22:55:05] Production.INFO: Account Balance End.
[2026-04-05 22:55:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:55:05] Production.INFO: ==7516== Releasing lock...
[2026-04-05 22:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:55:12] Production.ERROR: CronJobId end10
[2026-04-05 22:55:12] Production.INFO: ==7514== Releasing lock...
[2026-04-05 22:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:55:15] Production.INFO: call_cost start
[2026-04-05 22:55:15] Production.INFO: call_cost end
[2026-04-05 22:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:55:15] Production.INFO: ==7510== Releasing lock...
[2026-04-05 22:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:56:01] Production.INFO: ==7575== Lock acquired, processing the job...
[2026-04-06 03:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:56:01] Production.INFO: neon service started
[2026-04-06 03:56:01] Production.INFO: neon service started
[2026-04-06 03:56:01] Production.INFO: ==7575== Releasing lock...
[2026-04-06 03:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:56:01] Production.INFO: ==7577== Lock acquired, processing the job...
[2026-04-05 22:56:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:56:02] Production.INFO: ==7577== Releasing lock...
[2026-04-05 22:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:56:02] Production.INFO: ==7579== Lock acquired, processing the job...
[2026-04-06 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:56:02] Production.INFO: ==7579== Releasing lock...
[2026-04-06 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:56:02] Production.INFO: ==7583== Lock acquired, processing the job...
[2026-04-05 22:56:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:56:02] Production.INFO: ==7581== Lock acquired, processing the job...
[2026-04-05 22:56:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:56:02] Production.INFO: ==7585== Lock acquired, processing the job...
[2026-04-05 22:56:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:56:03] Production.INFO: ==7587== Lock acquired, processing the job...
[2026-04-05 22:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:56:03] Production.INFO: ==7589== Lock acquired, processing the job...
[2026-04-05 22:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:56:03] Production.INFO: Account Balance Start.
[2026-04-05 22:56:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:56:03] Production.INFO: 117
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:56:03] Production.INFO: ==7589== Releasing lock...
[2026-04-05 22:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-17
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-18
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: ==7583== Releasing lock...
[2026-04-05 22:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-19
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-20
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-21
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-22
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-23
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-24
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-25
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-26
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:03] Production.INFO: Date 2026-03-27
[2026-04-05 22:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:56:04] Production.INFO: Total Charge 0
[2026-04-05 22:56:04] Production.INFO: CreateAllLog End
[2026-04-05 22:56:04] Production.INFO: Account Balance End.
[2026-04-05 22:56:04] Production.ERROR: CronJobId end 12
[2026-04-05 22:56:04] Production.INFO: ==7587== Releasing lock...
[2026-04-05 22:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:56:11] Production.ERROR: CronJobId end10
[2026-04-05 22:56:11] Production.INFO: ==7585== Releasing lock...
[2026-04-05 22:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:56:13] Production.INFO: call_cost start
[2026-04-05 22:56:13] Production.INFO: call_cost end
[2026-04-05 22:56:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:56:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:56:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:56:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:56:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:56:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:56:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:56:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:56:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:56:13] Production.INFO: ==7581== Releasing lock...
[2026-04-05 22:56:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:56:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:57:01] Production.INFO: ==7655== Lock acquired, processing the job...
[2026-04-06 03:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:57:01] Production.INFO: neon service started
[2026-04-06 03:57:01] Production.INFO: neon service started
[2026-04-06 03:57:01] Production.INFO: ==7655== Releasing lock...
[2026-04-06 03:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:57:02] Production.INFO: ==7657== Lock acquired, processing the job...
[2026-04-05 22:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:57:02] Production.INFO: ==7657== Releasing lock...
[2026-04-05 22:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:57:02] Production.INFO: ==7659== Lock acquired, processing the job...
[2026-04-06 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:57:02] Production.INFO: ==7659== Releasing lock...
[2026-04-06 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:57:03] Production.INFO: ==7661== Lock acquired, processing the job...
[2026-04-05 22:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:57:03] Production.INFO: ==7663== Lock acquired, processing the job...
[2026-04-05 22:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:57:03] Production.INFO: ==7665== Lock acquired, processing the job...
[2026-04-05 22:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:57:03] Production.INFO: ==7667== Lock acquired, processing the job...
[2026-04-05 22:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:57:03] Production.INFO: ==7669== Lock acquired, processing the job...
[2026-04-05 22:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:57:03] Production.INFO: Account Balance Start.
[2026-04-05 22:57:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:57:03] Production.INFO: 117
[2026-04-05 22:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:57:03] Production.INFO: ==7669== Releasing lock...
[2026-04-05 22:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-10
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-11
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-12
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-13
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-14
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-15
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:03] Production.INFO: ==7663== Releasing lock...
[2026-04-05 22:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:57:03] Production.INFO: Date 2026-03-16
[2026-04-05 22:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:57:04] Production.INFO: Total Charge 0
[2026-04-05 22:57:04] Production.INFO: CreateAllLog End
[2026-04-05 22:57:04] Production.INFO: Account Balance End.
[2026-04-05 22:57:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:57:05] Production.INFO: ==7667== Releasing lock...
[2026-04-05 22:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:57:11] Production.ERROR: CronJobId end10
[2026-04-05 22:57:11] Production.INFO: ==7665== Releasing lock...
[2026-04-05 22:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:57:13] Production.INFO: call_cost start
[2026-04-05 22:57:13] Production.INFO: call_cost end
[2026-04-05 22:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:57:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:57:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:57:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:57:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:57:13] Production.INFO: ==7661== Releasing lock...
[2026-04-05 22:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:58:02] Production.INFO: ==7731== Lock acquired, processing the job...
[2026-04-06 03:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:58:02] Production.INFO: neon service started
[2026-04-06 03:58:02] Production.INFO: neon service started
[2026-04-06 03:58:02] Production.INFO: ==7731== Releasing lock...
[2026-04-06 03:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:58:02] Production.INFO: ==7733== Lock acquired, processing the job...
[2026-04-05 22:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 22:58:02] Production.INFO: ==7733== Releasing lock...
[2026-04-05 22:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:58:03] Production.INFO: ==7735== Lock acquired, processing the job...
[2026-04-06 02:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:58:03] Production.INFO: ==7735== Releasing lock...
[2026-04-06 02:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:58:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:58:03] Production.INFO: ==7741== Lock acquired, processing the job...
[2026-04-05 22:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:58:03] Production.INFO: ==7737== Lock acquired, processing the job...
[2026-04-05 22:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:58:03] Production.INFO: ==7739== Lock acquired, processing the job...
[2026-04-05 22:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:58:03] Production.INFO: ==7743== Lock acquired, processing the job...
[2026-04-05 22:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:58:03] Production.INFO: ==7745== Lock acquired, processing the job...
[2026-04-05 22:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:58:03] Production.INFO: Account Balance Start.
[2026-04-05 22:58:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:58:03] Production.INFO: 117
[2026-04-05 22:58:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:58:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-09
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:58:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:58:04] Production.INFO: ==7745== Releasing lock...
[2026-04-05 22:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: ==7739== Releasing lock...
[2026-04-05 22:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:58:04] Production.INFO: Total Charge 0
[2026-04-05 22:58:05] Production.INFO: CreateAllLog End
[2026-04-05 22:58:05] Production.INFO: Account Balance End.
[2026-04-05 22:58:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:58:05] Production.INFO: ==7743== Releasing lock...
[2026-04-05 22:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:58:12] Production.ERROR: CronJobId end10
[2026-04-05 22:58:12] Production.INFO: ==7741== Releasing lock...
[2026-04-05 22:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:58:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:58:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:58:15] Production.INFO: call_cost start
[2026-04-05 22:58:15] Production.INFO: call_cost end
[2026-04-05 22:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:58:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:58:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:58:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:58:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:58:15] Production.INFO: ==7737== Releasing lock...
[2026-04-05 22:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 03:59:01] Production.INFO: ==7807== Lock acquired, processing the job...
[2026-04-06 03:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 03:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 03:59:01] Production.INFO: neon service started
[2026-04-06 03:59:01] Production.INFO: neon service started
[2026-04-06 03:59:01] Production.INFO: ==7807== Releasing lock...
[2026-04-06 03:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 03:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 22:59:02] Production.INFO: ==7809== Lock acquired, processing the job...
[2026-04-06 02:59:02] Production.INFO: ==7811== Lock acquired, processing the job...
[2026-04-05 22:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:59:02] Production.INFO: ==7811== Releasing lock...
[2026-04-06 02:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 02:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 22:59:02] Production.INFO: ==7809== Releasing lock...
[2026-04-05 22:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 22:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 22:59:03] Production.INFO: ==7814== Lock acquired, processing the job...
[2026-04-05 22:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 22:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 22:59:03] Production.INFO: ==7816== Lock acquired, processing the job...
[2026-04-05 22:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 22:59:03] Production.INFO: ==7818== Lock acquired, processing the job...
[2026-04-05 22:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 22:59:03] Production.INFO: ==7820== Lock acquired, processing the job...
[2026-04-05 22:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 22:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 22:59:03] Production.INFO: ==7822== Lock acquired, processing the job...
[2026-04-05 22:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 22:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 22:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 22:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 22:59:03] Production.INFO: Account Balance Start.
[2026-04-05 22:59:03] Production.INFO: CreateAllLog Start
[2026-04-05 22:59:03] Production.INFO: 117
[2026-04-05 22:59:03] Production.INFO: Date 2026-03-08
[2026-04-05 22:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:03] Production.INFO: Date 2026-03-09
[2026-04-05 22:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-10
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 22:59:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 22:59:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-11
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: ==7822== Releasing lock...
[2026-04-05 22:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 22:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-12
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-13
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-14
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-15
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-16
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-17
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: ==7816== Releasing lock...
[2026-04-05 22:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 22:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-18
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-19
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-20
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-21
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-22
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-23
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-24
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-25
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-26
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-27
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-28
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-29
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-30
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-03-31
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-04-01
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-04-02
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-04-03
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-04-04
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Date 2026-04-05
[2026-04-05 22:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 22:59:04] Production.INFO: Total Charge 0
[2026-04-05 22:59:05] Production.INFO: CreateAllLog End
[2026-04-05 22:59:05] Production.INFO: Account Balance End.
[2026-04-05 22:59:05] Production.ERROR: CronJobId end 12
[2026-04-05 22:59:05] Production.INFO: ==7820== Releasing lock...
[2026-04-05 22:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 22:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 22:59:12] Production.ERROR: CronJobId end10
[2026-04-05 22:59:12] Production.INFO: ==7818== Releasing lock...
[2026-04-05 22:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 22:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 22:59:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 22:59:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 22:59:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 22:59:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 22:59:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 22:59:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 22:59:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 22:59:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 22:59:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 22:59:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 22:59:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 22:59:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 22:59:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 22:59:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 22:59:15] Production.INFO: call_cost start
[2026-04-05 22:59:15] Production.INFO: call_cost end
[2026-04-05 22:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 22:59:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 22:59:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 22:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 22:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 22:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 22:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 22:59:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 22:59:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 22:59:15] Production.INFO: ==7814== Releasing lock...
[2026-04-05 22:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 22:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:00:02] Production.INFO: ==7887== Lock acquired, processing the job...
[2026-04-06 04:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:00:02] Production.INFO: neon service started
[2026-04-06 04:00:02] Production.INFO: neon service started
[2026-04-06 04:00:02] Production.INFO: ==7887== Releasing lock...
[2026-04-06 04:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:00:02] Production.INFO: ==7889== Lock acquired, processing the job...
[2026-04-05 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:00:02] Production.INFO: ==7889== Releasing lock...
[2026-04-05 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:00:02] Production.INFO: ==7891== Lock acquired, processing the job...
[2026-04-06 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:00:03] Production.INFO: ==7891== Releasing lock...
[2026-04-06 03:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:00:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:00:03] Production.INFO: ==7902== Lock acquired, processing the job...
[2026-04-05 23:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:00:03] Production.INFO: ==7904== Lock acquired, processing the job...
[2026-04-05 23:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:00:03] Production.INFO: Account Balance Start.
[2026-04-05 23:00:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:00:03] Production.INFO: 117
[2026-04-05 23:00:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:00:03] Production.INFO: ==7894== Lock acquired, processing the job...
[2026-04-05 23:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:00:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:00:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:03] Production.INFO: ==7896== Lock acquired, processing the job...
[2026-04-05 23:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:00:03] Production.INFO: ==7904== Releasing lock...
[2026-04-05 23:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:00:03] Production.INFO: ==7898== Lock acquired, processing the job...
[2026-04-05 23:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:00:04] Production.INFO: ==7900== Lock acquired, processing the job...
[2026-04-05 23:00:04] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Starts#
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '5', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '7', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '8', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '13', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '14', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '17', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '19', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '21', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '25', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '26', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '20', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '32', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '33', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '37', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '41', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '43', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '45', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '49', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '47', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '52', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '53', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '54', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '57', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '58', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '34', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '59', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '63', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '65', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '67', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '73', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '74', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '70', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '82', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 4
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '83', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '84', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '85', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '93', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '95', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '92', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '86', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '78', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '87', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '88', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '90', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '98', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '99', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '97', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '100', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '101', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '102', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '104', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '106', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '107', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '110', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '111', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '113', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-04-05 23:00:04] Production.INFO: Outstanding Amount 0.02
[2026-04-05 23:00:04] Production.INFO: Invoice Full Number INV13250
[2026-04-05 23:00:04] Production.INFO: Transaction start
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: ==7896== Releasing lock...
[2026-04-05 23:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:04] Production.ERROR: exception 'Cartalyst\Stripe\Exception\MissingParameterException' with message 'Amount must be at least $0.50 cad' in /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Exception/Handler.php:121
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Exception/Handler.php(91): Cartalyst\Stripe\Exception\Handler->handleException('Amount must be ...', 400, 'invalid_request...', 'amount_too_smal...', 'amount')
#1 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Http/Client.php(100): Cartalyst\Stripe\Exception\Handler->__construct(Object(GuzzleHttp\Exception\ClientException))
#2 /var/www/html/onswitch.neon.service/vendor/guzzlehttp/guzzle/src/Client.php(150): Cartalyst\Stripe\Http\Client->send(Object(GuzzleHttp\Message\Request))
#3 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Api/Api.php(154): GuzzleHttp\Client->post('v1/charges', Array)
#4 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Api/Api.php(136): Cartalyst\Stripe\Api\Api->execute('post', 'charges', Array)
#5 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Api/Charges.php(33): Cartalyst\Stripe\Api\Api->_post('charges', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/StripeBilling.php(0): Cartalyst\Stripe\Api\Charges->create()
#7 /var/www/html/onswitch.neon.service/app/lib/PaymentGateway.php(0): App\Lib\StripeBilling::createchargebycustomer()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/BulkAutoPaymentCapture.php(0): App\Lib\PaymentGateway::addTransaction()
#9 [internal function]: App\Console\Commands\BulkAutoPaymentCapture->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\BulkAutoPaymentCapture), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '114', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '115', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '119', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '121', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '123', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '124', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '127', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '131', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:04] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '130', '0', '1' )
[2026-04-05 23:00:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:00:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 10
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '134', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '137', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '138', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '136', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '139', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '140', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '146', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '147', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '151', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '153', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '154', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '155', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '157', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 0
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '149', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 1
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '160', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '152', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '161', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '165', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '166', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '183', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '184', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '185', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '187', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '190', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '192', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '193', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 4
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '205', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '208', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '206', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 20
[2026-04-05 23:00:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:00:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '182', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '211', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '188', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '218', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '226', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '227', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '189', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '229', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '230', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '232', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '236', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 0
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '239', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '241', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '260', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '262', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 3
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '263', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '264', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 2
[2026-04-05 23:00:05] Production.INFO: PaymentMethod - 1
[2026-04-05 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '266', '0', '1' )
[2026-04-05 23:00:05] Production.INFO: PaymentPendingInvoice Count - 2
[2026-04-05 23:00:05] Production.INFO: Total Charge 0
[2026-04-05 23:00:05] Production.INFO: CreateAllLog End
[2026-04-05 23:00:05] Production.INFO: Account Balance End.
[2026-04-05 23:00:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:00:05] Production.INFO: ==7902== Releasing lock...
[2026-04-05 23:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:00:06] Production.ERROR: CronJobId end11
[2026-04-05 23:00:06] Production.INFO: ==7900== Releasing lock...
[2026-04-05 23:00:06] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Stops#
[2026-04-05 23:00:06] Production.INFO: 33.75 MB #Memory Used#
[2026-04-05 23:00:12] Production.ERROR: CronJobId end10
[2026-04-05 23:00:12] Production.INFO: ==7898== Releasing lock...
[2026-04-05 23:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:00:15] Production.INFO: call_cost start
[2026-04-05 23:00:15] Production.INFO: call_cost end
[2026-04-05 23:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:00:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:00:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:00:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:00:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:00:15] Production.INFO: ==7894== Releasing lock...
[2026-04-05 23:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:01:01] Production.INFO: ==7973== Lock acquired, processing the job...
[2026-04-06 04:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:01:01] Production.INFO: neon service started
[2026-04-06 04:01:01] Production.INFO: neon service started
[2026-04-06 04:01:01] Production.INFO: ==7973== Releasing lock...
[2026-04-06 04:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:01:02] Production.INFO: ==7980== Lock acquired, processing the job...
[2026-04-06 03:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:01:02] Production.INFO: ==7980== Releasing lock...
[2026-04-06 03:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:01:02] Production.INFO: ==7978== Lock acquired, processing the job...
[2026-04-05 23:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:01:02] Production.INFO: ==7978== Releasing lock...
[2026-04-05 23:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:01:03] Production.INFO: ==7983== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 23:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 23:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 23:01:03] Production.INFO: ==7983== Releasing lock...
[2026-04-05 23:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 23:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 23:01:03] Production.INFO: ==7993== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 23:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:01:03] Production.INFO: ==7985== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:01:03] Production.INFO: ==7991== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:01:03] Production.INFO: ==7995== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:01:03] Production.INFO: ==7987== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:01:03] Production.INFO: ==7989== Lock acquired, processing the job...
[2026-04-05 23:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:01:03] Production.INFO: Account Balance Start.
[2026-04-05 23:01:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:01:03] Production.INFO: 117
[2026-04-05 23:01:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:01:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:03] Production.ERROR: done
[2026-04-05 23:01:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:01:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 23:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044336', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:01:04] Production.INFO: ==7995== Releasing lock...
[2026-04-05 23:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: ==7987== Releasing lock...
[2026-04-05 23:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:01:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:01:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:01:05] Production.INFO: Total Charge 0
[2026-04-05 23:01:05] Production.INFO: CreateAllLog End
[2026-04-05 23:01:05] Production.INFO: Account Balance End.
[2026-04-05 23:01:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:01:05] Production.INFO: ==7991== Releasing lock...
[2026-04-05 23:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044336', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 23:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 23:01:11] Production.INFO: ProcessCDR(1,17044336,1,1,2)
[2026-04-05 23:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044336,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044336,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 23:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 23:01:11] Production.INFO: ==7993== Releasing lock...
[2026-04-05 23:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 23:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:01:14] Production.ERROR: CronJobId end10
[2026-04-05 23:01:14] Production.INFO: ==7989== Releasing lock...
[2026-04-05 23:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:01:16] Production.INFO: call_cost start
[2026-04-05 23:01:16] Production.INFO: call_cost end
[2026-04-05 23:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:01:16] Production.INFO: ==7985== Releasing lock...
[2026-04-05 23:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:02:02] Production.INFO: ==8063== Lock acquired, processing the job...
[2026-04-06 04:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:02:02] Production.INFO: neon service started
[2026-04-06 04:02:02] Production.INFO: neon service started
[2026-04-06 04:02:02] Production.INFO: ==8063== Releasing lock...
[2026-04-06 04:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:02:02] Production.INFO: ==8068== Lock acquired, processing the job...
[2026-04-06 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:02:02] Production.INFO: ==8068== Releasing lock...
[2026-04-06 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:02:02] Production.INFO: ==8066== Lock acquired, processing the job...
[2026-04-05 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:02:02] Production.INFO: ==8066== Releasing lock...
[2026-04-05 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:02:03] Production.INFO: ==8070== Lock acquired, processing the job...
[2026-04-05 23:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:02:03] Production.INFO: ==8074== Lock acquired, processing the job...
[2026-04-05 23:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:02:03] Production.INFO: ==8076== Lock acquired, processing the job...
[2026-04-05 23:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:02:03] Production.INFO: ==8072== Lock acquired, processing the job...
[2026-04-05 23:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:02:03] Production.INFO: Account Balance Start.
[2026-04-05 23:02:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:02:03] Production.INFO: 117
[2026-04-05 23:02:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:03] Production.INFO: ==8078== Lock acquired, processing the job...
[2026-04-05 23:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-05 23:02:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:02:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: ==8080== Lock acquired, processing the job...
[2026-04-05 23:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: ==8080== Releasing lock...
[2026-04-05 23:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: ==8072== Releasing lock...
[2026-04-05 23:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:02:04] Production.ERROR: done
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:02:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.INFO: Date 2026-03-29
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.ERROR: done
[2026-04-05 23:02:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-05 23:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-05 23:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:02:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:02:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.INFO: ==8078== Releasing lock...
[2026-04-05 23:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-05 23:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-05 23:02:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:02:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:02:05] Production.INFO: Total Charge 0
[2026-04-05 23:02:05] Production.INFO: CreateAllLog End
[2026-04-05 23:02:05] Production.INFO: Account Balance End.
[2026-04-05 23:02:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:02:05] Production.INFO: ==8076== Releasing lock...
[2026-04-05 23:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:02:11] Production.ERROR: CronJobId end10
[2026-04-05 23:02:11] Production.INFO: ==8074== Releasing lock...
[2026-04-05 23:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:02:15] Production.INFO: call_cost start
[2026-04-05 23:02:15] Production.INFO: call_cost end
[2026-04-05 23:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:02:15] Production.INFO: ==8070== Releasing lock...
[2026-04-05 23:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:03:01] Production.INFO: ==8144== Lock acquired, processing the job...
[2026-04-06 04:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:03:01] Production.INFO: neon service started
[2026-04-06 04:03:01] Production.INFO: neon service started
[2026-04-06 04:03:01] Production.INFO: ==8144== Releasing lock...
[2026-04-06 04:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:03:01] Production.INFO: ==8146== Lock acquired, processing the job...
[2026-04-05 23:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:03:02] Production.INFO: ==8146== Releasing lock...
[2026-04-05 23:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:03:02] Production.INFO: ==8148== Lock acquired, processing the job...
[2026-04-06 03:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:03:02] Production.INFO: ==8148== Releasing lock...
[2026-04-06 03:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:03:02] Production.INFO: ==8155== Lock acquired, processing the job...
[2026-04-05 23:03:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:03:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:03:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:03:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:03:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:03:02] Production.INFO: ==8151== Lock acquired, processing the job...
[2026-04-05 23:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:03:02] Production.INFO: ==8153== Lock acquired, processing the job...
[2026-04-05 23:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:03:03] Production.INFO: ==8159== Lock acquired, processing the job...
[2026-04-05 23:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:03:03] Production.INFO: ==8157== Lock acquired, processing the job...
[2026-04-05 23:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:03:03] Production.INFO: ==8159== Releasing lock...
[2026-04-05 23:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:03:03] Production.INFO: Account Balance Start.
[2026-04-05 23:03:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:03:03] Production.INFO: 117
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: ==8153== Releasing lock...
[2026-04-05 23:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:03:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:03:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:03:04] Production.INFO: Total Charge 0
[2026-04-05 23:03:04] Production.INFO: CreateAllLog End
[2026-04-05 23:03:04] Production.INFO: Account Balance End.
[2026-04-05 23:03:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:03:04] Production.INFO: ==8157== Releasing lock...
[2026-04-05 23:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:03:11] Production.ERROR: CronJobId end10
[2026-04-05 23:03:11] Production.INFO: ==8155== Releasing lock...
[2026-04-05 23:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:03:13] Production.INFO: call_cost start
[2026-04-05 23:03:13] Production.INFO: call_cost end
[2026-04-05 23:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:03:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:03:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:03:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:03:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:03:13] Production.INFO: ==8151== Releasing lock...
[2026-04-05 23:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:04:01] Production.INFO: ==8220== Lock acquired, processing the job...
[2026-04-06 04:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:04:01] Production.INFO: neon service started
[2026-04-06 04:04:01] Production.INFO: neon service started
[2026-04-06 04:04:01] Production.INFO: ==8220== Releasing lock...
[2026-04-06 04:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:04:02] Production.INFO: ==8224== Lock acquired, processing the job...
[2026-04-06 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:04:02] Production.INFO: ==8224== Releasing lock...
[2026-04-06 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:04:02] Production.INFO: ==8222== Lock acquired, processing the job...
[2026-04-05 23:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:04:02] Production.INFO: ==8222== Releasing lock...
[2026-04-05 23:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:04:03] Production.INFO: ==8226== Lock acquired, processing the job...
[2026-04-05 23:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:04:03] Production.INFO: ==8228== Lock acquired, processing the job...
[2026-04-05 23:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:04:03] Production.INFO: ==8228== Releasing lock...
[2026-04-05 23:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:04:03] Production.INFO: ==8230== Lock acquired, processing the job...
[2026-04-05 23:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:04:03] Production.INFO: ==8234== Lock acquired, processing the job...
[2026-04-05 23:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:04:03] Production.INFO: ==8232== Lock acquired, processing the job...
[2026-04-05 23:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:04:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:04:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:04:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:04:04] Production.INFO: ==8234== Releasing lock...
[2026-04-05 23:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:04:04] Production.INFO: Account Balance Start.
[2026-04-05 23:04:04] Production.INFO: CreateAllLog Start
[2026-04-05 23:04:04] Production.INFO: 117
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:04:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-25
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-26
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-27
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-28
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-29
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:04:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:04:05] Production.INFO: Total Charge 0
[2026-04-05 23:04:05] Production.INFO: CreateAllLog End
[2026-04-05 23:04:05] Production.INFO: Account Balance End.
[2026-04-05 23:04:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:04:05] Production.INFO: ==8232== Releasing lock...
[2026-04-05 23:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:04:12] Production.ERROR: CronJobId end10
[2026-04-05 23:04:12] Production.INFO: ==8230== Releasing lock...
[2026-04-05 23:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:04:15] Production.INFO: call_cost start
[2026-04-05 23:04:15] Production.INFO: call_cost end
[2026-04-05 23:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:04:15] Production.INFO: ==8226== Releasing lock...
[2026-04-05 23:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:05:01] Production.INFO: ==8296== Lock acquired, processing the job...
[2026-04-06 04:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:05:01] Production.INFO: neon service started
[2026-04-06 04:05:01] Production.INFO: neon service started
[2026-04-06 04:05:01] Production.INFO: ==8296== Releasing lock...
[2026-04-06 04:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:05:01] Production.INFO: ==8298== Lock acquired, processing the job...
[2026-04-05 23:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:05:01] Production.INFO: ==8298== Releasing lock...
[2026-04-05 23:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:05:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:05:02] Production.INFO: ==8300== Lock acquired, processing the job...
[2026-04-06 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:05:02] Production.INFO: ==8300== Releasing lock...
[2026-04-06 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:05:02] Production.INFO: ==8310== Lock acquired, processing the job...
[2026-04-05 23:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:05:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:05:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:05:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:05:02] Production.INFO: ==8310== Releasing lock...
[2026-04-05 23:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:05:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:05:02] Production.INFO: ==8308== Lock acquired, processing the job...
[2026-04-05 23:05:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:05:02] Production.INFO: ==8304== Lock acquired, processing the job...
[2026-04-05 23:05:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:05:02] Production.INFO: ==8302== Lock acquired, processing the job...
[2026-04-05 23:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:05:02] Production.INFO: ==8306== Lock acquired, processing the job...
[2026-04-05 23:05:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:05:02] Production.INFO: Account Balance Start.
[2026-04-05 23:05:02] Production.INFO: CreateAllLog Start
[2026-04-05 23:05:02] Production.INFO: 117
[2026-04-05 23:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:05:02] Production.INFO: Date 2026-03-08
[2026-04-05 23:05:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:05:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:05:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:05:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:05:02] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: ==8304== Releasing lock...
[2026-04-05 23:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:05:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:05:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:05:04] Production.INFO: Total Charge 0
[2026-04-05 23:05:04] Production.INFO: CreateAllLog End
[2026-04-05 23:05:04] Production.INFO: Account Balance End.
[2026-04-05 23:05:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:05:04] Production.INFO: ==8308== Releasing lock...
[2026-04-05 23:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:05:10] Production.ERROR: CronJobId end10
[2026-04-05 23:05:10] Production.INFO: ==8306== Releasing lock...
[2026-04-05 23:05:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:05:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:05:13] Production.INFO: call_cost start
[2026-04-05 23:05:13] Production.INFO: call_cost end
[2026-04-05 23:05:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:05:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:05:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:05:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:05:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:05:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:05:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:05:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:05:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:05:13] Production.INFO: ==8302== Releasing lock...
[2026-04-05 23:05:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:05:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:06:01] Production.INFO: ==8375== Lock acquired, processing the job...
[2026-04-06 04:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:06:01] Production.INFO: neon service started
[2026-04-06 04:06:01] Production.INFO: neon service started
[2026-04-06 04:06:01] Production.INFO: ==8375== Releasing lock...
[2026-04-06 04:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:06:02] Production.INFO: ==8377== Lock acquired, processing the job...
[2026-04-05 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:06:02] Production.INFO: ==8379== Lock acquired, processing the job...
[2026-04-06 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:06:02] Production.INFO: ==8379== Releasing lock...
[2026-04-06 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:06:02] Production.INFO: ==8377== Releasing lock...
[2026-04-05 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:06:03] Production.INFO: ==8382== Lock acquired, processing the job...
[2026-04-05 23:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:06:03] Production.INFO: ==8386== Lock acquired, processing the job...
[2026-04-05 23:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:06:03] Production.INFO: ==8390== Lock acquired, processing the job...
[2026-04-05 23:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:06:03] Production.INFO: ==8384== Lock acquired, processing the job...
[2026-04-05 23:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:06:03] Production.INFO: ==8388== Lock acquired, processing the job...
[2026-04-05 23:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:06:03] Production.INFO: Account Balance Start.
[2026-04-05 23:06:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:06:03] Production.INFO: 117
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:06:03] Production.INFO: ==8390== Releasing lock...
[2026-04-05 23:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:06:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:06:04] Production.INFO: ==8384== Releasing lock...
[2026-04-05 23:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:06:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:06:04] Production.INFO: Total Charge 0
[2026-04-05 23:06:04] Production.INFO: CreateAllLog End
[2026-04-05 23:06:04] Production.INFO: Account Balance End.
[2026-04-05 23:06:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:06:05] Production.INFO: ==8388== Releasing lock...
[2026-04-05 23:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:06:10] Production.ERROR: CronJobId end10
[2026-04-05 23:06:10] Production.INFO: ==8386== Releasing lock...
[2026-04-05 23:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:06:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:06:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:06:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:06:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:06:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:06:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:06:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:06:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:06:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:06:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:06:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:06:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:06:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:06:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:06:13] Production.INFO: call_cost start
[2026-04-05 23:06:13] Production.INFO: call_cost end
[2026-04-05 23:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:06:13] Production.INFO: ==8382== Releasing lock...
[2026-04-05 23:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:07:02] Production.INFO: ==8447== Lock acquired, processing the job...
[2026-04-06 04:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:07:02] Production.INFO: neon service started
[2026-04-06 04:07:02] Production.INFO: neon service started
[2026-04-06 04:07:02] Production.INFO: ==8447== Releasing lock...
[2026-04-06 04:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:07:02] Production.INFO: ==8449== Lock acquired, processing the job...
[2026-04-05 23:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:07:02] Production.INFO: ==8451== Lock acquired, processing the job...
[2026-04-06 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:07:02] Production.INFO: ==8451== Releasing lock...
[2026-04-06 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:07:02] Production.INFO: ==8449== Releasing lock...
[2026-04-05 23:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:07:03] Production.INFO: ==8455== Lock acquired, processing the job...
[2026-04-05 23:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:07:03] Production.INFO: ==8457== Lock acquired, processing the job...
[2026-04-05 23:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:07:03] Production.INFO: ==8459== Lock acquired, processing the job...
[2026-04-05 23:07:03] Production.INFO: ==8461== Lock acquired, processing the job...
[2026-04-05 23:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:07:03] Production.INFO: Account Balance Start.
[2026-04-05 23:07:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:07:03] Production.INFO: ==8463== Lock acquired, processing the job...
[2026-04-05 23:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:07:03] Production.INFO: 117
[2026-04-05 23:07:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:07:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:07:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:07:04] Production.INFO: ==8463== Releasing lock...
[2026-04-05 23:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: ==8457== Releasing lock...
[2026-04-05 23:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:07:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:07:04] Production.INFO: Total Charge 0
[2026-04-05 23:07:04] Production.INFO: CreateAllLog End
[2026-04-05 23:07:05] Production.INFO: Account Balance End.
[2026-04-05 23:07:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:07:05] Production.INFO: ==8461== Releasing lock...
[2026-04-05 23:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:07:12] Production.ERROR: CronJobId end10
[2026-04-05 23:07:12] Production.INFO: ==8459== Releasing lock...
[2026-04-05 23:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:07:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:07:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:07:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:07:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:07:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:07:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:07:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:07:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:07:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:07:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:07:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:07:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:07:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:07:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:07:16] Production.INFO: call_cost start
[2026-04-05 23:07:16] Production.INFO: call_cost end
[2026-04-05 23:07:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:07:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:07:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:07:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:07:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:07:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:07:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:07:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:07:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:07:16] Production.INFO: ==8455== Releasing lock...
[2026-04-05 23:07:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:07:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:08:01] Production.INFO: ==8532== Lock acquired, processing the job...
[2026-04-06 04:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:08:01] Production.INFO: neon service started
[2026-04-06 04:08:01] Production.INFO: neon service started
[2026-04-06 04:08:01] Production.INFO: ==8532== Releasing lock...
[2026-04-06 04:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:08:01] Production.INFO: ==8534== Lock acquired, processing the job...
[2026-04-05 23:08:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:08:02] Production.INFO: ==8534== Releasing lock...
[2026-04-05 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:08:02] Production.INFO: ==8536== Lock acquired, processing the job...
[2026-04-06 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:08:02] Production.INFO: ==8536== Releasing lock...
[2026-04-06 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:08:02] Production.INFO: ==8539== Lock acquired, processing the job...
[2026-04-05 23:08:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:08:02] Production.INFO: ==8543== Lock acquired, processing the job...
[2026-04-05 23:08:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:08:03] Production.INFO: ==8545== Lock acquired, processing the job...
[2026-04-05 23:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:08:03] Production.INFO: ==8541== Lock acquired, processing the job...
[2026-04-05 23:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:08:03] Production.INFO: ==8547== Lock acquired, processing the job...
[2026-04-05 23:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:08:03] Production.INFO: Account Balance Start.
[2026-04-05 23:08:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:08:03] Production.INFO: 117
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:08:03] Production.INFO: ==8547== Releasing lock...
[2026-04-05 23:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: ==8541== Releasing lock...
[2026-04-05 23:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:08:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:03] Production.INFO: Date 2026-03-29
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:08:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:08:04] Production.INFO: Total Charge 0
[2026-04-05 23:08:04] Production.INFO: CreateAllLog End
[2026-04-05 23:08:04] Production.INFO: Account Balance End.
[2026-04-05 23:08:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:08:04] Production.INFO: ==8545== Releasing lock...
[2026-04-05 23:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:08:11] Production.ERROR: CronJobId end10
[2026-04-05 23:08:11] Production.INFO: ==8543== Releasing lock...
[2026-04-05 23:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:08:13] Production.INFO: call_cost start
[2026-04-05 23:08:13] Production.INFO: call_cost end
[2026-04-05 23:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:08:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:08:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:08:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:08:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:08:13] Production.INFO: ==8539== Releasing lock...
[2026-04-05 23:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:09:01] Production.INFO: ==8607== Lock acquired, processing the job...
[2026-04-06 04:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:09:02] Production.INFO: neon service started
[2026-04-06 04:09:02] Production.INFO: neon service started
[2026-04-06 04:09:02] Production.INFO: ==8607== Releasing lock...
[2026-04-06 04:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:09:02] Production.INFO: ==8611== Lock acquired, processing the job...
[2026-04-06 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:09:02] Production.INFO: ==8611== Releasing lock...
[2026-04-06 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:09:02] Production.INFO: ==8609== Lock acquired, processing the job...
[2026-04-05 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:09:02] Production.INFO: ==8609== Releasing lock...
[2026-04-05 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:09:03] Production.INFO: ==8614== Lock acquired, processing the job...
[2026-04-05 23:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:09:03] Production.INFO: ==8616== Lock acquired, processing the job...
[2026-04-05 23:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:09:03] Production.INFO: ==8620== Lock acquired, processing the job...
[2026-04-05 23:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:09:03] Production.INFO: ==8622== Lock acquired, processing the job...
[2026-04-05 23:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:09:03] Production.INFO: Account Balance Start.
[2026-04-05 23:09:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:09:03] Production.INFO: 117
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:09:03] Production.INFO: ==8622== Releasing lock...
[2026-04-05 23:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: ==8618== Lock acquired, processing the job...
[2026-04-05 23:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:09:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:03] Production.INFO: ==8616== Releasing lock...
[2026-04-05 23:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:09:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:09:04] Production.INFO: Total Charge 0
[2026-04-05 23:09:04] Production.INFO: CreateAllLog End
[2026-04-05 23:09:04] Production.INFO: Account Balance End.
[2026-04-05 23:09:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:09:04] Production.INFO: ==8620== Releasing lock...
[2026-04-05 23:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:09:12] Production.ERROR: CronJobId end10
[2026-04-05 23:09:12] Production.INFO: ==8618== Releasing lock...
[2026-04-05 23:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:09:15] Production.INFO: call_cost start
[2026-04-05 23:09:15] Production.INFO: call_cost end
[2026-04-05 23:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:09:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:09:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:09:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:09:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:09:15] Production.INFO: ==8614== Releasing lock...
[2026-04-05 23:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:10:01] Production.INFO: ==8685== Lock acquired, processing the job...
[2026-04-06 04:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:10:01] Production.INFO: neon service started
[2026-04-06 04:10:01] Production.INFO: neon service started
[2026-04-06 04:10:01] Production.INFO: ==8685== Releasing lock...
[2026-04-06 04:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:10:01] Production.INFO: ==8689== Lock acquired, processing the job...
[2026-04-06 03:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:10:01] Production.INFO: ==8689== Releasing lock...
[2026-04-06 03:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:10:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:10:02] Production.INFO: ==8687== Lock acquired, processing the job...
[2026-04-05 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:10:02] Production.INFO: ==8687== Releasing lock...
[2026-04-05 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:10:03] Production.INFO: ==8693== Lock acquired, processing the job...
[2026-04-05 23:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:10:03] Production.INFO: ==8695== Lock acquired, processing the job...
[2026-04-05 23:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:10:03] Production.INFO: ==8697== Lock acquired, processing the job...
[2026-04-05 23:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:10:03] Production.INFO: ==8701== Lock acquired, processing the job...
[2026-04-05 23:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:10:03] Production.INFO: ==8699== Lock acquired, processing the job...
[2026-04-05 23:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:10:03] Production.INFO: Account Balance Start.
[2026-04-05 23:10:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:10:03] Production.INFO: 117
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:10:03] Production.INFO: ==8701== Releasing lock...
[2026-04-05 23:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: ==8695== Releasing lock...
[2026-04-05 23:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:10:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:10:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:10:04] Production.INFO: Total Charge 0
[2026-04-05 23:10:04] Production.INFO: CreateAllLog End
[2026-04-05 23:10:04] Production.INFO: Account Balance End.
[2026-04-05 23:10:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:10:04] Production.INFO: ==8699== Releasing lock...
[2026-04-05 23:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:10:11] Production.ERROR: CronJobId end10
[2026-04-05 23:10:11] Production.INFO: ==8697== Releasing lock...
[2026-04-05 23:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:10:14] Production.INFO: call_cost start
[2026-04-05 23:10:14] Production.INFO: call_cost end
[2026-04-05 23:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:10:14] Production.INFO: ==8693== Releasing lock...
[2026-04-05 23:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:11:01] Production.INFO: ==8772== Lock acquired, processing the job...
[2026-04-06 04:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:11:01] Production.INFO: neon service started
[2026-04-06 04:11:01] Production.INFO: neon service started
[2026-04-06 04:11:01] Production.INFO: ==8772== Releasing lock...
[2026-04-06 04:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:11:02] Production.INFO: ==8776== Lock acquired, processing the job...
[2026-04-06 03:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:11:02] Production.INFO: ==8776== Releasing lock...
[2026-04-06 03:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:11:02] Production.INFO: ==8774== Lock acquired, processing the job...
[2026-04-05 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:11:02] Production.INFO: ==8774== Releasing lock...
[2026-04-05 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:11:03] Production.INFO: ==8783== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:11:03] Production.INFO: ==8785== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:11:03] Production.INFO: ==8779== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 23:11:03] Production.INFO: ==8781== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 23:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:11:03] Production.ERROR: CronJob PID - 8783
[2026-04-05 23:11:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 23:11:03] Production.ERROR: CronJob ID - 7
[2026-04-05 23:11:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:11:00
[2026-04-05 23:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:11:03] Production.ERROR: CronJob PID - 8785
[2026-04-05 23:11:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-05 23:11:03] Production.ERROR: CronJob ID - 10
[2026-04-05 23:11:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:11:00
[2026-04-05 23:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 23:11:03] Production.INFO: ==8779== Releasing lock...
[2026-04-05 23:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 23:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 23:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:11:03] Production.INFO: ==8787== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:11:03] Production.INFO: Account Balance Start.
[2026-04-05 23:11:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:11:03] Production.INFO: 117
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:11:03] Production.INFO: ==8789== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: ==8791== Lock acquired, processing the job...
[2026-04-05 23:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:11:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: ==8791== Releasing lock...
[2026-04-05 23:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: ==8783== Releasing lock...
[2026-04-05 23:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.ERROR: done
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 23:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044378', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 23:11:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:11:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:11:04] Production.INFO: Total Charge 0
[2026-04-05 23:11:04] Production.INFO: CreateAllLog End
[2026-04-05 23:11:04] Production.INFO: Account Balance End.
[2026-04-05 23:11:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:11:04] Production.INFO: ==8787== Releasing lock...
[2026-04-05 23:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:11:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044378', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 23:11:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 23:11:09] Production.INFO: ProcessCDR(1,17044378,1,1,2)
[2026-04-05 23:11:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044378,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:11:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044378,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:11:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 23:11:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 23:11:09] Production.INFO: ==8789== Releasing lock...
[2026-04-05 23:11:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 23:11:09] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:11:13] Production.ERROR: CronJobId end10
[2026-04-05 23:11:13] Production.INFO: ==8785== Releasing lock...
[2026-04-05 23:11:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:11:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:11:16] Production.INFO: call_cost start
[2026-04-05 23:11:16] Production.INFO: call_cost end
[2026-04-05 23:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:11:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:11:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:11:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:11:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:11:16] Production.INFO: ==8781== Releasing lock...
[2026-04-05 23:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:12:02] Production.INFO: ==8846== Lock acquired, processing the job...
[2026-04-06 04:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:12:02] Production.INFO: neon service started
[2026-04-06 04:12:02] Production.INFO: neon service started
[2026-04-06 04:12:02] Production.INFO: ==8846== Releasing lock...
[2026-04-06 04:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:12:02] Production.INFO: ==8850== Lock acquired, processing the job...
[2026-04-06 03:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:12:02] Production.INFO: ==8848== Lock acquired, processing the job...
[2026-04-05 23:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:12:02] Production.INFO: ==8850== Releasing lock...
[2026-04-06 03:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:12:03] Production.INFO: ==8848== Releasing lock...
[2026-04-05 23:12:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:12:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:12:03] Production.INFO: ==8855== Lock acquired, processing the job...
[2026-04-05 23:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:12:03] Production.INFO: ==8853== Lock acquired, processing the job...
[2026-04-05 23:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:12:03] Production.INFO: ==8857== Lock acquired, processing the job...
[2026-04-05 23:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:12:04] Production.INFO: ==8861== Lock acquired, processing the job...
[2026-04-05 23:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:12:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:12:04] Production.INFO: ==8859== Lock acquired, processing the job...
[2026-04-05 23:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:12:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:12:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:12:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:12:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:12:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:12:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:12:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:12:04] Production.INFO: ==8861== Releasing lock...
[2026-04-05 23:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:12:04] Production.INFO: Account Balance Start.
[2026-04-05 23:12:04] Production.INFO: CreateAllLog Start
[2026-04-05 23:12:04] Production.INFO: 117
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: ==8855== Releasing lock...
[2026-04-05 23:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:12:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-03-26
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-03-27
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-03-28
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-03-29
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:12:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:12:05] Production.INFO: Total Charge 0
[2026-04-05 23:12:05] Production.INFO: CreateAllLog End
[2026-04-05 23:12:05] Production.INFO: Account Balance End.
[2026-04-05 23:12:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:12:05] Production.INFO: ==8859== Releasing lock...
[2026-04-05 23:12:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:12:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:12:12] Production.ERROR: CronJobId end10
[2026-04-05 23:12:12] Production.INFO: ==8857== Releasing lock...
[2026-04-05 23:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:12:14] Production.INFO: call_cost start
[2026-04-05 23:12:14] Production.INFO: call_cost end
[2026-04-05 23:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:12:14] Production.INFO: ==8853== Releasing lock...
[2026-04-05 23:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:13:01] Production.INFO: ==8925== Lock acquired, processing the job...
[2026-04-06 04:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:13:01] Production.INFO: neon service started
[2026-04-06 04:13:01] Production.INFO: neon service started
[2026-04-06 04:13:01] Production.INFO: ==8925== Releasing lock...
[2026-04-06 04:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:13:01] Production.INFO: ==8927== Lock acquired, processing the job...
[2026-04-05 23:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:13:02] Production.INFO: ==8927== Releasing lock...
[2026-04-05 23:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:13:02] Production.INFO: ==8929== Lock acquired, processing the job...
[2026-04-06 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:13:02] Production.INFO: ==8929== Releasing lock...
[2026-04-06 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:13:02] Production.INFO: ==8935== Lock acquired, processing the job...
[2026-04-05 23:13:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:13:03] Production.INFO: ==8931== Lock acquired, processing the job...
[2026-04-05 23:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:13:03] Production.INFO: ==8933== Lock acquired, processing the job...
[2026-04-05 23:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:13:03] Production.INFO: ==8937== Lock acquired, processing the job...
[2026-04-05 23:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:13:03] Production.INFO: ==8939== Lock acquired, processing the job...
[2026-04-05 23:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:13:03] Production.INFO: ==8939== Releasing lock...
[2026-04-05 23:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:13:03] Production.INFO: Account Balance Start.
[2026-04-05 23:13:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:13:03] Production.INFO: 117
[2026-04-05 23:13:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:13:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: ==8933== Releasing lock...
[2026-04-05 23:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:13:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:13:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:13:05] Production.INFO: Total Charge 0
[2026-04-05 23:13:05] Production.INFO: CreateAllLog End
[2026-04-05 23:13:05] Production.INFO: Account Balance End.
[2026-04-05 23:13:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:13:05] Production.INFO: ==8937== Releasing lock...
[2026-04-05 23:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:13:11] Production.ERROR: CronJobId end10
[2026-04-05 23:13:11] Production.INFO: ==8935== Releasing lock...
[2026-04-05 23:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:13:14] Production.INFO: call_cost start
[2026-04-05 23:13:14] Production.INFO: call_cost end
[2026-04-05 23:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:13:14] Production.INFO: ==8931== Releasing lock...
[2026-04-05 23:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:14:01] Production.INFO: ==9004== Lock acquired, processing the job...
[2026-04-06 04:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:14:02] Production.INFO: neon service started
[2026-04-06 04:14:02] Production.INFO: neon service started
[2026-04-06 04:14:02] Production.INFO: ==9004== Releasing lock...
[2026-04-06 04:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:14:02] Production.INFO: ==9006== Lock acquired, processing the job...
[2026-04-05 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:14:02] Production.INFO: ==9006== Releasing lock...
[2026-04-05 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:14:02] Production.INFO: ==9008== Lock acquired, processing the job...
[2026-04-06 03:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:14:03] Production.INFO: ==9008== Releasing lock...
[2026-04-06 03:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:14:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:14:03] Production.INFO: ==9012== Lock acquired, processing the job...
[2026-04-05 23:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:14:03] Production.INFO: ==9014== Lock acquired, processing the job...
[2026-04-05 23:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:14:03] Production.INFO: ==9018== Lock acquired, processing the job...
[2026-04-05 23:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:14:03] Production.INFO: ==9018== Releasing lock...
[2026-04-05 23:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:14:03] Production.INFO: ==9016== Lock acquired, processing the job...
[2026-04-05 23:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:14:03] Production.INFO: Account Balance Start.
[2026-04-05 23:14:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:14:03] Production.INFO: 117
[2026-04-05 23:14:03] Production.INFO: ==9012== Releasing lock...
[2026-04-05 23:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:03] Production.INFO: ==9010== Lock acquired, processing the job...
[2026-04-05 23:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:14:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:14:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:14:04] Production.INFO: Total Charge 0
[2026-04-05 23:14:04] Production.INFO: CreateAllLog End
[2026-04-05 23:14:04] Production.INFO: Account Balance End.
[2026-04-05 23:14:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:14:04] Production.INFO: ==9016== Releasing lock...
[2026-04-05 23:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:14:12] Production.ERROR: CronJobId end10
[2026-04-05 23:14:12] Production.INFO: ==9014== Releasing lock...
[2026-04-05 23:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:14:15] Production.INFO: call_cost start
[2026-04-05 23:14:15] Production.INFO: call_cost end
[2026-04-05 23:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:14:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:14:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:14:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:14:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:14:15] Production.INFO: ==9010== Releasing lock...
[2026-04-05 23:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:15:01] Production.INFO: ==9078== Lock acquired, processing the job...
[2026-04-06 04:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:15:01] Production.INFO: neon service started
[2026-04-06 04:15:01] Production.INFO: neon service started
[2026-04-06 04:15:01] Production.INFO: ==9078== Releasing lock...
[2026-04-06 04:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:15:02] Production.INFO: ==9080== Lock acquired, processing the job...
[2026-04-05 23:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:15:02] Production.INFO: ==9082== Lock acquired, processing the job...
[2026-04-06 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:15:02] Production.INFO: ==9082== Releasing lock...
[2026-04-06 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:15:02] Production.INFO: ==9080== Releasing lock...
[2026-04-05 23:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:15:03] Production.INFO: ==9085== Lock acquired, processing the job...
[2026-04-05 23:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:15:03] Production.INFO: ==9089== Lock acquired, processing the job...
[2026-04-05 23:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:15:03] Production.INFO: ==9087== Lock acquired, processing the job...
[2026-04-05 23:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:15:03] Production.INFO: ==9091== Lock acquired, processing the job...
[2026-04-05 23:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:15:03] Production.INFO: ==9093== Lock acquired, processing the job...
[2026-04-05 23:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:15:03] Production.INFO: Account Balance Start.
[2026-04-05 23:15:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:15:03] Production.INFO: 117
[2026-04-05 23:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: ==9093== Releasing lock...
[2026-04-05 23:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: ==9087== Releasing lock...
[2026-04-05 23:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:15:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:15:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:15:04] Production.INFO: Total Charge 0
[2026-04-05 23:15:04] Production.INFO: CreateAllLog End
[2026-04-05 23:15:04] Production.INFO: Account Balance End.
[2026-04-05 23:15:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:15:04] Production.INFO: ==9091== Releasing lock...
[2026-04-05 23:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:15:12] Production.ERROR: CronJobId end10
[2026-04-05 23:15:12] Production.INFO: ==9089== Releasing lock...
[2026-04-05 23:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:15:14] Production.INFO: call_cost start
[2026-04-05 23:15:14] Production.INFO: call_cost end
[2026-04-05 23:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:15:14] Production.INFO: ==9085== Releasing lock...
[2026-04-05 23:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:16:01] Production.INFO: ==9155== Lock acquired, processing the job...
[2026-04-06 04:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:16:01] Production.INFO: neon service started
[2026-04-06 04:16:01] Production.INFO: neon service started
[2026-04-06 04:16:01] Production.INFO: ==9155== Releasing lock...
[2026-04-06 04:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:16:02] Production.INFO: ==9159== Lock acquired, processing the job...
[2026-04-06 03:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:16:02] Production.INFO: ==9159== Releasing lock...
[2026-04-06 03:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:16:02] Production.INFO: ==9157== Lock acquired, processing the job...
[2026-04-05 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:16:02] Production.INFO: ==9157== Releasing lock...
[2026-04-05 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:16:03] Production.INFO: ==9165== Lock acquired, processing the job...
[2026-04-05 23:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:16:03] Production.INFO: ==9161== Lock acquired, processing the job...
[2026-04-05 23:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:16:03] Production.INFO: ==9163== Lock acquired, processing the job...
[2026-04-05 23:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:16:03] Production.INFO: ==9167== Lock acquired, processing the job...
[2026-04-05 23:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:16:03] Production.INFO: ==9170== Lock acquired, processing the job...
[2026-04-05 23:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:16:03] Production.INFO: Account Balance Start.
[2026-04-05 23:16:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:16:03] Production.INFO: 117
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:16:03] Production.INFO: ==9170== Releasing lock...
[2026-04-05 23:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:16:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: ==9163== Releasing lock...
[2026-04-05 23:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:16:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:16:04] Production.INFO: Total Charge 0
[2026-04-05 23:16:04] Production.INFO: CreateAllLog End
[2026-04-05 23:16:04] Production.INFO: Account Balance End.
[2026-04-05 23:16:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:16:04] Production.INFO: ==9167== Releasing lock...
[2026-04-05 23:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:16:11] Production.ERROR: CronJobId end10
[2026-04-05 23:16:11] Production.INFO: ==9165== Releasing lock...
[2026-04-05 23:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:16:14] Production.INFO: call_cost start
[2026-04-05 23:16:14] Production.INFO: call_cost end
[2026-04-05 23:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:16:14] Production.INFO: ==9161== Releasing lock...
[2026-04-05 23:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:17:02] Production.INFO: ==9231== Lock acquired, processing the job...
[2026-04-06 04:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:17:02] Production.INFO: neon service started
[2026-04-06 04:17:02] Production.INFO: neon service started
[2026-04-06 04:17:02] Production.INFO: ==9231== Releasing lock...
[2026-04-06 04:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:17:02] Production.INFO: ==9233== Lock acquired, processing the job...
[2026-04-05 23:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:17:02] Production.INFO: ==9233== Releasing lock...
[2026-04-05 23:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:17:03] Production.INFO: ==9235== Lock acquired, processing the job...
[2026-04-06 03:17:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:17:03] Production.INFO: ==9235== Releasing lock...
[2026-04-06 03:17:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:17:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:17:03] Production.INFO: ==9245== Lock acquired, processing the job...
[2026-04-05 23:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:17:03] Production.INFO: ==9245== Releasing lock...
[2026-04-05 23:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:17:04] Production.INFO: ==9237== Lock acquired, processing the job...
[2026-04-05 23:17:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:17:04] Production.INFO: ==9239== Lock acquired, processing the job...
[2026-04-05 23:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:17:04] Production.INFO: ==9243== Lock acquired, processing the job...
[2026-04-05 23:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:17:04] Production.INFO: ==9241== Lock acquired, processing the job...
[2026-04-05 23:17:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:17:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:17:04] Production.INFO: Account Balance Start.
[2026-04-05 23:17:04] Production.INFO: CreateAllLog Start
[2026-04-05 23:17:04] Production.INFO: 117
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:17:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:17:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:17:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:17:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: ==9239== Releasing lock...
[2026-04-05 23:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:17:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:17:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:17:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:17:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:17:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:17:05] Production.INFO: Total Charge 0
[2026-04-05 23:17:05] Production.INFO: CreateAllLog End
[2026-04-05 23:17:05] Production.INFO: Account Balance End.
[2026-04-05 23:17:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:17:05] Production.INFO: ==9243== Releasing lock...
[2026-04-05 23:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:17:11] Production.ERROR: CronJobId end10
[2026-04-05 23:17:11] Production.INFO: ==9241== Releasing lock...
[2026-04-05 23:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:17:14] Production.INFO: call_cost start
[2026-04-05 23:17:14] Production.INFO: call_cost end
[2026-04-05 23:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:17:14] Production.INFO: ==9237== Releasing lock...
[2026-04-05 23:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:18:01] Production.INFO: ==9303== Lock acquired, processing the job...
[2026-04-06 04:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:18:01] Production.INFO: neon service started
[2026-04-06 04:18:01] Production.INFO: neon service started
[2026-04-06 04:18:01] Production.INFO: ==9303== Releasing lock...
[2026-04-06 04:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:18:02] Production.INFO: ==9305== Lock acquired, processing the job...
[2026-04-05 23:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:18:02] Production.INFO: ==9307== Lock acquired, processing the job...
[2026-04-06 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:18:02] Production.INFO: ==9307== Releasing lock...
[2026-04-06 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:18:02] Production.INFO: ==9305== Releasing lock...
[2026-04-05 23:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:18:03] Production.INFO: ==9314== Lock acquired, processing the job...
[2026-04-05 23:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:18:03] Production.INFO: ==9310== Lock acquired, processing the job...
[2026-04-05 23:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:18:03] Production.INFO: ==9312== Lock acquired, processing the job...
[2026-04-05 23:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:18:03] Production.INFO: ==9318== Lock acquired, processing the job...
[2026-04-05 23:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:18:03] Production.INFO: ==9316== Lock acquired, processing the job...
[2026-04-05 23:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:18:03] Production.INFO: Account Balance Start.
[2026-04-05 23:18:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:18:03] Production.INFO: 117
[2026-04-05 23:18:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:18:03] Production.INFO: ==9318== Releasing lock...
[2026-04-05 23:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:18:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:18:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: ==9312== Releasing lock...
[2026-04-05 23:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:18:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:18:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:18:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:18:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:18:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:18:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:18:05] Production.INFO: Total Charge 0
[2026-04-05 23:18:05] Production.INFO: CreateAllLog End
[2026-04-05 23:18:05] Production.INFO: Account Balance End.
[2026-04-05 23:18:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:18:05] Production.INFO: ==9316== Releasing lock...
[2026-04-05 23:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:18:11] Production.ERROR: CronJobId end10
[2026-04-05 23:18:11] Production.INFO: ==9314== Releasing lock...
[2026-04-05 23:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:18:14] Production.INFO: call_cost start
[2026-04-05 23:18:14] Production.INFO: call_cost end
[2026-04-05 23:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:18:14] Production.INFO: ==9310== Releasing lock...
[2026-04-05 23:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:19:02] Production.INFO: ==9378== Lock acquired, processing the job...
[2026-04-06 04:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:19:02] Production.INFO: neon service started
[2026-04-06 04:19:02] Production.INFO: neon service started
[2026-04-06 04:19:02] Production.INFO: ==9378== Releasing lock...
[2026-04-06 04:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:19:02] Production.INFO: ==9382== Lock acquired, processing the job...
[2026-04-06 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:19:02] Production.INFO: ==9382== Releasing lock...
[2026-04-06 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:19:02] Production.INFO: ==9380== Lock acquired, processing the job...
[2026-04-05 23:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:19:02] Production.INFO: ==9380== Releasing lock...
[2026-04-05 23:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:19:03] Production.INFO: ==9385== Lock acquired, processing the job...
[2026-04-05 23:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:19:03] Production.INFO: ==9387== Lock acquired, processing the job...
[2026-04-05 23:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:19:03] Production.INFO: ==9391== Lock acquired, processing the job...
[2026-04-05 23:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:19:03] Production.INFO: ==9389== Lock acquired, processing the job...
[2026-04-05 23:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:19:03] Production.INFO: ==9393== Lock acquired, processing the job...
[2026-04-05 23:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:19:03] Production.INFO: Account Balance Start.
[2026-04-05 23:19:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:19:03] Production.INFO: 117
[2026-04-05 23:19:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:19:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:19:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:03] Production.INFO: ==9393== Releasing lock...
[2026-04-05 23:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: ==9387== Releasing lock...
[2026-04-05 23:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:19:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:19:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:19:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:19:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:19:05] Production.INFO: Total Charge 0
[2026-04-05 23:19:05] Production.INFO: CreateAllLog End
[2026-04-05 23:19:05] Production.INFO: Account Balance End.
[2026-04-05 23:19:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:19:05] Production.INFO: ==9391== Releasing lock...
[2026-04-05 23:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:19:12] Production.ERROR: CronJobId end10
[2026-04-05 23:19:12] Production.INFO: ==9389== Releasing lock...
[2026-04-05 23:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:19:14] Production.INFO: call_cost start
[2026-04-05 23:19:14] Production.INFO: call_cost end
[2026-04-05 23:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:19:14] Production.INFO: ==9385== Releasing lock...
[2026-04-05 23:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:20:01] Production.INFO: ==9451== Lock acquired, processing the job...
[2026-04-06 04:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:20:01] Production.INFO: neon service started
[2026-04-06 04:20:01] Production.INFO: neon service started
[2026-04-06 04:20:01] Production.INFO: ==9451== Releasing lock...
[2026-04-06 04:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:20:01] Production.INFO: ==9453== Lock acquired, processing the job...
[2026-04-05 23:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:20:02] Production.INFO: ==9453== Releasing lock...
[2026-04-05 23:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:20:02] Production.INFO: ==9455== Lock acquired, processing the job...
[2026-04-06 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:20:02] Production.INFO: ==9455== Releasing lock...
[2026-04-06 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:20:02] Production.INFO: ==9458== Lock acquired, processing the job...
[2026-04-05 23:20:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:20:02] Production.INFO: ==9462== Lock acquired, processing the job...
[2026-04-05 23:20:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:20:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:20:03] Production.INFO: ==9466== Lock acquired, processing the job...
[2026-04-05 23:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:20:03] Production.INFO: ==9460== Lock acquired, processing the job...
[2026-04-05 23:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:20:03] Production.INFO: ==9464== Lock acquired, processing the job...
[2026-04-05 23:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:20:03] Production.INFO: ==9466== Releasing lock...
[2026-04-05 23:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:20:03] Production.INFO: Account Balance Start.
[2026-04-05 23:20:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:20:03] Production.INFO: 117
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: ==9460== Releasing lock...
[2026-04-05 23:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:20:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:20:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:20:04] Production.INFO: Total Charge 0
[2026-04-05 23:20:04] Production.INFO: CreateAllLog End
[2026-04-05 23:20:04] Production.INFO: Account Balance End.
[2026-04-05 23:20:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:20:04] Production.INFO: ==9464== Releasing lock...
[2026-04-05 23:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:20:11] Production.ERROR: CronJobId end10
[2026-04-05 23:20:11] Production.INFO: ==9462== Releasing lock...
[2026-04-05 23:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:20:14] Production.INFO: call_cost start
[2026-04-05 23:20:14] Production.INFO: call_cost end
[2026-04-05 23:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:20:14] Production.INFO: ==9458== Releasing lock...
[2026-04-05 23:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:21:01] Production.INFO: ==9528== Lock acquired, processing the job...
[2026-04-06 04:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:21:01] Production.INFO: neon service started
[2026-04-06 04:21:01] Production.INFO: neon service started
[2026-04-06 04:21:01] Production.INFO: ==9528== Releasing lock...
[2026-04-06 04:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:21:02] Production.INFO: ==9530== Lock acquired, processing the job...
[2026-04-05 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:21:02] Production.INFO: ==9532== Lock acquired, processing the job...
[2026-04-06 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:21:02] Production.INFO: ==9530== Releasing lock...
[2026-04-05 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:21:02] Production.INFO: ==9532== Releasing lock...
[2026-04-06 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:21:03] Production.INFO: ==9536== Lock acquired, processing the job...
[2026-04-05 23:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:21:03] Production.INFO: ==9538== Lock acquired, processing the job...
[2026-04-05 23:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:21:03] Production.INFO: ==9542== Lock acquired, processing the job...
[2026-04-05 23:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:21:03] Production.INFO: Account Balance Start.
[2026-04-05 23:21:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:21:03] Production.INFO: 117
[2026-04-05 23:21:03] Production.INFO: ==9534== Lock acquired, processing the job...
[2026-04-05 23:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:21:03] Production.ERROR: CronJob PID - 9536
[2026-04-05 23:21:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-05 23:21:03] Production.ERROR: CronJob ID - 5
[2026-04-05 23:21:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:21:00
[2026-04-05 23:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:21:03] Production.ERROR: CronJob PID - 9538
[2026-04-05 23:21:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 23:21:03] Production.ERROR: CronJob ID - 7
[2026-04-05 23:21:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:21:00
[2026-04-05 23:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:21:03] Production.ERROR: CronJob PID - 9542
[2026-04-05 23:21:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-05 23:21:03] Production.ERROR: CronJob ID - 12
[2026-04-05 23:21:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:21:00
[2026-04-05 23:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.INFO: ==9540== Lock acquired, processing the job...
[2026-04-05 23:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 23:21:03] Production.INFO: ==9534== Releasing lock...
[2026-04-05 23:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 23:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.INFO: ==9544== Lock acquired, processing the job...
[2026-04-05 23:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:21:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:21:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: ==9546== Lock acquired, processing the job...
[2026-04-05 23:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: ==9546== Releasing lock...
[2026-04-05 23:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:21:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: ==9538== Releasing lock...
[2026-04-05 23:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:21:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:21:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:21:04] Production.INFO: Total Charge 0
[2026-04-05 23:21:04] Production.INFO: CreateAllLog End
[2026-04-05 23:21:04] Production.ERROR: done
[2026-04-05 23:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 23:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044419', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 23:21:05] Production.INFO: Account Balance End.
[2026-04-05 23:21:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:21:05] Production.INFO: ==9542== Releasing lock...
[2026-04-05 23:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044419', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 23:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 23:21:10] Production.INFO: ProcessCDR(1,17044419,1,1,2)
[2026-04-05 23:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044419,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044419,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 23:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 23:21:10] Production.INFO: ==9544== Releasing lock...
[2026-04-05 23:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 23:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:21:13] Production.ERROR: CronJobId end10
[2026-04-05 23:21:13] Production.INFO: ==9540== Releasing lock...
[2026-04-05 23:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:21:16] Production.INFO: call_cost start
[2026-04-05 23:21:16] Production.INFO: call_cost end
[2026-04-05 23:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:21:16] Production.INFO: ==9536== Releasing lock...
[2026-04-05 23:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:22:02] Production.INFO: ==9605== Lock acquired, processing the job...
[2026-04-06 04:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:22:02] Production.INFO: neon service started
[2026-04-06 04:22:02] Production.INFO: neon service started
[2026-04-06 04:22:02] Production.INFO: ==9605== Releasing lock...
[2026-04-06 04:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:22:02] Production.INFO: ==9608== Lock acquired, processing the job...
[2026-04-05 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:22:02] Production.INFO: ==9608== Releasing lock...
[2026-04-05 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:22:03] Production.INFO: ==9610== Lock acquired, processing the job...
[2026-04-06 03:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:22:03] Production.INFO: ==9610== Releasing lock...
[2026-04-06 03:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:22:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:22:03] Production.INFO: ==9612== Lock acquired, processing the job...
[2026-04-05 23:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:22:03] Production.INFO: ==9614== Lock acquired, processing the job...
[2026-04-05 23:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:22:03] Production.INFO: ==9616== Lock acquired, processing the job...
[2026-04-05 23:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:22:03] Production.INFO: ==9618== Lock acquired, processing the job...
[2026-04-05 23:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:22:03] Production.INFO: ==9620== Lock acquired, processing the job...
[2026-04-05 23:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:22:03] Production.INFO: Account Balance Start.
[2026-04-05 23:22:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:22:03] Production.INFO: 117
[2026-04-05 23:22:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:22:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:22:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:22:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:22:04] Production.INFO: ==9620== Releasing lock...
[2026-04-05 23:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: ==9614== Releasing lock...
[2026-04-05 23:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:22:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:22:04] Production.INFO: Total Charge 0
[2026-04-05 23:22:04] Production.INFO: CreateAllLog End
[2026-04-05 23:22:04] Production.INFO: Account Balance End.
[2026-04-05 23:22:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:22:04] Production.INFO: ==9618== Releasing lock...
[2026-04-05 23:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:22:11] Production.ERROR: CronJobId end10
[2026-04-05 23:22:11] Production.INFO: ==9616== Releasing lock...
[2026-04-05 23:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:22:14] Production.INFO: call_cost start
[2026-04-05 23:22:14] Production.INFO: call_cost end
[2026-04-05 23:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:22:14] Production.INFO: ==9612== Releasing lock...
[2026-04-05 23:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:23:01] Production.INFO: ==9682== Lock acquired, processing the job...
[2026-04-06 04:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:23:01] Production.INFO: neon service started
[2026-04-06 04:23:01] Production.INFO: neon service started
[2026-04-06 04:23:01] Production.INFO: ==9682== Releasing lock...
[2026-04-06 04:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:23:02] Production.INFO: ==9686== Lock acquired, processing the job...
[2026-04-06 03:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:23:02] Production.INFO: ==9686== Releasing lock...
[2026-04-06 03:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:23:02] Production.INFO: ==9684== Lock acquired, processing the job...
[2026-04-05 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:23:02] Production.INFO: ==9684== Releasing lock...
[2026-04-05 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:23:03] Production.INFO: ==9692== Lock acquired, processing the job...
[2026-04-05 23:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:23:03] Production.INFO: ==9688== Lock acquired, processing the job...
[2026-04-05 23:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:23:03] Production.INFO: ==9690== Lock acquired, processing the job...
[2026-04-05 23:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:23:03] Production.INFO: ==9694== Lock acquired, processing the job...
[2026-04-05 23:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:23:03] Production.INFO: ==9696== Lock acquired, processing the job...
[2026-04-05 23:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:23:03] Production.INFO: Account Balance Start.
[2026-04-05 23:23:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:23:03] Production.INFO: 117
[2026-04-05 23:23:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:23:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:23:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:23:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: ==9696== Releasing lock...
[2026-04-05 23:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: ==9690== Releasing lock...
[2026-04-05 23:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:23:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:23:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:23:05] Production.INFO: Total Charge 0
[2026-04-05 23:23:05] Production.INFO: CreateAllLog End
[2026-04-05 23:23:05] Production.INFO: Account Balance End.
[2026-04-05 23:23:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:23:05] Production.INFO: ==9694== Releasing lock...
[2026-04-05 23:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:23:12] Production.ERROR: CronJobId end10
[2026-04-05 23:23:12] Production.INFO: ==9692== Releasing lock...
[2026-04-05 23:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:23:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:23:15] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:23:15] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:23:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:23:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:23:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:23:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:23:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:23:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:23:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:23:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:23:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:23:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:23:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:23:15] Production.INFO: call_cost start
[2026-04-05 23:23:15] Production.INFO: call_cost end
[2026-04-05 23:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:23:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:23:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:23:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:23:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:23:15] Production.INFO: ==9688== Releasing lock...
[2026-04-05 23:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:24:02] Production.INFO: ==9757== Lock acquired, processing the job...
[2026-04-06 04:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:24:02] Production.INFO: neon service started
[2026-04-06 04:24:02] Production.INFO: neon service started
[2026-04-06 04:24:02] Production.INFO: ==9757== Releasing lock...
[2026-04-06 04:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:24:02] Production.INFO: ==9759== Lock acquired, processing the job...
[2026-04-05 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:24:02] Production.INFO: ==9759== Releasing lock...
[2026-04-05 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:24:02] Production.INFO: ==9761== Lock acquired, processing the job...
[2026-04-06 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:24:02] Production.INFO: ==9761== Releasing lock...
[2026-04-06 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:24:03] Production.INFO: ==9764== Lock acquired, processing the job...
[2026-04-05 23:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:24:03] Production.INFO: ==9766== Lock acquired, processing the job...
[2026-04-05 23:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:24:03] Production.INFO: ==9768== Lock acquired, processing the job...
[2026-04-05 23:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:24:03] Production.INFO: ==9772== Lock acquired, processing the job...
[2026-04-05 23:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:24:03] Production.INFO: ==9770== Lock acquired, processing the job...
[2026-04-05 23:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:24:03] Production.INFO: Account Balance Start.
[2026-04-05 23:24:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:24:03] Production.INFO: 117
[2026-04-05 23:24:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:24:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: ==9772== Releasing lock...
[2026-04-05 23:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: ==9766== Releasing lock...
[2026-04-05 23:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:24:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:24:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:24:05] Production.INFO: Total Charge 0
[2026-04-05 23:24:05] Production.INFO: CreateAllLog End
[2026-04-05 23:24:05] Production.INFO: Account Balance End.
[2026-04-05 23:24:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:24:05] Production.INFO: ==9770== Releasing lock...
[2026-04-05 23:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:24:12] Production.ERROR: CronJobId end10
[2026-04-05 23:24:12] Production.INFO: ==9768== Releasing lock...
[2026-04-05 23:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:24:14] Production.INFO: call_cost start
[2026-04-05 23:24:14] Production.INFO: call_cost end
[2026-04-05 23:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:24:14] Production.INFO: ==9764== Releasing lock...
[2026-04-05 23:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:25:01] Production.INFO: ==9826== Lock acquired, processing the job...
[2026-04-06 04:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:25:01] Production.INFO: neon service started
[2026-04-06 04:25:01] Production.INFO: neon service started
[2026-04-06 04:25:01] Production.INFO: ==9826== Releasing lock...
[2026-04-06 04:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:25:01] Production.INFO: ==9830== Lock acquired, processing the job...
[2026-04-06 03:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:25:01] Production.INFO: ==9830== Releasing lock...
[2026-04-06 03:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:25:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:25:02] Production.INFO: ==9828== Lock acquired, processing the job...
[2026-04-05 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:25:02] Production.INFO: ==9828== Releasing lock...
[2026-04-05 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:25:02] Production.INFO: ==9833== Lock acquired, processing the job...
[2026-04-05 23:25:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:25:03] Production.INFO: ==9835== Lock acquired, processing the job...
[2026-04-05 23:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:25:03] Production.INFO: ==9837== Lock acquired, processing the job...
[2026-04-05 23:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:25:03] Production.INFO: ==9839== Lock acquired, processing the job...
[2026-04-05 23:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:25:03] Production.INFO: Account Balance Start.
[2026-04-05 23:25:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:25:03] Production.INFO: 117
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:25:03] Production.INFO: ==9841== Lock acquired, processing the job...
[2026-04-05 23:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: ==9841== Releasing lock...
[2026-04-05 23:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: ==9835== Releasing lock...
[2026-04-05 23:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:03] Production.INFO: Date 2026-03-29
[2026-04-05 23:25:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:25:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:25:04] Production.INFO: Total Charge 0
[2026-04-05 23:25:04] Production.INFO: CreateAllLog End
[2026-04-05 23:25:04] Production.INFO: Account Balance End.
[2026-04-05 23:25:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:25:04] Production.INFO: ==9839== Releasing lock...
[2026-04-05 23:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:25:11] Production.ERROR: CronJobId end10
[2026-04-05 23:25:11] Production.INFO: ==9837== Releasing lock...
[2026-04-05 23:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:25:14] Production.INFO: call_cost start
[2026-04-05 23:25:14] Production.INFO: call_cost end
[2026-04-05 23:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:25:14] Production.INFO: ==9833== Releasing lock...
[2026-04-05 23:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:26:01] Production.INFO: ==9908== Lock acquired, processing the job...
[2026-04-06 04:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:26:01] Production.INFO: neon service started
[2026-04-06 04:26:01] Production.INFO: neon service started
[2026-04-06 04:26:01] Production.INFO: ==9908== Releasing lock...
[2026-04-06 04:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:26:02] Production.INFO: ==9910== Lock acquired, processing the job...
[2026-04-05 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:26:02] Production.INFO: ==9912== Lock acquired, processing the job...
[2026-04-06 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:26:02] Production.INFO: ==9912== Releasing lock...
[2026-04-06 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:26:02] Production.INFO: ==9910== Releasing lock...
[2026-04-05 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:26:03] Production.INFO: ==9915== Lock acquired, processing the job...
[2026-04-05 23:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:26:03] Production.INFO: ==9921== Lock acquired, processing the job...
[2026-04-05 23:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:26:03] Production.INFO: ==9917== Lock acquired, processing the job...
[2026-04-05 23:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:26:03] Production.INFO: Account Balance Start.
[2026-04-05 23:26:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:26:03] Production.INFO: 117
[2026-04-05 23:26:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:03] Production.INFO: ==9919== Lock acquired, processing the job...
[2026-04-05 23:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:26:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:26:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:26:03] Production.INFO: ==9923== Lock acquired, processing the job...
[2026-04-05 23:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:26:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:26:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:26:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:26:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: ==9923== Releasing lock...
[2026-04-05 23:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: ==9917== Releasing lock...
[2026-04-05 23:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:26:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:26:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:26:05] Production.INFO: Total Charge 0
[2026-04-05 23:26:05] Production.INFO: CreateAllLog End
[2026-04-05 23:26:05] Production.INFO: Account Balance End.
[2026-04-05 23:26:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:26:05] Production.INFO: ==9921== Releasing lock...
[2026-04-05 23:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:26:12] Production.ERROR: CronJobId end10
[2026-04-05 23:26:12] Production.INFO: ==9919== Releasing lock...
[2026-04-05 23:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:26:14] Production.INFO: call_cost start
[2026-04-05 23:26:14] Production.INFO: call_cost end
[2026-04-05 23:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:26:14] Production.INFO: ==9915== Releasing lock...
[2026-04-05 23:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:27:01] Production.INFO: ==9983== Lock acquired, processing the job...
[2026-04-06 04:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:27:01] Production.INFO: neon service started
[2026-04-06 04:27:01] Production.INFO: neon service started
[2026-04-06 04:27:01] Production.INFO: ==9983== Releasing lock...
[2026-04-06 04:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:27:01] Production.INFO: ==9986== Lock acquired, processing the job...
[2026-04-05 23:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:27:01] Production.INFO: ==9988== Lock acquired, processing the job...
[2026-04-06 03:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:27:01] Production.INFO: ==9988== Releasing lock...
[2026-04-06 03:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:27:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:27:02] Production.INFO: ==9986== Releasing lock...
[2026-04-05 23:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:27:02] Production.INFO: ==9992== Lock acquired, processing the job...
[2026-04-05 23:27:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:27:02] Production.INFO: ==9994== Lock acquired, processing the job...
[2026-04-05 23:27:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:27:02] Production.INFO: ==9990== Lock acquired, processing the job...
[2026-04-05 23:27:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:27:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:27:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:27:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:27:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:27:03] Production.INFO: ==9996== Lock acquired, processing the job...
[2026-04-05 23:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:27:03] Production.INFO: ==9998== Lock acquired, processing the job...
[2026-04-05 23:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:27:03] Production.INFO: Account Balance Start.
[2026-04-05 23:27:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:27:03] Production.INFO: 117
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: ==9998== Releasing lock...
[2026-04-05 23:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: ==9992== Releasing lock...
[2026-04-05 23:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:27:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:27:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:27:04] Production.INFO: Total Charge 0
[2026-04-05 23:27:04] Production.INFO: CreateAllLog End
[2026-04-05 23:27:04] Production.INFO: Account Balance End.
[2026-04-05 23:27:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:27:04] Production.INFO: ==9996== Releasing lock...
[2026-04-05 23:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:27:11] Production.ERROR: CronJobId end10
[2026-04-05 23:27:11] Production.INFO: ==9994== Releasing lock...
[2026-04-05 23:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:27:13] Production.INFO: call_cost start
[2026-04-05 23:27:13] Production.INFO: call_cost end
[2026-04-05 23:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:27:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:27:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:27:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:27:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:27:13] Production.INFO: ==9990== Releasing lock...
[2026-04-05 23:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:28:01] Production.INFO: ==10059== Lock acquired, processing the job...
[2026-04-06 04:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:28:01] Production.INFO: neon service started
[2026-04-06 04:28:01] Production.INFO: neon service started
[2026-04-06 04:28:01] Production.INFO: ==10059== Releasing lock...
[2026-04-06 04:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:28:02] Production.INFO: ==10061== Lock acquired, processing the job...
[2026-04-05 23:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:28:02] Production.INFO: ==10063== Lock acquired, processing the job...
[2026-04-06 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:28:02] Production.INFO: ==10063== Releasing lock...
[2026-04-06 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:28:02] Production.INFO: ==10061== Releasing lock...
[2026-04-05 23:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:28:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:28:03] Production.INFO: ==10066== Lock acquired, processing the job...
[2026-04-05 23:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:28:03] Production.INFO: ==10070== Lock acquired, processing the job...
[2026-04-05 23:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:28:03] Production.INFO: ==10068== Lock acquired, processing the job...
[2026-04-05 23:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:28:03] Production.INFO: ==10074== Lock acquired, processing the job...
[2026-04-05 23:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:28:03] Production.INFO: ==10072== Lock acquired, processing the job...
[2026-04-05 23:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:28:03] Production.INFO: ==10074== Releasing lock...
[2026-04-05 23:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:28:03] Production.INFO: Account Balance Start.
[2026-04-05 23:28:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:28:03] Production.INFO: 117
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:28:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: ==10068== Releasing lock...
[2026-04-05 23:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:28:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:28:04] Production.INFO: Total Charge 0
[2026-04-05 23:28:04] Production.INFO: CreateAllLog End
[2026-04-05 23:28:04] Production.INFO: Account Balance End.
[2026-04-05 23:28:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:28:05] Production.INFO: ==10072== Releasing lock...
[2026-04-05 23:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:28:11] Production.ERROR: CronJobId end10
[2026-04-05 23:28:11] Production.INFO: ==10070== Releasing lock...
[2026-04-05 23:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:28:13] Production.INFO: call_cost start
[2026-04-05 23:28:13] Production.INFO: call_cost end
[2026-04-05 23:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:28:13] Production.INFO: ==10066== Releasing lock...
[2026-04-05 23:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:29:02] Production.INFO: ==10132== Lock acquired, processing the job...
[2026-04-06 04:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:29:02] Production.INFO: neon service started
[2026-04-06 04:29:02] Production.INFO: neon service started
[2026-04-06 04:29:02] Production.INFO: ==10132== Releasing lock...
[2026-04-06 04:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:29:02] Production.INFO: ==10134== Lock acquired, processing the job...
[2026-04-05 23:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:29:02] Production.INFO: ==10136== Lock acquired, processing the job...
[2026-04-06 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:29:02] Production.INFO: ==10136== Releasing lock...
[2026-04-06 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:29:02] Production.INFO: ==10134== Releasing lock...
[2026-04-05 23:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:29:03] Production.INFO: ==10145== Lock acquired, processing the job...
[2026-04-05 23:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:29:03] Production.INFO: ==10139== Lock acquired, processing the job...
[2026-04-05 23:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:29:03] Production.INFO: ==10141== Lock acquired, processing the job...
[2026-04-05 23:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:29:03] Production.INFO: ==10143== Lock acquired, processing the job...
[2026-04-05 23:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:29:03] Production.INFO: Account Balance Start.
[2026-04-05 23:29:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:29:03] Production.INFO: 117
[2026-04-05 23:29:03] Production.INFO: ==10147== Lock acquired, processing the job...
[2026-04-05 23:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: ==10147== Releasing lock...
[2026-04-05 23:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:29:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: ==10141== Releasing lock...
[2026-04-05 23:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:29:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:29:04] Production.INFO: Total Charge 0
[2026-04-05 23:29:04] Production.INFO: CreateAllLog End
[2026-04-05 23:29:04] Production.INFO: Account Balance End.
[2026-04-05 23:29:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:29:04] Production.INFO: ==10145== Releasing lock...
[2026-04-05 23:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:29:11] Production.ERROR: CronJobId end10
[2026-04-05 23:29:11] Production.INFO: ==10143== Releasing lock...
[2026-04-05 23:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:29:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:29:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:29:15] Production.INFO: call_cost start
[2026-04-05 23:29:15] Production.INFO: call_cost end
[2026-04-05 23:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:29:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:29:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:29:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:29:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:29:15] Production.INFO: ==10139== Releasing lock...
[2026-04-05 23:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:30:01] Production.INFO: ==10209== Lock acquired, processing the job...
[2026-04-06 04:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:30:01] Production.INFO: neon service started
[2026-04-06 04:30:01] Production.INFO: neon service started
[2026-04-06 04:30:01] Production.INFO: ==10209== Releasing lock...
[2026-04-06 04:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:30:02] Production.INFO: ==10211== Lock acquired, processing the job...
[2026-04-05 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:30:02] Production.INFO: ==10213== Lock acquired, processing the job...
[2026-04-06 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:30:02] Production.INFO: ==10213== Releasing lock...
[2026-04-06 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:30:02] Production.INFO: ==10211== Releasing lock...
[2026-04-05 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:30:03] Production.INFO: ==10216== Lock acquired, processing the job...
[2026-04-05 23:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:30:03] Production.INFO: ==10218== Lock acquired, processing the job...
[2026-04-05 23:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:30:03] Production.INFO: ==10224== Lock acquired, processing the job...
[2026-04-05 23:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:30:03] Production.INFO: ==10220== Lock acquired, processing the job...
[2026-04-05 23:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:30:03] Production.INFO: ==10222== Lock acquired, processing the job...
[2026-04-05 23:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:30:03] Production.INFO: Account Balance Start.
[2026-04-05 23:30:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:30:03] Production.INFO: 117
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:30:03] Production.INFO: ==10224== Releasing lock...
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: ==10218== Releasing lock...
[2026-04-05 23:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:30:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:30:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:30:04] Production.INFO: Total Charge 0
[2026-04-05 23:30:04] Production.INFO: CreateAllLog End
[2026-04-05 23:30:04] Production.INFO: Account Balance End.
[2026-04-05 23:30:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:30:04] Production.INFO: ==10222== Releasing lock...
[2026-04-05 23:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:30:10] Production.ERROR: CronJobId end10
[2026-04-05 23:30:10] Production.INFO: ==10220== Releasing lock...
[2026-04-05 23:30:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:30:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:30:14] Production.INFO: call_cost start
[2026-04-05 23:30:14] Production.INFO: call_cost end
[2026-04-05 23:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:30:14] Production.INFO: ==10216== Releasing lock...
[2026-04-05 23:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:31:02] Production.INFO: ==10281== Lock acquired, processing the job...
[2026-04-06 04:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:31:02] Production.INFO: neon service started
[2026-04-06 04:31:02] Production.INFO: neon service started
[2026-04-06 04:31:02] Production.INFO: ==10281== Releasing lock...
[2026-04-06 04:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:31:02] Production.INFO: ==10283== Lock acquired, processing the job...
[2026-04-05 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:31:02] Production.INFO: ==10283== Releasing lock...
[2026-04-05 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:31:02] Production.INFO: ==10286== Lock acquired, processing the job...
[2026-04-06 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:31:02] Production.INFO: ==10286== Releasing lock...
[2026-04-06 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:31:03] Production.INFO: ==10288== Lock acquired, processing the job...
[2026-04-05 23:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 23:31:03] Production.INFO: ==10290== Lock acquired, processing the job...
[2026-04-05 23:31:03] Production.INFO: ==10296== Lock acquired, processing the job...
[2026-04-05 23:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:31:03] Production.INFO: ==10292== Lock acquired, processing the job...
[2026-04-05 23:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:31:03] Production.INFO: ==10294== Lock acquired, processing the job...
[2026-04-05 23:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 23:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:31:03] Production.ERROR: CronJob PID - 10292
[2026-04-05 23:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-05 23:31:03] Production.ERROR: CronJob ID - 7
[2026-04-05 23:31:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:31:00
[2026-04-05 23:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-05 23:31:03] Production.ERROR: CronJob PID - 10296
[2026-04-05 23:31:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-05 23:31:03] Production.ERROR: CronJob ID - 12
[2026-04-05 23:31:03] Production.ERROR: CronJob Last Run Time 2026-04-05 23:31:00
[2026-04-05 23:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-05 23:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-05 23:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 23:31:03] Production.INFO: ==10288== Releasing lock...
[2026-04-05 23:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 23:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 23:31:03] Production.INFO: Account Balance Start.
[2026-04-05 23:31:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:31:03] Production.INFO: 117
[2026-04-05 23:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:31:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: ==10298== Lock acquired, processing the job...
[2026-04-05 23:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 23:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:31:04] Production.INFO: ==10300== Lock acquired, processing the job...
[2026-04-05 23:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: ==10300== Releasing lock...
[2026-04-05 23:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.ERROR: done
[2026-04-05 23:31:04] Production.INFO: ==10292== Releasing lock...
[2026-04-05 23:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:31:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 23:31:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044460', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 23:31:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:31:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:31:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:31:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:31:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:31:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:31:05] Production.INFO: Total Charge 0
[2026-04-05 23:31:05] Production.INFO: CreateAllLog End
[2026-04-05 23:31:05] Production.INFO: Account Balance End.
[2026-04-05 23:31:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:31:05] Production.INFO: ==10296== Releasing lock...
[2026-04-05 23:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044460', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 23:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 23:31:10] Production.INFO: ProcessCDR(1,17044460,1,1,2)
[2026-04-05 23:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044460,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044460,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 23:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 23:31:10] Production.INFO: ==10298== Releasing lock...
[2026-04-05 23:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 23:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:31:14] Production.ERROR: CronJobId end10
[2026-04-05 23:31:14] Production.INFO: ==10294== Releasing lock...
[2026-04-05 23:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:31:16] Production.INFO: call_cost start
[2026-04-05 23:31:16] Production.INFO: call_cost end
[2026-04-05 23:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:31:16] Production.INFO: ==10290== Releasing lock...
[2026-04-05 23:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:32:01] Production.INFO: ==10365== Lock acquired, processing the job...
[2026-04-06 04:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:32:01] Production.INFO: neon service started
[2026-04-06 04:32:01] Production.INFO: neon service started
[2026-04-06 04:32:01] Production.INFO: ==10365== Releasing lock...
[2026-04-06 04:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:32:01] Production.INFO: ==10367== Lock acquired, processing the job...
[2026-04-05 23:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:32:02] Production.INFO: ==10367== Releasing lock...
[2026-04-05 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:32:02] Production.INFO: ==10369== Lock acquired, processing the job...
[2026-04-06 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:32:02] Production.INFO: ==10369== Releasing lock...
[2026-04-06 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:32:02] Production.INFO: ==10379== Lock acquired, processing the job...
[2026-04-05 23:32:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:32:02] Production.INFO: ==10373== Lock acquired, processing the job...
[2026-04-05 23:32:02] Production.INFO: ==10371== Lock acquired, processing the job...
[2026-04-05 23:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:32:03] Production.INFO: ==10377== Lock acquired, processing the job...
[2026-04-05 23:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:32:03] Production.INFO: ==10379== Releasing lock...
[2026-04-05 23:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:32:03] Production.INFO: ==10375== Lock acquired, processing the job...
[2026-04-05 23:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:32:03] Production.INFO: Account Balance Start.
[2026-04-05 23:32:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:32:03] Production.INFO: 117
[2026-04-05 23:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: ==10373== Releasing lock...
[2026-04-05 23:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-29
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:03] Production.INFO: Date 2026-03-30
[2026-04-05 23:32:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:32:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:32:04] Production.INFO: Total Charge 0
[2026-04-05 23:32:04] Production.INFO: CreateAllLog End
[2026-04-05 23:32:04] Production.INFO: Account Balance End.
[2026-04-05 23:32:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:32:04] Production.INFO: ==10377== Releasing lock...
[2026-04-05 23:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:32:11] Production.ERROR: CronJobId end10
[2026-04-05 23:32:11] Production.INFO: ==10375== Releasing lock...
[2026-04-05 23:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:32:13] Production.INFO: call_cost start
[2026-04-05 23:32:13] Production.INFO: call_cost end
[2026-04-05 23:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:32:13] Production.INFO: ==10371== Releasing lock...
[2026-04-05 23:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:33:01] Production.INFO: ==10442== Lock acquired, processing the job...
[2026-04-06 04:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:33:01] Production.INFO: neon service started
[2026-04-06 04:33:01] Production.INFO: neon service started
[2026-04-06 04:33:01] Production.INFO: ==10442== Releasing lock...
[2026-04-06 04:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:33:02] Production.INFO: ==10444== Lock acquired, processing the job...
[2026-04-05 23:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:33:02] Production.INFO: ==10444== Releasing lock...
[2026-04-05 23:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:33:02] Production.INFO: ==10446== Lock acquired, processing the job...
[2026-04-06 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:33:02] Production.INFO: ==10446== Releasing lock...
[2026-04-06 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:33:03] Production.INFO: ==10448== Lock acquired, processing the job...
[2026-04-05 23:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:33:03] Production.INFO: ==10450== Lock acquired, processing the job...
[2026-04-05 23:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:33:03] Production.INFO: ==10454== Lock acquired, processing the job...
[2026-04-05 23:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:33:03] Production.INFO: ==10452== Lock acquired, processing the job...
[2026-04-05 23:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:33:03] Production.INFO: Account Balance Start.
[2026-04-05 23:33:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:33:03] Production.INFO: 117
[2026-04-05 23:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:33:03] Production.INFO: ==10456== Lock acquired, processing the job...
[2026-04-05 23:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: ==10456== Releasing lock...
[2026-04-05 23:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:33:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: ==10450== Releasing lock...
[2026-04-05 23:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:33:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:33:04] Production.INFO: Total Charge 0
[2026-04-05 23:33:04] Production.INFO: CreateAllLog End
[2026-04-05 23:33:04] Production.INFO: Account Balance End.
[2026-04-05 23:33:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:33:04] Production.INFO: ==10454== Releasing lock...
[2026-04-05 23:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:33:11] Production.ERROR: CronJobId end10
[2026-04-05 23:33:11] Production.INFO: ==10452== Releasing lock...
[2026-04-05 23:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:33:14] Production.INFO: call_cost start
[2026-04-05 23:33:14] Production.INFO: call_cost end
[2026-04-05 23:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:33:14] Production.INFO: ==10448== Releasing lock...
[2026-04-05 23:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:34:02] Production.INFO: ==10512== Lock acquired, processing the job...
[2026-04-06 04:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:34:02] Production.INFO: neon service started
[2026-04-06 04:34:02] Production.INFO: neon service started
[2026-04-06 04:34:02] Production.INFO: ==10512== Releasing lock...
[2026-04-06 04:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:34:02] Production.INFO: ==10516== Lock acquired, processing the job...
[2026-04-06 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:34:02] Production.INFO: ==10516== Releasing lock...
[2026-04-06 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:34:02] Production.INFO: ==10514== Lock acquired, processing the job...
[2026-04-05 23:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:34:03] Production.INFO: ==10514== Releasing lock...
[2026-04-05 23:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:34:03] Production.INFO: ==10518== Lock acquired, processing the job...
[2026-04-05 23:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:34:03] Production.INFO: ==10520== Lock acquired, processing the job...
[2026-04-05 23:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:34:03] Production.INFO: ==10522== Lock acquired, processing the job...
[2026-04-05 23:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:34:04] Production.INFO: ==10524== Lock acquired, processing the job...
[2026-04-05 23:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:34:04] Production.INFO: ==10527== Lock acquired, processing the job...
[2026-04-05 23:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:34:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:34:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:34:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:34:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:34:04] Production.INFO: Account Balance Start.
[2026-04-05 23:34:04] Production.INFO: CreateAllLog Start
[2026-04-05 23:34:04] Production.INFO: 117
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:34:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:34:04] Production.INFO: ==10527== Releasing lock...
[2026-04-05 23:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: ==10520== Releasing lock...
[2026-04-05 23:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:34:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-21
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-22
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-23
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-24
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-25
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-26
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-27
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-28
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-29
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:34:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:34:05] Production.INFO: Total Charge 0
[2026-04-05 23:34:05] Production.INFO: CreateAllLog End
[2026-04-05 23:34:05] Production.INFO: Account Balance End.
[2026-04-05 23:34:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:34:05] Production.INFO: ==10524== Releasing lock...
[2026-04-05 23:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:34:12] Production.ERROR: CronJobId end10
[2026-04-05 23:34:12] Production.INFO: ==10522== Releasing lock...
[2026-04-05 23:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:34:15] Production.INFO: call_cost start
[2026-04-05 23:34:15] Production.INFO: call_cost end
[2026-04-05 23:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:34:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:34:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:34:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:34:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:34:15] Production.INFO: ==10518== Releasing lock...
[2026-04-05 23:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:35:01] Production.INFO: ==10585== Lock acquired, processing the job...
[2026-04-06 04:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:35:01] Production.INFO: neon service started
[2026-04-06 04:35:01] Production.INFO: neon service started
[2026-04-06 04:35:01] Production.INFO: ==10585== Releasing lock...
[2026-04-06 04:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:35:02] Production.INFO: ==10588== Lock acquired, processing the job...
[2026-04-05 23:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:35:02] Production.INFO: ==10588== Releasing lock...
[2026-04-05 23:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:35:02] Production.INFO: ==10590== Lock acquired, processing the job...
[2026-04-06 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:35:02] Production.INFO: ==10590== Releasing lock...
[2026-04-06 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:35:03] Production.INFO: ==10598== Lock acquired, processing the job...
[2026-04-05 23:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:35:03] Production.INFO: ==10592== Lock acquired, processing the job...
[2026-04-05 23:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:35:03] Production.INFO: Account Balance Start.
[2026-04-05 23:35:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:35:03] Production.INFO: 117
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:35:03] Production.INFO: ==10594== Lock acquired, processing the job...
[2026-04-05 23:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: ==10596== Lock acquired, processing the job...
[2026-04-05 23:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: ==10600== Lock acquired, processing the job...
[2026-04-05 23:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: ==10600== Releasing lock...
[2026-04-05 23:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:35:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: ==10594== Releasing lock...
[2026-04-05 23:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:35:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:35:04] Production.INFO: Total Charge 0
[2026-04-05 23:35:04] Production.INFO: CreateAllLog End
[2026-04-05 23:35:04] Production.INFO: Account Balance End.
[2026-04-05 23:35:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:35:04] Production.INFO: ==10598== Releasing lock...
[2026-04-05 23:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:35:12] Production.ERROR: CronJobId end10
[2026-04-05 23:35:12] Production.INFO: ==10596== Releasing lock...
[2026-04-05 23:35:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:35:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:35:15] Production.INFO: call_cost start
[2026-04-05 23:35:15] Production.INFO: call_cost end
[2026-04-05 23:35:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:35:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:35:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:35:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:35:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:35:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:35:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:35:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:35:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:35:15] Production.INFO: ==10592== Releasing lock...
[2026-04-05 23:35:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:35:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:36:02] Production.INFO: ==10666== Lock acquired, processing the job...
[2026-04-06 04:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:36:02] Production.INFO: neon service started
[2026-04-06 04:36:02] Production.INFO: neon service started
[2026-04-06 04:36:02] Production.INFO: ==10666== Releasing lock...
[2026-04-06 04:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:36:02] Production.INFO: ==10668== Lock acquired, processing the job...
[2026-04-05 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:36:02] Production.INFO: ==10670== Lock acquired, processing the job...
[2026-04-06 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:36:02] Production.INFO: ==10668== Releasing lock...
[2026-04-05 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:36:02] Production.INFO: ==10670== Releasing lock...
[2026-04-06 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:36:03] Production.INFO: ==10681== Lock acquired, processing the job...
[2026-04-05 23:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:36:03] Production.INFO: ==10681== Releasing lock...
[2026-04-05 23:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:36:03] Production.INFO: ==10673== Lock acquired, processing the job...
[2026-04-05 23:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:36:03] Production.INFO: ==10675== Lock acquired, processing the job...
[2026-04-05 23:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:36:03] Production.INFO: ==10677== Lock acquired, processing the job...
[2026-04-05 23:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:36:03] Production.INFO: ==10679== Lock acquired, processing the job...
[2026-04-05 23:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:36:03] Production.INFO: Account Balance Start.
[2026-04-05 23:36:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:36:03] Production.INFO: 117
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: ==10675== Releasing lock...
[2026-04-05 23:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:36:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:36:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:36:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:36:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:36:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:36:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:36:05] Production.INFO: Total Charge 0
[2026-04-05 23:36:05] Production.INFO: CreateAllLog End
[2026-04-05 23:36:05] Production.INFO: Account Balance End.
[2026-04-05 23:36:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:36:05] Production.INFO: ==10679== Releasing lock...
[2026-04-05 23:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:36:10] Production.ERROR: CronJobId end10
[2026-04-05 23:36:10] Production.INFO: ==10677== Releasing lock...
[2026-04-05 23:36:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:36:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:36:14] Production.INFO: call_cost start
[2026-04-05 23:36:14] Production.INFO: call_cost end
[2026-04-05 23:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:36:14] Production.INFO: ==10673== Releasing lock...
[2026-04-05 23:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:37:01] Production.INFO: ==10734== Lock acquired, processing the job...
[2026-04-06 04:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:37:01] Production.INFO: neon service started
[2026-04-06 04:37:01] Production.INFO: neon service started
[2026-04-06 04:37:01] Production.INFO: ==10734== Releasing lock...
[2026-04-06 04:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:37:01] Production.INFO: ==10736== Lock acquired, processing the job...
[2026-04-05 23:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:37:02] Production.INFO: ==10736== Releasing lock...
[2026-04-05 23:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:37:02] Production.INFO: ==10738== Lock acquired, processing the job...
[2026-04-06 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:37:02] Production.INFO: ==10738== Releasing lock...
[2026-04-06 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:37:02] Production.INFO: ==10749== Lock acquired, processing the job...
[2026-04-05 23:37:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:37:02] Production.INFO: ==10740== Lock acquired, processing the job...
[2026-04-05 23:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:37:02] Production.INFO: ==10742== Lock acquired, processing the job...
[2026-04-05 23:37:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:37:02] Production.INFO: ==10744== Lock acquired, processing the job...
[2026-04-05 23:37:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:37:03] Production.INFO: ==10746== Lock acquired, processing the job...
[2026-04-05 23:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:37:03] Production.INFO: ==10749== Releasing lock...
[2026-04-05 23:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:37:03] Production.INFO: Account Balance Start.
[2026-04-05 23:37:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:37:03] Production.INFO: 117
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: ==10742== Releasing lock...
[2026-04-05 23:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:37:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:37:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:37:04] Production.INFO: Total Charge 0
[2026-04-05 23:37:04] Production.INFO: CreateAllLog End
[2026-04-05 23:37:04] Production.INFO: Account Balance End.
[2026-04-05 23:37:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:37:04] Production.INFO: ==10746== Releasing lock...
[2026-04-05 23:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:37:10] Production.ERROR: CronJobId end10
[2026-04-05 23:37:10] Production.INFO: ==10744== Releasing lock...
[2026-04-05 23:37:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:37:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:37:14] Production.INFO: call_cost start
[2026-04-05 23:37:14] Production.INFO: call_cost end
[2026-04-05 23:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:37:14] Production.INFO: ==10740== Releasing lock...
[2026-04-05 23:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:38:01] Production.INFO: ==10810== Lock acquired, processing the job...
[2026-04-06 04:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:38:01] Production.INFO: neon service started
[2026-04-06 04:38:01] Production.INFO: neon service started
[2026-04-06 04:38:01] Production.INFO: ==10810== Releasing lock...
[2026-04-06 04:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:38:02] Production.INFO: ==10812== Lock acquired, processing the job...
[2026-04-05 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:38:02] Production.INFO: ==10812== Releasing lock...
[2026-04-05 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:38:02] Production.INFO: ==10814== Lock acquired, processing the job...
[2026-04-06 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:38:02] Production.INFO: ==10814== Releasing lock...
[2026-04-06 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:38:03] Production.INFO: ==10816== Lock acquired, processing the job...
[2026-04-05 23:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:38:03] Production.INFO: ==10818== Lock acquired, processing the job...
[2026-04-05 23:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:38:03] Production.INFO: ==10824== Lock acquired, processing the job...
[2026-04-05 23:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:38:03] Production.INFO: ==10820== Lock acquired, processing the job...
[2026-04-05 23:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:38:03] Production.INFO: ==10822== Lock acquired, processing the job...
[2026-04-05 23:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:38:03] Production.INFO: ==10824== Releasing lock...
[2026-04-05 23:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:38:03] Production.INFO: Account Balance Start.
[2026-04-05 23:38:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:38:03] Production.INFO: 117
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: ==10818== Releasing lock...
[2026-04-05 23:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:38:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:38:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:38:04] Production.INFO: Total Charge 0
[2026-04-05 23:38:04] Production.INFO: CreateAllLog End
[2026-04-05 23:38:04] Production.INFO: Account Balance End.
[2026-04-05 23:38:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:38:04] Production.INFO: ==10822== Releasing lock...
[2026-04-05 23:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:38:10] Production.ERROR: CronJobId end10
[2026-04-05 23:38:10] Production.INFO: ==10820== Releasing lock...
[2026-04-05 23:38:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:38:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:38:13] Production.INFO: call_cost start
[2026-04-05 23:38:13] Production.INFO: call_cost end
[2026-04-05 23:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:38:13] Production.INFO: ==10816== Releasing lock...
[2026-04-05 23:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:39:02] Production.INFO: ==10887== Lock acquired, processing the job...
[2026-04-06 04:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:39:02] Production.INFO: neon service started
[2026-04-06 04:39:02] Production.INFO: neon service started
[2026-04-06 04:39:02] Production.INFO: ==10887== Releasing lock...
[2026-04-06 04:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:39:02] Production.INFO: ==10889== Lock acquired, processing the job...
[2026-04-05 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:39:02] Production.INFO: ==10889== Releasing lock...
[2026-04-05 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:39:03] Production.INFO: ==10891== Lock acquired, processing the job...
[2026-04-06 03:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:39:03] Production.INFO: ==10891== Releasing lock...
[2026-04-06 03:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:39:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:39:03] Production.INFO: ==10900== Lock acquired, processing the job...
[2026-04-05 23:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:39:03] Production.INFO: Account Balance Start.
[2026-04-05 23:39:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:39:03] Production.INFO: 117
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: ==10894== Lock acquired, processing the job...
[2026-04-05 23:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: ==10896== Lock acquired, processing the job...
[2026-04-05 23:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:03] Production.INFO: ==10898== Lock acquired, processing the job...
[2026-04-05 23:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:39:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:39:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:39:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:39:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:39:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: ==10902== Lock acquired, processing the job...
[2026-04-05 23:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:39:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:39:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:39:04] Production.INFO: ==10902== Releasing lock...
[2026-04-05 23:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:39:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:39:04] Production.INFO: Total Charge 0
[2026-04-05 23:39:04] Production.INFO: CreateAllLog End
[2026-04-05 23:39:04] Production.INFO: ==10896== Releasing lock...
[2026-04-05 23:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:39:04] Production.INFO: Account Balance End.
[2026-04-05 23:39:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:39:04] Production.INFO: ==10900== Releasing lock...
[2026-04-05 23:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:39:11] Production.ERROR: CronJobId end10
[2026-04-05 23:39:11] Production.INFO: ==10898== Releasing lock...
[2026-04-05 23:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:39:14] Production.INFO: call_cost start
[2026-04-05 23:39:14] Production.INFO: call_cost end
[2026-04-05 23:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:39:14] Production.INFO: ==10894== Releasing lock...
[2026-04-05 23:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:40:01] Production.INFO: ==10957== Lock acquired, processing the job...
[2026-04-06 04:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:40:01] Production.INFO: neon service started
[2026-04-06 04:40:01] Production.INFO: neon service started
[2026-04-06 04:40:01] Production.INFO: ==10957== Releasing lock...
[2026-04-06 04:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:40:02] Production.INFO: ==10959== Lock acquired, processing the job...
[2026-04-05 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:40:02] Production.INFO: ==10959== Releasing lock...
[2026-04-05 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:40:02] Production.INFO: ==10961== Lock acquired, processing the job...
[2026-04-06 03:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:40:02] Production.INFO: ==10961== Releasing lock...
[2026-04-06 03:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:40:03] Production.INFO: ==10964== Lock acquired, processing the job...
[2026-04-05 23:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:40:03] Production.INFO: ==10968== Lock acquired, processing the job...
[2026-04-05 23:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:40:03] Production.INFO: ==10966== Lock acquired, processing the job...
[2026-04-05 23:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:40:03] Production.INFO: ==10970== Lock acquired, processing the job...
[2026-04-05 23:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:40:03] Production.INFO: ==10972== Lock acquired, processing the job...
[2026-04-05 23:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:40:03] Production.INFO: Account Balance Start.
[2026-04-05 23:40:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:40:03] Production.INFO: 117
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: ==10972== Releasing lock...
[2026-04-05 23:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: ==10966== Releasing lock...
[2026-04-05 23:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:40:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:40:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:40:04] Production.INFO: Total Charge 0
[2026-04-05 23:40:04] Production.INFO: CreateAllLog End
[2026-04-05 23:40:04] Production.INFO: Account Balance End.
[2026-04-05 23:40:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:40:04] Production.INFO: ==10970== Releasing lock...
[2026-04-05 23:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:40:12] Production.ERROR: CronJobId end10
[2026-04-05 23:40:12] Production.INFO: ==10968== Releasing lock...
[2026-04-05 23:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:40:14] Production.INFO: call_cost start
[2026-04-05 23:40:14] Production.INFO: call_cost end
[2026-04-05 23:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:40:14] Production.INFO: ==10964== Releasing lock...
[2026-04-05 23:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:41:02] Production.INFO: ==11041== Lock acquired, processing the job...
[2026-04-06 04:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:41:02] Production.INFO: neon service started
[2026-04-06 04:41:02] Production.INFO: neon service started
[2026-04-06 04:41:02] Production.INFO: ==11041== Releasing lock...
[2026-04-06 04:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:41:02] Production.INFO: ==11043== Lock acquired, processing the job...
[2026-04-05 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:41:02] Production.INFO: ==11043== Releasing lock...
[2026-04-05 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:41:03] Production.INFO: ==11045== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:41:03] Production.INFO: ==11045== Releasing lock...
[2026-04-06 03:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:41:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:41:03] Production.INFO: ==11048== Lock acquired, processing the job...
[2026-04-05 23:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 23:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 23:41:03] Production.INFO: ==11050== Lock acquired, processing the job...
[2026-04-05 23:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:41:03] Production.INFO: ==11052== Lock acquired, processing the job...
[2026-04-05 23:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 23:41:03] Production.INFO: ==11048== Releasing lock...
[2026-04-05 23:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 23:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 23:41:03] Production.INFO: ==11058== Lock acquired, processing the job...
[2026-04-05 23:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 23:41:03] Production.INFO: ==11054== Lock acquired, processing the job...
[2026-04-05 23:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:41:03] Production.INFO: ==11056== Lock acquired, processing the job...
[2026-04-05 23:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:41:04] Production.INFO: ==11060== Lock acquired, processing the job...
[2026-04-05 23:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:41:04] Production.INFO: Account Balance Start.
[2026-04-05 23:41:04] Production.INFO: CreateAllLog Start
[2026-04-05 23:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:41:04] Production.INFO: 117
[2026-04-05 23:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:41:04] Production.INFO: ==11060== Releasing lock...
[2026-04-05 23:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: ==11052== Releasing lock...
[2026-04-05 23:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.ERROR: done
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 23:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044501', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:41:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-03-26
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-03-27
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-03-28
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-03-29
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:41:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:41:05] Production.INFO: Total Charge 0
[2026-04-05 23:41:05] Production.INFO: CreateAllLog End
[2026-04-05 23:41:05] Production.INFO: Account Balance End.
[2026-04-05 23:41:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:41:05] Production.INFO: ==11056== Releasing lock...
[2026-04-05 23:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:41:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044501', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 23:41:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 23:41:11] Production.INFO: ProcessCDR(1,17044501,1,1,2)
[2026-04-05 23:41:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044501,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:41:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044501,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:41:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 23:41:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 23:41:11] Production.INFO: ==11058== Releasing lock...
[2026-04-05 23:41:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 23:41:11] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:41:16] Production.ERROR: CronJobId end10
[2026-04-05 23:41:16] Production.INFO: ==11054== Releasing lock...
[2026-04-05 23:41:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:41:16] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:41:17] Production.INFO: call_cost start
[2026-04-05 23:41:17] Production.INFO: call_cost end
[2026-04-05 23:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:41:17] Production.INFO: ==11050== Releasing lock...
[2026-04-05 23:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:42:01] Production.INFO: ==11119== Lock acquired, processing the job...
[2026-04-06 04:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:42:01] Production.INFO: neon service started
[2026-04-06 04:42:01] Production.INFO: neon service started
[2026-04-06 04:42:01] Production.INFO: ==11119== Releasing lock...
[2026-04-06 04:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:42:01] Production.INFO: ==11121== Lock acquired, processing the job...
[2026-04-05 23:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:42:02] Production.INFO: ==11121== Releasing lock...
[2026-04-05 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:42:02] Production.INFO: ==11123== Lock acquired, processing the job...
[2026-04-06 03:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:42:02] Production.INFO: ==11123== Releasing lock...
[2026-04-06 03:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:42:03] Production.INFO: ==11125== Lock acquired, processing the job...
[2026-04-05 23:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:42:03] Production.INFO: ==11127== Lock acquired, processing the job...
[2026-04-05 23:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:42:03] Production.INFO: ==11131== Lock acquired, processing the job...
[2026-04-05 23:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:42:03] Production.INFO: ==11129== Lock acquired, processing the job...
[2026-04-05 23:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:42:03] Production.INFO: ==11133== Lock acquired, processing the job...
[2026-04-05 23:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:42:03] Production.INFO: Account Balance Start.
[2026-04-05 23:42:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:42:03] Production.INFO: 117
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:42:03] Production.INFO: ==11133== Releasing lock...
[2026-04-05 23:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: ==11127== Releasing lock...
[2026-04-05 23:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:42:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:42:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:42:04] Production.INFO: Total Charge 0
[2026-04-05 23:42:04] Production.INFO: CreateAllLog End
[2026-04-05 23:42:04] Production.INFO: Account Balance End.
[2026-04-05 23:42:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:42:04] Production.INFO: ==11131== Releasing lock...
[2026-04-05 23:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:42:12] Production.ERROR: CronJobId end10
[2026-04-05 23:42:12] Production.INFO: ==11129== Releasing lock...
[2026-04-05 23:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:42:14] Production.INFO: call_cost start
[2026-04-05 23:42:14] Production.INFO: call_cost end
[2026-04-05 23:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:42:14] Production.INFO: ==11125== Releasing lock...
[2026-04-05 23:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:43:01] Production.INFO: ==11195== Lock acquired, processing the job...
[2026-04-06 04:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:43:01] Production.INFO: neon service started
[2026-04-06 04:43:02] Production.INFO: neon service started
[2026-04-06 04:43:02] Production.INFO: ==11195== Releasing lock...
[2026-04-06 04:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:43:02] Production.INFO: ==11197== Lock acquired, processing the job...
[2026-04-05 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:43:02] Production.INFO: ==11197== Releasing lock...
[2026-04-05 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:43:02] Production.INFO: ==11199== Lock acquired, processing the job...
[2026-04-06 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:43:02] Production.INFO: ==11199== Releasing lock...
[2026-04-06 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:43:03] Production.INFO: ==11203== Lock acquired, processing the job...
[2026-04-05 23:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:43:03] Production.INFO: ==11205== Lock acquired, processing the job...
[2026-04-05 23:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:43:03] Production.INFO: ==11207== Lock acquired, processing the job...
[2026-04-05 23:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:43:03] Production.INFO: ==11201== Lock acquired, processing the job...
[2026-04-05 23:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:43:03] Production.INFO: ==11209== Lock acquired, processing the job...
[2026-04-05 23:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:43:03] Production.INFO: Account Balance Start.
[2026-04-05 23:43:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:43:03] Production.INFO: 117
[2026-04-05 23:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:43:03] Production.INFO: ==11209== Releasing lock...
[2026-04-05 23:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:43:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:43:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: ==11203== Releasing lock...
[2026-04-05 23:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:43:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:43:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:43:05] Production.INFO: Total Charge 0
[2026-04-05 23:43:05] Production.INFO: CreateAllLog End
[2026-04-05 23:43:05] Production.INFO: Account Balance End.
[2026-04-05 23:43:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:43:05] Production.INFO: ==11207== Releasing lock...
[2026-04-05 23:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:43:11] Production.ERROR: CronJobId end10
[2026-04-05 23:43:11] Production.INFO: ==11205== Releasing lock...
[2026-04-05 23:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:43:14] Production.INFO: call_cost start
[2026-04-05 23:43:14] Production.INFO: call_cost end
[2026-04-05 23:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:43:14] Production.INFO: ==11201== Releasing lock...
[2026-04-05 23:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:44:01] Production.INFO: ==11270== Lock acquired, processing the job...
[2026-04-06 04:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:44:01] Production.INFO: neon service started
[2026-04-06 04:44:01] Production.INFO: neon service started
[2026-04-06 04:44:01] Production.INFO: ==11270== Releasing lock...
[2026-04-06 04:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:44:02] Production.INFO: ==11272== Lock acquired, processing the job...
[2026-04-05 23:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:44:02] Production.INFO: ==11274== Lock acquired, processing the job...
[2026-04-06 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:44:02] Production.INFO: ==11274== Releasing lock...
[2026-04-06 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:44:02] Production.INFO: ==11272== Releasing lock...
[2026-04-05 23:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:44:03] Production.INFO: ==11279== Lock acquired, processing the job...
[2026-04-05 23:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:44:03] Production.INFO: ==11277== Lock acquired, processing the job...
[2026-04-05 23:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:44:03] Production.INFO: ==11281== Lock acquired, processing the job...
[2026-04-05 23:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:44:03] Production.INFO: ==11283== Lock acquired, processing the job...
[2026-04-05 23:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:44:03] Production.INFO: ==11285== Lock acquired, processing the job...
[2026-04-05 23:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:44:03] Production.INFO: Account Balance Start.
[2026-04-05 23:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:44:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:44:03] Production.INFO: 117
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: ==11285== Releasing lock...
[2026-04-05 23:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: ==11279== Releasing lock...
[2026-04-05 23:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:44:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:44:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:44:04] Production.INFO: Total Charge 0
[2026-04-05 23:44:04] Production.INFO: CreateAllLog End
[2026-04-05 23:44:04] Production.INFO: Account Balance End.
[2026-04-05 23:44:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:44:04] Production.INFO: ==11283== Releasing lock...
[2026-04-05 23:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:44:11] Production.ERROR: CronJobId end10
[2026-04-05 23:44:11] Production.INFO: ==11281== Releasing lock...
[2026-04-05 23:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:44:14] Production.INFO: call_cost start
[2026-04-05 23:44:14] Production.INFO: call_cost end
[2026-04-05 23:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:44:14] Production.INFO: ==11277== Releasing lock...
[2026-04-05 23:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:45:01] Production.INFO: ==11346== Lock acquired, processing the job...
[2026-04-06 04:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:45:01] Production.INFO: neon service started
[2026-04-06 04:45:01] Production.INFO: neon service started
[2026-04-06 04:45:01] Production.INFO: ==11346== Releasing lock...
[2026-04-06 04:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:45:02] Production.INFO: ==11350== Lock acquired, processing the job...
[2026-04-06 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:45:02] Production.INFO: ==11350== Releasing lock...
[2026-04-06 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:45:02] Production.INFO: ==11348== Lock acquired, processing the job...
[2026-04-05 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:45:02] Production.INFO: ==11348== Releasing lock...
[2026-04-05 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:45:03] Production.INFO: ==11354== Lock acquired, processing the job...
[2026-04-05 23:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:45:03] Production.INFO: ==11352== Lock acquired, processing the job...
[2026-04-05 23:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:45:03] Production.INFO: ==11356== Lock acquired, processing the job...
[2026-04-05 23:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:45:03] Production.INFO: ==11358== Lock acquired, processing the job...
[2026-04-05 23:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:45:03] Production.INFO: ==11360== Lock acquired, processing the job...
[2026-04-05 23:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:45:03] Production.INFO: Account Balance Start.
[2026-04-05 23:45:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:45:03] Production.INFO: 117
[2026-04-05 23:45:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:45:03] Production.INFO: ==11354== Releasing lock...
[2026-04-05 23:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:45:03] Production.INFO: ==11360== Releasing lock...
[2026-04-05 23:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:45:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:45:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:45:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:45:04] Production.INFO: Total Charge 0
[2026-04-05 23:45:04] Production.INFO: CreateAllLog End
[2026-04-05 23:45:04] Production.INFO: Account Balance End.
[2026-04-05 23:45:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:45:04] Production.INFO: ==11358== Releasing lock...
[2026-04-05 23:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:45:11] Production.ERROR: CronJobId end10
[2026-04-05 23:45:11] Production.INFO: ==11356== Releasing lock...
[2026-04-05 23:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:45:14] Production.INFO: call_cost start
[2026-04-05 23:45:14] Production.INFO: call_cost end
[2026-04-05 23:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:45:14] Production.INFO: ==11352== Releasing lock...
[2026-04-05 23:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:46:02] Production.INFO: ==11422== Lock acquired, processing the job...
[2026-04-06 04:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:46:02] Production.INFO: neon service started
[2026-04-06 04:46:02] Production.INFO: neon service started
[2026-04-06 04:46:02] Production.INFO: ==11422== Releasing lock...
[2026-04-06 04:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:46:02] Production.INFO: ==11424== Lock acquired, processing the job...
[2026-04-05 23:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:46:02] Production.INFO: ==11424== Releasing lock...
[2026-04-05 23:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:46:02] Production.INFO: ==11426== Lock acquired, processing the job...
[2026-04-06 03:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:46:03] Production.INFO: ==11426== Releasing lock...
[2026-04-06 03:46:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:46:03] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:46:03] Production.INFO: ==11428== Lock acquired, processing the job...
[2026-04-05 23:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:46:03] Production.INFO: ==11430== Lock acquired, processing the job...
[2026-04-05 23:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:46:03] Production.INFO: ==11436== Lock acquired, processing the job...
[2026-04-05 23:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:46:03] Production.INFO: ==11432== Lock acquired, processing the job...
[2026-04-05 23:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:46:03] Production.INFO: ==11434== Lock acquired, processing the job...
[2026-04-05 23:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:46:03] Production.INFO: Account Balance Start.
[2026-04-05 23:46:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:46:03] Production.INFO: 117
[2026-04-05 23:46:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:46:03] Production.INFO: ==11436== Releasing lock...
[2026-04-05 23:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:46:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:46:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: ==11430== Releasing lock...
[2026-04-05 23:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:46:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:46:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:46:05] Production.INFO: Total Charge 0
[2026-04-05 23:46:05] Production.INFO: CreateAllLog End
[2026-04-05 23:46:05] Production.INFO: Account Balance End.
[2026-04-05 23:46:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:46:05] Production.INFO: ==11434== Releasing lock...
[2026-04-05 23:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:46:11] Production.ERROR: CronJobId end10
[2026-04-05 23:46:11] Production.INFO: ==11432== Releasing lock...
[2026-04-05 23:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:46:14] Production.INFO: call_cost start
[2026-04-05 23:46:14] Production.INFO: call_cost end
[2026-04-05 23:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:46:14] Production.INFO: ==11428== Releasing lock...
[2026-04-05 23:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:47:01] Production.INFO: ==11496== Lock acquired, processing the job...
[2026-04-06 04:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:47:01] Production.INFO: neon service started
[2026-04-06 04:47:01] Production.INFO: neon service started
[2026-04-06 04:47:01] Production.INFO: ==11496== Releasing lock...
[2026-04-06 04:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:47:02] Production.INFO: ==11498== Lock acquired, processing the job...
[2026-04-05 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:47:02] Production.INFO: ==11500== Lock acquired, processing the job...
[2026-04-06 03:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:47:02] Production.INFO: ==11500== Releasing lock...
[2026-04-06 03:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:47:02] Production.INFO: ==11498== Releasing lock...
[2026-04-05 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:47:03] Production.INFO: ==11509== Lock acquired, processing the job...
[2026-04-05 23:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:47:03] Production.INFO: ==11505== Lock acquired, processing the job...
[2026-04-05 23:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:47:03] Production.INFO: ==11503== Lock acquired, processing the job...
[2026-04-05 23:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:47:03] Production.INFO: ==11507== Lock acquired, processing the job...
[2026-04-05 23:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:47:03] Production.INFO: ==11511== Lock acquired, processing the job...
[2026-04-05 23:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:47:03] Production.INFO: Account Balance Start.
[2026-04-05 23:47:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:47:03] Production.INFO: 117
[2026-04-05 23:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: ==11511== Releasing lock...
[2026-04-05 23:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:47:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: ==11505== Releasing lock...
[2026-04-05 23:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:47:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:47:04] Production.INFO: Total Charge 0
[2026-04-05 23:47:04] Production.INFO: CreateAllLog End
[2026-04-05 23:47:04] Production.INFO: Account Balance End.
[2026-04-05 23:47:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:47:04] Production.INFO: ==11509== Releasing lock...
[2026-04-05 23:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:47:12] Production.ERROR: CronJobId end10
[2026-04-05 23:47:12] Production.INFO: ==11507== Releasing lock...
[2026-04-05 23:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:47:15] Production.INFO: call_cost start
[2026-04-05 23:47:15] Production.INFO: call_cost end
[2026-04-05 23:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:47:15] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:47:15] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:47:15] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:47:15] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:47:15] Production.INFO: ==11503== Releasing lock...
[2026-04-05 23:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:48:02] Production.INFO: ==11569== Lock acquired, processing the job...
[2026-04-06 04:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:48:02] Production.INFO: neon service started
[2026-04-06 04:48:02] Production.INFO: neon service started
[2026-04-06 04:48:02] Production.INFO: ==11569== Releasing lock...
[2026-04-06 04:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:48:02] Production.INFO: ==11571== Lock acquired, processing the job...
[2026-04-05 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:48:02] Production.INFO: ==11571== Releasing lock...
[2026-04-05 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:48:02] Production.INFO: ==11573== Lock acquired, processing the job...
[2026-04-06 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:48:02] Production.INFO: ==11573== Releasing lock...
[2026-04-06 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:48:03] Production.INFO: ==11580== Lock acquired, processing the job...
[2026-04-05 23:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:48:03] Production.INFO: ==11578== Lock acquired, processing the job...
[2026-04-05 23:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:48:03] Production.INFO: ==11576== Lock acquired, processing the job...
[2026-04-05 23:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:48:03] Production.INFO: ==11582== Lock acquired, processing the job...
[2026-04-05 23:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:48:03] Production.INFO: Account Balance Start.
[2026-04-05 23:48:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:48:03] Production.INFO: 117
[2026-04-05 23:48:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:48:03] Production.INFO: ==11584== Lock acquired, processing the job...
[2026-04-05 23:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:48:03] Production.INFO: ==11584== Releasing lock...
[2026-04-05 23:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:48:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:48:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: ==11578== Releasing lock...
[2026-04-05 23:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:48:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:48:05] Production.INFO: Total Charge 0
[2026-04-05 23:48:05] Production.INFO: CreateAllLog End
[2026-04-05 23:48:05] Production.INFO: Account Balance End.
[2026-04-05 23:48:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:48:05] Production.INFO: ==11582== Releasing lock...
[2026-04-05 23:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:48:11] Production.ERROR: CronJobId end10
[2026-04-05 23:48:11] Production.INFO: ==11580== Releasing lock...
[2026-04-05 23:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:48:14] Production.INFO: call_cost start
[2026-04-05 23:48:14] Production.INFO: call_cost end
[2026-04-05 23:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:48:14] Production.INFO: ==11576== Releasing lock...
[2026-04-05 23:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:49:01] Production.INFO: ==11649== Lock acquired, processing the job...
[2026-04-06 04:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:49:01] Production.INFO: neon service started
[2026-04-06 04:49:01] Production.INFO: neon service started
[2026-04-06 04:49:01] Production.INFO: ==11649== Releasing lock...
[2026-04-06 04:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:49:01] Production.INFO: ==11651== Lock acquired, processing the job...
[2026-04-05 23:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:49:02] Production.INFO: ==11651== Releasing lock...
[2026-04-05 23:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:49:02] Production.INFO: ==11653== Lock acquired, processing the job...
[2026-04-06 03:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:49:02] Production.INFO: ==11653== Releasing lock...
[2026-04-06 03:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:49:02] Production.INFO: ==11655== Lock acquired, processing the job...
[2026-04-05 23:49:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:49:02] Production.INFO: ==11661== Lock acquired, processing the job...
[2026-04-05 23:49:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:49:02] Production.INFO: ==11666== Lock acquired, processing the job...
[2026-04-05 23:49:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:49:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:49:02] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:49:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:49:02] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:49:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:49:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:49:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:49:03] Production.INFO: ==11658== Lock acquired, processing the job...
[2026-04-05 23:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:49:03] Production.INFO: ==11666== Releasing lock...
[2026-04-05 23:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:49:03] Production.INFO: ==11663== Lock acquired, processing the job...
[2026-04-05 23:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:49:03] Production.INFO: Account Balance Start.
[2026-04-05 23:49:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:49:03] Production.INFO: 117
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: ==11658== Releasing lock...
[2026-04-05 23:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-29
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-30
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:03] Production.INFO: Date 2026-03-31
[2026-04-05 23:49:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:49:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:49:04] Production.INFO: Total Charge 0
[2026-04-05 23:49:04] Production.INFO: CreateAllLog End
[2026-04-05 23:49:04] Production.INFO: Account Balance End.
[2026-04-05 23:49:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:49:04] Production.INFO: ==11663== Releasing lock...
[2026-04-05 23:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:49:10] Production.ERROR: CronJobId end10
[2026-04-05 23:49:10] Production.INFO: ==11661== Releasing lock...
[2026-04-05 23:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:49:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:49:12] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:49:12] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:49:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:49:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:49:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:49:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:49:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:49:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:49:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:49:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:49:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:49:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:49:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:49:13] Production.INFO: call_cost start
[2026-04-05 23:49:13] Production.INFO: call_cost end
[2026-04-05 23:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:49:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:49:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:49:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:49:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:49:13] Production.INFO: ==11655== Releasing lock...
[2026-04-05 23:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:50:01] Production.INFO: ==11721== Lock acquired, processing the job...
[2026-04-06 04:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:50:01] Production.INFO: neon service started
[2026-04-06 04:50:01] Production.INFO: neon service started
[2026-04-06 04:50:01] Production.INFO: ==11721== Releasing lock...
[2026-04-06 04:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:50:02] Production.INFO: ==11723== Lock acquired, processing the job...
[2026-04-05 23:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:50:02] Production.INFO: ==11723== Releasing lock...
[2026-04-05 23:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:50:02] Production.INFO: ==11725== Lock acquired, processing the job...
[2026-04-06 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:50:02] Production.INFO: ==11725== Releasing lock...
[2026-04-06 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:50:03] Production.INFO: ==11727== Lock acquired, processing the job...
[2026-04-05 23:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:50:03] Production.INFO: ==11729== Lock acquired, processing the job...
[2026-04-05 23:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:50:03] Production.INFO: ==11733== Lock acquired, processing the job...
[2026-04-05 23:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:50:03] Production.INFO: ==11731== Lock acquired, processing the job...
[2026-04-05 23:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:50:03] Production.INFO: Account Balance Start.
[2026-04-05 23:50:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:50:03] Production.INFO: 117
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:50:03] Production.INFO: ==11735== Lock acquired, processing the job...
[2026-04-05 23:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:50:03] Production.INFO: ==11735== Releasing lock...
[2026-04-05 23:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:50:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: ==11729== Releasing lock...
[2026-04-05 23:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:50:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:50:04] Production.INFO: Total Charge 0
[2026-04-05 23:50:04] Production.INFO: CreateAllLog End
[2026-04-05 23:50:04] Production.INFO: Account Balance End.
[2026-04-05 23:50:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:50:04] Production.INFO: ==11733== Releasing lock...
[2026-04-05 23:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:50:12] Production.ERROR: CronJobId end10
[2026-04-05 23:50:12] Production.INFO: ==11731== Releasing lock...
[2026-04-05 23:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:50:14] Production.INFO: call_cost start
[2026-04-05 23:50:14] Production.INFO: call_cost end
[2026-04-05 23:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:50:14] Production.INFO: ==11727== Releasing lock...
[2026-04-05 23:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:51:01] Production.INFO: ==11800== Lock acquired, processing the job...
[2026-04-06 04:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:51:01] Production.INFO: neon service started
[2026-04-06 04:51:01] Production.INFO: neon service started
[2026-04-06 04:51:01] Production.INFO: ==11800== Releasing lock...
[2026-04-06 04:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:51:01] Production.INFO: ==11802== Lock acquired, processing the job...
[2026-04-05 23:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:51:02] Production.INFO: ==11802== Releasing lock...
[2026-04-05 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:51:02] Production.INFO: ==11804== Lock acquired, processing the job...
[2026-04-06 03:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:51:02] Production.INFO: ==11804== Releasing lock...
[2026-04-06 03:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:51:02] Production.INFO: ==11807== Lock acquired, processing the job...
[2026-04-05 23:51:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-05 23:51:02] Production.ERROR: ========================== active cronjob start =============================
[2026-04-05 23:51:02] Production.ERROR: ========================== active cronjob end =============================
[2026-04-05 23:51:02] Production.INFO: ==11807== Releasing lock...
[2026-04-05 23:51:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-05 23:51:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-05 23:51:03] Production.INFO: ==11809== Lock acquired, processing the job...
[2026-04-05 23:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:51:03] Production.INFO: ==11813== Lock acquired, processing the job...
[2026-04-05 23:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:51:03] Production.INFO: ==11811== Lock acquired, processing the job...
[2026-04-05 23:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:51:03] Production.INFO: ==11815== Lock acquired, processing the job...
[2026-04-05 23:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:51:03] Production.INFO: ==11817== Lock acquired, processing the job...
[2026-04-05 23:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-05 23:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:51:03] Production.INFO: ==11819== Lock acquired, processing the job...
[2026-04-05 23:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:51:03] Production.INFO: Account Balance Start.
[2026-04-05 23:51:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:51:03] Production.INFO: 117
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: ==11819== Releasing lock...
[2026-04-05 23:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-29
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.ERROR: done
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-30
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: ==11811== Releasing lock...
[2026-04-05 23:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:51:03] Production.INFO: Date 2026-03-31
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-05 23:51:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044542', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) start
[2026-04-05 23:51:03] Production.INFO: Date 2026-04-01
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:03] Production.INFO: Date 2026-04-02
[2026-04-05 23:51:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:51:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:51:04] Production.INFO: Total Charge 0
[2026-04-05 23:51:04] Production.INFO: CreateAllLog End
[2026-04-05 23:51:04] Production.INFO: Account Balance End.
[2026-04-05 23:51:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:51:04] Production.INFO: ==11815== Releasing lock...
[2026-04-05 23:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044542', 'tblTempUsageDetail_20reseller','2026-04-05','2026-04-05','1' ) end
[2026-04-05 23:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-05 23:51:10] Production.INFO: ProcessCDR(1,17044542,1,1,2)
[2026-04-05 23:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044542,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044542,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-05 23:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-05 23:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-05 23:51:10] Production.INFO: ==11817== Releasing lock...
[2026-04-05 23:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-05 23:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-05 23:51:15] Production.ERROR: CronJobId end10
[2026-04-05 23:51:15] Production.INFO: ==11813== Releasing lock...
[2026-04-05 23:51:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:51:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:51:16] Production.INFO: call_cost start
[2026-04-05 23:51:16] Production.INFO: call_cost end
[2026-04-05 23:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:51:16] Production.INFO: ==11809== Releasing lock...
[2026-04-05 23:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:52:01] Production.INFO: ==11877== Lock acquired, processing the job...
[2026-04-06 04:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:52:01] Production.INFO: neon service started
[2026-04-06 04:52:01] Production.INFO: neon service started
[2026-04-06 04:52:01] Production.INFO: ==11877== Releasing lock...
[2026-04-06 04:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:52:02] Production.INFO: ==11879== Lock acquired, processing the job...
[2026-04-05 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:52:02] Production.INFO: ==11879== Releasing lock...
[2026-04-05 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:52:02] Production.INFO: ==11881== Lock acquired, processing the job...
[2026-04-06 03:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:52:02] Production.INFO: ==11881== Releasing lock...
[2026-04-06 03:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:52:03] Production.INFO: ==11891== Lock acquired, processing the job...
[2026-04-05 23:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:52:03] Production.INFO: ==11883== Lock acquired, processing the job...
[2026-04-05 23:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:52:03] Production.INFO: ==11891== Releasing lock...
[2026-04-05 23:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:52:03] Production.INFO: ==11889== Lock acquired, processing the job...
[2026-04-05 23:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:52:03] Production.INFO: ==11885== Lock acquired, processing the job...
[2026-04-05 23:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:52:03] Production.INFO: ==11887== Lock acquired, processing the job...
[2026-04-05 23:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:52:03] Production.INFO: Account Balance Start.
[2026-04-05 23:52:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:52:03] Production.INFO: 117
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:03] Production.INFO: ==11885== Releasing lock...
[2026-04-05 23:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:52:03] Production.INFO: Date 2026-03-28
[2026-04-05 23:52:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:52:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:52:04] Production.INFO: Total Charge 0
[2026-04-05 23:52:04] Production.INFO: CreateAllLog End
[2026-04-05 23:52:04] Production.INFO: Account Balance End.
[2026-04-05 23:52:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:52:04] Production.INFO: ==11889== Releasing lock...
[2026-04-05 23:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:52:11] Production.ERROR: CronJobId end10
[2026-04-05 23:52:11] Production.INFO: ==11887== Releasing lock...
[2026-04-05 23:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:52:14] Production.INFO: call_cost start
[2026-04-05 23:52:14] Production.INFO: call_cost end
[2026-04-05 23:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:52:14] Production.INFO: ==11883== Releasing lock...
[2026-04-05 23:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:53:02] Production.INFO: ==11954== Lock acquired, processing the job...
[2026-04-06 04:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:53:02] Production.INFO: neon service started
[2026-04-06 04:53:02] Production.INFO: neon service started
[2026-04-06 04:53:02] Production.INFO: ==11954== Releasing lock...
[2026-04-06 04:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:53:02] Production.INFO: ==11956== Lock acquired, processing the job...
[2026-04-05 23:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:53:02] Production.INFO: ==11956== Releasing lock...
[2026-04-05 23:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:53:02] Production.INFO: ==11959== Lock acquired, processing the job...
[2026-04-06 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:53:02] Production.INFO: ==11959== Releasing lock...
[2026-04-06 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:53:03] Production.INFO: ==11964== Lock acquired, processing the job...
[2026-04-05 23:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:53:03] Production.INFO: ==11962== Lock acquired, processing the job...
[2026-04-05 23:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:53:03] Production.INFO: ==11966== Lock acquired, processing the job...
[2026-04-05 23:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:53:03] Production.INFO: ==11964== Releasing lock...
[2026-04-05 23:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:53:03] Production.INFO: ==11968== Lock acquired, processing the job...
[2026-04-05 23:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:53:03] Production.INFO: ==11970== Lock acquired, processing the job...
[2026-04-05 23:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:53:03] Production.INFO: Account Balance Start.
[2026-04-05 23:53:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:53:03] Production.INFO: 117
[2026-04-05 23:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:53:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:53:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:53:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:53:04] Production.INFO: ==11970== Releasing lock...
[2026-04-05 23:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:53:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:53:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:53:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:53:05] Production.INFO: Total Charge 0
[2026-04-05 23:53:05] Production.INFO: CreateAllLog End
[2026-04-05 23:53:05] Production.INFO: Account Balance End.
[2026-04-05 23:53:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:53:05] Production.INFO: ==11968== Releasing lock...
[2026-04-05 23:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:53:11] Production.ERROR: CronJobId end10
[2026-04-05 23:53:11] Production.INFO: ==11966== Releasing lock...
[2026-04-05 23:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:53:14] Production.INFO: call_cost start
[2026-04-05 23:53:14] Production.INFO: call_cost end
[2026-04-05 23:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:53:14] Production.INFO: ==11962== Releasing lock...
[2026-04-05 23:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:54:01] Production.INFO: ==12028== Lock acquired, processing the job...
[2026-04-06 04:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:54:01] Production.INFO: neon service started
[2026-04-06 04:54:01] Production.INFO: neon service started
[2026-04-06 04:54:01] Production.INFO: ==12028== Releasing lock...
[2026-04-06 04:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:54:01] Production.INFO: ==12030== Lock acquired, processing the job...
[2026-04-05 23:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:54:02] Production.INFO: ==12030== Releasing lock...
[2026-04-05 23:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:54:02] Production.INFO: ==12032== Lock acquired, processing the job...
[2026-04-06 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:54:02] Production.INFO: ==12032== Releasing lock...
[2026-04-06 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:54:02] Production.INFO: ==12034== Lock acquired, processing the job...
[2026-04-05 23:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:54:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:54:02] Production.INFO: ==12036== Lock acquired, processing the job...
[2026-04-05 23:54:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:54:03] Production.INFO: ==12038== Lock acquired, processing the job...
[2026-04-05 23:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:54:03] Production.INFO: ==12042== Lock acquired, processing the job...
[2026-04-05 23:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:54:03] Production.INFO: ==12040== Lock acquired, processing the job...
[2026-04-05 23:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:54:03] Production.INFO: ==12042== Releasing lock...
[2026-04-05 23:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:54:03] Production.INFO: Account Balance Start.
[2026-04-05 23:54:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:54:03] Production.INFO: 117
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: ==12036== Releasing lock...
[2026-04-05 23:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:54:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:54:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:54:04] Production.INFO: Total Charge 0
[2026-04-05 23:54:04] Production.INFO: CreateAllLog End
[2026-04-05 23:54:04] Production.INFO: Account Balance End.
[2026-04-05 23:54:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:54:04] Production.INFO: ==12040== Releasing lock...
[2026-04-05 23:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:54:10] Production.ERROR: CronJobId end10
[2026-04-05 23:54:10] Production.INFO: ==12038== Releasing lock...
[2026-04-05 23:54:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:54:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:54:13] Production.INFO: call_cost start
[2026-04-05 23:54:13] Production.INFO: call_cost end
[2026-04-05 23:54:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:54:13] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:54:13] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:54:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:54:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:54:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:54:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:54:13] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:54:13] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:54:13] Production.INFO: ==12034== Releasing lock...
[2026-04-05 23:54:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:54:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:55:01] Production.INFO: ==12105== Lock acquired, processing the job...
[2026-04-06 04:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:55:02] Production.INFO: neon service started
[2026-04-06 04:55:02] Production.INFO: neon service started
[2026-04-06 04:55:02] Production.INFO: ==12105== Releasing lock...
[2026-04-06 04:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:55:02] Production.INFO: ==12107== Lock acquired, processing the job...
[2026-04-05 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:55:02] Production.INFO: ==12107== Releasing lock...
[2026-04-05 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:55:02] Production.INFO: ==12109== Lock acquired, processing the job...
[2026-04-06 03:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:55:02] Production.INFO: ==12109== Releasing lock...
[2026-04-06 03:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:55:03] Production.INFO: ==12112== Lock acquired, processing the job...
[2026-04-05 23:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:55:03] Production.INFO: ==12114== Lock acquired, processing the job...
[2026-04-05 23:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:55:03] Production.INFO: ==12116== Lock acquired, processing the job...
[2026-04-05 23:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:55:03] Production.INFO: ==12118== Lock acquired, processing the job...
[2026-04-05 23:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:55:03] Production.INFO: ==12120== Lock acquired, processing the job...
[2026-04-05 23:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:55:03] Production.INFO: Account Balance Start.
[2026-04-05 23:55:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:55:03] Production.INFO: 117
[2026-04-05 23:55:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:55:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:55:03] Production.INFO: ==12120== Releasing lock...
[2026-04-05 23:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:55:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:55:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: ==12114== Releasing lock...
[2026-04-05 23:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:55:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:55:04] Production.INFO: Total Charge 0
[2026-04-05 23:55:04] Production.INFO: CreateAllLog End
[2026-04-05 23:55:04] Production.INFO: Account Balance End.
[2026-04-05 23:55:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:55:04] Production.INFO: ==12118== Releasing lock...
[2026-04-05 23:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:55:11] Production.ERROR: CronJobId end10
[2026-04-05 23:55:11] Production.INFO: ==12116== Releasing lock...
[2026-04-05 23:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:55:14] Production.INFO: call_cost start
[2026-04-05 23:55:14] Production.INFO: call_cost end
[2026-04-05 23:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:55:14] Production.INFO: ==12112== Releasing lock...
[2026-04-05 23:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:56:01] Production.INFO: ==12178== Lock acquired, processing the job...
[2026-04-06 04:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:56:01] Production.INFO: neon service started
[2026-04-06 04:56:01] Production.INFO: neon service started
[2026-04-06 04:56:01] Production.INFO: ==12178== Releasing lock...
[2026-04-06 04:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:56:01] Production.INFO: ==12182== Lock acquired, processing the job...
[2026-04-06 03:56:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:56:01] Production.INFO: ==12182== Releasing lock...
[2026-04-06 03:56:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:56:01] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:56:01] Production.INFO: ==12180== Lock acquired, processing the job...
[2026-04-05 23:56:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:56:02] Production.INFO: ==12180== Releasing lock...
[2026-04-05 23:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:56:03] Production.INFO: ==12191== Lock acquired, processing the job...
[2026-04-05 23:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:56:03] Production.INFO: ==12187== Lock acquired, processing the job...
[2026-04-05 23:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:56:03] Production.INFO: ==12185== Lock acquired, processing the job...
[2026-04-05 23:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:56:03] Production.INFO: ==12189== Lock acquired, processing the job...
[2026-04-05 23:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:56:03] Production.INFO: Account Balance Start.
[2026-04-05 23:56:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:56:03] Production.INFO: 117
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:56:03] Production.INFO: ==12193== Lock acquired, processing the job...
[2026-04-05 23:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: ==12193== Releasing lock...
[2026-04-05 23:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: ==12187== Releasing lock...
[2026-04-05 23:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:56:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:56:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:56:04] Production.INFO: Total Charge 0
[2026-04-05 23:56:04] Production.INFO: CreateAllLog End
[2026-04-05 23:56:04] Production.INFO: Account Balance End.
[2026-04-05 23:56:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:56:04] Production.INFO: ==12191== Releasing lock...
[2026-04-05 23:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:56:12] Production.ERROR: CronJobId end10
[2026-04-05 23:56:12] Production.INFO: ==12189== Releasing lock...
[2026-04-05 23:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:56:14] Production.INFO: call_cost start
[2026-04-05 23:56:14] Production.INFO: call_cost end
[2026-04-05 23:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:56:14] Production.INFO: ==12185== Releasing lock...
[2026-04-05 23:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:57:01] Production.INFO: ==12257== Lock acquired, processing the job...
[2026-04-06 04:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:57:01] Production.INFO: neon service started
[2026-04-06 04:57:01] Production.INFO: neon service started
[2026-04-06 04:57:01] Production.INFO: ==12257== Releasing lock...
[2026-04-06 04:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:57:02] Production.INFO: ==12260== Lock acquired, processing the job...
[2026-04-05 23:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-05 23:57:02] Production.INFO: ==12260== Releasing lock...
[2026-04-05 23:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:57:02] Production.INFO: ==12262== Lock acquired, processing the job...
[2026-04-06 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:57:02] Production.INFO: ==12262== Releasing lock...
[2026-04-06 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:57:03] Production.INFO: ==12268== Lock acquired, processing the job...
[2026-04-05 23:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:57:03] Production.INFO: ==12270== Lock acquired, processing the job...
[2026-04-05 23:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:57:03] Production.INFO: ==12272== Lock acquired, processing the job...
[2026-04-05 23:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:57:03] Production.INFO: Account Balance Start.
[2026-04-05 23:57:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:57:03] Production.INFO: 117
[2026-04-05 23:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:57:03] Production.INFO: ==12266== Lock acquired, processing the job...
[2026-04-05 23:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:57:03] Production.INFO: ==12274== Lock acquired, processing the job...
[2026-04-05 23:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:57:03] Production.INFO: ==12274== Releasing lock...
[2026-04-05 23:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: ==12268== Releasing lock...
[2026-04-05 23:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-19
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-20
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-21
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-22
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-23
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-24
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-25
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-26
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:03] Production.INFO: Date 2026-03-27
[2026-04-05 23:57:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:57:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:57:04] Production.INFO: Total Charge 0
[2026-04-05 23:57:04] Production.INFO: CreateAllLog End
[2026-04-05 23:57:04] Production.INFO: Account Balance End.
[2026-04-05 23:57:04] Production.ERROR: CronJobId end 12
[2026-04-05 23:57:04] Production.INFO: ==12272== Releasing lock...
[2026-04-05 23:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:57:12] Production.ERROR: CronJobId end10
[2026-04-05 23:57:12] Production.INFO: ==12270== Releasing lock...
[2026-04-05 23:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:57:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:57:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:57:14] Production.INFO: call_cost start
[2026-04-05 23:57:14] Production.INFO: call_cost end
[2026-04-05 23:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:57:14] Production.INFO: ==12266== Releasing lock...
[2026-04-05 23:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:58:02] Production.INFO: ==12331== Lock acquired, processing the job...
[2026-04-06 04:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:58:02] Production.INFO: neon service started
[2026-04-06 04:58:02] Production.INFO: neon service started
[2026-04-06 04:58:02] Production.INFO: ==12331== Releasing lock...
[2026-04-06 04:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-05 23:58:02] Production.INFO: ==12333== Lock acquired, processing the job...
[2026-04-05 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:58:02] Production.INFO: ==12335== Lock acquired, processing the job...
[2026-04-06 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:58:02] Production.INFO: ==12335== Releasing lock...
[2026-04-06 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:58:03] Production.INFO: ==12333== Releasing lock...
[2026-04-05 23:58:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:58:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:58:03] Production.INFO: ==12346== Lock acquired, processing the job...
[2026-04-05 23:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:58:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:58:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:58:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:58:04] Production.INFO: ==12346== Releasing lock...
[2026-04-05 23:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:58:04] Production.INFO: ==12338== Lock acquired, processing the job...
[2026-04-05 23:58:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:58:04] Production.INFO: ==12340== Lock acquired, processing the job...
[2026-04-05 23:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:58:04] Production.INFO: ==12342== Lock acquired, processing the job...
[2026-04-05 23:58:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:58:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:58:04] Production.INFO: ==12344== Lock acquired, processing the job...
[2026-04-05 23:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:58:04] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:58:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:58:04] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:58:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:58:04] Production.INFO: Account Balance Start.
[2026-04-05 23:58:04] Production.INFO: CreateAllLog Start
[2026-04-05 23:58:04] Production.INFO: 117
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-08
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-09
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-10
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-11
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-12
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-13
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-14
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: ==12340== Releasing lock...
[2026-04-05 23:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-15
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-16
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-17
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-18
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:58:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-21
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-22
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-23
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-24
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-25
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-26
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-27
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-28
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-29
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-30
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-03-31
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-04-01
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-04-02
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-04-03
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-04-04
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Date 2026-04-05
[2026-04-05 23:58:05] Production.INFO: Reseller ==> 0
[2026-04-05 23:58:05] Production.INFO: Total Charge 0
[2026-04-05 23:58:05] Production.INFO: CreateAllLog End
[2026-04-05 23:58:05] Production.INFO: Account Balance End.
[2026-04-05 23:58:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:58:05] Production.INFO: ==12344== Releasing lock...
[2026-04-05 23:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:58:12] Production.ERROR: CronJobId end10
[2026-04-05 23:58:12] Production.INFO: ==12342== Releasing lock...
[2026-04-05 23:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:58:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:58:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:58:14] Production.INFO: call_cost start
[2026-04-05 23:58:14] Production.INFO: call_cost end
[2026-04-05 23:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:58:14] Production.INFO: ==12338== Releasing lock...
[2026-04-05 23:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:59:01] Production.INFO: ==12403== Lock acquired, processing the job...
[2026-04-06 04:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 04:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 04:59:01] Production.INFO: neon service started
[2026-04-06 04:59:01] Production.INFO: neon service started
[2026-04-06 04:59:01] Production.INFO: ==12403== Releasing lock...
[2026-04-06 04:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 04:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:59:02] Production.INFO: ==12407== Lock acquired, processing the job...
[2026-04-06 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-05 23:59:02] Production.INFO: ==12405== Lock acquired, processing the job...
[2026-04-05 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:59:02] Production.INFO: ==12407== Releasing lock...
[2026-04-06 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 03:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-05 23:59:02] Production.INFO: ==12405== Releasing lock...
[2026-04-05 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-05 23:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-05 23:59:03] Production.INFO: ==12410== Lock acquired, processing the job...
[2026-04-05 23:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-05 23:59:03] Production.INFO: ==12414== Lock acquired, processing the job...
[2026-04-05 23:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-05 23:59:03] Production.INFO: ==12416== Lock acquired, processing the job...
[2026-04-05 23:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-05 23:59:03] Production.INFO: ==12412== Lock acquired, processing the job...
[2026-04-05 23:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-05 23:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-05 23:59:03] Production.INFO: ==12418== Lock acquired, processing the job...
[2026-04-05 23:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-05 23:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260405Live done
[2026-04-05 23:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405Live done
[2026-04-05 23:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260405Live)
[2026-04-05 23:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-05','2026-04-05','120260405Live')
[2026-04-05 23:59:03] Production.INFO: Account Balance Start.
[2026-04-05 23:59:03] Production.INFO: CreateAllLog Start
[2026-04-05 23:59:03] Production.INFO: 117
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-08
[2026-04-05 23:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-05 23:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-09
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-05 23:59:03] Production.INFO: ==12418== Releasing lock...
[2026-04-05 23:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-05 23:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-10
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-11
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-12
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-13
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-14
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-15
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-16
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-17
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:03] Production.INFO: Date 2026-03-18
[2026-04-05 23:59:03] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-19
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: ==12412== Releasing lock...
[2026-04-05 23:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-05 23:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-20
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-21
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-22
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-23
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-24
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-25
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-26
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-27
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-28
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-29
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-30
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-03-31
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-04-01
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-04-02
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-04-03
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-04-04
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Date 2026-04-05
[2026-04-05 23:59:04] Production.INFO: Reseller ==> 0
[2026-04-05 23:59:04] Production.INFO: Total Charge 0
[2026-04-05 23:59:04] Production.INFO: CreateAllLog End
[2026-04-05 23:59:05] Production.INFO: Account Balance End.
[2026-04-05 23:59:05] Production.ERROR: CronJobId end 12
[2026-04-05 23:59:05] Production.INFO: ==12416== Releasing lock...
[2026-04-05 23:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-05 23:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-05 23:59:11] Production.ERROR: CronJobId end10
[2026-04-05 23:59:11] Production.INFO: ==12414== Releasing lock...
[2026-04-05 23:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-05 23:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-05 23:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-05 23:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-05 23:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-05 23:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-05 23:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-05 23:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-05 23:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-05 23:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-05 23:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-05 23:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-05 23:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-05 23:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-05 23:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-05 23:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-05 23:59:14] Production.INFO: call_cost start
[2026-04-05 23:59:14] Production.INFO: call_cost end
[2026-04-05 23:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-05 23:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-05 23:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-05 23:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-05 23:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-05 23:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-05 23:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-05 23:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-05 23:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-05 23:59:14] Production.INFO: ==12410== Releasing lock...
[2026-04-05 23:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-05 23:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:00:02] Production.INFO: ==12482== Lock acquired, processing the job...
[2026-04-06 05:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:00:02] Production.INFO: neon service started
[2026-04-06 05:00:02] Production.INFO: neon service started
[2026-04-06 05:00:02] Production.INFO: ==12482== Releasing lock...
[2026-04-06 05:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:00:02] Production.INFO: ==12485== Lock acquired, processing the job...
[2026-04-06 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:00:02] Production.INFO: ==12485== Releasing lock...
[2026-04-06 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:00:02] Production.INFO: ==12487== Lock acquired, processing the job...
[2026-04-06 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:00:02] Production.INFO: ==12487== Releasing lock...
[2026-04-06 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:00:03] Production.INFO: ==12489== Lock acquired, processing the job...
[2026-04-06 00:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:00:03] Production.INFO: ==12491== Lock acquired, processing the job...
[2026-04-06 00:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:00:03] Production.INFO: ==12495== Lock acquired, processing the job...
[2026-04-06 00:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:00:03] Production.INFO: ==12497== Lock acquired, processing the job...
[2026-04-06 00:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:00:03] Production.INFO: ==12493== Lock acquired, processing the job...
[2026-04-06 00:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:00:03] Production.INFO: Account Balance Start.
[2026-04-06 00:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:00:03] Production.INFO: 117
[2026-04-06 00:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:00:03] Production.INFO: ==12497== Releasing lock...
[2026-04-06 00:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: ==12491== Releasing lock...
[2026-04-06 00:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:00:04] Production.INFO: Total Charge 0
[2026-04-06 00:00:04] Production.INFO: CreateAllLog End
[2026-04-06 00:00:04] Production.INFO: Account Balance End.
[2026-04-06 00:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:00:04] Production.INFO: ==12495== Releasing lock...
[2026-04-06 00:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:00:12] Production.ERROR: CronJobId end10
[2026-04-06 00:00:12] Production.INFO: ==12493== Releasing lock...
[2026-04-06 00:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:00:12] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:00:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:00:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:00:16] Production.INFO: call_cost start
[2026-04-06 00:00:16] Production.INFO: call_cost end
[2026-04-06 00:00:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:00:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:00:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:00:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:00:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:00:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:00:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:00:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:00:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:00:16] Production.INFO: ==12489== Releasing lock...
[2026-04-06 00:00:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:00:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:01:01] Production.INFO: ==12555== Lock acquired, processing the job...
[2026-04-06 05:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:01:01] Production.INFO: neon service started
[2026-04-06 05:01:01] Production.INFO: neon service started
[2026-04-06 05:01:01] Production.INFO: ==12555== Releasing lock...
[2026-04-06 05:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:01:01] Production.INFO: ==12569== Lock acquired, processing the job...
[2026-04-06 00:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:01:02] Production.INFO: ==12571== Lock acquired, processing the job...
[2026-04-06 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 00:01:02] Production.INFO: ==12569== Releasing lock...
[2026-04-06 00:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:01:02] Production.INFO: ==12571== Releasing lock...
[2026-04-06 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:01:03] Production.INFO: ==12573== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 00:01:03] Production.INFO: ==12578== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 00:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 00:01:03] Production.INFO: ==12573== Releasing lock...
[2026-04-06 00:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 00:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:01:03] Production.INFO: ==12582== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:01:03] Production.INFO: ==12584== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:01:03] Production.INFO: ==12576== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:01:03] Production.INFO: Account Balance Start.
[2026-04-06 00:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:01:03] Production.INFO: 117
[2026-04-06 00:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:03] Production.INFO: ==12580== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: createsummary-command-createsummary-companyid-1-cronjobid-9 #Starts#
[2026-04-06 00:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:03] Production.INFO: ==12586== Lock acquired, processing the job...
[2026-04-06 00:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 00:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260402 done
[2026-04-06 00:01:04] Production.INFO: ==12588== Lock acquired, processing the job...
[2026-04-06 00:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260402 done
[2026-04-06 00:01:04] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260402
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:01:04] Production.INFO: ==12578== Releasing lock...
[2026-04-06 00:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: ==12588== Releasing lock...
[2026-04-06 00:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: call prc_generateSummary(1,'2026-04-02','2026-04-02','120260402')
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-23
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-24
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-25
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-26
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.ERROR: done
[2026-04-06 00:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 00:01:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044583', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 00:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:01:05] Production.INFO: Total Charge 0
[2026-04-06 00:01:05] Production.INFO: CreateAllLog End
[2026-04-06 00:01:05] Production.INFO: Account Balance End.
[2026-04-06 00:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:01:05] Production.INFO: ==12584== Releasing lock...
[2026-04-06 00:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:01:13] Production.INFO: call prc_generateVendorSummary(1,'2026-04-02','2026-04-02','120260402')
[2026-04-06 00:01:14] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044583', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 00:01:14] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 00:01:14] Production.INFO: ProcessCDR(1,17044583,1,1,2)
[2026-04-06 00:01:14] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044583,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:01:14] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044583,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:01:14] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 00:01:14] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 00:01:14] Production.INFO: ==12586== Releasing lock...
[2026-04-06 00:01:14] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 00:01:14] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:01:18] Production.ERROR: tmp_tblUsageDetailsReport_120260403 done
[2026-04-06 00:01:18] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260403 done
[2026-04-06 00:01:18] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260403
[2026-04-06 00:01:19] Production.INFO: call prc_generateSummary(1,'2026-04-03','2026-04-03','120260403')
[2026-04-06 00:01:20] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:01:20] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:01:20] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:01:20] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:01:20] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:01:20] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:01:20] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:01:20] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:01:20] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:01:20] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:01:20] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:01:20] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:01:20] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:01:20] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:01:20] Production.ERROR: CronJobId end10
[2026-04-06 00:01:20] Production.INFO: ==12582== Releasing lock...
[2026-04-06 00:01:20] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:01:20] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:01:21] Production.INFO: call_cost start
[2026-04-06 00:01:21] Production.INFO: call_cost end
[2026-04-06 00:01:21] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:01:21] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:01:21] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:01:21] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:01:21] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:01:21] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:01:21] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:01:21] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:01:21] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:01:21] Production.INFO: ==12576== Releasing lock...
[2026-04-06 00:01:21] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:01:21] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 00:01:22] Production.INFO: call prc_generateVendorSummary(1,'2026-04-03','2026-04-03','120260403')
[2026-04-06 00:01:25] Production.ERROR: tmp_tblUsageDetailsReport_120260404 done
[2026-04-06 00:01:25] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260404 done
[2026-04-06 00:01:25] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260404
[2026-04-06 00:01:26] Production.INFO: call prc_generateSummary(1,'2026-04-04','2026-04-04','120260404')
[2026-04-06 00:01:29] Production.INFO: call prc_generateVendorSummary(1,'2026-04-04','2026-04-04','120260404')
[2026-04-06 00:01:32] Production.ERROR: tmp_tblUsageDetailsReport_120260405 done
[2026-04-06 00:01:32] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260405 done
[2026-04-06 00:01:32] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260405
[2026-04-06 00:01:32] Production.INFO: call prc_generateSummary(1,'2026-04-05','2026-04-05','120260405')
[2026-04-06 00:01:35] Production.INFO: call prc_generateVendorSummary(1,'2026-04-05','2026-04-05','120260405')
[2026-04-06 00:01:39] Production.ERROR: CronJobId end9
[2026-04-06 00:01:39] Production.INFO: ==12580== Releasing lock...
[2026-04-06 00:01:39] Production.INFO: createsummary-command-createsummary-companyid-1-cronjobid-9 #Stops#
[2026-04-06 00:01:39] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:02:01] Production.INFO: ==12651== Lock acquired, processing the job...
[2026-04-06 05:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:02:01] Production.INFO: neon service started
[2026-04-06 05:02:01] Production.INFO: neon service started
[2026-04-06 05:02:01] Production.INFO: ==12651== Releasing lock...
[2026-04-06 05:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:02:02] Production.INFO: ==12653== Lock acquired, processing the job...
[2026-04-06 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:02:02] Production.INFO: ==12653== Releasing lock...
[2026-04-06 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:02:02] Production.INFO: ==12655== Lock acquired, processing the job...
[2026-04-06 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:02:02] Production.INFO: ==12655== Releasing lock...
[2026-04-06 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:02:03] Production.INFO: ==12657== Lock acquired, processing the job...
[2026-04-06 00:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:02:03] Production.INFO: ==12659== Lock acquired, processing the job...
[2026-04-06 00:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:02:03] Production.INFO: ==12661== Lock acquired, processing the job...
[2026-04-06 00:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:02:03] Production.INFO: ==12663== Lock acquired, processing the job...
[2026-04-06 00:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:02:03] Production.INFO: ==12665== Lock acquired, processing the job...
[2026-04-06 00:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 00:02:03] Production.INFO: ==12667== Lock acquired, processing the job...
[2026-04-06 00:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:02:03] Production.INFO: Account Balance Start.
[2026-04-06 00:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:02:03] Production.INFO: 117
[2026-04-06 00:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: ==12667== Releasing lock...
[2026-04-06 00:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: ==12659== Releasing lock...
[2026-04-06 00:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:02:04] Production.ERROR: done
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:02:04] Production.ERROR: done
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:02:05] Production.INFO: Total Charge 0
[2026-04-06 00:02:05] Production.INFO: CreateAllLog End
[2026-04-06 00:02:05] Production.INFO: next invoice date
[2026-04-06 00:02:05] Production.INFO: 2026-05-06
[2026-04-06 00:02:05] Production.INFO: getdaysdiff
[2026-04-06 00:02:05] Production.INFO: +30
[2026-04-06 00:02:05] Production.INFO: call prc_setAccountDiscountPlan (154,11,1,30,30,'RMScheduler',2026-04-06 00:02:05,1,0,,,0)
[2026-04-06 00:02:05] Production.INFO: next invoice date
[2026-04-06 00:02:05] Production.INFO: 2026-05-06
[2026-04-06 00:02:05] Production.INFO: getdaysdiff
[2026-04-06 00:02:05] Production.INFO: +30
[2026-04-06 00:02:05] Production.INFO: call prc_setAccountDiscountPlan (207,11,1,30,30,'RMScheduler',2026-04-06 00:02:05,0,0,,,0)
[2026-04-06 00:02:05] Production.INFO: Account Balance End.
[2026-04-06 00:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:02:05] Production.INFO: ==12663== Releasing lock...
[2026-04-06 00:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:02:05] Production.INFO: next invoice date
[2026-04-06 00:02:05] Production.INFO: 2026-05-06
[2026-04-06 00:02:05] Production.INFO: getdaysdiff
[2026-04-06 00:02:05] Production.INFO: +30
[2026-04-06 00:02:05] Production.INFO: call prc_setAccountDiscountPlan (207,13,2,30,30,'RMScheduler',2026-04-06 00:02:05,0,0,,,0)
[2026-04-06 00:02:05] Production.INFO: next invoice date
[2026-04-06 00:02:05] Production.INFO: 2026-05-06
[2026-04-06 00:02:05] Production.INFO: getdaysdiff
[2026-04-06 00:02:05] Production.INFO: +30
[2026-04-06 00:02:05] Production.INFO: call prc_setAccountDiscountPlan (206,11,1,30,30,'RMScheduler',2026-04-06 00:02:05,0,0,,,0)
[2026-04-06 00:02:05] Production.INFO: next invoice date
[2026-04-06 00:02:05] Production.INFO: 2026-05-06
[2026-04-06 00:02:05] Production.INFO: getdaysdiff
[2026-04-06 00:02:05] Production.INFO: +30
[2026-04-06 00:02:05] Production.INFO: call prc_setAccountDiscountPlan (206,13,2,30,30,'RMScheduler',2026-04-06 00:02:05,0,0,,,0)
[2026-04-06 00:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 00:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 00:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:02:05] Production.INFO: ==12665== Releasing lock...
[2026-04-06 00:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 00:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:02:12] Production.ERROR: CronJobId end10
[2026-04-06 00:02:12] Production.INFO: ==12661== Releasing lock...
[2026-04-06 00:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:02:15] Production.INFO: call_cost start
[2026-04-06 00:02:15] Production.INFO: call_cost end
[2026-04-06 00:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:02:15] Production.INFO: ==12657== Releasing lock...
[2026-04-06 00:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:03:01] Production.INFO: ==12731== Lock acquired, processing the job...
[2026-04-06 05:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:03:01] Production.INFO: neon service started
[2026-04-06 05:03:01] Production.INFO: neon service started
[2026-04-06 05:03:01] Production.INFO: ==12731== Releasing lock...
[2026-04-06 05:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:03:01] Production.INFO: ==12733== Lock acquired, processing the job...
[2026-04-06 00:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:03:01] Production.INFO: ==12733== Releasing lock...
[2026-04-06 00:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:03:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:03:02] Production.INFO: ==12735== Lock acquired, processing the job...
[2026-04-06 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:03:02] Production.INFO: ==12735== Releasing lock...
[2026-04-06 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:03:02] Production.INFO: ==12737== Lock acquired, processing the job...
[2026-04-06 00:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:03:02] Production.INFO: ==12739== Lock acquired, processing the job...
[2026-04-06 00:03:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:03:02] Production.INFO: ==12745== Lock acquired, processing the job...
[2026-04-06 00:03:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:03:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:03:02] Production.INFO: ==12741== Lock acquired, processing the job...
[2026-04-06 00:03:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:03:02] Production.INFO: ==12743== Lock acquired, processing the job...
[2026-04-06 00:03:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:03:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:03:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:03:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:03:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:03:03] Production.INFO: Account Balance Start.
[2026-04-06 00:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:03:03] Production.INFO: 117
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: ==12745== Releasing lock...
[2026-04-06 00:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: ==12739== Releasing lock...
[2026-04-06 00:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-04-01
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-04-02
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-04-03
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:03] Production.INFO: Date 2026-04-04
[2026-04-06 00:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:03:04] Production.INFO: Total Charge 0
[2026-04-06 00:03:04] Production.INFO: CreateAllLog End
[2026-04-06 00:03:04] Production.INFO: Account Balance End.
[2026-04-06 00:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:03:04] Production.INFO: ==12743== Releasing lock...
[2026-04-06 00:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:03:10] Production.ERROR: CronJobId end10
[2026-04-06 00:03:10] Production.INFO: ==12741== Releasing lock...
[2026-04-06 00:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:03:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:03:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:03:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:03:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:03:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:03:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:03:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:03:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:03:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:03:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:03:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:03:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:03:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:03:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:03:13] Production.INFO: call_cost start
[2026-04-06 00:03:13] Production.INFO: call_cost end
[2026-04-06 00:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:03:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:03:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:03:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:03:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:03:13] Production.INFO: ==12737== Releasing lock...
[2026-04-06 00:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:04:01] Production.INFO: ==12804== Lock acquired, processing the job...
[2026-04-06 05:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:04:01] Production.INFO: neon service started
[2026-04-06 05:04:01] Production.INFO: neon service started
[2026-04-06 05:04:01] Production.INFO: ==12804== Releasing lock...
[2026-04-06 05:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:04:02] Production.INFO: ==12806== Lock acquired, processing the job...
[2026-04-06 00:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:04:02] Production.INFO: ==12806== Releasing lock...
[2026-04-06 00:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:04:02] Production.INFO: ==12808== Lock acquired, processing the job...
[2026-04-06 04:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:04:02] Production.INFO: ==12808== Releasing lock...
[2026-04-06 04:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:04:03] Production.INFO: ==12811== Lock acquired, processing the job...
[2026-04-06 00:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:04:03] Production.INFO: ==12813== Lock acquired, processing the job...
[2026-04-06 00:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:04:03] Production.INFO: ==12817== Lock acquired, processing the job...
[2026-04-06 00:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:04:03] Production.INFO: ==12815== Lock acquired, processing the job...
[2026-04-06 00:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:04:03] Production.INFO: ==12819== Lock acquired, processing the job...
[2026-04-06 00:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:04:03] Production.INFO: Account Balance Start.
[2026-04-06 00:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:04:03] Production.INFO: 117
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: ==12819== Releasing lock...
[2026-04-06 00:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:03] Production.INFO: ==12813== Releasing lock...
[2026-04-06 00:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:04:04] Production.INFO: Total Charge 0
[2026-04-06 00:04:04] Production.INFO: CreateAllLog End
[2026-04-06 00:04:04] Production.INFO: Account Balance End.
[2026-04-06 00:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:04:04] Production.INFO: ==12817== Releasing lock...
[2026-04-06 00:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:04:11] Production.ERROR: CronJobId end10
[2026-04-06 00:04:11] Production.INFO: ==12815== Releasing lock...
[2026-04-06 00:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:04:15] Production.INFO: call_cost start
[2026-04-06 00:04:15] Production.INFO: call_cost end
[2026-04-06 00:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:04:15] Production.INFO: ==12811== Releasing lock...
[2026-04-06 00:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:05:02] Production.INFO: ==12877== Lock acquired, processing the job...
[2026-04-06 05:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:05:02] Production.INFO: neon service started
[2026-04-06 05:05:02] Production.INFO: neon service started
[2026-04-06 05:05:02] Production.INFO: ==12877== Releasing lock...
[2026-04-06 05:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:05:02] Production.INFO: ==12879== Lock acquired, processing the job...
[2026-04-06 00:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:05:02] Production.INFO: ==12879== Releasing lock...
[2026-04-06 00:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:05:02] Production.INFO: ==12881== Lock acquired, processing the job...
[2026-04-06 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:05:03] Production.INFO: ==12881== Releasing lock...
[2026-04-06 04:05:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:05:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:05:03] Production.INFO: ==12884== Lock acquired, processing the job...
[2026-04-06 00:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:05:03] Production.INFO: ==12886== Lock acquired, processing the job...
[2026-04-06 00:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:05:03] Production.INFO: ==12888== Lock acquired, processing the job...
[2026-04-06 00:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:05:03] Production.INFO: ==12890== Lock acquired, processing the job...
[2026-04-06 00:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:05:03] Production.INFO: ==12892== Lock acquired, processing the job...
[2026-04-06 00:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:05:03] Production.INFO: Account Balance Start.
[2026-04-06 00:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:05:03] Production.INFO: 117
[2026-04-06 00:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:05:03] Production.INFO: ==12892== Releasing lock...
[2026-04-06 00:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: ==12886== Releasing lock...
[2026-04-06 00:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:05:04] Production.INFO: Total Charge 0
[2026-04-06 00:05:04] Production.INFO: CreateAllLog End
[2026-04-06 00:05:04] Production.INFO: Account Balance End.
[2026-04-06 00:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:05:04] Production.INFO: ==12890== Releasing lock...
[2026-04-06 00:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:05:11] Production.ERROR: CronJobId end10
[2026-04-06 00:05:11] Production.INFO: ==12888== Releasing lock...
[2026-04-06 00:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:05:14] Production.INFO: call_cost start
[2026-04-06 00:05:14] Production.INFO: call_cost end
[2026-04-06 00:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:05:14] Production.INFO: ==12884== Releasing lock...
[2026-04-06 00:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:06:01] Production.INFO: ==12955== Lock acquired, processing the job...
[2026-04-06 05:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:06:01] Production.INFO: neon service started
[2026-04-06 05:06:01] Production.INFO: neon service started
[2026-04-06 05:06:01] Production.INFO: ==12955== Releasing lock...
[2026-04-06 05:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:06:01] Production.INFO: ==12957== Lock acquired, processing the job...
[2026-04-06 00:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:06:02] Production.INFO: ==12957== Releasing lock...
[2026-04-06 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:06:02] Production.INFO: ==12959== Lock acquired, processing the job...
[2026-04-06 04:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:06:02] Production.INFO: ==12959== Releasing lock...
[2026-04-06 04:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:06:02] Production.INFO: ==12962== Lock acquired, processing the job...
[2026-04-06 00:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:06:03] Production.INFO: ==12964== Lock acquired, processing the job...
[2026-04-06 00:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:06:03] Production.INFO: ==12968== Lock acquired, processing the job...
[2026-04-06 00:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:06:03] Production.INFO: ==12966== Lock acquired, processing the job...
[2026-04-06 00:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:06:03] Production.INFO: ==12970== Lock acquired, processing the job...
[2026-04-06 00:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:06:03] Production.INFO: Account Balance Start.
[2026-04-06 00:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:06:03] Production.INFO: 117
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:06:03] Production.INFO: ==12970== Releasing lock...
[2026-04-06 00:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: ==12964== Releasing lock...
[2026-04-06 00:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:06:04] Production.INFO: Total Charge 0
[2026-04-06 00:06:04] Production.INFO: CreateAllLog End
[2026-04-06 00:06:04] Production.INFO: Account Balance End.
[2026-04-06 00:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:06:04] Production.INFO: ==12968== Releasing lock...
[2026-04-06 00:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:06:11] Production.ERROR: CronJobId end10
[2026-04-06 00:06:11] Production.INFO: ==12966== Releasing lock...
[2026-04-06 00:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:06:14] Production.INFO: call_cost start
[2026-04-06 00:06:14] Production.INFO: call_cost end
[2026-04-06 00:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:06:14] Production.INFO: ==12962== Releasing lock...
[2026-04-06 00:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:07:02] Production.INFO: ==13029== Lock acquired, processing the job...
[2026-04-06 05:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:07:02] Production.INFO: neon service started
[2026-04-06 05:07:02] Production.INFO: neon service started
[2026-04-06 05:07:02] Production.INFO: ==13029== Releasing lock...
[2026-04-06 05:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:07:02] Production.INFO: ==13033== Lock acquired, processing the job...
[2026-04-06 04:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:07:02] Production.INFO: ==13033== Releasing lock...
[2026-04-06 04:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:07:02] Production.INFO: ==13031== Lock acquired, processing the job...
[2026-04-06 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:07:02] Production.INFO: ==13031== Releasing lock...
[2026-04-06 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:07:03] Production.INFO: ==13036== Lock acquired, processing the job...
[2026-04-06 00:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:07:03] Production.INFO: ==13038== Lock acquired, processing the job...
[2026-04-06 00:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:07:03] Production.INFO: ==13042== Lock acquired, processing the job...
[2026-04-06 00:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:07:03] Production.INFO: ==13040== Lock acquired, processing the job...
[2026-04-06 00:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:07:03] Production.INFO: ==13044== Lock acquired, processing the job...
[2026-04-06 00:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:07:03] Production.INFO: Account Balance Start.
[2026-04-06 00:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:07:03] Production.INFO: 117
[2026-04-06 00:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:03] Production.INFO: ==13044== Releasing lock...
[2026-04-06 00:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: ==13038== Releasing lock...
[2026-04-06 00:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-23
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-24
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-25
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-26
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-27
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-28
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-29
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-30
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:07:05] Production.INFO: Total Charge 0
[2026-04-06 00:07:05] Production.INFO: CreateAllLog End
[2026-04-06 00:07:05] Production.INFO: Account Balance End.
[2026-04-06 00:07:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:07:05] Production.INFO: ==13042== Releasing lock...
[2026-04-06 00:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:07:11] Production.ERROR: CronJobId end10
[2026-04-06 00:07:11] Production.INFO: ==13040== Releasing lock...
[2026-04-06 00:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:07:14] Production.INFO: call_cost start
[2026-04-06 00:07:14] Production.INFO: call_cost end
[2026-04-06 00:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:07:14] Production.INFO: ==13036== Releasing lock...
[2026-04-06 00:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:08:01] Production.INFO: ==13103== Lock acquired, processing the job...
[2026-04-06 05:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:08:01] Production.INFO: neon service started
[2026-04-06 05:08:01] Production.INFO: neon service started
[2026-04-06 05:08:01] Production.INFO: ==13103== Releasing lock...
[2026-04-06 05:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:08:01] Production.INFO: ==13105== Lock acquired, processing the job...
[2026-04-06 00:08:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:08:02] Production.INFO: ==13105== Releasing lock...
[2026-04-06 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:08:02] Production.INFO: ==13107== Lock acquired, processing the job...
[2026-04-06 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:08:02] Production.INFO: ==13107== Releasing lock...
[2026-04-06 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:08:02] Production.INFO: ==13116== Lock acquired, processing the job...
[2026-04-06 00:08:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:08:02] Production.INFO: ==13114== Lock acquired, processing the job...
[2026-04-06 00:08:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:08:02] Production.INFO: ==13118== Lock acquired, processing the job...
[2026-04-06 00:08:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:08:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:08:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:08:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:08:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:08:02] Production.INFO: ==13112== Lock acquired, processing the job...
[2026-04-06 00:08:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:08:02] Production.INFO: Account Balance Start.
[2026-04-06 00:08:02] Production.INFO: CreateAllLog Start
[2026-04-06 00:08:02] Production.INFO: 117
[2026-04-06 00:08:02] Production.INFO: Date 2026-03-08
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: ==13120== Lock acquired, processing the job...
[2026-04-06 00:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:08:03] Production.INFO: ==13120== Releasing lock...
[2026-04-06 00:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: ==13114== Releasing lock...
[2026-04-06 00:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-04-01
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-04-02
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-04-03
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-04-04
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-04-05
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Date 2026-04-06
[2026-04-06 00:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:08:03] Production.INFO: Total Charge 0
[2026-04-06 00:08:03] Production.INFO: CreateAllLog End
[2026-04-06 00:08:04] Production.INFO: Account Balance End.
[2026-04-06 00:08:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:08:04] Production.INFO: ==13118== Releasing lock...
[2026-04-06 00:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:08:11] Production.ERROR: CronJobId end10
[2026-04-06 00:08:11] Production.INFO: ==13116== Releasing lock...
[2026-04-06 00:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:08:14] Production.INFO: call_cost start
[2026-04-06 00:08:14] Production.INFO: call_cost end
[2026-04-06 00:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:08:14] Production.INFO: ==13112== Releasing lock...
[2026-04-06 00:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:09:01] Production.INFO: ==13184== Lock acquired, processing the job...
[2026-04-06 05:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:09:01] Production.INFO: neon service started
[2026-04-06 05:09:01] Production.INFO: neon service started
[2026-04-06 05:09:01] Production.INFO: ==13184== Releasing lock...
[2026-04-06 05:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:09:02] Production.INFO: ==13186== Lock acquired, processing the job...
[2026-04-06 00:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:09:02] Production.INFO: ==13186== Releasing lock...
[2026-04-06 00:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:09:02] Production.INFO: ==13188== Lock acquired, processing the job...
[2026-04-06 04:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:09:02] Production.INFO: ==13188== Releasing lock...
[2026-04-06 04:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:09:03] Production.INFO: ==13191== Lock acquired, processing the job...
[2026-04-06 00:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:09:03] Production.INFO: ==13193== Lock acquired, processing the job...
[2026-04-06 00:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:09:03] Production.INFO: ==13195== Lock acquired, processing the job...
[2026-04-06 00:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:09:03] Production.INFO: ==13197== Lock acquired, processing the job...
[2026-04-06 00:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:09:03] Production.INFO: ==13199== Lock acquired, processing the job...
[2026-04-06 00:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:09:03] Production.INFO: Account Balance Start.
[2026-04-06 00:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:09:03] Production.INFO: 117
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:09:03] Production.INFO: ==13199== Releasing lock...
[2026-04-06 00:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:03] Production.INFO: ==13193== Releasing lock...
[2026-04-06 00:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:09:04] Production.INFO: Total Charge 0
[2026-04-06 00:09:04] Production.INFO: CreateAllLog End
[2026-04-06 00:09:04] Production.INFO: Account Balance End.
[2026-04-06 00:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:09:04] Production.INFO: ==13197== Releasing lock...
[2026-04-06 00:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:09:10] Production.ERROR: CronJobId end10
[2026-04-06 00:09:10] Production.INFO: ==13195== Releasing lock...
[2026-04-06 00:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:09:13] Production.INFO: call_cost start
[2026-04-06 00:09:13] Production.INFO: call_cost end
[2026-04-06 00:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:09:13] Production.INFO: ==13191== Releasing lock...
[2026-04-06 00:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:10:02] Production.INFO: ==13258== Lock acquired, processing the job...
[2026-04-06 05:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:10:02] Production.INFO: neon service started
[2026-04-06 05:10:02] Production.INFO: neon service started
[2026-04-06 05:10:02] Production.INFO: ==13258== Releasing lock...
[2026-04-06 05:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:10:02] Production.INFO: ==13262== Lock acquired, processing the job...
[2026-04-06 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:10:02] Production.INFO: ==13262== Releasing lock...
[2026-04-06 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:10:02] Production.INFO: ==13260== Lock acquired, processing the job...
[2026-04-06 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:10:03] Production.INFO: ==13260== Releasing lock...
[2026-04-06 00:10:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:10:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:10:03] Production.INFO: ==13265== Lock acquired, processing the job...
[2026-04-06 00:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:10:03] Production.INFO: ==13269== Lock acquired, processing the job...
[2026-04-06 00:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:10:03] Production.INFO: ==13271== Lock acquired, processing the job...
[2026-04-06 00:10:03] Production.INFO: ==13267== Lock acquired, processing the job...
[2026-04-06 00:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:10:03] Production.INFO: ==13273== Lock acquired, processing the job...
[2026-04-06 00:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:10:04] Production.INFO: Account Balance Start.
[2026-04-06 00:10:04] Production.INFO: CreateAllLog Start
[2026-04-06 00:10:04] Production.INFO: 117
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-08
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:10:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:10:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: ==13273== Releasing lock...
[2026-04-06 00:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: ==13267== Releasing lock...
[2026-04-06 00:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:10:05] Production.INFO: Total Charge 0
[2026-04-06 00:10:05] Production.INFO: CreateAllLog End
[2026-04-06 00:10:05] Production.INFO: Account Balance End.
[2026-04-06 00:10:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:10:05] Production.INFO: ==13271== Releasing lock...
[2026-04-06 00:10:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:10:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:10:12] Production.ERROR: CronJobId end10
[2026-04-06 00:10:12] Production.INFO: ==13269== Releasing lock...
[2026-04-06 00:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:10:13] Production.INFO: call_cost start
[2026-04-06 00:10:13] Production.INFO: call_cost end
[2026-04-06 00:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:10:13] Production.INFO: ==13265== Releasing lock...
[2026-04-06 00:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:11:01] Production.INFO: ==13343== Lock acquired, processing the job...
[2026-04-06 05:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:11:01] Production.INFO: neon service started
[2026-04-06 05:11:01] Production.INFO: neon service started
[2026-04-06 05:11:01] Production.INFO: ==13343== Releasing lock...
[2026-04-06 05:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:11:02] Production.INFO: ==13347== Lock acquired, processing the job...
[2026-04-06 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:11:02] Production.INFO: ==13347== Releasing lock...
[2026-04-06 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:11:02] Production.INFO: ==13345== Lock acquired, processing the job...
[2026-04-06 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:11:02] Production.INFO: ==13345== Releasing lock...
[2026-04-06 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:11:03] Production.INFO: ==13353== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:11:03] Production.INFO: ==13359== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 00:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:11:03] Production.INFO: ==13349== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 00:11:03] Production.INFO: ==13351== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:11:03] Production.INFO: ==13361== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:11:03] Production.INFO: ==13355== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:11:03] Production.INFO: ==13357== Lock acquired, processing the job...
[2026-04-06 00:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:11:03] Production.ERROR: CronJob PID - 13351
[2026-04-06 00:11:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 00:11:03] Production.ERROR: CronJob ID - 5
[2026-04-06 00:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:11:00
[2026-04-06 00:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:11:03] Production.ERROR: CronJob PID - 13353
[2026-04-06 00:11:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 00:11:03] Production.ERROR: CronJob ID - 7
[2026-04-06 00:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:11:00
[2026-04-06 00:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:11:03] Production.ERROR: CronJob PID - 13355
[2026-04-06 00:11:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 00:11:03] Production.ERROR: CronJob ID - 10
[2026-04-06 00:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:11:00
[2026-04-06 00:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:11:03] Production.ERROR: CronJob PID - 13357
[2026-04-06 00:11:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 00:11:03] Production.ERROR: CronJob ID - 12
[2026-04-06 00:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:11:00
[2026-04-06 00:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:11:03] Production.ERROR: CronJob PID - 13359
[2026-04-06 00:11:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 00:11:03] Production.ERROR: CronJob ID - 17
[2026-04-06 00:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:11:00
[2026-04-06 00:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:11:03] Production.ERROR: CronJob PID - 13361
[2026-04-06 00:11:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-04-06 00:11:03] Production.ERROR: CronJob ID - 19
[2026-04-06 00:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:11:00
[2026-04-06 00:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:11:03] Production.INFO: Account Balance Start.
[2026-04-06 00:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:11:03] Production.INFO: 117
[2026-04-06 00:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:11:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: ==13361== Releasing lock...
[2026-04-06 00:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:11:04] Production.ERROR: done
[2026-04-06 00:11:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 00:11:04] Production.INFO: ==13349== Releasing lock...
[2026-04-06 00:11:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 00:11:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 00:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044625', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: ==13353== Releasing lock...
[2026-04-06 00:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:11:05] Production.INFO: Total Charge 0
[2026-04-06 00:11:05] Production.INFO: CreateAllLog End
[2026-04-06 00:11:05] Production.INFO: Account Balance End.
[2026-04-06 00:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:11:05] Production.INFO: ==13357== Releasing lock...
[2026-04-06 00:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044625', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 00:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 00:11:10] Production.INFO: ProcessCDR(1,17044625,1,1,2)
[2026-04-06 00:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044625,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044625,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 00:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 00:11:10] Production.INFO: ==13359== Releasing lock...
[2026-04-06 00:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 00:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:11:12] Production.ERROR: CronJobId end10
[2026-04-06 00:11:12] Production.INFO: ==13355== Releasing lock...
[2026-04-06 00:11:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:11:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:11:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:11:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:11:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:11:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:11:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:11:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:11:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:11:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:11:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:11:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:11:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:11:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:11:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:11:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:11:16] Production.INFO: call_cost start
[2026-04-06 00:11:16] Production.INFO: call_cost end
[2026-04-06 00:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:11:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:11:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:11:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:11:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:11:16] Production.INFO: ==13351== Releasing lock...
[2026-04-06 00:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:12:02] Production.INFO: ==13426== Lock acquired, processing the job...
[2026-04-06 05:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:12:02] Production.INFO: neon service started
[2026-04-06 05:12:02] Production.INFO: neon service started
[2026-04-06 05:12:02] Production.INFO: ==13426== Releasing lock...
[2026-04-06 05:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:12:02] Production.INFO: ==13430== Lock acquired, processing the job...
[2026-04-06 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:12:02] Production.INFO: ==13430== Releasing lock...
[2026-04-06 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:12:02] Production.INFO: ==13428== Lock acquired, processing the job...
[2026-04-06 00:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:12:02] Production.INFO: ==13428== Releasing lock...
[2026-04-06 00:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:12:03] Production.INFO: ==13434== Lock acquired, processing the job...
[2026-04-06 00:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:12:03] Production.INFO: ==13432== Lock acquired, processing the job...
[2026-04-06 00:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:12:03] Production.INFO: ==13438== Lock acquired, processing the job...
[2026-04-06 00:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:12:03] Production.INFO: ==13436== Lock acquired, processing the job...
[2026-04-06 00:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:12:03] Production.INFO: Account Balance Start.
[2026-04-06 00:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:12:03] Production.INFO: 117
[2026-04-06 00:12:03] Production.INFO: ==13441== Lock acquired, processing the job...
[2026-04-06 00:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:03] Production.INFO: ==13441== Releasing lock...
[2026-04-06 00:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: ==13434== Releasing lock...
[2026-04-06 00:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:12:04] Production.INFO: Total Charge 0
[2026-04-06 00:12:04] Production.INFO: CreateAllLog End
[2026-04-06 00:12:04] Production.INFO: Account Balance End.
[2026-04-06 00:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:12:04] Production.INFO: ==13438== Releasing lock...
[2026-04-06 00:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:12:11] Production.ERROR: CronJobId end10
[2026-04-06 00:12:11] Production.INFO: ==13436== Releasing lock...
[2026-04-06 00:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:12:13] Production.INFO: call_cost start
[2026-04-06 00:12:13] Production.INFO: call_cost end
[2026-04-06 00:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:12:13] Production.INFO: ==13432== Releasing lock...
[2026-04-06 00:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:13:01] Production.INFO: ==13496== Lock acquired, processing the job...
[2026-04-06 05:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:13:01] Production.INFO: neon service started
[2026-04-06 05:13:01] Production.INFO: neon service started
[2026-04-06 05:13:01] Production.INFO: ==13496== Releasing lock...
[2026-04-06 05:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:13:01] Production.INFO: ==13498== Lock acquired, processing the job...
[2026-04-06 00:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==13498== Releasing lock...
[2026-04-06 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:13:02] Production.INFO: ==13500== Lock acquired, processing the job...
[2026-04-06 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:13:02] Production.INFO: ==13500== Releasing lock...
[2026-04-06 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:13:02] Production.INFO: ==13502== Lock acquired, processing the job...
[2026-04-06 00:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==13504== Lock acquired, processing the job...
[2026-04-06 00:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==13510== Lock acquired, processing the job...
[2026-04-06 00:13:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==13508== Lock acquired, processing the job...
[2026-04-06 00:13:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:13:02] Production.INFO: ==13506== Lock acquired, processing the job...
[2026-04-06 00:13:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:13:02] Production.INFO: Account Balance Start.
[2026-04-06 00:13:02] Production.INFO: CreateAllLog Start
[2026-04-06 00:13:02] Production.INFO: 117
[2026-04-06 00:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:13:03] Production.INFO: ==13510== Releasing lock...
[2026-04-06 00:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: ==13504== Releasing lock...
[2026-04-06 00:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-04-01
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-04-02
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-04-03
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-04-04
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-04-05
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Date 2026-04-06
[2026-04-06 00:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:13:03] Production.INFO: Total Charge 0
[2026-04-06 00:13:04] Production.INFO: CreateAllLog End
[2026-04-06 00:13:04] Production.INFO: Account Balance End.
[2026-04-06 00:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:13:04] Production.INFO: ==13508== Releasing lock...
[2026-04-06 00:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:13:11] Production.ERROR: CronJobId end10
[2026-04-06 00:13:11] Production.INFO: ==13506== Releasing lock...
[2026-04-06 00:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:13:13] Production.INFO: call_cost start
[2026-04-06 00:13:13] Production.INFO: call_cost end
[2026-04-06 00:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:13:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:13:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:13:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:13:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:13:13] Production.INFO: ==13502== Releasing lock...
[2026-04-06 00:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:14:01] Production.INFO: ==13573== Lock acquired, processing the job...
[2026-04-06 05:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:14:01] Production.INFO: neon service started
[2026-04-06 05:14:01] Production.INFO: neon service started
[2026-04-06 05:14:01] Production.INFO: ==13573== Releasing lock...
[2026-04-06 05:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:14:02] Production.INFO: ==13575== Lock acquired, processing the job...
[2026-04-06 00:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:14:02] Production.INFO: ==13575== Releasing lock...
[2026-04-06 00:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:14:02] Production.INFO: ==13577== Lock acquired, processing the job...
[2026-04-06 04:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:14:02] Production.INFO: ==13577== Releasing lock...
[2026-04-06 04:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:14:03] Production.INFO: ==13579== Lock acquired, processing the job...
[2026-04-06 00:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:14:03] Production.INFO: ==13581== Lock acquired, processing the job...
[2026-04-06 00:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:14:03] Production.INFO: ==13583== Lock acquired, processing the job...
[2026-04-06 00:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:14:03] Production.INFO: ==13585== Lock acquired, processing the job...
[2026-04-06 00:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:14:03] Production.INFO: ==13587== Lock acquired, processing the job...
[2026-04-06 00:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:14:03] Production.INFO: Account Balance Start.
[2026-04-06 00:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:14:03] Production.INFO: 117
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:03] Production.INFO: ==13587== Releasing lock...
[2026-04-06 00:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: ==13581== Releasing lock...
[2026-04-06 00:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:14:05] Production.INFO: Total Charge 0
[2026-04-06 00:14:05] Production.INFO: CreateAllLog End
[2026-04-06 00:14:05] Production.INFO: Account Balance End.
[2026-04-06 00:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:14:05] Production.INFO: ==13585== Releasing lock...
[2026-04-06 00:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:14:12] Production.ERROR: CronJobId end10
[2026-04-06 00:14:12] Production.INFO: ==13583== Releasing lock...
[2026-04-06 00:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:14:14] Production.INFO: call_cost start
[2026-04-06 00:14:14] Production.INFO: call_cost end
[2026-04-06 00:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:14:14] Production.INFO: ==13579== Releasing lock...
[2026-04-06 00:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:15:02] Production.INFO: ==13642== Lock acquired, processing the job...
[2026-04-06 05:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:15:02] Production.INFO: neon service started
[2026-04-06 05:15:02] Production.INFO: neon service started
[2026-04-06 05:15:02] Production.INFO: ==13642== Releasing lock...
[2026-04-06 05:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:15:02] Production.INFO: ==13647== Lock acquired, processing the job...
[2026-04-06 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:15:03] Production.INFO: ==13649== Lock acquired, processing the job...
[2026-04-06 04:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:15:03] Production.INFO: ==13649== Releasing lock...
[2026-04-06 04:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:15:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:15:03] Production.INFO: ==13647== Releasing lock...
[2026-04-06 00:15:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:15:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:15:03] Production.INFO: ==13651== Lock acquired, processing the job...
[2026-04-06 00:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:15:04] Production.INFO: ==13653== Lock acquired, processing the job...
[2026-04-06 00:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:15:04] Production.INFO: ==13655== Lock acquired, processing the job...
[2026-04-06 00:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:15:04] Production.INFO: ==13657== Lock acquired, processing the job...
[2026-04-06 00:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:15:04] Production.INFO: ==13659== Lock acquired, processing the job...
[2026-04-06 00:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:15:04] Production.INFO: Account Balance Start.
[2026-04-06 00:15:04] Production.INFO: CreateAllLog Start
[2026-04-06 00:15:04] Production.INFO: 117
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-08
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:15:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:15:04] Production.INFO: ==13659== Releasing lock...
[2026-04-06 00:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: ==13653== Releasing lock...
[2026-04-06 00:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-23
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-24
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-25
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-26
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-27
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-28
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-29
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-30
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:15:05] Production.INFO: Total Charge 0
[2026-04-06 00:15:05] Production.INFO: CreateAllLog End
[2026-04-06 00:15:05] Production.INFO: Account Balance End.
[2026-04-06 00:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:15:05] Production.INFO: ==13657== Releasing lock...
[2026-04-06 00:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:15:12] Production.ERROR: CronJobId end10
[2026-04-06 00:15:12] Production.INFO: ==13655== Releasing lock...
[2026-04-06 00:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:15:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:15:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:15:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:15:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:15:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:15:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:15:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:15:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:15:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:15:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:15:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:15:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:15:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:15:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:15:15] Production.INFO: call_cost start
[2026-04-06 00:15:15] Production.INFO: call_cost end
[2026-04-06 00:15:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:15:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:15:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:15:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:15:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:15:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:15:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:15:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:15:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:15:15] Production.INFO: ==13651== Releasing lock...
[2026-04-06 00:15:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:15:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:16:01] Production.INFO: ==13720== Lock acquired, processing the job...
[2026-04-06 05:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:16:01] Production.INFO: neon service started
[2026-04-06 05:16:01] Production.INFO: neon service started
[2026-04-06 05:16:01] Production.INFO: ==13720== Releasing lock...
[2026-04-06 05:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:16:02] Production.INFO: ==13724== Lock acquired, processing the job...
[2026-04-06 04:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:16:02] Production.INFO: ==13724== Releasing lock...
[2026-04-06 04:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:16:02] Production.INFO: ==13722== Lock acquired, processing the job...
[2026-04-06 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:16:02] Production.INFO: ==13722== Releasing lock...
[2026-04-06 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:16:03] Production.INFO: ==13726== Lock acquired, processing the job...
[2026-04-06 00:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:16:03] Production.INFO: ==13728== Lock acquired, processing the job...
[2026-04-06 00:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:16:03] Production.INFO: ==13730== Lock acquired, processing the job...
[2026-04-06 00:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:16:03] Production.INFO: ==13732== Lock acquired, processing the job...
[2026-04-06 00:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:16:03] Production.INFO: ==13734== Lock acquired, processing the job...
[2026-04-06 00:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:16:03] Production.INFO: Account Balance Start.
[2026-04-06 00:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:16:03] Production.INFO: 117
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:16:03] Production.INFO: ==13734== Releasing lock...
[2026-04-06 00:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: ==13728== Releasing lock...
[2026-04-06 00:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:16:04] Production.INFO: Total Charge 0
[2026-04-06 00:16:04] Production.INFO: CreateAllLog End
[2026-04-06 00:16:04] Production.INFO: Account Balance End.
[2026-04-06 00:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:16:04] Production.INFO: ==13732== Releasing lock...
[2026-04-06 00:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:16:11] Production.ERROR: CronJobId end10
[2026-04-06 00:16:11] Production.INFO: ==13730== Releasing lock...
[2026-04-06 00:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:16:13] Production.INFO: call_cost start
[2026-04-06 00:16:13] Production.INFO: call_cost end
[2026-04-06 00:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:16:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:16:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:16:13] Production.INFO: ==13726== Releasing lock...
[2026-04-06 00:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:17:02] Production.INFO: ==13790== Lock acquired, processing the job...
[2026-04-06 05:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:17:02] Production.INFO: neon service started
[2026-04-06 05:17:02] Production.INFO: neon service started
[2026-04-06 05:17:02] Production.INFO: ==13790== Releasing lock...
[2026-04-06 05:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:17:02] Production.INFO: ==13794== Lock acquired, processing the job...
[2026-04-06 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:17:02] Production.INFO: ==13794== Releasing lock...
[2026-04-06 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:17:02] Production.INFO: ==13792== Lock acquired, processing the job...
[2026-04-06 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:17:02] Production.INFO: ==13792== Releasing lock...
[2026-04-06 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:17:03] Production.INFO: ==13796== Lock acquired, processing the job...
[2026-04-06 00:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:17:03] Production.INFO: ==13800== Lock acquired, processing the job...
[2026-04-06 00:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:17:03] Production.INFO: ==13798== Lock acquired, processing the job...
[2026-04-06 00:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:17:03] Production.INFO: ==13804== Lock acquired, processing the job...
[2026-04-06 00:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:17:03] Production.INFO: ==13802== Lock acquired, processing the job...
[2026-04-06 00:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:17:03] Production.INFO: Account Balance Start.
[2026-04-06 00:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:17:03] Production.INFO: 117
[2026-04-06 00:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:17:03] Production.INFO: ==13804== Releasing lock...
[2026-04-06 00:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: ==13798== Releasing lock...
[2026-04-06 00:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:17:04] Production.INFO: Total Charge 0
[2026-04-06 00:17:04] Production.INFO: CreateAllLog End
[2026-04-06 00:17:05] Production.INFO: Account Balance End.
[2026-04-06 00:17:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:17:05] Production.INFO: ==13802== Releasing lock...
[2026-04-06 00:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:17:11] Production.ERROR: CronJobId end10
[2026-04-06 00:17:11] Production.INFO: ==13800== Releasing lock...
[2026-04-06 00:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:17:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:17:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:17:15] Production.INFO: call_cost start
[2026-04-06 00:17:15] Production.INFO: call_cost end
[2026-04-06 00:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:17:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:17:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:17:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:17:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:17:15] Production.INFO: ==13796== Releasing lock...
[2026-04-06 00:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:18:01] Production.INFO: ==13866== Lock acquired, processing the job...
[2026-04-06 05:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:18:01] Production.INFO: neon service started
[2026-04-06 05:18:01] Production.INFO: neon service started
[2026-04-06 05:18:01] Production.INFO: ==13866== Releasing lock...
[2026-04-06 05:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:18:01] Production.INFO: ==13870== Lock acquired, processing the job...
[2026-04-06 04:18:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:18:01] Production.INFO: ==13870== Releasing lock...
[2026-04-06 04:18:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:18:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:18:02] Production.INFO: ==13868== Lock acquired, processing the job...
[2026-04-06 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:18:02] Production.INFO: ==13868== Releasing lock...
[2026-04-06 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:18:02] Production.INFO: ==13874== Lock acquired, processing the job...
[2026-04-06 00:18:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:18:02] Production.INFO: ==13876== Lock acquired, processing the job...
[2026-04-06 00:18:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:18:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:18:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:18:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:18:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:18:03] Production.INFO: ==13881== Lock acquired, processing the job...
[2026-04-06 00:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:18:03] Production.INFO: ==13872== Lock acquired, processing the job...
[2026-04-06 00:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:18:03] Production.INFO: ==13878== Lock acquired, processing the job...
[2026-04-06 00:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:18:03] Production.INFO: ==13874== Releasing lock...
[2026-04-06 00:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:18:03] Production.INFO: Account Balance Start.
[2026-04-06 00:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:18:03] Production.INFO: 117
[2026-04-06 00:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:18:03] Production.INFO: ==13881== Releasing lock...
[2026-04-06 00:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:18:04] Production.INFO: Total Charge 0
[2026-04-06 00:18:04] Production.INFO: CreateAllLog End
[2026-04-06 00:18:04] Production.INFO: Account Balance End.
[2026-04-06 00:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:18:04] Production.INFO: ==13878== Releasing lock...
[2026-04-06 00:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:18:11] Production.ERROR: CronJobId end10
[2026-04-06 00:18:11] Production.INFO: ==13876== Releasing lock...
[2026-04-06 00:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:18:13] Production.INFO: call_cost start
[2026-04-06 00:18:13] Production.INFO: call_cost end
[2026-04-06 00:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:18:13] Production.INFO: ==13872== Releasing lock...
[2026-04-06 00:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:19:01] Production.INFO: ==13936== Lock acquired, processing the job...
[2026-04-06 05:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:19:01] Production.INFO: neon service started
[2026-04-06 05:19:01] Production.INFO: neon service started
[2026-04-06 05:19:01] Production.INFO: ==13936== Releasing lock...
[2026-04-06 05:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:19:02] Production.INFO: ==13940== Lock acquired, processing the job...
[2026-04-06 04:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:19:02] Production.INFO: ==13940== Releasing lock...
[2026-04-06 04:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:19:02] Production.INFO: ==13938== Lock acquired, processing the job...
[2026-04-06 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:19:02] Production.INFO: ==13938== Releasing lock...
[2026-04-06 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:19:03] Production.INFO: ==13947== Lock acquired, processing the job...
[2026-04-06 00:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:19:03] Production.INFO: ==13945== Lock acquired, processing the job...
[2026-04-06 00:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:19:03] Production.INFO: ==13943== Lock acquired, processing the job...
[2026-04-06 00:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:19:03] Production.INFO: ==13951== Lock acquired, processing the job...
[2026-04-06 00:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:19:03] Production.INFO: ==13949== Lock acquired, processing the job...
[2026-04-06 00:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:19:03] Production.INFO: Account Balance Start.
[2026-04-06 00:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:19:03] Production.INFO: 117
[2026-04-06 00:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: ==13951== Releasing lock...
[2026-04-06 00:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: ==13945== Releasing lock...
[2026-04-06 00:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:19:04] Production.INFO: Total Charge 0
[2026-04-06 00:19:04] Production.INFO: CreateAllLog End
[2026-04-06 00:19:04] Production.INFO: Account Balance End.
[2026-04-06 00:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:19:04] Production.INFO: ==13949== Releasing lock...
[2026-04-06 00:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:19:10] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:362
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(362): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateSOAOffSet(1,0))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-06 00:19:10] Production.ERROR: CronJobId end10
[2026-04-06 00:19:10] Production.INFO: ==13947== Releasing lock...
[2026-04-06 00:19:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:19:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:19:13] Production.INFO: call_cost start
[2026-04-06 00:19:13] Production.INFO: call_cost end
[2026-04-06 00:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:19:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:19:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:19:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:19:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:19:13] Production.INFO: ==13943== Releasing lock...
[2026-04-06 00:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:20:01] Production.INFO: ==14008== Lock acquired, processing the job...
[2026-04-06 05:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:20:01] Production.INFO: neon service started
[2026-04-06 05:20:01] Production.INFO: neon service started
[2026-04-06 05:20:01] Production.INFO: ==14008== Releasing lock...
[2026-04-06 05:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:20:01] Production.INFO: ==14013== Lock acquired, processing the job...
[2026-04-06 04:20:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:20:01] Production.INFO: ==14013== Releasing lock...
[2026-04-06 04:20:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:20:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:20:01] Production.INFO: ==14011== Lock acquired, processing the job...
[2026-04-06 00:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:20:02] Production.INFO: ==14011== Releasing lock...
[2026-04-06 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:20:02] Production.INFO: ==14015== Lock acquired, processing the job...
[2026-04-06 00:20:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:20:02] Production.INFO: ==14017== Lock acquired, processing the job...
[2026-04-06 00:20:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:20:02] Production.INFO: ==14021== Lock acquired, processing the job...
[2026-04-06 00:20:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:20:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:20:02] Production.INFO: ==14019== Lock acquired, processing the job...
[2026-04-06 00:20:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:20:03] Production.INFO: Account Balance Start.
[2026-04-06 00:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:20:03] Production.INFO: 117
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:20:03] Production.INFO: ==14023== Lock acquired, processing the job...
[2026-04-06 00:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:20:03] Production.INFO: ==14023== Releasing lock...
[2026-04-06 00:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: ==14017== Releasing lock...
[2026-04-06 00:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:20:04] Production.INFO: Total Charge 0
[2026-04-06 00:20:04] Production.INFO: CreateAllLog End
[2026-04-06 00:20:04] Production.INFO: Account Balance End.
[2026-04-06 00:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:20:04] Production.INFO: ==14021== Releasing lock...
[2026-04-06 00:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:20:10] Production.ERROR: CronJobId end10
[2026-04-06 00:20:10] Production.INFO: ==14019== Releasing lock...
[2026-04-06 00:20:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:20:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:20:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:20:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:20:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:20:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:20:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:20:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:20:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:20:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:20:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:20:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:20:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:20:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:20:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:20:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:20:13] Production.INFO: call_cost start
[2026-04-06 00:20:13] Production.INFO: call_cost end
[2026-04-06 00:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:20:13] Production.INFO: ==14015== Releasing lock...
[2026-04-06 00:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:21:01] Production.INFO: ==14080== Lock acquired, processing the job...
[2026-04-06 05:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:21:01] Production.INFO: neon service started
[2026-04-06 05:21:01] Production.INFO: neon service started
[2026-04-06 05:21:01] Production.INFO: ==14080== Releasing lock...
[2026-04-06 05:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:21:02] Production.INFO: ==14082== Lock acquired, processing the job...
[2026-04-06 00:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:21:02] Production.INFO: ==14084== Lock acquired, processing the job...
[2026-04-06 04:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:21:02] Production.INFO: ==14084== Releasing lock...
[2026-04-06 04:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:21:02] Production.INFO: ==14082== Releasing lock...
[2026-04-06 00:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:21:03] Production.INFO: ==14087== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 00:21:03] Production.INFO: ==14089== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:21:03] Production.INFO: ==14093== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:21:03] Production.INFO: ==14091== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:21:03] Production.INFO: ==14099== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:21:03] Production.ERROR: CronJob PID - 14089
[2026-04-06 00:21:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 00:21:03] Production.ERROR: CronJob ID - 5
[2026-04-06 00:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:21:00
[2026-04-06 00:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:21:03] Production.ERROR: CronJob PID - 14091
[2026-04-06 00:21:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 00:21:03] Production.ERROR: CronJob ID - 7
[2026-04-06 00:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:21:00
[2026-04-06 00:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:21:03] Production.ERROR: CronJob PID - 14093
[2026-04-06 00:21:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 00:21:03] Production.ERROR: CronJob ID - 10
[2026-04-06 00:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:21:00
[2026-04-06 00:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:21:03] Production.INFO: ==14095== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 00:21:03] Production.INFO: ==14087== Releasing lock...
[2026-04-06 00:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 00:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:21:03] Production.INFO: ==14097== Lock acquired, processing the job...
[2026-04-06 00:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 00:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:21:04] Production.INFO: Account Balance Start.
[2026-04-06 00:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 00:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:21:04] Production.INFO: 117
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: ==14099== Releasing lock...
[2026-04-06 00:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: ==14091== Releasing lock...
[2026-04-06 00:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.ERROR: done
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 00:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044666', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:21:05] Production.INFO: Total Charge 0
[2026-04-06 00:21:05] Production.INFO: CreateAllLog End
[2026-04-06 00:21:05] Production.INFO: Account Balance End.
[2026-04-06 00:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:21:05] Production.INFO: ==14095== Releasing lock...
[2026-04-06 00:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044666', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 00:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 00:21:10] Production.INFO: ProcessCDR(1,17044666,1,1,2)
[2026-04-06 00:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044666,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044666,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 00:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 00:21:10] Production.INFO: ==14097== Releasing lock...
[2026-04-06 00:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 00:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:21:14] Production.ERROR: CronJobId end10
[2026-04-06 00:21:14] Production.INFO: ==14093== Releasing lock...
[2026-04-06 00:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:21:16] Production.INFO: call_cost start
[2026-04-06 00:21:16] Production.INFO: call_cost end
[2026-04-06 00:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:21:16] Production.INFO: ==14089== Releasing lock...
[2026-04-06 00:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:22:02] Production.INFO: ==14157== Lock acquired, processing the job...
[2026-04-06 05:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:22:02] Production.INFO: neon service started
[2026-04-06 05:22:02] Production.INFO: neon service started
[2026-04-06 05:22:02] Production.INFO: ==14157== Releasing lock...
[2026-04-06 05:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:22:02] Production.INFO: ==14161== Lock acquired, processing the job...
[2026-04-06 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:22:02] Production.INFO: ==14161== Releasing lock...
[2026-04-06 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:22:02] Production.INFO: ==14159== Lock acquired, processing the job...
[2026-04-06 00:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:22:02] Production.INFO: ==14159== Releasing lock...
[2026-04-06 00:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:22:03] Production.INFO: ==14163== Lock acquired, processing the job...
[2026-04-06 00:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:22:03] Production.INFO: ==14165== Lock acquired, processing the job...
[2026-04-06 00:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:22:03] Production.INFO: ==14171== Lock acquired, processing the job...
[2026-04-06 00:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:22:03] Production.INFO: ==14169== Lock acquired, processing the job...
[2026-04-06 00:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:22:03] Production.INFO: ==14167== Lock acquired, processing the job...
[2026-04-06 00:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:22:03] Production.INFO: ==14171== Releasing lock...
[2026-04-06 00:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:22:03] Production.INFO: Account Balance Start.
[2026-04-06 00:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:22:03] Production.INFO: 117
[2026-04-06 00:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: ==14165== Releasing lock...
[2026-04-06 00:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:22:04] Production.INFO: Total Charge 0
[2026-04-06 00:22:05] Production.INFO: CreateAllLog End
[2026-04-06 00:22:05] Production.INFO: Account Balance End.
[2026-04-06 00:22:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:22:05] Production.INFO: ==14169== Releasing lock...
[2026-04-06 00:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:22:11] Production.ERROR: CronJobId end10
[2026-04-06 00:22:11] Production.INFO: ==14167== Releasing lock...
[2026-04-06 00:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:22:14] Production.INFO: call_cost start
[2026-04-06 00:22:14] Production.INFO: call_cost end
[2026-04-06 00:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:22:14] Production.INFO: ==14163== Releasing lock...
[2026-04-06 00:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:23:01] Production.INFO: ==14226== Lock acquired, processing the job...
[2026-04-06 05:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:23:01] Production.INFO: neon service started
[2026-04-06 05:23:01] Production.INFO: neon service started
[2026-04-06 05:23:01] Production.INFO: ==14226== Releasing lock...
[2026-04-06 05:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:23:02] Production.INFO: ==14228== Lock acquired, processing the job...
[2026-04-06 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:23:02] Production.INFO: ==14230== Lock acquired, processing the job...
[2026-04-06 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:23:02] Production.INFO: ==14230== Releasing lock...
[2026-04-06 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:23:02] Production.INFO: ==14228== Releasing lock...
[2026-04-06 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:23:03] Production.INFO: ==14233== Lock acquired, processing the job...
[2026-04-06 00:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:23:03] Production.INFO: ==14237== Lock acquired, processing the job...
[2026-04-06 00:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:23:03] Production.INFO: ==14235== Lock acquired, processing the job...
[2026-04-06 00:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:23:03] Production.INFO: ==14239== Lock acquired, processing the job...
[2026-04-06 00:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:23:03] Production.INFO: ==14241== Lock acquired, processing the job...
[2026-04-06 00:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:23:03] Production.INFO: Account Balance Start.
[2026-04-06 00:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:23:03] Production.INFO: 117
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:23:03] Production.INFO: ==14241== Releasing lock...
[2026-04-06 00:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:23:04] Production.INFO: ==14235== Releasing lock...
[2026-04-06 00:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:23:04] Production.INFO: Total Charge 0
[2026-04-06 00:23:04] Production.INFO: CreateAllLog End
[2026-04-06 00:23:04] Production.INFO: Account Balance End.
[2026-04-06 00:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:23:04] Production.INFO: ==14239== Releasing lock...
[2026-04-06 00:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:23:11] Production.ERROR: CronJobId end10
[2026-04-06 00:23:11] Production.INFO: ==14237== Releasing lock...
[2026-04-06 00:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:23:14] Production.INFO: call_cost start
[2026-04-06 00:23:14] Production.INFO: call_cost end
[2026-04-06 00:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:23:14] Production.INFO: ==14233== Releasing lock...
[2026-04-06 00:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:24:01] Production.INFO: ==14299== Lock acquired, processing the job...
[2026-04-06 05:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:24:02] Production.INFO: neon service started
[2026-04-06 05:24:02] Production.INFO: neon service started
[2026-04-06 05:24:02] Production.INFO: ==14299== Releasing lock...
[2026-04-06 05:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:24:02] Production.INFO: ==14301== Lock acquired, processing the job...
[2026-04-06 00:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:24:02] Production.INFO: ==14301== Releasing lock...
[2026-04-06 00:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:24:02] Production.INFO: ==14303== Lock acquired, processing the job...
[2026-04-06 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:24:02] Production.INFO: ==14303== Releasing lock...
[2026-04-06 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:24:03] Production.INFO: ==14305== Lock acquired, processing the job...
[2026-04-06 00:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:24:03] Production.INFO: ==14307== Lock acquired, processing the job...
[2026-04-06 00:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:24:03] Production.INFO: ==14312== Lock acquired, processing the job...
[2026-04-06 00:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:24:03] Production.INFO: ==14309== Lock acquired, processing the job...
[2026-04-06 00:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:24:03] Production.INFO: ==14314== Lock acquired, processing the job...
[2026-04-06 00:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:24:03] Production.INFO: Account Balance Start.
[2026-04-06 00:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:24:03] Production.INFO: 117
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:24:03] Production.INFO: ==14314== Releasing lock...
[2026-04-06 00:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: ==14307== Releasing lock...
[2026-04-06 00:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:24:05] Production.INFO: Total Charge 0
[2026-04-06 00:24:05] Production.INFO: CreateAllLog End
[2026-04-06 00:24:05] Production.INFO: Account Balance End.
[2026-04-06 00:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:24:05] Production.INFO: ==14312== Releasing lock...
[2026-04-06 00:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:24:11] Production.ERROR: CronJobId end10
[2026-04-06 00:24:11] Production.INFO: ==14309== Releasing lock...
[2026-04-06 00:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:24:14] Production.INFO: call_cost start
[2026-04-06 00:24:14] Production.INFO: call_cost end
[2026-04-06 00:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:24:14] Production.INFO: ==14305== Releasing lock...
[2026-04-06 00:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:25:01] Production.INFO: ==14371== Lock acquired, processing the job...
[2026-04-06 05:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:25:01] Production.INFO: neon service started
[2026-04-06 05:25:01] Production.INFO: neon service started
[2026-04-06 05:25:01] Production.INFO: ==14371== Releasing lock...
[2026-04-06 05:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:25:01] Production.INFO: ==14375== Lock acquired, processing the job...
[2026-04-06 04:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:25:01] Production.INFO: ==14375== Releasing lock...
[2026-04-06 04:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:25:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:25:01] Production.INFO: ==14373== Lock acquired, processing the job...
[2026-04-06 00:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:25:02] Production.INFO: ==14373== Releasing lock...
[2026-04-06 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:25:02] Production.INFO: ==14379== Lock acquired, processing the job...
[2026-04-06 00:25:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:25:02] Production.INFO: ==14377== Lock acquired, processing the job...
[2026-04-06 00:25:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:25:02] Production.INFO: ==14381== Lock acquired, processing the job...
[2026-04-06 00:25:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:25:02] Production.INFO: ==14384== Lock acquired, processing the job...
[2026-04-06 00:25:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:25:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:25:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:25:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:25:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:25:03] Production.INFO: ==14386== Lock acquired, processing the job...
[2026-04-06 00:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:25:03] Production.INFO: Account Balance Start.
[2026-04-06 00:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:25:03] Production.INFO: 117
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:25:03] Production.INFO: ==14386== Releasing lock...
[2026-04-06 00:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: ==14379== Releasing lock...
[2026-04-06 00:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-04-01
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-04-02
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-04-03
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-04-04
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-04-05
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:03] Production.INFO: Date 2026-04-06
[2026-04-06 00:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:25:04] Production.INFO: Total Charge 0
[2026-04-06 00:25:04] Production.INFO: CreateAllLog End
[2026-04-06 00:25:04] Production.INFO: Account Balance End.
[2026-04-06 00:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:25:04] Production.INFO: ==14384== Releasing lock...
[2026-04-06 00:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:25:12] Production.ERROR: CronJobId end10
[2026-04-06 00:25:12] Production.INFO: ==14381== Releasing lock...
[2026-04-06 00:25:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:25:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:25:14] Production.INFO: call_cost start
[2026-04-06 00:25:14] Production.INFO: call_cost end
[2026-04-06 00:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:25:14] Production.INFO: ==14377== Releasing lock...
[2026-04-06 00:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:26:01] Production.INFO: ==14447== Lock acquired, processing the job...
[2026-04-06 05:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:26:01] Production.INFO: neon service started
[2026-04-06 05:26:01] Production.INFO: neon service started
[2026-04-06 05:26:01] Production.INFO: ==14447== Releasing lock...
[2026-04-06 05:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:26:02] Production.INFO: ==14450== Lock acquired, processing the job...
[2026-04-06 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:26:02] Production.INFO: ==14450== Releasing lock...
[2026-04-06 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:26:02] Production.INFO: ==14452== Lock acquired, processing the job...
[2026-04-06 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:26:02] Production.INFO: ==14452== Releasing lock...
[2026-04-06 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:26:03] Production.INFO: ==14458== Lock acquired, processing the job...
[2026-04-06 00:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:26:03] Production.INFO: ==14462== Lock acquired, processing the job...
[2026-04-06 00:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:26:03] Production.INFO: ==14456== Lock acquired, processing the job...
[2026-04-06 00:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:26:03] Production.INFO: ==14462== Releasing lock...
[2026-04-06 00:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:26:03] Production.INFO: ==14454== Lock acquired, processing the job...
[2026-04-06 00:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:26:03] Production.INFO: ==14460== Lock acquired, processing the job...
[2026-04-06 00:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:26:03] Production.INFO: Account Balance Start.
[2026-04-06 00:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:26:03] Production.INFO: 117
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: ==14456== Releasing lock...
[2026-04-06 00:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:26:04] Production.INFO: Total Charge 0
[2026-04-06 00:26:04] Production.INFO: CreateAllLog End
[2026-04-06 00:26:04] Production.INFO: Account Balance End.
[2026-04-06 00:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:26:04] Production.INFO: ==14460== Releasing lock...
[2026-04-06 00:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:26:11] Production.ERROR: CronJobId end10
[2026-04-06 00:26:11] Production.INFO: ==14458== Releasing lock...
[2026-04-06 00:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:26:14] Production.INFO: call_cost start
[2026-04-06 00:26:14] Production.INFO: call_cost end
[2026-04-06 00:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:26:14] Production.INFO: ==14454== Releasing lock...
[2026-04-06 00:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:27:02] Production.INFO: ==14521== Lock acquired, processing the job...
[2026-04-06 05:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:27:02] Production.INFO: neon service started
[2026-04-06 05:27:02] Production.INFO: neon service started
[2026-04-06 05:27:02] Production.INFO: ==14521== Releasing lock...
[2026-04-06 05:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:27:02] Production.INFO: ==14523== Lock acquired, processing the job...
[2026-04-06 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:27:02] Production.INFO: ==14523== Releasing lock...
[2026-04-06 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:27:02] Production.INFO: ==14525== Lock acquired, processing the job...
[2026-04-06 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:27:02] Production.INFO: ==14525== Releasing lock...
[2026-04-06 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:27:03] Production.INFO: ==14528== Lock acquired, processing the job...
[2026-04-06 00:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:27:03] Production.INFO: ==14536== Lock acquired, processing the job...
[2026-04-06 00:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:27:03] Production.INFO: ==14534== Lock acquired, processing the job...
[2026-04-06 00:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:27:03] Production.INFO: ==14530== Lock acquired, processing the job...
[2026-04-06 00:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:27:03] Production.INFO: ==14532== Lock acquired, processing the job...
[2026-04-06 00:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:27:03] Production.INFO: Account Balance Start.
[2026-04-06 00:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:27:03] Production.INFO: 117
[2026-04-06 00:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:27:03] Production.INFO: ==14536== Releasing lock...
[2026-04-06 00:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: ==14530== Releasing lock...
[2026-04-06 00:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:27:05] Production.INFO: Total Charge 0
[2026-04-06 00:27:05] Production.INFO: CreateAllLog End
[2026-04-06 00:27:05] Production.INFO: Account Balance End.
[2026-04-06 00:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:27:05] Production.INFO: ==14534== Releasing lock...
[2026-04-06 00:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:27:12] Production.ERROR: CronJobId end10
[2026-04-06 00:27:12] Production.INFO: ==14532== Releasing lock...
[2026-04-06 00:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:27:14] Production.INFO: call_cost start
[2026-04-06 00:27:14] Production.INFO: call_cost end
[2026-04-06 00:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:27:14] Production.INFO: ==14528== Releasing lock...
[2026-04-06 00:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:28:01] Production.INFO: ==14593== Lock acquired, processing the job...
[2026-04-06 05:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:28:01] Production.INFO: neon service started
[2026-04-06 05:28:01] Production.INFO: neon service started
[2026-04-06 05:28:01] Production.INFO: ==14593== Releasing lock...
[2026-04-06 05:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:28:01] Production.INFO: ==14595== Lock acquired, processing the job...
[2026-04-06 00:28:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:28:02] Production.INFO: ==14595== Releasing lock...
[2026-04-06 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:28:02] Production.INFO: ==14597== Lock acquired, processing the job...
[2026-04-06 04:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:28:02] Production.INFO: ==14597== Releasing lock...
[2026-04-06 04:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:28:03] Production.INFO: ==14599== Lock acquired, processing the job...
[2026-04-06 00:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:28:03] Production.INFO: ==14605== Lock acquired, processing the job...
[2026-04-06 00:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:28:03] Production.INFO: ==14601== Lock acquired, processing the job...
[2026-04-06 00:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:28:03] Production.INFO: ==14603== Lock acquired, processing the job...
[2026-04-06 00:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:28:03] Production.INFO: Account Balance Start.
[2026-04-06 00:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:28:03] Production.INFO: 117
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:28:03] Production.INFO: ==14607== Lock acquired, processing the job...
[2026-04-06 00:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:28:03] Production.INFO: ==14607== Releasing lock...
[2026-04-06 00:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: ==14601== Releasing lock...
[2026-04-06 00:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:28:04] Production.INFO: Total Charge 0
[2026-04-06 00:28:04] Production.INFO: CreateAllLog End
[2026-04-06 00:28:04] Production.INFO: Account Balance End.
[2026-04-06 00:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:28:04] Production.INFO: ==14605== Releasing lock...
[2026-04-06 00:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:28:10] Production.ERROR: CronJobId end10
[2026-04-06 00:28:10] Production.INFO: ==14603== Releasing lock...
[2026-04-06 00:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:28:14] Production.INFO: call_cost start
[2026-04-06 00:28:14] Production.INFO: call_cost end
[2026-04-06 00:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:28:14] Production.INFO: ==14599== Releasing lock...
[2026-04-06 00:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:29:01] Production.INFO: ==14666== Lock acquired, processing the job...
[2026-04-06 05:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:29:01] Production.INFO: neon service started
[2026-04-06 05:29:01] Production.INFO: neon service started
[2026-04-06 05:29:01] Production.INFO: ==14666== Releasing lock...
[2026-04-06 05:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:29:01] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:29:02] Production.INFO: ==14668== Lock acquired, processing the job...
[2026-04-06 00:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:29:02] Production.INFO: ==14668== Releasing lock...
[2026-04-06 00:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:29:02] Production.INFO: ==14670== Lock acquired, processing the job...
[2026-04-06 04:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:29:02] Production.INFO: ==14670== Releasing lock...
[2026-04-06 04:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:29:03] Production.INFO: ==14676== Lock acquired, processing the job...
[2026-04-06 00:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:29:03] Production.INFO: ==14672== Lock acquired, processing the job...
[2026-04-06 00:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:29:03] Production.INFO: ==14674== Lock acquired, processing the job...
[2026-04-06 00:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:29:03] Production.INFO: ==14678== Lock acquired, processing the job...
[2026-04-06 00:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:29:03] Production.INFO: ==14680== Lock acquired, processing the job...
[2026-04-06 00:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:29:03] Production.INFO: Account Balance Start.
[2026-04-06 00:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:29:03] Production.INFO: 117
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: ==14680== Releasing lock...
[2026-04-06 00:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: ==14674== Releasing lock...
[2026-04-06 00:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:29:04] Production.INFO: Total Charge 0
[2026-04-06 00:29:04] Production.INFO: CreateAllLog End
[2026-04-06 00:29:04] Production.INFO: Account Balance End.
[2026-04-06 00:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:29:05] Production.INFO: ==14678== Releasing lock...
[2026-04-06 00:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:29:11] Production.ERROR: CronJobId end10
[2026-04-06 00:29:11] Production.INFO: ==14676== Releasing lock...
[2026-04-06 00:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:29:13] Production.INFO: call_cost start
[2026-04-06 00:29:13] Production.INFO: call_cost end
[2026-04-06 00:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:29:13] Production.INFO: ==14672== Releasing lock...
[2026-04-06 00:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:30:01] Production.INFO: ==14737== Lock acquired, processing the job...
[2026-04-06 05:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:30:01] Production.INFO: neon service started
[2026-04-06 05:30:01] Production.INFO: neon service started
[2026-04-06 05:30:01] Production.INFO: ==14737== Releasing lock...
[2026-04-06 05:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:30:01] Production.INFO: ==14741== Lock acquired, processing the job...
[2026-04-06 04:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:30:01] Production.INFO: ==14741== Releasing lock...
[2026-04-06 04:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:30:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:30:01] Production.INFO: ==14739== Lock acquired, processing the job...
[2026-04-06 00:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:30:02] Production.INFO: ==14739== Releasing lock...
[2026-04-06 00:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:30:02] Production.INFO: ==14743== Lock acquired, processing the job...
[2026-04-06 00:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:30:03] Production.INFO: ==14745== Lock acquired, processing the job...
[2026-04-06 00:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:30:03] Production.INFO: ==14747== Lock acquired, processing the job...
[2026-04-06 00:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:30:03] Production.INFO: ==14749== Lock acquired, processing the job...
[2026-04-06 00:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:30:03] Production.INFO: ==14751== Lock acquired, processing the job...
[2026-04-06 00:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:30:03] Production.INFO: Account Balance Start.
[2026-04-06 00:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:30:03] Production.INFO: 117
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: ==14751== Releasing lock...
[2026-04-06 00:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: ==14745== Releasing lock...
[2026-04-06 00:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:30:04] Production.INFO: Total Charge 0
[2026-04-06 00:30:04] Production.INFO: CreateAllLog End
[2026-04-06 00:30:04] Production.INFO: Account Balance End.
[2026-04-06 00:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:30:04] Production.INFO: ==14749== Releasing lock...
[2026-04-06 00:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:30:11] Production.ERROR: CronJobId end10
[2026-04-06 00:30:11] Production.INFO: ==14747== Releasing lock...
[2026-04-06 00:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:30:14] Production.INFO: call_cost start
[2026-04-06 00:30:14] Production.INFO: call_cost end
[2026-04-06 00:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:30:14] Production.INFO: ==14743== Releasing lock...
[2026-04-06 00:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:31:01] Production.INFO: ==14814== Lock acquired, processing the job...
[2026-04-06 05:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:31:01] Production.INFO: neon service started
[2026-04-06 05:31:01] Production.INFO: neon service started
[2026-04-06 05:31:01] Production.INFO: ==14814== Releasing lock...
[2026-04-06 05:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:31:02] Production.INFO: ==14816== Lock acquired, processing the job...
[2026-04-06 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:31:02] Production.INFO: ==14818== Lock acquired, processing the job...
[2026-04-06 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:31:02] Production.INFO: ==14818== Releasing lock...
[2026-04-06 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:31:02] Production.INFO: ==14816== Releasing lock...
[2026-04-06 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:31:03] Production.INFO: ==14823== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:31:03] Production.INFO: ==14821== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 00:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 00:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:31:03] Production.ERROR: CronJob PID - 14823
[2026-04-06 00:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 00:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 00:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 00:31:00
[2026-04-06 00:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:31:03] Production.INFO: ==14825== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:31:03] Production.INFO: ==14827== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 00:31:03] Production.INFO: ==14829== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:31:03] Production.INFO: ==14821== Releasing lock...
[2026-04-06 00:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 00:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:31:03] Production.INFO: Account Balance Start.
[2026-04-06 00:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:31:03] Production.INFO: 117
[2026-04-06 00:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:31:03] Production.INFO: ==14831== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 00:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:03] Production.INFO: ==14833== Lock acquired, processing the job...
[2026-04-06 00:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:31:04] Production.INFO: ==14833== Releasing lock...
[2026-04-06 00:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.ERROR: done
[2026-04-06 00:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: ==14825== Releasing lock...
[2026-04-06 00:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 00:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044707', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 00:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:31:05] Production.INFO: Total Charge 0
[2026-04-06 00:31:05] Production.INFO: CreateAllLog End
[2026-04-06 00:31:05] Production.INFO: Account Balance End.
[2026-04-06 00:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:31:05] Production.INFO: ==14829== Releasing lock...
[2026-04-06 00:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044707', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 00:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 00:31:10] Production.INFO: ProcessCDR(1,17044707,1,1,2)
[2026-04-06 00:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044707,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044707,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 00:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 00:31:10] Production.INFO: ==14831== Releasing lock...
[2026-04-06 00:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 00:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:31:13] Production.ERROR: CronJobId end10
[2026-04-06 00:31:13] Production.INFO: ==14827== Releasing lock...
[2026-04-06 00:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:31:16] Production.INFO: call_cost start
[2026-04-06 00:31:16] Production.INFO: call_cost end
[2026-04-06 00:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:31:16] Production.INFO: ==14823== Releasing lock...
[2026-04-06 00:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:32:02] Production.INFO: ==14892== Lock acquired, processing the job...
[2026-04-06 05:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:32:02] Production.INFO: neon service started
[2026-04-06 05:32:02] Production.INFO: neon service started
[2026-04-06 05:32:02] Production.INFO: ==14892== Releasing lock...
[2026-04-06 05:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:32:02] Production.INFO: ==14895== Lock acquired, processing the job...
[2026-04-06 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:32:02] Production.INFO: ==14895== Releasing lock...
[2026-04-06 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:32:03] Production.INFO: ==14897== Lock acquired, processing the job...
[2026-04-06 04:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:32:03] Production.INFO: ==14897== Releasing lock...
[2026-04-06 04:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:32:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:32:03] Production.INFO: ==14899== Lock acquired, processing the job...
[2026-04-06 00:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:32:03] Production.INFO: ==14903== Lock acquired, processing the job...
[2026-04-06 00:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:32:03] Production.INFO: ==14907== Lock acquired, processing the job...
[2026-04-06 00:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:32:03] Production.INFO: ==14905== Lock acquired, processing the job...
[2026-04-06 00:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:32:03] Production.INFO: ==14901== Lock acquired, processing the job...
[2026-04-06 00:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:32:03] Production.INFO: ==14907== Releasing lock...
[2026-04-06 00:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:32:04] Production.INFO: Account Balance Start.
[2026-04-06 00:32:04] Production.INFO: CreateAllLog Start
[2026-04-06 00:32:04] Production.INFO: 117
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-08
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: ==14901== Releasing lock...
[2026-04-06 00:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-03-26
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-03-27
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-03-28
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-03-29
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-03-30
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:32:05] Production.INFO: Total Charge 0
[2026-04-06 00:32:05] Production.INFO: CreateAllLog End
[2026-04-06 00:32:05] Production.INFO: Account Balance End.
[2026-04-06 00:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:32:05] Production.INFO: ==14905== Releasing lock...
[2026-04-06 00:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:32:11] Production.ERROR: CronJobId end10
[2026-04-06 00:32:11] Production.INFO: ==14903== Releasing lock...
[2026-04-06 00:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:32:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:32:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:32:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:32:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:32:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:32:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:32:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:32:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:32:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:32:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:32:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:32:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:32:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:32:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:32:15] Production.INFO: call_cost start
[2026-04-06 00:32:15] Production.INFO: call_cost end
[2026-04-06 00:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:32:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:32:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:32:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:32:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:32:15] Production.INFO: ==14899== Releasing lock...
[2026-04-06 00:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:33:01] Production.INFO: ==14963== Lock acquired, processing the job...
[2026-04-06 05:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:33:01] Production.INFO: neon service started
[2026-04-06 05:33:01] Production.INFO: neon service started
[2026-04-06 05:33:01] Production.INFO: ==14963== Releasing lock...
[2026-04-06 05:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:33:02] Production.INFO: ==14966== Lock acquired, processing the job...
[2026-04-06 00:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:33:02] Production.INFO: ==14966== Releasing lock...
[2026-04-06 00:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:33:02] Production.INFO: ==14968== Lock acquired, processing the job...
[2026-04-06 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:33:02] Production.INFO: ==14968== Releasing lock...
[2026-04-06 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:33:03] Production.INFO: ==14970== Lock acquired, processing the job...
[2026-04-06 00:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:33:03] Production.INFO: ==14972== Lock acquired, processing the job...
[2026-04-06 00:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:33:03] Production.INFO: ==14978== Lock acquired, processing the job...
[2026-04-06 00:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:33:03] Production.INFO: ==14978== Releasing lock...
[2026-04-06 00:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:33:03] Production.INFO: ==14974== Lock acquired, processing the job...
[2026-04-06 00:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:33:03] Production.INFO: ==14976== Lock acquired, processing the job...
[2026-04-06 00:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:33:03] Production.INFO: Account Balance Start.
[2026-04-06 00:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:33:03] Production.INFO: 117
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: ==14972== Releasing lock...
[2026-04-06 00:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:33:04] Production.INFO: Total Charge 0
[2026-04-06 00:33:04] Production.INFO: CreateAllLog End
[2026-04-06 00:33:04] Production.INFO: Account Balance End.
[2026-04-06 00:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:33:05] Production.INFO: ==14976== Releasing lock...
[2026-04-06 00:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:33:11] Production.ERROR: CronJobId end10
[2026-04-06 00:33:11] Production.INFO: ==14974== Releasing lock...
[2026-04-06 00:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:33:13] Production.INFO: call_cost start
[2026-04-06 00:33:13] Production.INFO: call_cost end
[2026-04-06 00:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:33:13] Production.INFO: ==14970== Releasing lock...
[2026-04-06 00:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:34:02] Production.INFO: ==15035== Lock acquired, processing the job...
[2026-04-06 05:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:34:02] Production.INFO: neon service started
[2026-04-06 05:34:02] Production.INFO: neon service started
[2026-04-06 05:34:02] Production.INFO: ==15035== Releasing lock...
[2026-04-06 05:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:34:02] Production.INFO: ==15037== Lock acquired, processing the job...
[2026-04-06 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:34:02] Production.INFO: ==15039== Lock acquired, processing the job...
[2026-04-06 04:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:34:02] Production.INFO: ==15039== Releasing lock...
[2026-04-06 04:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:34:03] Production.INFO: ==15037== Releasing lock...
[2026-04-06 00:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:34:03] Production.INFO: ==15042== Lock acquired, processing the job...
[2026-04-06 00:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:34:03] Production.INFO: ==15044== Lock acquired, processing the job...
[2026-04-06 00:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:34:03] Production.INFO: ==15048== Lock acquired, processing the job...
[2026-04-06 00:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:34:03] Production.INFO: ==15046== Lock acquired, processing the job...
[2026-04-06 00:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:34:03] Production.INFO: Account Balance Start.
[2026-04-06 00:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:34:03] Production.INFO: 117
[2026-04-06 00:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:34:03] Production.INFO: ==15050== Lock acquired, processing the job...
[2026-04-06 00:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:34:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:34:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:34:04] Production.INFO: ==15050== Releasing lock...
[2026-04-06 00:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: ==15044== Releasing lock...
[2026-04-06 00:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:34:04] Production.INFO: Total Charge 0
[2026-04-06 00:34:04] Production.INFO: CreateAllLog End
[2026-04-06 00:34:05] Production.INFO: Account Balance End.
[2026-04-06 00:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:34:05] Production.INFO: ==15048== Releasing lock...
[2026-04-06 00:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:34:11] Production.ERROR: CronJobId end10
[2026-04-06 00:34:11] Production.INFO: ==15046== Releasing lock...
[2026-04-06 00:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:34:14] Production.INFO: call_cost start
[2026-04-06 00:34:14] Production.INFO: call_cost end
[2026-04-06 00:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:34:14] Production.INFO: ==15042== Releasing lock...
[2026-04-06 00:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:35:01] Production.INFO: ==15103== Lock acquired, processing the job...
[2026-04-06 05:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:35:01] Production.INFO: neon service started
[2026-04-06 05:35:01] Production.INFO: neon service started
[2026-04-06 05:35:01] Production.INFO: ==15103== Releasing lock...
[2026-04-06 05:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:35:01] Production.INFO: ==15105== Lock acquired, processing the job...
[2026-04-06 00:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:35:02] Production.INFO: ==15105== Releasing lock...
[2026-04-06 00:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:35:02] Production.INFO: ==15107== Lock acquired, processing the job...
[2026-04-06 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:35:02] Production.INFO: ==15107== Releasing lock...
[2026-04-06 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:35:02] Production.INFO: ==15116== Lock acquired, processing the job...
[2026-04-06 00:35:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:35:02] Production.INFO: Account Balance Start.
[2026-04-06 00:35:02] Production.INFO: CreateAllLog Start
[2026-04-06 00:35:02] Production.INFO: 117
[2026-04-06 00:35:02] Production.INFO: Date 2026-03-08
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: ==15118== Lock acquired, processing the job...
[2026-04-06 00:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:35:03] Production.INFO: ==15110== Lock acquired, processing the job...
[2026-04-06 00:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:35:03] Production.INFO: ==15112== Lock acquired, processing the job...
[2026-04-06 00:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:35:03] Production.INFO: ==15118== Releasing lock...
[2026-04-06 00:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:35:03] Production.INFO: ==15114== Lock acquired, processing the job...
[2026-04-06 00:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:35:03] Production.INFO: ==15112== Releasing lock...
[2026-04-06 00:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:35:04] Production.INFO: Total Charge 0
[2026-04-06 00:35:04] Production.INFO: CreateAllLog End
[2026-04-06 00:35:04] Production.INFO: Account Balance End.
[2026-04-06 00:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:35:04] Production.INFO: ==15116== Releasing lock...
[2026-04-06 00:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:35:12] Production.ERROR: CronJobId end10
[2026-04-06 00:35:12] Production.INFO: ==15114== Releasing lock...
[2026-04-06 00:35:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:35:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:35:13] Production.INFO: call_cost start
[2026-04-06 00:35:13] Production.INFO: call_cost end
[2026-04-06 00:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:35:13] Production.INFO: ==15110== Releasing lock...
[2026-04-06 00:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:36:01] Production.INFO: ==15179== Lock acquired, processing the job...
[2026-04-06 05:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:36:02] Production.INFO: neon service started
[2026-04-06 05:36:02] Production.INFO: neon service started
[2026-04-06 05:36:02] Production.INFO: ==15179== Releasing lock...
[2026-04-06 05:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:36:02] Production.INFO: ==15181== Lock acquired, processing the job...
[2026-04-06 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:36:02] Production.INFO: ==15181== Releasing lock...
[2026-04-06 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:36:02] Production.INFO: ==15183== Lock acquired, processing the job...
[2026-04-06 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:36:02] Production.INFO: ==15183== Releasing lock...
[2026-04-06 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:36:03] Production.INFO: ==15185== Lock acquired, processing the job...
[2026-04-06 00:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:36:03] Production.INFO: ==15189== Lock acquired, processing the job...
[2026-04-06 00:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:36:03] Production.INFO: ==15191== Lock acquired, processing the job...
[2026-04-06 00:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:36:03] Production.INFO: ==15187== Lock acquired, processing the job...
[2026-04-06 00:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:36:03] Production.INFO: ==15194== Lock acquired, processing the job...
[2026-04-06 00:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:36:03] Production.INFO: Account Balance Start.
[2026-04-06 00:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:36:03] Production.INFO: 117
[2026-04-06 00:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:36:03] Production.INFO: ==15194== Releasing lock...
[2026-04-06 00:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: ==15187== Releasing lock...
[2026-04-06 00:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:36:04] Production.INFO: Total Charge 0
[2026-04-06 00:36:04] Production.INFO: CreateAllLog End
[2026-04-06 00:36:05] Production.INFO: Account Balance End.
[2026-04-06 00:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:36:05] Production.INFO: ==15191== Releasing lock...
[2026-04-06 00:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:36:12] Production.ERROR: CronJobId end10
[2026-04-06 00:36:12] Production.INFO: ==15189== Releasing lock...
[2026-04-06 00:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:36:14] Production.INFO: call_cost start
[2026-04-06 00:36:14] Production.INFO: call_cost end
[2026-04-06 00:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:36:14] Production.INFO: ==15185== Releasing lock...
[2026-04-06 00:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:37:01] Production.INFO: ==15251== Lock acquired, processing the job...
[2026-04-06 05:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:37:01] Production.INFO: neon service started
[2026-04-06 05:37:01] Production.INFO: neon service started
[2026-04-06 05:37:01] Production.INFO: ==15251== Releasing lock...
[2026-04-06 05:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:37:01] Production.INFO: ==15253== Lock acquired, processing the job...
[2026-04-06 00:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:37:02] Production.INFO: ==15253== Releasing lock...
[2026-04-06 00:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:37:02] Production.INFO: ==15255== Lock acquired, processing the job...
[2026-04-06 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:37:02] Production.INFO: ==15255== Releasing lock...
[2026-04-06 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:37:02] Production.INFO: ==15257== Lock acquired, processing the job...
[2026-04-06 00:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:37:02] Production.INFO: ==15261== Lock acquired, processing the job...
[2026-04-06 00:37:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:37:03] Production.INFO: ==15259== Lock acquired, processing the job...
[2026-04-06 00:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:37:03] Production.INFO: ==15263== Lock acquired, processing the job...
[2026-04-06 00:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:37:03] Production.INFO: ==15265== Lock acquired, processing the job...
[2026-04-06 00:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:37:03] Production.INFO: Account Balance Start.
[2026-04-06 00:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:37:03] Production.INFO: 117
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:37:03] Production.INFO: ==15265== Releasing lock...
[2026-04-06 00:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: ==15259== Releasing lock...
[2026-04-06 00:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:37:04] Production.INFO: Total Charge 0
[2026-04-06 00:37:04] Production.INFO: CreateAllLog End
[2026-04-06 00:37:04] Production.INFO: Account Balance End.
[2026-04-06 00:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:37:04] Production.INFO: ==15263== Releasing lock...
[2026-04-06 00:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:37:11] Production.ERROR: CronJobId end10
[2026-04-06 00:37:11] Production.INFO: ==15261== Releasing lock...
[2026-04-06 00:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:37:13] Production.INFO: call_cost start
[2026-04-06 00:37:13] Production.INFO: call_cost end
[2026-04-06 00:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:37:13] Production.INFO: ==15257== Releasing lock...
[2026-04-06 00:37:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:37:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:38:01] Production.INFO: ==15322== Lock acquired, processing the job...
[2026-04-06 05:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:38:01] Production.INFO: neon service started
[2026-04-06 05:38:01] Production.INFO: neon service started
[2026-04-06 05:38:01] Production.INFO: ==15322== Releasing lock...
[2026-04-06 05:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:38:02] Production.INFO: ==15326== Lock acquired, processing the job...
[2026-04-06 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:38:02] Production.INFO: ==15326== Releasing lock...
[2026-04-06 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:38:02] Production.INFO: ==15324== Lock acquired, processing the job...
[2026-04-06 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:38:02] Production.INFO: ==15324== Releasing lock...
[2026-04-06 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:38:03] Production.INFO: ==15329== Lock acquired, processing the job...
[2026-04-06 00:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:38:03] Production.INFO: ==15333== Lock acquired, processing the job...
[2026-04-06 00:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:38:03] Production.INFO: ==15337== Lock acquired, processing the job...
[2026-04-06 00:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:38:03] Production.INFO: ==15331== Lock acquired, processing the job...
[2026-04-06 00:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:38:03] Production.INFO: ==15335== Lock acquired, processing the job...
[2026-04-06 00:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:38:03] Production.INFO: Account Balance Start.
[2026-04-06 00:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:38:03] Production.INFO: ==15337== Releasing lock...
[2026-04-06 00:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:38:03] Production.INFO: 117
[2026-04-06 00:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: ==15331== Releasing lock...
[2026-04-06 00:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:38:05] Production.INFO: Total Charge 0
[2026-04-06 00:38:05] Production.INFO: CreateAllLog End
[2026-04-06 00:38:05] Production.INFO: Account Balance End.
[2026-04-06 00:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:38:05] Production.INFO: ==15335== Releasing lock...
[2026-04-06 00:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:38:10] Production.ERROR: CronJobId end10
[2026-04-06 00:38:10] Production.INFO: ==15333== Releasing lock...
[2026-04-06 00:38:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:38:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:38:14] Production.INFO: call_cost start
[2026-04-06 00:38:14] Production.INFO: call_cost end
[2026-04-06 00:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:38:14] Production.INFO: ==15329== Releasing lock...
[2026-04-06 00:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:39:02] Production.INFO: ==15396== Lock acquired, processing the job...
[2026-04-06 05:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:39:02] Production.INFO: neon service started
[2026-04-06 05:39:02] Production.INFO: neon service started
[2026-04-06 05:39:02] Production.INFO: ==15396== Releasing lock...
[2026-04-06 05:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:39:02] Production.INFO: ==15400== Lock acquired, processing the job...
[2026-04-06 04:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:39:02] Production.INFO: ==15400== Releasing lock...
[2026-04-06 04:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:39:02] Production.INFO: ==15398== Lock acquired, processing the job...
[2026-04-06 00:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:39:02] Production.INFO: ==15398== Releasing lock...
[2026-04-06 00:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:39:03] Production.INFO: ==15403== Lock acquired, processing the job...
[2026-04-06 00:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:39:03] Production.INFO: ==15405== Lock acquired, processing the job...
[2026-04-06 00:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:39:03] Production.INFO: ==15409== Lock acquired, processing the job...
[2026-04-06 00:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:39:03] Production.INFO: ==15407== Lock acquired, processing the job...
[2026-04-06 00:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:39:03] Production.INFO: Account Balance Start.
[2026-04-06 00:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:39:03] Production.INFO: 117
[2026-04-06 00:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:39:03] Production.INFO: ==15411== Lock acquired, processing the job...
[2026-04-06 00:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:39:03] Production.INFO: ==15411== Releasing lock...
[2026-04-06 00:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: ==15405== Releasing lock...
[2026-04-06 00:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:39:04] Production.INFO: Total Charge 0
[2026-04-06 00:39:04] Production.INFO: CreateAllLog End
[2026-04-06 00:39:04] Production.INFO: Account Balance End.
[2026-04-06 00:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:39:05] Production.INFO: ==15409== Releasing lock...
[2026-04-06 00:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:39:12] Production.ERROR: CronJobId end10
[2026-04-06 00:39:12] Production.INFO: ==15407== Releasing lock...
[2026-04-06 00:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:39:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:39:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:39:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:39:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:39:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:39:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:39:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:39:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:39:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:39:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:39:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:39:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:39:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:39:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:39:15] Production.INFO: call_cost start
[2026-04-06 00:39:15] Production.INFO: call_cost end
[2026-04-06 00:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:39:15] Production.INFO: ==15403== Releasing lock...
[2026-04-06 00:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:40:01] Production.INFO: ==15467== Lock acquired, processing the job...
[2026-04-06 05:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:40:01] Production.INFO: neon service started
[2026-04-06 05:40:01] Production.INFO: neon service started
[2026-04-06 05:40:01] Production.INFO: ==15467== Releasing lock...
[2026-04-06 05:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:40:01] Production.INFO: ==15469== Lock acquired, processing the job...
[2026-04-06 00:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:40:02] Production.INFO: ==15469== Releasing lock...
[2026-04-06 00:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:40:02] Production.INFO: ==15471== Lock acquired, processing the job...
[2026-04-06 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:40:02] Production.INFO: ==15471== Releasing lock...
[2026-04-06 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:40:02] Production.INFO: ==15480== Lock acquired, processing the job...
[2026-04-06 00:40:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:40:02] Production.INFO: Account Balance Start.
[2026-04-06 00:40:02] Production.INFO: CreateAllLog Start
[2026-04-06 00:40:02] Production.INFO: 117
[2026-04-06 00:40:02] Production.INFO: Date 2026-03-08
[2026-04-06 00:40:02] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: ==15474== Lock acquired, processing the job...
[2026-04-06 00:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: ==15476== Lock acquired, processing the job...
[2026-04-06 00:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: ==15478== Lock acquired, processing the job...
[2026-04-06 00:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: ==15482== Lock acquired, processing the job...
[2026-04-06 00:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:40:03] Production.INFO: ==15482== Releasing lock...
[2026-04-06 00:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:40:03] Production.INFO: ==15476== Releasing lock...
[2026-04-06 00:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:03] Production.INFO: Date 2026-04-01
[2026-04-06 00:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:40:04] Production.INFO: Total Charge 0
[2026-04-06 00:40:04] Production.INFO: CreateAllLog End
[2026-04-06 00:40:04] Production.INFO: Account Balance End.
[2026-04-06 00:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:40:04] Production.INFO: ==15480== Releasing lock...
[2026-04-06 00:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:40:11] Production.ERROR: CronJobId end10
[2026-04-06 00:40:11] Production.INFO: ==15478== Releasing lock...
[2026-04-06 00:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:40:14] Production.INFO: call_cost start
[2026-04-06 00:40:14] Production.INFO: call_cost end
[2026-04-06 00:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:40:14] Production.INFO: ==15474== Releasing lock...
[2026-04-06 00:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:41:01] Production.INFO: ==15541== Lock acquired, processing the job...
[2026-04-06 05:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:41:01] Production.INFO: neon service started
[2026-04-06 05:41:02] Production.INFO: neon service started
[2026-04-06 05:41:02] Production.INFO: ==15541== Releasing lock...
[2026-04-06 05:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:41:02] Production.INFO: ==15543== Lock acquired, processing the job...
[2026-04-06 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:41:02] Production.INFO: ==15545== Lock acquired, processing the job...
[2026-04-06 04:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:41:02] Production.INFO: ==15545== Releasing lock...
[2026-04-06 04:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:41:02] Production.INFO: ==15543== Releasing lock...
[2026-04-06 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:41:03] Production.INFO: ==15550== Lock acquired, processing the job...
[2026-04-06 00:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:41:03] Production.INFO: ==15548== Lock acquired, processing the job...
[2026-04-06 00:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 00:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:41:03] Production.INFO: ==15554== Lock acquired, processing the job...
[2026-04-06 00:41:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:41:04] Production.INFO: ==15556== Lock acquired, processing the job...
[2026-04-06 00:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:41:04] Production.INFO: ==15552== Lock acquired, processing the job...
[2026-04-06 00:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:41:04] Production.INFO: ==15560== Lock acquired, processing the job...
[2026-04-06 00:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:41:04] Production.INFO: ==15558== Lock acquired, processing the job...
[2026-04-06 00:41:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 00:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:41:04] Production.ERROR: CronJob PID - 15550
[2026-04-06 00:41:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 00:41:04] Production.ERROR: CronJob ID - 5
[2026-04-06 00:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 00:41:00
[2026-04-06 00:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:41:04] Production.ERROR: CronJob PID - 15552
[2026-04-06 00:41:04] Production.ERROR: CronJob Title - Account Block
[2026-04-06 00:41:04] Production.ERROR: CronJob ID - 7
[2026-04-06 00:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 00:41:00
[2026-04-06 00:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:41:04] Production.ERROR: CronJob PID - 15554
[2026-04-06 00:41:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 00:41:04] Production.ERROR: CronJob ID - 10
[2026-04-06 00:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 00:41:00
[2026-04-06 00:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:41:04] Production.ERROR: CronJob PID - 15556
[2026-04-06 00:41:04] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 00:41:04] Production.ERROR: CronJob ID - 12
[2026-04-06 00:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 00:41:00
[2026-04-06 00:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:41:04] Production.ERROR: CronJob PID - 15558
[2026-04-06 00:41:04] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 00:41:04] Production.ERROR: CronJob ID - 17
[2026-04-06 00:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 00:41:00
[2026-04-06 00:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 00:41:04] Production.ERROR: CronJob PID - 15560
[2026-04-06 00:41:04] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-04-06 00:41:04] Production.ERROR: CronJob ID - 19
[2026-04-06 00:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 00:41:00
[2026-04-06 00:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 00:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:41:04] Production.INFO: Account Balance Start.
[2026-04-06 00:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 00:41:04] Production.INFO: 117
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 00:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: ==15560== Releasing lock...
[2026-04-06 00:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:41:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 00:41:04] Production.INFO: ==15548== Releasing lock...
[2026-04-06 00:41:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 00:41:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.ERROR: done
[2026-04-06 00:41:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 00:41:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044748', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-21
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: ==15552== Releasing lock...
[2026-04-06 00:41:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:41:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-22
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-23
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-24
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-25
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-26
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-27
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-28
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-29
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-30
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:41:05] Production.INFO: Total Charge 0
[2026-04-06 00:41:05] Production.INFO: CreateAllLog End
[2026-04-06 00:41:05] Production.INFO: Account Balance End.
[2026-04-06 00:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:41:05] Production.INFO: ==15556== Releasing lock...
[2026-04-06 00:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:41:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044748', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 00:41:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 00:41:11] Production.INFO: ProcessCDR(1,17044748,1,1,2)
[2026-04-06 00:41:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044748,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:41:12] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044748,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:41:12] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 00:41:12] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 00:41:12] Production.INFO: ==15558== Releasing lock...
[2026-04-06 00:41:12] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 00:41:12] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:41:15] Production.ERROR: CronJobId end10
[2026-04-06 00:41:15] Production.INFO: ==15554== Releasing lock...
[2026-04-06 00:41:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:41:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:41:18] Production.INFO: call_cost start
[2026-04-06 00:41:18] Production.INFO: call_cost end
[2026-04-06 00:41:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:41:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:41:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:41:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:41:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:41:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:41:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:41:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:41:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:41:18] Production.INFO: ==15550== Releasing lock...
[2026-04-06 00:41:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:41:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:42:01] Production.INFO: ==15620== Lock acquired, processing the job...
[2026-04-06 05:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:42:01] Production.INFO: neon service started
[2026-04-06 05:42:01] Production.INFO: neon service started
[2026-04-06 05:42:01] Production.INFO: ==15620== Releasing lock...
[2026-04-06 05:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:42:01] Production.INFO: ==15624== Lock acquired, processing the job...
[2026-04-06 04:42:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:42:01] Production.INFO: ==15624== Releasing lock...
[2026-04-06 04:42:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:42:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:42:01] Production.INFO: ==15622== Lock acquired, processing the job...
[2026-04-06 00:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:42:02] Production.INFO: ==15622== Releasing lock...
[2026-04-06 00:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:42:02] Production.INFO: ==15629== Lock acquired, processing the job...
[2026-04-06 00:42:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:42:03] Production.INFO: ==15627== Lock acquired, processing the job...
[2026-04-06 00:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:42:03] Production.INFO: ==15629== Releasing lock...
[2026-04-06 00:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:42:03] Production.INFO: ==15631== Lock acquired, processing the job...
[2026-04-06 00:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:42:03] Production.INFO: ==15633== Lock acquired, processing the job...
[2026-04-06 00:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:42:03] Production.INFO: ==15635== Lock acquired, processing the job...
[2026-04-06 00:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:42:03] Production.INFO: Account Balance Start.
[2026-04-06 00:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:42:03] Production.INFO: 117
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:42:03] Production.INFO: ==15635== Releasing lock...
[2026-04-06 00:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:42:04] Production.INFO: Total Charge 0
[2026-04-06 00:42:04] Production.INFO: CreateAllLog End
[2026-04-06 00:42:04] Production.INFO: Account Balance End.
[2026-04-06 00:42:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:42:05] Production.INFO: ==15633== Releasing lock...
[2026-04-06 00:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:42:10] Production.ERROR: CronJobId end10
[2026-04-06 00:42:10] Production.INFO: ==15631== Releasing lock...
[2026-04-06 00:42:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:42:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:42:14] Production.INFO: call_cost start
[2026-04-06 00:42:14] Production.INFO: call_cost end
[2026-04-06 00:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:42:14] Production.INFO: ==15627== Releasing lock...
[2026-04-06 00:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:43:01] Production.INFO: ==15691== Lock acquired, processing the job...
[2026-04-06 05:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:43:01] Production.INFO: neon service started
[2026-04-06 05:43:01] Production.INFO: neon service started
[2026-04-06 05:43:01] Production.INFO: ==15691== Releasing lock...
[2026-04-06 05:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:43:02] Production.INFO: ==15693== Lock acquired, processing the job...
[2026-04-06 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:43:02] Production.INFO: ==15695== Lock acquired, processing the job...
[2026-04-06 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:43:02] Production.INFO: ==15695== Releasing lock...
[2026-04-06 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:43:02] Production.INFO: ==15693== Releasing lock...
[2026-04-06 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:43:03] Production.INFO: ==15702== Lock acquired, processing the job...
[2026-04-06 00:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:43:03] Production.INFO: ==15698== Lock acquired, processing the job...
[2026-04-06 00:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:43:03] Production.INFO: ==15700== Lock acquired, processing the job...
[2026-04-06 00:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:43:03] Production.INFO: ==15704== Lock acquired, processing the job...
[2026-04-06 00:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:43:03] Production.INFO: Account Balance Start.
[2026-04-06 00:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:43:03] Production.INFO: 117
[2026-04-06 00:43:03] Production.INFO: ==15706== Lock acquired, processing the job...
[2026-04-06 00:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: ==15706== Releasing lock...
[2026-04-06 00:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: ==15700== Releasing lock...
[2026-04-06 00:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:43:04] Production.INFO: Total Charge 0
[2026-04-06 00:43:04] Production.INFO: CreateAllLog End
[2026-04-06 00:43:04] Production.INFO: Account Balance End.
[2026-04-06 00:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:43:05] Production.INFO: ==15704== Releasing lock...
[2026-04-06 00:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:43:11] Production.ERROR: CronJobId end10
[2026-04-06 00:43:11] Production.INFO: ==15702== Releasing lock...
[2026-04-06 00:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:43:13] Production.INFO: call_cost start
[2026-04-06 00:43:13] Production.INFO: call_cost end
[2026-04-06 00:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:43:13] Production.INFO: ==15698== Releasing lock...
[2026-04-06 00:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:44:02] Production.INFO: ==15765== Lock acquired, processing the job...
[2026-04-06 05:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:44:02] Production.INFO: neon service started
[2026-04-06 05:44:02] Production.INFO: neon service started
[2026-04-06 05:44:02] Production.INFO: ==15765== Releasing lock...
[2026-04-06 05:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:44:02] Production.INFO: ==15767== Lock acquired, processing the job...
[2026-04-06 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:44:02] Production.INFO: ==15767== Releasing lock...
[2026-04-06 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:44:02] Production.INFO: ==15769== Lock acquired, processing the job...
[2026-04-06 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:44:02] Production.INFO: ==15769== Releasing lock...
[2026-04-06 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:44:03] Production.INFO: ==15774== Lock acquired, processing the job...
[2026-04-06 00:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:44:03] Production.INFO: ==15772== Lock acquired, processing the job...
[2026-04-06 00:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:44:03] Production.INFO: ==15778== Lock acquired, processing the job...
[2026-04-06 00:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:44:03] Production.INFO: ==15780== Lock acquired, processing the job...
[2026-04-06 00:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:44:03] Production.INFO: ==15776== Lock acquired, processing the job...
[2026-04-06 00:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:44:03] Production.INFO: Account Balance Start.
[2026-04-06 00:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:44:03] Production.INFO: ==15780== Releasing lock...
[2026-04-06 00:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:44:03] Production.INFO: 117
[2026-04-06 00:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: ==15774== Releasing lock...
[2026-04-06 00:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:44:04] Production.INFO: Total Charge 0
[2026-04-06 00:44:05] Production.INFO: CreateAllLog End
[2026-04-06 00:44:05] Production.INFO: Account Balance End.
[2026-04-06 00:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:44:05] Production.INFO: ==15778== Releasing lock...
[2026-04-06 00:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:44:12] Production.ERROR: CronJobId end10
[2026-04-06 00:44:12] Production.INFO: ==15776== Releasing lock...
[2026-04-06 00:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:44:14] Production.INFO: call_cost start
[2026-04-06 00:44:14] Production.INFO: call_cost end
[2026-04-06 00:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:44:14] Production.INFO: ==15772== Releasing lock...
[2026-04-06 00:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:45:01] Production.INFO: ==15836== Lock acquired, processing the job...
[2026-04-06 05:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:45:01] Production.INFO: neon service started
[2026-04-06 05:45:01] Production.INFO: neon service started
[2026-04-06 05:45:01] Production.INFO: ==15836== Releasing lock...
[2026-04-06 05:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:45:01] Production.INFO: ==15840== Lock acquired, processing the job...
[2026-04-06 04:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:45:01] Production.INFO: ==15840== Releasing lock...
[2026-04-06 04:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:45:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:45:02] Production.INFO: ==15838== Lock acquired, processing the job...
[2026-04-06 00:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:45:02] Production.INFO: ==15838== Releasing lock...
[2026-04-06 00:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:45:03] Production.INFO: ==15845== Lock acquired, processing the job...
[2026-04-06 00:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:45:03] Production.INFO: ==15843== Lock acquired, processing the job...
[2026-04-06 00:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:45:03] Production.INFO: ==15847== Lock acquired, processing the job...
[2026-04-06 00:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:45:03] Production.INFO: ==15851== Lock acquired, processing the job...
[2026-04-06 00:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:45:03] Production.INFO: ==15849== Lock acquired, processing the job...
[2026-04-06 00:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:45:03] Production.INFO: Account Balance Start.
[2026-04-06 00:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:45:03] Production.INFO: 117
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: ==15851== Releasing lock...
[2026-04-06 00:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: ==15845== Releasing lock...
[2026-04-06 00:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:45:04] Production.INFO: Total Charge 0
[2026-04-06 00:45:04] Production.INFO: CreateAllLog End
[2026-04-06 00:45:04] Production.INFO: Account Balance End.
[2026-04-06 00:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:45:04] Production.INFO: ==15849== Releasing lock...
[2026-04-06 00:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:45:11] Production.ERROR: CronJobId end10
[2026-04-06 00:45:11] Production.INFO: ==15847== Releasing lock...
[2026-04-06 00:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:45:14] Production.INFO: call_cost start
[2026-04-06 00:45:14] Production.INFO: call_cost end
[2026-04-06 00:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:45:14] Production.INFO: ==15843== Releasing lock...
[2026-04-06 00:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:46:01] Production.INFO: ==15907== Lock acquired, processing the job...
[2026-04-06 05:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:46:02] Production.INFO: neon service started
[2026-04-06 05:46:02] Production.INFO: neon service started
[2026-04-06 05:46:02] Production.INFO: ==15907== Releasing lock...
[2026-04-06 05:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:46:02] Production.INFO: ==15909== Lock acquired, processing the job...
[2026-04-06 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:46:02] Production.INFO: ==15911== Lock acquired, processing the job...
[2026-04-06 04:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:46:02] Production.INFO: ==15911== Releasing lock...
[2026-04-06 04:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:46:02] Production.INFO: ==15909== Releasing lock...
[2026-04-06 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:46:03] Production.INFO: ==15913== Lock acquired, processing the job...
[2026-04-06 00:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:46:03] Production.INFO: ==15922== Lock acquired, processing the job...
[2026-04-06 00:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:46:03] Production.INFO: ==15915== Lock acquired, processing the job...
[2026-04-06 00:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:46:03] Production.INFO: ==15918== Lock acquired, processing the job...
[2026-04-06 00:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:46:03] Production.INFO: ==15920== Lock acquired, processing the job...
[2026-04-06 00:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:46:03] Production.INFO: ==15922== Releasing lock...
[2026-04-06 00:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:46:03] Production.INFO: Account Balance Start.
[2026-04-06 00:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:46:03] Production.INFO: 117
[2026-04-06 00:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: ==15915== Releasing lock...
[2026-04-06 00:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-03-30
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:46:05] Production.INFO: Total Charge 0
[2026-04-06 00:46:05] Production.INFO: CreateAllLog End
[2026-04-06 00:46:05] Production.INFO: Account Balance End.
[2026-04-06 00:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:46:05] Production.INFO: ==15920== Releasing lock...
[2026-04-06 00:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:46:11] Production.ERROR: CronJobId end10
[2026-04-06 00:46:11] Production.INFO: ==15918== Releasing lock...
[2026-04-06 00:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:46:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:46:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:46:14] Production.INFO: call_cost start
[2026-04-06 00:46:14] Production.INFO: call_cost end
[2026-04-06 00:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:46:14] Production.INFO: ==15913== Releasing lock...
[2026-04-06 00:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:47:01] Production.INFO: ==15978== Lock acquired, processing the job...
[2026-04-06 05:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:47:01] Production.INFO: neon service started
[2026-04-06 05:47:01] Production.INFO: neon service started
[2026-04-06 05:47:01] Production.INFO: ==15978== Releasing lock...
[2026-04-06 05:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:47:01] Production.INFO: ==15982== Lock acquired, processing the job...
[2026-04-06 04:47:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:47:01] Production.INFO: ==15982== Releasing lock...
[2026-04-06 04:47:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:47:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:47:01] Production.INFO: ==15980== Lock acquired, processing the job...
[2026-04-06 00:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:47:02] Production.INFO: ==15980== Releasing lock...
[2026-04-06 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:47:02] Production.INFO: ==15984== Lock acquired, processing the job...
[2026-04-06 00:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:47:03] Production.INFO: ==15988== Lock acquired, processing the job...
[2026-04-06 00:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:47:03] Production.INFO: ==15986== Lock acquired, processing the job...
[2026-04-06 00:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:47:03] Production.INFO: ==15992== Lock acquired, processing the job...
[2026-04-06 00:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:47:03] Production.INFO: ==15990== Lock acquired, processing the job...
[2026-04-06 00:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:47:03] Production.INFO: Account Balance Start.
[2026-04-06 00:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:47:03] Production.INFO: 117
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:47:03] Production.INFO: ==15992== Releasing lock...
[2026-04-06 00:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: ==15986== Releasing lock...
[2026-04-06 00:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:47:04] Production.INFO: Total Charge 0
[2026-04-06 00:47:04] Production.INFO: CreateAllLog End
[2026-04-06 00:47:04] Production.INFO: Account Balance End.
[2026-04-06 00:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:47:04] Production.INFO: ==15990== Releasing lock...
[2026-04-06 00:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:47:10] Production.ERROR: CronJobId end10
[2026-04-06 00:47:10] Production.INFO: ==15988== Releasing lock...
[2026-04-06 00:47:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:47:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:47:14] Production.INFO: call_cost start
[2026-04-06 00:47:14] Production.INFO: call_cost end
[2026-04-06 00:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:47:14] Production.INFO: ==15984== Releasing lock...
[2026-04-06 00:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:48:01] Production.INFO: ==16050== Lock acquired, processing the job...
[2026-04-06 05:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:48:01] Production.INFO: neon service started
[2026-04-06 05:48:01] Production.INFO: neon service started
[2026-04-06 05:48:01] Production.INFO: ==16050== Releasing lock...
[2026-04-06 05:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:48:02] Production.INFO: ==16055== Lock acquired, processing the job...
[2026-04-06 04:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:48:02] Production.INFO: ==16055== Releasing lock...
[2026-04-06 04:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:48:02] Production.INFO: ==16053== Lock acquired, processing the job...
[2026-04-06 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:48:02] Production.INFO: ==16053== Releasing lock...
[2026-04-06 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:48:03] Production.INFO: ==16059== Lock acquired, processing the job...
[2026-04-06 00:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:48:03] Production.INFO: ==16061== Lock acquired, processing the job...
[2026-04-06 00:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:48:03] Production.INFO: ==16063== Lock acquired, processing the job...
[2026-04-06 00:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:48:03] Production.INFO: ==16065== Lock acquired, processing the job...
[2026-04-06 00:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:48:03] Production.INFO: ==16067== Lock acquired, processing the job...
[2026-04-06 00:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:48:03] Production.INFO: Account Balance Start.
[2026-04-06 00:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:48:03] Production.INFO: 117
[2026-04-06 00:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:48:03] Production.INFO: ==16067== Releasing lock...
[2026-04-06 00:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:03] Production.INFO: ==16061== Releasing lock...
[2026-04-06 00:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:48:04] Production.INFO: Total Charge 0
[2026-04-06 00:48:04] Production.INFO: CreateAllLog End
[2026-04-06 00:48:04] Production.INFO: Account Balance End.
[2026-04-06 00:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:48:04] Production.INFO: ==16065== Releasing lock...
[2026-04-06 00:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:48:11] Production.ERROR: CronJobId end10
[2026-04-06 00:48:11] Production.INFO: ==16063== Releasing lock...
[2026-04-06 00:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:48:14] Production.INFO: call_cost start
[2026-04-06 00:48:14] Production.INFO: call_cost end
[2026-04-06 00:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:48:14] Production.INFO: ==16059== Releasing lock...
[2026-04-06 00:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:49:02] Production.INFO: ==16125== Lock acquired, processing the job...
[2026-04-06 05:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:49:02] Production.INFO: neon service started
[2026-04-06 05:49:02] Production.INFO: neon service started
[2026-04-06 05:49:02] Production.INFO: ==16125== Releasing lock...
[2026-04-06 05:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:49:02] Production.INFO: ==16129== Lock acquired, processing the job...
[2026-04-06 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:49:02] Production.INFO: ==16129== Releasing lock...
[2026-04-06 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:49:02] Production.INFO: ==16127== Lock acquired, processing the job...
[2026-04-06 00:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:49:02] Production.INFO: ==16127== Releasing lock...
[2026-04-06 00:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:49:03] Production.INFO: ==16132== Lock acquired, processing the job...
[2026-04-06 00:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:49:03] Production.INFO: ==16136== Lock acquired, processing the job...
[2026-04-06 00:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:49:03] Production.INFO: ==16134== Lock acquired, processing the job...
[2026-04-06 00:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:49:03] Production.INFO: ==16138== Lock acquired, processing the job...
[2026-04-06 00:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:49:03] Production.INFO: ==16140== Lock acquired, processing the job...
[2026-04-06 00:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:49:03] Production.INFO: Account Balance Start.
[2026-04-06 00:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:49:03] Production.INFO: 117
[2026-04-06 00:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:49:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:49:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:49:04] Production.INFO: ==16140== Releasing lock...
[2026-04-06 00:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: ==16134== Releasing lock...
[2026-04-06 00:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:49:04] Production.INFO: Total Charge 0
[2026-04-06 00:49:04] Production.INFO: CreateAllLog End
[2026-04-06 00:49:05] Production.INFO: Account Balance End.
[2026-04-06 00:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:49:05] Production.INFO: ==16138== Releasing lock...
[2026-04-06 00:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:49:12] Production.ERROR: CronJobId end10
[2026-04-06 00:49:12] Production.INFO: ==16136== Releasing lock...
[2026-04-06 00:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:49:14] Production.INFO: call_cost start
[2026-04-06 00:49:14] Production.INFO: call_cost end
[2026-04-06 00:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:49:14] Production.INFO: ==16132== Releasing lock...
[2026-04-06 00:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:50:01] Production.INFO: ==16196== Lock acquired, processing the job...
[2026-04-06 05:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:50:01] Production.INFO: neon service started
[2026-04-06 05:50:01] Production.INFO: neon service started
[2026-04-06 05:50:01] Production.INFO: ==16196== Releasing lock...
[2026-04-06 05:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:50:01] Production.INFO: ==16198== Lock acquired, processing the job...
[2026-04-06 00:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:50:02] Production.INFO: ==16198== Releasing lock...
[2026-04-06 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:50:02] Production.INFO: ==16200== Lock acquired, processing the job...
[2026-04-06 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:50:02] Production.INFO: ==16200== Releasing lock...
[2026-04-06 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:50:02] Production.INFO: ==16206== Lock acquired, processing the job...
[2026-04-06 00:50:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:50:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:50:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:50:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:50:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:50:03] Production.INFO: ==16202== Lock acquired, processing the job...
[2026-04-06 00:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:50:03] Production.INFO: ==16204== Lock acquired, processing the job...
[2026-04-06 00:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:50:03] Production.INFO: ==16210== Lock acquired, processing the job...
[2026-04-06 00:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:50:03] Production.INFO: ==16208== Lock acquired, processing the job...
[2026-04-06 00:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:50:03] Production.INFO: Account Balance Start.
[2026-04-06 00:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:50:03] Production.INFO: 117
[2026-04-06 00:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: ==16210== Releasing lock...
[2026-04-06 00:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:03] Production.INFO: ==16204== Releasing lock...
[2026-04-06 00:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:50:04] Production.INFO: Total Charge 0
[2026-04-06 00:50:04] Production.INFO: CreateAllLog End
[2026-04-06 00:50:04] Production.INFO: Account Balance End.
[2026-04-06 00:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:50:04] Production.INFO: ==16208== Releasing lock...
[2026-04-06 00:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:50:10] Production.ERROR: CronJobId end10
[2026-04-06 00:50:10] Production.INFO: ==16206== Releasing lock...
[2026-04-06 00:50:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:50:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:50:14] Production.INFO: call_cost start
[2026-04-06 00:50:14] Production.INFO: call_cost end
[2026-04-06 00:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:50:14] Production.INFO: ==16202== Releasing lock...
[2026-04-06 00:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:51:02] Production.INFO: ==16270== Lock acquired, processing the job...
[2026-04-06 05:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:51:02] Production.INFO: neon service started
[2026-04-06 05:51:02] Production.INFO: neon service started
[2026-04-06 05:51:02] Production.INFO: ==16270== Releasing lock...
[2026-04-06 05:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:51:02] Production.INFO: ==16273== Lock acquired, processing the job...
[2026-04-06 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:51:02] Production.INFO: ==16273== Releasing lock...
[2026-04-06 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:51:02] Production.INFO: ==16275== Lock acquired, processing the job...
[2026-04-06 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:51:02] Production.INFO: ==16275== Releasing lock...
[2026-04-06 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:51:03] Production.INFO: ==16277== Lock acquired, processing the job...
[2026-04-06 00:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 00:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 00:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 00:51:03] Production.INFO: ==16277== Releasing lock...
[2026-04-06 00:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 00:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 00:51:03] Production.INFO: ==16281== Lock acquired, processing the job...
[2026-04-06 00:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:51:03] Production.INFO: ==16279== Lock acquired, processing the job...
[2026-04-06 00:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:51:03] Production.INFO: ==16283== Lock acquired, processing the job...
[2026-04-06 00:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:51:03] Production.INFO: ==16285== Lock acquired, processing the job...
[2026-04-06 00:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:51:04] Production.INFO: ==16287== Lock acquired, processing the job...
[2026-04-06 00:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 00:51:04] Production.INFO: ==16289== Lock acquired, processing the job...
[2026-04-06 00:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 00:51:04] Production.INFO: Account Balance Start.
[2026-04-06 00:51:04] Production.INFO: CreateAllLog Start
[2026-04-06 00:51:04] Production.INFO: 117
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: ==16289== Releasing lock...
[2026-04-06 00:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:51:04] Production.INFO: ==16281== Releasing lock...
[2026-04-06 00:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.ERROR: done
[2026-04-06 00:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 00:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044789', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-03-31
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-04-01
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-04-02
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 00:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 00:51:05] Production.INFO: Total Charge 0
[2026-04-06 00:51:05] Production.INFO: CreateAllLog End
[2026-04-06 00:51:05] Production.INFO: Account Balance End.
[2026-04-06 00:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:51:05] Production.INFO: ==16285== Releasing lock...
[2026-04-06 00:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:51:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044789', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 00:51:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 00:51:11] Production.INFO: ProcessCDR(1,17044789,1,1,2)
[2026-04-06 00:51:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044789,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:51:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044789,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 00:51:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 00:51:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 00:51:11] Production.INFO: ==16287== Releasing lock...
[2026-04-06 00:51:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 00:51:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 00:51:14] Production.ERROR: CronJobId end10
[2026-04-06 00:51:14] Production.INFO: ==16283== Releasing lock...
[2026-04-06 00:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:51:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:51:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:51:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:51:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:51:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:51:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:51:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:51:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:51:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:51:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:51:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:51:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:51:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:51:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:51:17] Production.INFO: call_cost start
[2026-04-06 00:51:17] Production.INFO: call_cost end
[2026-04-06 00:51:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:51:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:51:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:51:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:51:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:51:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:51:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:51:17] Production.INFO: ==16279== Releasing lock...
[2026-04-06 00:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:52:01] Production.INFO: ==16345== Lock acquired, processing the job...
[2026-04-06 05:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:52:01] Production.INFO: neon service started
[2026-04-06 05:52:01] Production.INFO: neon service started
[2026-04-06 05:52:01] Production.INFO: ==16345== Releasing lock...
[2026-04-06 05:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:52:01] Production.INFO: ==16347== Lock acquired, processing the job...
[2026-04-06 00:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:52:02] Production.INFO: ==16347== Releasing lock...
[2026-04-06 00:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:52:02] Production.INFO: ==16349== Lock acquired, processing the job...
[2026-04-06 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:52:02] Production.INFO: ==16349== Releasing lock...
[2026-04-06 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:52:02] Production.INFO: ==16359== Lock acquired, processing the job...
[2026-04-06 00:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:52:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:52:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:52:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:52:02] Production.INFO: ==16359== Releasing lock...
[2026-04-06 00:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:52:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:52:03] Production.INFO: ==16353== Lock acquired, processing the job...
[2026-04-06 00:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:52:03] Production.INFO: ==16351== Lock acquired, processing the job...
[2026-04-06 00:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:52:03] Production.INFO: ==16355== Lock acquired, processing the job...
[2026-04-06 00:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:52:03] Production.INFO: ==16357== Lock acquired, processing the job...
[2026-04-06 00:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:52:03] Production.INFO: Account Balance Start.
[2026-04-06 00:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:52:03] Production.INFO: 117
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:03] Production.INFO: ==16353== Releasing lock...
[2026-04-06 00:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:52:04] Production.INFO: Total Charge 0
[2026-04-06 00:52:04] Production.INFO: CreateAllLog End
[2026-04-06 00:52:04] Production.INFO: Account Balance End.
[2026-04-06 00:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:52:04] Production.INFO: ==16357== Releasing lock...
[2026-04-06 00:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:52:10] Production.ERROR: CronJobId end10
[2026-04-06 00:52:10] Production.INFO: ==16355== Releasing lock...
[2026-04-06 00:52:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:52:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:52:13] Production.INFO: call_cost start
[2026-04-06 00:52:13] Production.INFO: call_cost end
[2026-04-06 00:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:52:13] Production.INFO: ==16351== Releasing lock...
[2026-04-06 00:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:53:01] Production.INFO: ==16418== Lock acquired, processing the job...
[2026-04-06 05:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:53:01] Production.INFO: neon service started
[2026-04-06 05:53:01] Production.INFO: neon service started
[2026-04-06 05:53:01] Production.INFO: ==16418== Releasing lock...
[2026-04-06 05:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:53:02] Production.INFO: ==16420== Lock acquired, processing the job...
[2026-04-06 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:53:02] Production.INFO: ==16420== Releasing lock...
[2026-04-06 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:53:02] Production.INFO: ==16422== Lock acquired, processing the job...
[2026-04-06 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:53:02] Production.INFO: ==16422== Releasing lock...
[2026-04-06 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:53:03] Production.INFO: ==16429== Lock acquired, processing the job...
[2026-04-06 00:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:53:03] Production.INFO: ==16425== Lock acquired, processing the job...
[2026-04-06 00:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:53:03] Production.INFO: ==16427== Lock acquired, processing the job...
[2026-04-06 00:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:53:03] Production.INFO: ==16431== Lock acquired, processing the job...
[2026-04-06 00:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:53:03] Production.INFO: ==16433== Lock acquired, processing the job...
[2026-04-06 00:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:53:03] Production.INFO: Account Balance Start.
[2026-04-06 00:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:53:03] Production.INFO: 117
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:53:03] Production.INFO: ==16433== Releasing lock...
[2026-04-06 00:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: ==16427== Releasing lock...
[2026-04-06 00:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:53:04] Production.INFO: Total Charge 0
[2026-04-06 00:53:04] Production.INFO: CreateAllLog End
[2026-04-06 00:53:04] Production.INFO: Account Balance End.
[2026-04-06 00:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:53:04] Production.INFO: ==16431== Releasing lock...
[2026-04-06 00:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:53:11] Production.ERROR: CronJobId end10
[2026-04-06 00:53:11] Production.INFO: ==16429== Releasing lock...
[2026-04-06 00:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:53:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:53:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:53:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:53:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:53:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:53:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:53:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:53:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:53:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:53:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:53:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:53:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:53:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:53:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:53:12] Production.INFO: call_cost start
[2026-04-06 00:53:12] Production.INFO: call_cost end
[2026-04-06 00:53:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:53:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:53:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:53:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:53:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:53:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:53:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:53:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:53:13] Production.INFO: ==16425== Releasing lock...
[2026-04-06 00:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:54:02] Production.INFO: ==16495== Lock acquired, processing the job...
[2026-04-06 05:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:54:02] Production.INFO: neon service started
[2026-04-06 05:54:02] Production.INFO: neon service started
[2026-04-06 05:54:02] Production.INFO: ==16495== Releasing lock...
[2026-04-06 05:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:54:02] Production.INFO: ==16497== Lock acquired, processing the job...
[2026-04-06 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:54:02] Production.INFO: ==16497== Releasing lock...
[2026-04-06 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:54:02] Production.INFO: ==16499== Lock acquired, processing the job...
[2026-04-06 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:54:03] Production.INFO: ==16499== Releasing lock...
[2026-04-06 04:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:54:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:54:03] Production.INFO: ==16501== Lock acquired, processing the job...
[2026-04-06 00:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:54:03] Production.INFO: ==16505== Lock acquired, processing the job...
[2026-04-06 00:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:54:03] Production.INFO: ==16509== Lock acquired, processing the job...
[2026-04-06 00:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:54:03] Production.INFO: ==16503== Lock acquired, processing the job...
[2026-04-06 00:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:54:03] Production.INFO: ==16509== Releasing lock...
[2026-04-06 00:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:54:03] Production.INFO: ==16507== Lock acquired, processing the job...
[2026-04-06 00:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:54:03] Production.INFO: Account Balance Start.
[2026-04-06 00:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:54:03] Production.INFO: 117
[2026-04-06 00:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-12
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-13
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: ==16503== Releasing lock...
[2026-04-06 00:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:54:04] Production.INFO: Total Charge 0
[2026-04-06 00:54:04] Production.INFO: CreateAllLog End
[2026-04-06 00:54:04] Production.INFO: Account Balance End.
[2026-04-06 00:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:54:04] Production.INFO: ==16507== Releasing lock...
[2026-04-06 00:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:54:11] Production.ERROR: CronJobId end10
[2026-04-06 00:54:11] Production.INFO: ==16505== Releasing lock...
[2026-04-06 00:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:54:14] Production.INFO: call_cost start
[2026-04-06 00:54:14] Production.INFO: call_cost end
[2026-04-06 00:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:54:14] Production.INFO: ==16501== Releasing lock...
[2026-04-06 00:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:55:01] Production.INFO: ==16572== Lock acquired, processing the job...
[2026-04-06 05:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:55:01] Production.INFO: neon service started
[2026-04-06 05:55:01] Production.INFO: neon service started
[2026-04-06 05:55:01] Production.INFO: ==16572== Releasing lock...
[2026-04-06 05:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:55:01] Production.INFO: ==16576== Lock acquired, processing the job...
[2026-04-06 04:55:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:55:01] Production.INFO: ==16576== Releasing lock...
[2026-04-06 04:55:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:55:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:55:02] Production.INFO: ==16574== Lock acquired, processing the job...
[2026-04-06 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:55:02] Production.INFO: ==16574== Releasing lock...
[2026-04-06 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 00:55:03] Production.INFO: ==16578== Lock acquired, processing the job...
[2026-04-06 00:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:55:03] Production.INFO: ==16582== Lock acquired, processing the job...
[2026-04-06 00:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:55:03] Production.INFO: ==16580== Lock acquired, processing the job...
[2026-04-06 00:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:55:03] Production.INFO: ==16584== Lock acquired, processing the job...
[2026-04-06 00:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:55:03] Production.INFO: ==16586== Lock acquired, processing the job...
[2026-04-06 00:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:55:03] Production.INFO: Account Balance Start.
[2026-04-06 00:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:55:03] Production.INFO: 117
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:55:03] Production.INFO: ==16586== Releasing lock...
[2026-04-06 00:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: ==16580== Releasing lock...
[2026-04-06 00:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:55:04] Production.INFO: Total Charge 0
[2026-04-06 00:55:04] Production.INFO: CreateAllLog End
[2026-04-06 00:55:05] Production.INFO: Account Balance End.
[2026-04-06 00:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:55:05] Production.INFO: ==16584== Releasing lock...
[2026-04-06 00:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:55:11] Production.ERROR: CronJobId end10
[2026-04-06 00:55:11] Production.INFO: ==16582== Releasing lock...
[2026-04-06 00:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:55:13] Production.INFO: call_cost start
[2026-04-06 00:55:13] Production.INFO: call_cost end
[2026-04-06 00:55:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:55:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:55:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:55:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:55:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:55:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:55:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:55:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:55:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:55:13] Production.INFO: ==16578== Releasing lock...
[2026-04-06 00:55:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:55:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:56:02] Production.INFO: ==16649== Lock acquired, processing the job...
[2026-04-06 05:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:56:02] Production.INFO: neon service started
[2026-04-06 05:56:02] Production.INFO: neon service started
[2026-04-06 05:56:02] Production.INFO: ==16649== Releasing lock...
[2026-04-06 05:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:56:02] Production.INFO: ==16651== Lock acquired, processing the job...
[2026-04-06 00:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:56:02] Production.INFO: ==16651== Releasing lock...
[2026-04-06 00:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:56:02] Production.INFO: ==16653== Lock acquired, processing the job...
[2026-04-06 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:56:02] Production.INFO: ==16653== Releasing lock...
[2026-04-06 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:56:03] Production.INFO: ==16657== Lock acquired, processing the job...
[2026-04-06 00:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:56:03] Production.INFO: ==16663== Lock acquired, processing the job...
[2026-04-06 00:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:56:03] Production.INFO: ==16663== Releasing lock...
[2026-04-06 00:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:56:03] Production.INFO: ==16655== Lock acquired, processing the job...
[2026-04-06 00:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:56:03] Production.INFO: ==16661== Lock acquired, processing the job...
[2026-04-06 00:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:56:03] Production.INFO: ==16657== Releasing lock...
[2026-04-06 00:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:56:03] Production.INFO: ==16659== Lock acquired, processing the job...
[2026-04-06 00:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:56:03] Production.INFO: Account Balance Start.
[2026-04-06 00:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:56:03] Production.INFO: 117
[2026-04-06 00:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:56:04] Production.INFO: Total Charge 0
[2026-04-06 00:56:04] Production.INFO: CreateAllLog End
[2026-04-06 00:56:04] Production.INFO: Account Balance End.
[2026-04-06 00:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:56:04] Production.INFO: ==16661== Releasing lock...
[2026-04-06 00:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:56:12] Production.ERROR: CronJobId end10
[2026-04-06 00:56:12] Production.INFO: ==16659== Releasing lock...
[2026-04-06 00:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:56:15] Production.INFO: call_cost start
[2026-04-06 00:56:15] Production.INFO: call_cost end
[2026-04-06 00:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:56:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:56:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:56:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:56:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:56:15] Production.INFO: ==16655== Releasing lock...
[2026-04-06 00:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:57:01] Production.INFO: ==16722== Lock acquired, processing the job...
[2026-04-06 05:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:57:01] Production.INFO: neon service started
[2026-04-06 05:57:01] Production.INFO: neon service started
[2026-04-06 05:57:01] Production.INFO: ==16722== Releasing lock...
[2026-04-06 05:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:57:01] Production.INFO: ==16724== Lock acquired, processing the job...
[2026-04-06 00:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:57:02] Production.INFO: ==16724== Releasing lock...
[2026-04-06 00:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:57:02] Production.INFO: ==16726== Lock acquired, processing the job...
[2026-04-06 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:57:02] Production.INFO: ==16726== Releasing lock...
[2026-04-06 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:57:02] Production.INFO: ==16734== Lock acquired, processing the job...
[2026-04-06 00:57:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:57:02] Production.INFO: ==16728== Lock acquired, processing the job...
[2026-04-06 00:57:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:57:02] Production.INFO: ==16730== Lock acquired, processing the job...
[2026-04-06 00:57:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:57:02] Production.INFO: Account Balance Start.
[2026-04-06 00:57:02] Production.INFO: CreateAllLog Start
[2026-04-06 00:57:02] Production.INFO: 117
[2026-04-06 00:57:02] Production.INFO: ==16736== Lock acquired, processing the job...
[2026-04-06 00:57:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:57:02] Production.INFO: Date 2026-03-08
[2026-04-06 00:57:03] Production.INFO: ==16732== Lock acquired, processing the job...
[2026-04-06 00:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: ==16736== Releasing lock...
[2026-04-06 00:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-22
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-23
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-24
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-25
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: ==16730== Releasing lock...
[2026-04-06 00:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-26
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-27
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-28
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-29
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-30
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-03-31
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-04-01
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:03] Production.INFO: Date 2026-04-02
[2026-04-06 00:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:57:04] Production.INFO: Total Charge 0
[2026-04-06 00:57:04] Production.INFO: CreateAllLog End
[2026-04-06 00:57:04] Production.INFO: Account Balance End.
[2026-04-06 00:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:57:04] Production.INFO: ==16734== Releasing lock...
[2026-04-06 00:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:57:10] Production.ERROR: CronJobId end10
[2026-04-06 00:57:10] Production.INFO: ==16732== Releasing lock...
[2026-04-06 00:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:57:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:57:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:57:14] Production.INFO: call_cost start
[2026-04-06 00:57:14] Production.INFO: call_cost end
[2026-04-06 00:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:57:14] Production.INFO: ==16728== Releasing lock...
[2026-04-06 00:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:58:01] Production.INFO: ==16795== Lock acquired, processing the job...
[2026-04-06 05:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:58:01] Production.INFO: neon service started
[2026-04-06 05:58:01] Production.INFO: neon service started
[2026-04-06 05:58:01] Production.INFO: ==16795== Releasing lock...
[2026-04-06 05:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:58:02] Production.INFO: ==16797== Lock acquired, processing the job...
[2026-04-06 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:58:02] Production.INFO: ==16797== Releasing lock...
[2026-04-06 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:58:02] Production.INFO: ==16799== Lock acquired, processing the job...
[2026-04-06 04:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:58:02] Production.INFO: ==16799== Releasing lock...
[2026-04-06 04:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:58:03] Production.INFO: ==16801== Lock acquired, processing the job...
[2026-04-06 00:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:58:03] Production.INFO: ==16805== Lock acquired, processing the job...
[2026-04-06 00:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:58:03] Production.INFO: ==16803== Lock acquired, processing the job...
[2026-04-06 00:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:58:03] Production.INFO: ==16809== Lock acquired, processing the job...
[2026-04-06 00:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:58:03] Production.INFO: ==16807== Lock acquired, processing the job...
[2026-04-06 00:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:58:03] Production.INFO: ==16809== Releasing lock...
[2026-04-06 00:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:58:03] Production.INFO: Account Balance Start.
[2026-04-06 00:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:58:03] Production.INFO: 117
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: ==16803== Releasing lock...
[2026-04-06 00:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:58:04] Production.INFO: Total Charge 0
[2026-04-06 00:58:04] Production.INFO: CreateAllLog End
[2026-04-06 00:58:05] Production.INFO: Account Balance End.
[2026-04-06 00:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 00:58:05] Production.INFO: ==16807== Releasing lock...
[2026-04-06 00:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:58:11] Production.ERROR: CronJobId end10
[2026-04-06 00:58:11] Production.INFO: ==16805== Releasing lock...
[2026-04-06 00:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:58:13] Production.INFO: call_cost start
[2026-04-06 00:58:13] Production.INFO: call_cost end
[2026-04-06 00:58:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:58:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:58:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:58:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:58:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:58:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:58:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:58:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:58:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:58:13] Production.INFO: ==16801== Releasing lock...
[2026-04-06 00:58:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:58:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:59:02] Production.INFO: ==16869== Lock acquired, processing the job...
[2026-04-06 05:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 05:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 05:59:02] Production.INFO: neon service started
[2026-04-06 05:59:02] Production.INFO: neon service started
[2026-04-06 05:59:02] Production.INFO: ==16869== Releasing lock...
[2026-04-06 05:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 05:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 00:59:02] Production.INFO: ==16871== Lock acquired, processing the job...
[2026-04-06 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 00:59:02] Production.INFO: ==16871== Releasing lock...
[2026-04-06 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 00:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:59:03] Production.INFO: ==16873== Lock acquired, processing the job...
[2026-04-06 04:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:59:03] Production.INFO: ==16873== Releasing lock...
[2026-04-06 04:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 04:59:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 00:59:03] Production.INFO: ==16877== Lock acquired, processing the job...
[2026-04-06 00:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 00:59:03] Production.INFO: ==16879== Lock acquired, processing the job...
[2026-04-06 00:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 00:59:03] Production.INFO: ==16881== Lock acquired, processing the job...
[2026-04-06 00:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 00:59:03] Production.INFO: ==16875== Lock acquired, processing the job...
[2026-04-06 00:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 00:59:03] Production.INFO: Account Balance Start.
[2026-04-06 00:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 00:59:03] Production.INFO: 117
[2026-04-06 00:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 00:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 00:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 00:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 00:59:03] Production.INFO: ==16883== Lock acquired, processing the job...
[2026-04-06 00:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 00:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 00:59:03] Production.INFO: ==16883== Releasing lock...
[2026-04-06 00:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 00:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 00:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: ==16877== Releasing lock...
[2026-04-06 00:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 00:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 00:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 00:59:04] Production.INFO: Total Charge 0
[2026-04-06 00:59:04] Production.INFO: CreateAllLog End
[2026-04-06 00:59:04] Production.INFO: Account Balance End.
[2026-04-06 00:59:04] Production.ERROR: CronJobId end 12
[2026-04-06 00:59:04] Production.INFO: ==16881== Releasing lock...
[2026-04-06 00:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 00:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 00:59:13] Production.ERROR: CronJobId end10
[2026-04-06 00:59:13] Production.INFO: ==16879== Releasing lock...
[2026-04-06 00:59:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 00:59:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 00:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 00:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 00:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 00:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 00:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 00:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 00:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 00:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 00:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 00:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 00:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 00:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 00:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 00:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 00:59:15] Production.INFO: call_cost start
[2026-04-06 00:59:15] Production.INFO: call_cost end
[2026-04-06 00:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 00:59:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 00:59:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 00:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 00:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 00:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 00:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 00:59:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 00:59:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 00:59:15] Production.INFO: ==16875== Releasing lock...
[2026-04-06 00:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 00:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:00:01] Production.INFO: ==16941== Lock acquired, processing the job...
[2026-04-06 06:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:00:01] Production.INFO: neon service started
[2026-04-06 06:00:01] Production.INFO: neon service started
[2026-04-06 06:00:01] Production.INFO: ==16941== Releasing lock...
[2026-04-06 06:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:00:02] Production.INFO: ==16945== Lock acquired, processing the job...
[2026-04-06 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:00:02] Production.INFO: ==16945== Releasing lock...
[2026-04-06 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:00:02] Production.INFO: ==16943== Lock acquired, processing the job...
[2026-04-06 01:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:00:02] Production.INFO: ==16943== Releasing lock...
[2026-04-06 01:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:00:03] Production.INFO: ==16947== Lock acquired, processing the job...
[2026-04-06 01:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:00:03] Production.INFO: ==16949== Lock acquired, processing the job...
[2026-04-06 01:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:00:03] Production.INFO: ==16951== Lock acquired, processing the job...
[2026-04-06 01:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:00:03] Production.INFO: ==16955== Lock acquired, processing the job...
[2026-04-06 01:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:00:03] Production.INFO: ==16953== Lock acquired, processing the job...
[2026-04-06 01:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:00:03] Production.INFO: ==16955== Releasing lock...
[2026-04-06 01:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:00:03] Production.INFO: Account Balance Start.
[2026-04-06 01:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:00:03] Production.INFO: 117
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: ==16949== Releasing lock...
[2026-04-06 01:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:00:04] Production.INFO: Total Charge 0
[2026-04-06 01:00:04] Production.INFO: CreateAllLog End
[2026-04-06 01:00:04] Production.INFO: Account Balance End.
[2026-04-06 01:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:00:04] Production.INFO: ==16953== Releasing lock...
[2026-04-06 01:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:00:11] Production.ERROR: CronJobId end10
[2026-04-06 01:00:11] Production.INFO: ==16951== Releasing lock...
[2026-04-06 01:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:00:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:00:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:00:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:00:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:00:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:00:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:00:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:00:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:00:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:00:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:00:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:00:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:00:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:00:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:00:12] Production.INFO: call_cost start
[2026-04-06 01:00:12] Production.INFO: call_cost end
[2026-04-06 01:00:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:00:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:00:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:00:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:00:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:00:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:00:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:00:12] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:00:12] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:00:13] Production.INFO: ==16947== Releasing lock...
[2026-04-06 01:00:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:00:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:01:02] Production.INFO: ==17017== Lock acquired, processing the job...
[2026-04-06 06:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:01:02] Production.INFO: neon service started
[2026-04-06 06:01:02] Production.INFO: neon service started
[2026-04-06 06:01:02] Production.INFO: ==17017== Releasing lock...
[2026-04-06 06:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:01:02] Production.INFO: ==17032== Lock acquired, processing the job...
[2026-04-06 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:01:02] Production.INFO: ==17032== Releasing lock...
[2026-04-06 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:01:02] Production.INFO: ==17034== Lock acquired, processing the job...
[2026-04-06 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:01:02] Production.INFO: ==17034== Releasing lock...
[2026-04-06 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:01:03] Production.INFO: ==17036== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 01:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 01:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 01:01:03] Production.INFO: ==17036== Releasing lock...
[2026-04-06 01:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 01:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:01:03] Production.INFO: ==17038== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:01:03] Production.INFO: ==17042== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:01:03] Production.INFO: ==17040== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:01:03] Production.INFO: ==17048== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:01:03] Production.INFO: ==17044== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:01:03] Production.INFO: ==17046== Lock acquired, processing the job...
[2026-04-06 01:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 01:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:01:03] Production.INFO: Account Balance Start.
[2026-04-06 01:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:01:03] Production.INFO: 117
[2026-04-06 01:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: ==17048== Releasing lock...
[2026-04-06 01:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.ERROR: done
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 01:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044830', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:04] Production.INFO: ==17040== Releasing lock...
[2026-04-06 01:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 01:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 01:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:01:05] Production.INFO: Total Charge 0
[2026-04-06 01:01:05] Production.INFO: CreateAllLog End
[2026-04-06 01:01:05] Production.INFO: Account Balance End.
[2026-04-06 01:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:01:05] Production.INFO: ==17044== Releasing lock...
[2026-04-06 01:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044830', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 01:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 01:01:10] Production.INFO: ProcessCDR(1,17044830,1,1,2)
[2026-04-06 01:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044830,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044830,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 01:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 01:01:10] Production.INFO: ==17046== Releasing lock...
[2026-04-06 01:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 01:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:01:14] Production.ERROR: CronJobId end10
[2026-04-06 01:01:14] Production.INFO: ==17042== Releasing lock...
[2026-04-06 01:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:01:17] Production.INFO: call_cost start
[2026-04-06 01:01:17] Production.INFO: call_cost end
[2026-04-06 01:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:01:17] Production.INFO: ==17038== Releasing lock...
[2026-04-06 01:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:02:01] Production.INFO: ==17107== Lock acquired, processing the job...
[2026-04-06 06:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:02:01] Production.INFO: neon service started
[2026-04-06 06:02:01] Production.INFO: neon service started
[2026-04-06 06:02:01] Production.INFO: ==17107== Releasing lock...
[2026-04-06 06:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:02:01] Production.INFO: ==17111== Lock acquired, processing the job...
[2026-04-06 05:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:02:01] Production.INFO: ==17111== Releasing lock...
[2026-04-06 05:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:02:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:02:02] Production.INFO: ==17109== Lock acquired, processing the job...
[2026-04-06 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:02:02] Production.INFO: ==17109== Releasing lock...
[2026-04-06 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:02:03] Production.INFO: ==17114== Lock acquired, processing the job...
[2026-04-06 01:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:02:03] Production.INFO: ==17118== Lock acquired, processing the job...
[2026-04-06 01:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:02:03] Production.INFO: ==17123== Lock acquired, processing the job...
[2026-04-06 01:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 01:02:03] Production.INFO: ==17116== Lock acquired, processing the job...
[2026-04-06 01:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:02:03] Production.INFO: ==17121== Lock acquired, processing the job...
[2026-04-06 01:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:02:03] Production.INFO: ==17125== Lock acquired, processing the job...
[2026-04-06 01:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:02:03] Production.INFO: Account Balance Start.
[2026-04-06 01:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:02:03] Production.INFO: 117
[2026-04-06 01:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:03] Production.INFO: ==17125== Releasing lock...
[2026-04-06 01:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: ==17116== Releasing lock...
[2026-04-06 01:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:02:04] Production.ERROR: done
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.ERROR: done
[2026-04-06 01:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 01:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 01:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:02:04] Production.INFO: ==17123== Releasing lock...
[2026-04-06 01:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 01:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 01:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:02:04] Production.INFO: Total Charge 0
[2026-04-06 01:02:04] Production.INFO: CreateAllLog End
[2026-04-06 01:02:05] Production.INFO: Account Balance End.
[2026-04-06 01:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:02:05] Production.INFO: ==17121== Releasing lock...
[2026-04-06 01:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:02:12] Production.ERROR: CronJobId end10
[2026-04-06 01:02:12] Production.INFO: ==17118== Releasing lock...
[2026-04-06 01:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:02:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:02:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:02:15] Production.INFO: call_cost start
[2026-04-06 01:02:15] Production.INFO: call_cost end
[2026-04-06 01:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:02:15] Production.INFO: ==17114== Releasing lock...
[2026-04-06 01:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:03:01] Production.INFO: ==17186== Lock acquired, processing the job...
[2026-04-06 06:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:03:01] Production.INFO: neon service started
[2026-04-06 06:03:01] Production.INFO: neon service started
[2026-04-06 06:03:01] Production.INFO: ==17186== Releasing lock...
[2026-04-06 06:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:03:02] Production.INFO: ==17188== Lock acquired, processing the job...
[2026-04-06 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:03:02] Production.INFO: ==17188== Releasing lock...
[2026-04-06 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:03:02] Production.INFO: ==17190== Lock acquired, processing the job...
[2026-04-06 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:03:02] Production.INFO: ==17190== Releasing lock...
[2026-04-06 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:03:03] Production.INFO: ==17197== Lock acquired, processing the job...
[2026-04-06 01:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:03:03] Production.INFO: ==17193== Lock acquired, processing the job...
[2026-04-06 01:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:03:03] Production.INFO: ==17195== Lock acquired, processing the job...
[2026-04-06 01:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:03:03] Production.INFO: ==17199== Lock acquired, processing the job...
[2026-04-06 01:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:03:03] Production.INFO: ==17201== Lock acquired, processing the job...
[2026-04-06 01:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:03:03] Production.INFO: Account Balance Start.
[2026-04-06 01:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:03:03] Production.INFO: 117
[2026-04-06 01:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:03] Production.INFO: ==17201== Releasing lock...
[2026-04-06 01:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: ==17195== Releasing lock...
[2026-04-06 01:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:03:04] Production.INFO: Total Charge 0
[2026-04-06 01:03:04] Production.INFO: CreateAllLog End
[2026-04-06 01:03:04] Production.INFO: Account Balance End.
[2026-04-06 01:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:03:04] Production.INFO: ==17199== Releasing lock...
[2026-04-06 01:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:03:11] Production.ERROR: CronJobId end10
[2026-04-06 01:03:11] Production.INFO: ==17197== Releasing lock...
[2026-04-06 01:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:03:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:03:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:03:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:03:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:03:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:03:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:03:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:03:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:03:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:03:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:03:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:03:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:03:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:03:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:03:15] Production.INFO: call_cost start
[2026-04-06 01:03:15] Production.INFO: call_cost end
[2026-04-06 01:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:03:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:03:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:03:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:03:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:03:15] Production.INFO: ==17193== Releasing lock...
[2026-04-06 01:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:04:01] Production.INFO: ==17259== Lock acquired, processing the job...
[2026-04-06 06:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:04:01] Production.INFO: neon service started
[2026-04-06 06:04:01] Production.INFO: neon service started
[2026-04-06 06:04:01] Production.INFO: ==17259== Releasing lock...
[2026-04-06 06:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:04:01] Production.INFO: ==17263== Lock acquired, processing the job...
[2026-04-06 05:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:04:01] Production.INFO: ==17263== Releasing lock...
[2026-04-06 05:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:04:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:04:01] Production.INFO: ==17261== Lock acquired, processing the job...
[2026-04-06 01:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:04:02] Production.INFO: ==17261== Releasing lock...
[2026-04-06 01:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:04:02] Production.INFO: ==17265== Lock acquired, processing the job...
[2026-04-06 01:04:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:04:02] Production.INFO: ==17267== Lock acquired, processing the job...
[2026-04-06 01:04:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:04:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:04:03] Production.INFO: ==17271== Lock acquired, processing the job...
[2026-04-06 01:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:04:03] Production.INFO: ==17269== Lock acquired, processing the job...
[2026-04-06 01:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:04:03] Production.INFO: Account Balance Start.
[2026-04-06 01:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:04:03] Production.INFO: 117
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:04:03] Production.INFO: ==17273== Lock acquired, processing the job...
[2026-04-06 01:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:04:03] Production.INFO: ==17273== Releasing lock...
[2026-04-06 01:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: ==17267== Releasing lock...
[2026-04-06 01:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-03-31
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:03] Production.INFO: Date 2026-04-01
[2026-04-06 01:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:04:04] Production.INFO: Total Charge 0
[2026-04-06 01:04:04] Production.INFO: CreateAllLog End
[2026-04-06 01:04:04] Production.INFO: Account Balance End.
[2026-04-06 01:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:04:04] Production.INFO: ==17271== Releasing lock...
[2026-04-06 01:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:04:10] Production.ERROR: CronJobId end10
[2026-04-06 01:04:10] Production.INFO: ==17269== Releasing lock...
[2026-04-06 01:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:04:14] Production.INFO: call_cost start
[2026-04-06 01:04:14] Production.INFO: call_cost end
[2026-04-06 01:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:04:14] Production.INFO: ==17265== Releasing lock...
[2026-04-06 01:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:05:01] Production.INFO: ==17338== Lock acquired, processing the job...
[2026-04-06 06:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:05:01] Production.INFO: neon service started
[2026-04-06 06:05:01] Production.INFO: neon service started
[2026-04-06 06:05:01] Production.INFO: ==17338== Releasing lock...
[2026-04-06 06:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:05:02] Production.INFO: ==17340== Lock acquired, processing the job...
[2026-04-06 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:05:02] Production.INFO: ==17340== Releasing lock...
[2026-04-06 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:05:02] Production.INFO: ==17342== Lock acquired, processing the job...
[2026-04-06 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:05:02] Production.INFO: ==17342== Releasing lock...
[2026-04-06 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:05:03] Production.INFO: ==17346== Lock acquired, processing the job...
[2026-04-06 01:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:05:03] Production.INFO: ==17344== Lock acquired, processing the job...
[2026-04-06 01:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:05:03] Production.INFO: ==17348== Lock acquired, processing the job...
[2026-04-06 01:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:05:03] Production.INFO: ==17350== Lock acquired, processing the job...
[2026-04-06 01:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:05:03] Production.INFO: ==17352== Lock acquired, processing the job...
[2026-04-06 01:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:05:03] Production.INFO: Account Balance Start.
[2026-04-06 01:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:05:03] Production.INFO: 117
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: ==17352== Releasing lock...
[2026-04-06 01:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: ==17346== Releasing lock...
[2026-04-06 01:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:05:04] Production.INFO: Total Charge 0
[2026-04-06 01:05:05] Production.INFO: CreateAllLog End
[2026-04-06 01:05:05] Production.INFO: Account Balance End.
[2026-04-06 01:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:05:05] Production.INFO: ==17350== Releasing lock...
[2026-04-06 01:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:05:10] Production.ERROR: CronJobId end10
[2026-04-06 01:05:10] Production.INFO: ==17348== Releasing lock...
[2026-04-06 01:05:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:05:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:05:14] Production.INFO: call_cost start
[2026-04-06 01:05:14] Production.INFO: call_cost end
[2026-04-06 01:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:05:14] Production.INFO: ==17344== Releasing lock...
[2026-04-06 01:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:06:02] Production.INFO: ==17411== Lock acquired, processing the job...
[2026-04-06 06:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:06:02] Production.INFO: neon service started
[2026-04-06 06:06:02] Production.INFO: neon service started
[2026-04-06 06:06:02] Production.INFO: ==17411== Releasing lock...
[2026-04-06 06:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:06:02] Production.INFO: ==17413== Lock acquired, processing the job...
[2026-04-06 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:06:02] Production.INFO: ==17413== Releasing lock...
[2026-04-06 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:06:02] Production.INFO: ==17415== Lock acquired, processing the job...
[2026-04-06 05:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:06:02] Production.INFO: ==17415== Releasing lock...
[2026-04-06 05:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:06:03] Production.INFO: ==17423== Lock acquired, processing the job...
[2026-04-06 01:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:06:03] Production.INFO: Account Balance Start.
[2026-04-06 01:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:06:03] Production.INFO: ==17417== Lock acquired, processing the job...
[2026-04-06 01:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:06:03] Production.INFO: 117
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: ==17425== Lock acquired, processing the job...
[2026-04-06 01:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:06:03] Production.INFO: ==17419== Lock acquired, processing the job...
[2026-04-06 01:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: ==17421== Lock acquired, processing the job...
[2026-04-06 01:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: ==17425== Releasing lock...
[2026-04-06 01:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: ==17419== Releasing lock...
[2026-04-06 01:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:06:04] Production.INFO: Total Charge 0
[2026-04-06 01:06:04] Production.INFO: CreateAllLog End
[2026-04-06 01:06:04] Production.INFO: Account Balance End.
[2026-04-06 01:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:06:04] Production.INFO: ==17423== Releasing lock...
[2026-04-06 01:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:06:12] Production.ERROR: CronJobId end10
[2026-04-06 01:06:12] Production.INFO: ==17421== Releasing lock...
[2026-04-06 01:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:06:13] Production.INFO: call_cost start
[2026-04-06 01:06:13] Production.INFO: call_cost end
[2026-04-06 01:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:06:13] Production.INFO: ==17417== Releasing lock...
[2026-04-06 01:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:07:01] Production.INFO: ==17487== Lock acquired, processing the job...
[2026-04-06 06:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:07:01] Production.INFO: neon service started
[2026-04-06 06:07:01] Production.INFO: neon service started
[2026-04-06 06:07:01] Production.INFO: ==17487== Releasing lock...
[2026-04-06 06:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:07:01] Production.INFO: ==17489== Lock acquired, processing the job...
[2026-04-06 01:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:07:02] Production.INFO: ==17489== Releasing lock...
[2026-04-06 01:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:07:02] Production.INFO: ==17491== Lock acquired, processing the job...
[2026-04-06 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:07:02] Production.INFO: ==17491== Releasing lock...
[2026-04-06 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:07:02] Production.INFO: ==17494== Lock acquired, processing the job...
[2026-04-06 01:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:07:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:07:03] Production.INFO: ==17496== Lock acquired, processing the job...
[2026-04-06 01:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:07:03] Production.INFO: ==17498== Lock acquired, processing the job...
[2026-04-06 01:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:07:03] Production.INFO: ==17502== Lock acquired, processing the job...
[2026-04-06 01:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:07:03] Production.INFO: ==17500== Lock acquired, processing the job...
[2026-04-06 01:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:07:03] Production.INFO: Account Balance Start.
[2026-04-06 01:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:07:03] Production.INFO: 117
[2026-04-06 01:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:07:03] Production.INFO: ==17502== Releasing lock...
[2026-04-06 01:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: ==17496== Releasing lock...
[2026-04-06 01:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:07:04] Production.INFO: Total Charge 0
[2026-04-06 01:07:04] Production.INFO: CreateAllLog End
[2026-04-06 01:07:04] Production.INFO: Account Balance End.
[2026-04-06 01:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:07:04] Production.INFO: ==17500== Releasing lock...
[2026-04-06 01:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:07:11] Production.ERROR: CronJobId end10
[2026-04-06 01:07:11] Production.INFO: ==17498== Releasing lock...
[2026-04-06 01:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:07:14] Production.INFO: call_cost start
[2026-04-06 01:07:14] Production.INFO: call_cost end
[2026-04-06 01:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:07:14] Production.INFO: ==17494== Releasing lock...
[2026-04-06 01:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:08:01] Production.INFO: ==17558== Lock acquired, processing the job...
[2026-04-06 06:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:08:01] Production.INFO: neon service started
[2026-04-06 06:08:02] Production.INFO: neon service started
[2026-04-06 06:08:02] Production.INFO: ==17558== Releasing lock...
[2026-04-06 06:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:08:02] Production.INFO: ==17562== Lock acquired, processing the job...
[2026-04-06 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:08:02] Production.INFO: ==17562== Releasing lock...
[2026-04-06 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:08:02] Production.INFO: ==17560== Lock acquired, processing the job...
[2026-04-06 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:08:02] Production.INFO: ==17560== Releasing lock...
[2026-04-06 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:08:03] Production.INFO: ==17566== Lock acquired, processing the job...
[2026-04-06 01:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:08:03] Production.INFO: ==17572== Lock acquired, processing the job...
[2026-04-06 01:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:08:03] Production.INFO: ==17564== Lock acquired, processing the job...
[2026-04-06 01:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:08:03] Production.INFO: ==17568== Lock acquired, processing the job...
[2026-04-06 01:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:08:03] Production.INFO: ==17570== Lock acquired, processing the job...
[2026-04-06 01:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:08:03] Production.INFO: ==17572== Releasing lock...
[2026-04-06 01:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:08:03] Production.INFO: Account Balance Start.
[2026-04-06 01:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:08:03] Production.INFO: 117
[2026-04-06 01:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: ==17566== Releasing lock...
[2026-04-06 01:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:08:04] Production.INFO: Total Charge 0
[2026-04-06 01:08:04] Production.INFO: CreateAllLog End
[2026-04-06 01:08:04] Production.INFO: Account Balance End.
[2026-04-06 01:08:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:08:04] Production.INFO: ==17570== Releasing lock...
[2026-04-06 01:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:08:10] Production.ERROR: CronJobId end10
[2026-04-06 01:08:10] Production.INFO: ==17568== Releasing lock...
[2026-04-06 01:08:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:08:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:08:14] Production.INFO: call_cost start
[2026-04-06 01:08:14] Production.INFO: call_cost end
[2026-04-06 01:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:08:14] Production.INFO: ==17564== Releasing lock...
[2026-04-06 01:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:09:01] Production.INFO: ==17636== Lock acquired, processing the job...
[2026-04-06 06:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:09:01] Production.INFO: neon service started
[2026-04-06 06:09:01] Production.INFO: neon service started
[2026-04-06 06:09:01] Production.INFO: ==17636== Releasing lock...
[2026-04-06 06:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:09:01] Production.INFO: ==17638== Lock acquired, processing the job...
[2026-04-06 01:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:09:01] Production.INFO: ==17638== Releasing lock...
[2026-04-06 01:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:09:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:09:02] Production.INFO: ==17640== Lock acquired, processing the job...
[2026-04-06 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:09:02] Production.INFO: ==17640== Releasing lock...
[2026-04-06 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:09:02] Production.INFO: ==17642== Lock acquired, processing the job...
[2026-04-06 01:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:09:02] Production.INFO: ==17644== Lock acquired, processing the job...
[2026-04-06 01:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:09:02] Production.INFO: ==17646== Lock acquired, processing the job...
[2026-04-06 01:09:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:09:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:09:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:09:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:09:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:09:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:09:02] Production.INFO: ==17648== Lock acquired, processing the job...
[2026-04-06 01:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:09:02] Production.INFO: ==17650== Lock acquired, processing the job...
[2026-04-06 01:09:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:09:03] Production.INFO: Account Balance Start.
[2026-04-06 01:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:09:03] Production.INFO: 117
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:09:03] Production.INFO: ==17650== Releasing lock...
[2026-04-06 01:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: ==17644== Releasing lock...
[2026-04-06 01:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-03-31
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-04-01
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-04-02
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-04-03
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-04-04
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-04-05
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Date 2026-04-06
[2026-04-06 01:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:09:03] Production.INFO: Total Charge 0
[2026-04-06 01:09:03] Production.INFO: CreateAllLog End
[2026-04-06 01:09:04] Production.INFO: Account Balance End.
[2026-04-06 01:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:09:04] Production.INFO: ==17648== Releasing lock...
[2026-04-06 01:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:09:10] Production.ERROR: CronJobId end10
[2026-04-06 01:09:10] Production.INFO: ==17646== Releasing lock...
[2026-04-06 01:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:09:13] Production.INFO: call_cost start
[2026-04-06 01:09:13] Production.INFO: call_cost end
[2026-04-06 01:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:09:13] Production.INFO: ==17642== Releasing lock...
[2026-04-06 01:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:10:01] Production.INFO: ==17710== Lock acquired, processing the job...
[2026-04-06 06:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:10:01] Production.INFO: neon service started
[2026-04-06 06:10:01] Production.INFO: neon service started
[2026-04-06 06:10:01] Production.INFO: ==17710== Releasing lock...
[2026-04-06 06:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:10:02] Production.INFO: ==17714== Lock acquired, processing the job...
[2026-04-06 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:10:02] Production.INFO: ==17714== Releasing lock...
[2026-04-06 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:10:02] Production.INFO: ==17716== Lock acquired, processing the job...
[2026-04-06 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:10:02] Production.INFO: ==17716== Releasing lock...
[2026-04-06 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:10:03] Production.INFO: ==17718== Lock acquired, processing the job...
[2026-04-06 01:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:10:03] Production.INFO: ==17722== Lock acquired, processing the job...
[2026-04-06 01:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:10:03] Production.INFO: ==17720== Lock acquired, processing the job...
[2026-04-06 01:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:10:03] Production.INFO: ==17724== Lock acquired, processing the job...
[2026-04-06 01:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:10:03] Production.INFO: ==17726== Lock acquired, processing the job...
[2026-04-06 01:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:10:03] Production.INFO: Account Balance Start.
[2026-04-06 01:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:10:03] Production.INFO: 117
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:10:03] Production.INFO: ==17726== Releasing lock...
[2026-04-06 01:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: ==17720== Releasing lock...
[2026-04-06 01:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:10:04] Production.INFO: Total Charge 0
[2026-04-06 01:10:04] Production.INFO: CreateAllLog End
[2026-04-06 01:10:04] Production.INFO: Account Balance End.
[2026-04-06 01:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:10:04] Production.INFO: ==17724== Releasing lock...
[2026-04-06 01:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:10:11] Production.ERROR: CronJobId end10
[2026-04-06 01:10:11] Production.INFO: ==17722== Releasing lock...
[2026-04-06 01:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:10:14] Production.INFO: call_cost start
[2026-04-06 01:10:14] Production.INFO: call_cost end
[2026-04-06 01:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:10:14] Production.INFO: ==17718== Releasing lock...
[2026-04-06 01:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:11:02] Production.INFO: ==17786== Lock acquired, processing the job...
[2026-04-06 06:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:11:02] Production.INFO: neon service started
[2026-04-06 06:11:02] Production.INFO: neon service started
[2026-04-06 06:11:02] Production.INFO: ==17786== Releasing lock...
[2026-04-06 06:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:11:02] Production.INFO: ==17788== Lock acquired, processing the job...
[2026-04-06 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:11:02] Production.INFO: ==17790== Lock acquired, processing the job...
[2026-04-06 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:11:02] Production.INFO: ==17788== Releasing lock...
[2026-04-06 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:11:02] Production.INFO: ==17790== Releasing lock...
[2026-04-06 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:11:03] Production.INFO: ==17792== Lock acquired, processing the job...
[2026-04-06 01:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 01:11:03] Production.INFO: ==17794== Lock acquired, processing the job...
[2026-04-06 01:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:11:03] Production.INFO: ==17796== Lock acquired, processing the job...
[2026-04-06 01:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 01:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 01:11:03] Production.ERROR: CronJob PID - 17794
[2026-04-06 01:11:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 01:11:03] Production.ERROR: CronJob ID - 5
[2026-04-06 01:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 01:11:00
[2026-04-06 01:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 01:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 01:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:11:03] Production.INFO: ==17801== Lock acquired, processing the job...
[2026-04-06 01:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 01:11:03] Production.INFO: ==17792== Releasing lock...
[2026-04-06 01:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 01:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:11:04] Production.INFO: ==17803== Lock acquired, processing the job...
[2026-04-06 01:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 01:11:04] Production.INFO: ==17799== Lock acquired, processing the job...
[2026-04-06 01:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:11:04] Production.INFO: ==17805== Lock acquired, processing the job...
[2026-04-06 01:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:11:04] Production.INFO: Account Balance Start.
[2026-04-06 01:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 01:11:04] Production.INFO: 117
[2026-04-06 01:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: ==17805== Releasing lock...
[2026-04-06 01:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:11:04] Production.INFO: Total Charge 0
[2026-04-06 01:11:04] Production.INFO: CreateAllLog End
[2026-04-06 01:11:04] Production.INFO: ==17796== Releasing lock...
[2026-04-06 01:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:11:05] Production.ERROR: done
[2026-04-06 01:11:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 01:11:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044872', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 01:11:05] Production.INFO: Account Balance End.
[2026-04-06 01:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:11:05] Production.INFO: ==17801== Releasing lock...
[2026-04-06 01:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044872', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 01:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 01:11:10] Production.INFO: ProcessCDR(1,17044872,1,1,2)
[2026-04-06 01:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044872,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044872,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 01:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 01:11:10] Production.INFO: ==17803== Releasing lock...
[2026-04-06 01:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 01:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:11:13] Production.ERROR: CronJobId end10
[2026-04-06 01:11:13] Production.INFO: ==17799== Releasing lock...
[2026-04-06 01:11:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:11:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:11:17] Production.INFO: call_cost start
[2026-04-06 01:11:17] Production.INFO: call_cost end
[2026-04-06 01:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:11:17] Production.INFO: ==17794== Releasing lock...
[2026-04-06 01:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:12:01] Production.INFO: ==17866== Lock acquired, processing the job...
[2026-04-06 06:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:12:01] Production.INFO: neon service started
[2026-04-06 06:12:01] Production.INFO: neon service started
[2026-04-06 06:12:01] Production.INFO: ==17866== Releasing lock...
[2026-04-06 06:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:12:01] Production.INFO: ==17868== Lock acquired, processing the job...
[2026-04-06 01:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:12:02] Production.INFO: ==17868== Releasing lock...
[2026-04-06 01:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:12:02] Production.INFO: ==17870== Lock acquired, processing the job...
[2026-04-06 05:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:12:02] Production.INFO: ==17870== Releasing lock...
[2026-04-06 05:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:12:03] Production.INFO: ==17872== Lock acquired, processing the job...
[2026-04-06 01:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:12:03] Production.INFO: ==17878== Lock acquired, processing the job...
[2026-04-06 01:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:12:03] Production.INFO: ==17880== Lock acquired, processing the job...
[2026-04-06 01:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:12:03] Production.INFO: ==17874== Lock acquired, processing the job...
[2026-04-06 01:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:12:03] Production.INFO: ==17876== Lock acquired, processing the job...
[2026-04-06 01:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:12:03] Production.INFO: Account Balance Start.
[2026-04-06 01:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:12:03] Production.INFO: 117
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:12:03] Production.INFO: ==17880== Releasing lock...
[2026-04-06 01:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: ==17874== Releasing lock...
[2026-04-06 01:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:12:04] Production.INFO: Total Charge 0
[2026-04-06 01:12:04] Production.INFO: CreateAllLog End
[2026-04-06 01:12:04] Production.INFO: Account Balance End.
[2026-04-06 01:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:12:04] Production.INFO: ==17878== Releasing lock...
[2026-04-06 01:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:12:11] Production.ERROR: CronJobId end10
[2026-04-06 01:12:11] Production.INFO: ==17876== Releasing lock...
[2026-04-06 01:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:12:14] Production.INFO: call_cost start
[2026-04-06 01:12:14] Production.INFO: call_cost end
[2026-04-06 01:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:12:14] Production.INFO: ==17872== Releasing lock...
[2026-04-06 01:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:13:02] Production.INFO: ==17940== Lock acquired, processing the job...
[2026-04-06 06:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:13:02] Production.INFO: neon service started
[2026-04-06 06:13:02] Production.INFO: neon service started
[2026-04-06 06:13:02] Production.INFO: ==17940== Releasing lock...
[2026-04-06 06:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:13:02] Production.INFO: ==17945== Lock acquired, processing the job...
[2026-04-06 05:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:13:02] Production.INFO: ==17945== Releasing lock...
[2026-04-06 05:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:13:02] Production.INFO: ==17943== Lock acquired, processing the job...
[2026-04-06 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:13:02] Production.INFO: ==17943== Releasing lock...
[2026-04-06 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:13:03] Production.INFO: ==17947== Lock acquired, processing the job...
[2026-04-06 01:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:13:03] Production.INFO: ==17949== Lock acquired, processing the job...
[2026-04-06 01:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:13:03] Production.INFO: ==17951== Lock acquired, processing the job...
[2026-04-06 01:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:13:03] Production.INFO: ==17955== Lock acquired, processing the job...
[2026-04-06 01:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:13:03] Production.INFO: ==17953== Lock acquired, processing the job...
[2026-04-06 01:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:13:03] Production.INFO: Account Balance Start.
[2026-04-06 01:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:13:03] Production.INFO: 117
[2026-04-06 01:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:13:03] Production.INFO: ==17955== Releasing lock...
[2026-04-06 01:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: ==17949== Releasing lock...
[2026-04-06 01:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:13:04] Production.INFO: Total Charge 0
[2026-04-06 01:13:04] Production.INFO: CreateAllLog End
[2026-04-06 01:13:05] Production.INFO: Account Balance End.
[2026-04-06 01:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:13:05] Production.INFO: ==17953== Releasing lock...
[2026-04-06 01:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:13:11] Production.ERROR: CronJobId end10
[2026-04-06 01:13:11] Production.INFO: ==17951== Releasing lock...
[2026-04-06 01:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:13:14] Production.INFO: call_cost start
[2026-04-06 01:13:14] Production.INFO: call_cost end
[2026-04-06 01:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:13:14] Production.INFO: ==17947== Releasing lock...
[2026-04-06 01:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:14:01] Production.INFO: ==18012== Lock acquired, processing the job...
[2026-04-06 06:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:14:01] Production.INFO: neon service started
[2026-04-06 06:14:01] Production.INFO: neon service started
[2026-04-06 06:14:01] Production.INFO: ==18012== Releasing lock...
[2026-04-06 06:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:14:02] Production.INFO: ==18014== Lock acquired, processing the job...
[2026-04-06 01:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:14:02] Production.INFO: ==18016== Lock acquired, processing the job...
[2026-04-06 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:14:02] Production.INFO: ==18016== Releasing lock...
[2026-04-06 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:14:02] Production.INFO: ==18014== Releasing lock...
[2026-04-06 01:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:14:03] Production.INFO: ==18019== Lock acquired, processing the job...
[2026-04-06 01:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:14:03] Production.INFO: ==18021== Lock acquired, processing the job...
[2026-04-06 01:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:14:03] Production.INFO: ==18025== Lock acquired, processing the job...
[2026-04-06 01:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:14:03] Production.INFO: ==18023== Lock acquired, processing the job...
[2026-04-06 01:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:14:03] Production.INFO: ==18027== Lock acquired, processing the job...
[2026-04-06 01:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:14:03] Production.INFO: Account Balance Start.
[2026-04-06 01:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:14:03] Production.INFO: 117
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:14:03] Production.INFO: ==18027== Releasing lock...
[2026-04-06 01:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:14:03] Production.INFO: ==18021== Releasing lock...
[2026-04-06 01:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:14:04] Production.INFO: Total Charge 0
[2026-04-06 01:14:04] Production.INFO: CreateAllLog End
[2026-04-06 01:14:04] Production.INFO: Account Balance End.
[2026-04-06 01:14:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:14:04] Production.INFO: ==18025== Releasing lock...
[2026-04-06 01:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:14:10] Production.ERROR: CronJobId end10
[2026-04-06 01:14:10] Production.INFO: ==18023== Releasing lock...
[2026-04-06 01:14:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:14:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:14:13] Production.INFO: call_cost start
[2026-04-06 01:14:13] Production.INFO: call_cost end
[2026-04-06 01:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:14:13] Production.INFO: ==18019== Releasing lock...
[2026-04-06 01:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:15:01] Production.INFO: ==18084== Lock acquired, processing the job...
[2026-04-06 06:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:15:01] Production.INFO: neon service started
[2026-04-06 06:15:01] Production.INFO: neon service started
[2026-04-06 06:15:01] Production.INFO: ==18084== Releasing lock...
[2026-04-06 06:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:15:02] Production.INFO: ==18086== Lock acquired, processing the job...
[2026-04-06 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:15:02] Production.INFO: ==18086== Releasing lock...
[2026-04-06 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:15:02] Production.INFO: ==18088== Lock acquired, processing the job...
[2026-04-06 05:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:15:02] Production.INFO: ==18088== Releasing lock...
[2026-04-06 05:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:15:03] Production.INFO: ==18092== Lock acquired, processing the job...
[2026-04-06 01:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:15:03] Production.INFO: ==18095== Lock acquired, processing the job...
[2026-04-06 01:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:15:03] Production.INFO: ==18090== Lock acquired, processing the job...
[2026-04-06 01:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:15:03] Production.INFO: ==18097== Lock acquired, processing the job...
[2026-04-06 01:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:15:03] Production.INFO: ==18099== Lock acquired, processing the job...
[2026-04-06 01:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:15:03] Production.INFO: Account Balance Start.
[2026-04-06 01:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:15:03] Production.INFO: 117
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: ==18099== Releasing lock...
[2026-04-06 01:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: ==18092== Releasing lock...
[2026-04-06 01:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:15:04] Production.INFO: Total Charge 0
[2026-04-06 01:15:04] Production.INFO: CreateAllLog End
[2026-04-06 01:15:04] Production.INFO: Account Balance End.
[2026-04-06 01:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:15:04] Production.INFO: ==18097== Releasing lock...
[2026-04-06 01:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:15:11] Production.ERROR: CronJobId end10
[2026-04-06 01:15:11] Production.INFO: ==18095== Releasing lock...
[2026-04-06 01:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:15:13] Production.INFO: call_cost start
[2026-04-06 01:15:13] Production.INFO: call_cost end
[2026-04-06 01:15:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:15:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:15:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:15:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:15:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:15:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:15:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:15:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:15:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:15:13] Production.INFO: ==18090== Releasing lock...
[2026-04-06 01:15:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:15:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:16:02] Production.INFO: ==18161== Lock acquired, processing the job...
[2026-04-06 06:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:16:02] Production.INFO: neon service started
[2026-04-06 06:16:02] Production.INFO: neon service started
[2026-04-06 06:16:02] Production.INFO: ==18161== Releasing lock...
[2026-04-06 06:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:16:02] Production.INFO: ==18165== Lock acquired, processing the job...
[2026-04-06 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:16:02] Production.INFO: ==18165== Releasing lock...
[2026-04-06 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:16:02] Production.INFO: ==18163== Lock acquired, processing the job...
[2026-04-06 01:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:16:02] Production.INFO: ==18163== Releasing lock...
[2026-04-06 01:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:16:03] Production.INFO: ==18167== Lock acquired, processing the job...
[2026-04-06 01:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:16:03] Production.INFO: ==18169== Lock acquired, processing the job...
[2026-04-06 01:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:16:03] Production.INFO: ==18173== Lock acquired, processing the job...
[2026-04-06 01:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:16:03] Production.INFO: ==18171== Lock acquired, processing the job...
[2026-04-06 01:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:16:03] Production.INFO: Account Balance Start.
[2026-04-06 01:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:16:03] Production.INFO: 117
[2026-04-06 01:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:16:03] Production.INFO: ==18175== Lock acquired, processing the job...
[2026-04-06 01:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:16:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: ==18175== Releasing lock...
[2026-04-06 01:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: ==18169== Releasing lock...
[2026-04-06 01:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:16:04] Production.INFO: Total Charge 0
[2026-04-06 01:16:04] Production.INFO: CreateAllLog End
[2026-04-06 01:16:05] Production.INFO: Account Balance End.
[2026-04-06 01:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:16:05] Production.INFO: ==18173== Releasing lock...
[2026-04-06 01:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:16:12] Production.ERROR: CronJobId end10
[2026-04-06 01:16:12] Production.INFO: ==18171== Releasing lock...
[2026-04-06 01:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:16:14] Production.INFO: call_cost start
[2026-04-06 01:16:14] Production.INFO: call_cost end
[2026-04-06 01:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:16:14] Production.INFO: ==18167== Releasing lock...
[2026-04-06 01:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:17:01] Production.INFO: ==18236== Lock acquired, processing the job...
[2026-04-06 06:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:17:01] Production.INFO: neon service started
[2026-04-06 06:17:01] Production.INFO: neon service started
[2026-04-06 06:17:01] Production.INFO: ==18236== Releasing lock...
[2026-04-06 06:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:17:02] Production.INFO: ==18238== Lock acquired, processing the job...
[2026-04-06 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:17:02] Production.INFO: ==18238== Releasing lock...
[2026-04-06 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:17:02] Production.INFO: ==18240== Lock acquired, processing the job...
[2026-04-06 05:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:17:02] Production.INFO: ==18240== Releasing lock...
[2026-04-06 05:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:17:03] Production.INFO: ==18242== Lock acquired, processing the job...
[2026-04-06 01:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:17:03] Production.INFO: ==18244== Lock acquired, processing the job...
[2026-04-06 01:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:17:03] Production.INFO: ==18248== Lock acquired, processing the job...
[2026-04-06 01:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:17:03] Production.INFO: ==18246== Lock acquired, processing the job...
[2026-04-06 01:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:17:03] Production.INFO: Account Balance Start.
[2026-04-06 01:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:17:03] Production.INFO: 117
[2026-04-06 01:17:03] Production.INFO: ==18250== Lock acquired, processing the job...
[2026-04-06 01:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:17:03] Production.INFO: ==18250== Releasing lock...
[2026-04-06 01:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: ==18244== Releasing lock...
[2026-04-06 01:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:17:04] Production.INFO: Total Charge 0
[2026-04-06 01:17:04] Production.INFO: CreateAllLog End
[2026-04-06 01:17:04] Production.INFO: Account Balance End.
[2026-04-06 01:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:17:04] Production.INFO: ==18248== Releasing lock...
[2026-04-06 01:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:17:12] Production.ERROR: CronJobId end10
[2026-04-06 01:17:12] Production.INFO: ==18246== Releasing lock...
[2026-04-06 01:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:17:14] Production.INFO: call_cost start
[2026-04-06 01:17:14] Production.INFO: call_cost end
[2026-04-06 01:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:17:14] Production.INFO: ==18242== Releasing lock...
[2026-04-06 01:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:18:02] Production.INFO: ==18313== Lock acquired, processing the job...
[2026-04-06 06:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:18:02] Production.INFO: neon service started
[2026-04-06 06:18:02] Production.INFO: neon service started
[2026-04-06 06:18:02] Production.INFO: ==18313== Releasing lock...
[2026-04-06 06:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:18:02] Production.INFO: ==18315== Lock acquired, processing the job...
[2026-04-06 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:18:02] Production.INFO: ==18315== Releasing lock...
[2026-04-06 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:18:02] Production.INFO: ==18317== Lock acquired, processing the job...
[2026-04-06 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:18:02] Production.INFO: ==18317== Releasing lock...
[2026-04-06 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:18:03] Production.INFO: ==18328== Lock acquired, processing the job...
[2026-04-06 01:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:18:03] Production.INFO: ==18320== Lock acquired, processing the job...
[2026-04-06 01:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:18:03] Production.INFO: ==18322== Lock acquired, processing the job...
[2026-04-06 01:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:18:03] Production.INFO: ==18324== Lock acquired, processing the job...
[2026-04-06 01:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:18:03] Production.INFO: ==18328== Releasing lock...
[2026-04-06 01:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:18:03] Production.INFO: ==18326== Lock acquired, processing the job...
[2026-04-06 01:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:18:03] Production.INFO: Account Balance Start.
[2026-04-06 01:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:18:03] Production.INFO: 117
[2026-04-06 01:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: ==18322== Releasing lock...
[2026-04-06 01:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:18:04] Production.INFO: Total Charge 0
[2026-04-06 01:18:04] Production.INFO: CreateAllLog End
[2026-04-06 01:18:04] Production.INFO: Account Balance End.
[2026-04-06 01:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:18:05] Production.INFO: ==18326== Releasing lock...
[2026-04-06 01:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:18:11] Production.ERROR: CronJobId end10
[2026-04-06 01:18:11] Production.INFO: ==18324== Releasing lock...
[2026-04-06 01:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:18:14] Production.INFO: call_cost start
[2026-04-06 01:18:14] Production.INFO: call_cost end
[2026-04-06 01:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:18:14] Production.INFO: ==18320== Releasing lock...
[2026-04-06 01:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:19:01] Production.INFO: ==18384== Lock acquired, processing the job...
[2026-04-06 06:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:19:01] Production.INFO: neon service started
[2026-04-06 06:19:01] Production.INFO: neon service started
[2026-04-06 06:19:01] Production.INFO: ==18384== Releasing lock...
[2026-04-06 06:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:19:01] Production.INFO: ==18388== Lock acquired, processing the job...
[2026-04-06 05:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:19:01] Production.INFO: ==18388== Releasing lock...
[2026-04-06 05:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:19:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:19:02] Production.INFO: ==18386== Lock acquired, processing the job...
[2026-04-06 01:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:19:02] Production.INFO: ==18386== Releasing lock...
[2026-04-06 01:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:19:02] Production.INFO: ==18392== Lock acquired, processing the job...
[2026-04-06 01:19:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:19:02] Production.INFO: ==18396== Lock acquired, processing the job...
[2026-04-06 01:19:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:19:02] Production.INFO: Account Balance Start.
[2026-04-06 01:19:02] Production.INFO: CreateAllLog Start
[2026-04-06 01:19:02] Production.INFO: 117
[2026-04-06 01:19:02] Production.INFO: Date 2026-03-08
[2026-04-06 01:19:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:02] Production.INFO: Date 2026-03-09
[2026-04-06 01:19:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: ==18394== Lock acquired, processing the job...
[2026-04-06 01:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: ==18390== Lock acquired, processing the job...
[2026-04-06 01:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: ==18398== Lock acquired, processing the job...
[2026-04-06 01:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: ==18392== Releasing lock...
[2026-04-06 01:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:19:03] Production.INFO: ==18398== Releasing lock...
[2026-04-06 01:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-03-31
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-04-01
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-04-02
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-04-03
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-04-04
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-04-05
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Date 2026-04-06
[2026-04-06 01:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:19:03] Production.INFO: Total Charge 0
[2026-04-06 01:19:03] Production.INFO: CreateAllLog End
[2026-04-06 01:19:04] Production.INFO: Account Balance End.
[2026-04-06 01:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:19:04] Production.INFO: ==18396== Releasing lock...
[2026-04-06 01:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:19:11] Production.ERROR: CronJobId end10
[2026-04-06 01:19:11] Production.INFO: ==18394== Releasing lock...
[2026-04-06 01:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:19:14] Production.INFO: call_cost start
[2026-04-06 01:19:14] Production.INFO: call_cost end
[2026-04-06 01:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:19:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:19:15] Production.INFO: ==18390== Releasing lock...
[2026-04-06 01:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:20:01] Production.INFO: ==18462== Lock acquired, processing the job...
[2026-04-06 06:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:20:01] Production.INFO: neon service started
[2026-04-06 06:20:01] Production.INFO: neon service started
[2026-04-06 06:20:01] Production.INFO: ==18462== Releasing lock...
[2026-04-06 06:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:20:02] Production.INFO: ==18464== Lock acquired, processing the job...
[2026-04-06 01:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:20:02] Production.INFO: ==18464== Releasing lock...
[2026-04-06 01:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:20:02] Production.INFO: ==18466== Lock acquired, processing the job...
[2026-04-06 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:20:02] Production.INFO: ==18466== Releasing lock...
[2026-04-06 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:20:03] Production.INFO: ==18468== Lock acquired, processing the job...
[2026-04-06 01:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:20:03] Production.INFO: ==18472== Lock acquired, processing the job...
[2026-04-06 01:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:20:03] Production.INFO: ==18470== Lock acquired, processing the job...
[2026-04-06 01:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:20:03] Production.INFO: ==18474== Lock acquired, processing the job...
[2026-04-06 01:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:20:03] Production.INFO: ==18477== Lock acquired, processing the job...
[2026-04-06 01:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:20:03] Production.INFO: Account Balance Start.
[2026-04-06 01:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:20:03] Production.INFO: 117
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:20:03] Production.INFO: ==18477== Releasing lock...
[2026-04-06 01:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: ==18470== Releasing lock...
[2026-04-06 01:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:20:04] Production.INFO: Total Charge 0
[2026-04-06 01:20:04] Production.INFO: CreateAllLog End
[2026-04-06 01:20:05] Production.INFO: Account Balance End.
[2026-04-06 01:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:20:05] Production.INFO: ==18474== Releasing lock...
[2026-04-06 01:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:20:12] Production.ERROR: CronJobId end10
[2026-04-06 01:20:12] Production.INFO: ==18472== Releasing lock...
[2026-04-06 01:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:20:14] Production.INFO: call_cost start
[2026-04-06 01:20:14] Production.INFO: call_cost end
[2026-04-06 01:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:20:14] Production.INFO: ==18468== Releasing lock...
[2026-04-06 01:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:21:01] Production.INFO: ==18543== Lock acquired, processing the job...
[2026-04-06 06:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:21:01] Production.INFO: neon service started
[2026-04-06 06:21:01] Production.INFO: neon service started
[2026-04-06 06:21:01] Production.INFO: ==18543== Releasing lock...
[2026-04-06 06:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:21:02] Production.INFO: ==18547== Lock acquired, processing the job...
[2026-04-06 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:21:02] Production.INFO: ==18549== Lock acquired, processing the job...
[2026-04-06 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:21:02] Production.INFO: ==18549== Releasing lock...
[2026-04-06 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:21:02] Production.INFO: ==18547== Releasing lock...
[2026-04-06 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:21:03] Production.INFO: ==18552== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 01:21:03] Production.INFO: ==18554== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 01:21:03] Production.INFO: ==18556== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 01:21:03] Production.INFO: ==18552== Releasing lock...
[2026-04-06 01:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 01:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:21:03] Production.INFO: ==18558== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:21:03] Production.INFO: ==18562== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 01:21:03] Production.INFO: ==18560== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:21:03] Production.INFO: ==18564== Lock acquired, processing the job...
[2026-04-06 01:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:21:03] Production.INFO: Account Balance Start.
[2026-04-06 01:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:21:03] Production.INFO: 117
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:21:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.ERROR: done
[2026-04-06 01:21:04] Production.INFO: ==18564== Releasing lock...
[2026-04-06 01:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 01:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044913', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 01:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:21:04] Production.INFO: Total Charge 0
[2026-04-06 01:21:04] Production.INFO: CreateAllLog End
[2026-04-06 01:21:04] Production.INFO: Account Balance End.
[2026-04-06 01:21:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:21:04] Production.INFO: ==18560== Releasing lock...
[2026-04-06 01:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:21:04] Production.INFO: ==18556== Releasing lock...
[2026-04-06 01:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044913', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 01:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 01:21:10] Production.INFO: ProcessCDR(1,17044913,1,1,2)
[2026-04-06 01:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044913,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044913,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 01:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 01:21:10] Production.INFO: ==18562== Releasing lock...
[2026-04-06 01:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 01:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:21:14] Production.ERROR: CronJobId end10
[2026-04-06 01:21:14] Production.INFO: ==18558== Releasing lock...
[2026-04-06 01:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:21:17] Production.INFO: call_cost start
[2026-04-06 01:21:17] Production.INFO: call_cost end
[2026-04-06 01:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:21:17] Production.INFO: ==18554== Releasing lock...
[2026-04-06 01:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:22:01] Production.INFO: ==18623== Lock acquired, processing the job...
[2026-04-06 06:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:22:01] Production.INFO: neon service started
[2026-04-06 06:22:01] Production.INFO: neon service started
[2026-04-06 06:22:01] Production.INFO: ==18623== Releasing lock...
[2026-04-06 06:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:22:02] Production.INFO: ==18628== Lock acquired, processing the job...
[2026-04-06 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:22:02] Production.INFO: ==18626== Lock acquired, processing the job...
[2026-04-06 05:22:02] Production.INFO: ==18628== Releasing lock...
[2026-04-06 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:22:02] Production.INFO: ==18626== Releasing lock...
[2026-04-06 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:22:03] Production.INFO: ==18632== Lock acquired, processing the job...
[2026-04-06 01:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:22:03] Production.INFO: ==18630== Lock acquired, processing the job...
[2026-04-06 01:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:22:03] Production.INFO: ==18634== Lock acquired, processing the job...
[2026-04-06 01:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:22:03] Production.INFO: ==18636== Lock acquired, processing the job...
[2026-04-06 01:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:22:03] Production.INFO: Account Balance Start.
[2026-04-06 01:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:22:03] Production.INFO: 117
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:03] Production.INFO: ==18638== Lock acquired, processing the job...
[2026-04-06 01:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:22:03] Production.INFO: ==18638== Releasing lock...
[2026-04-06 01:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: ==18632== Releasing lock...
[2026-04-06 01:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:22:04] Production.INFO: Total Charge 0
[2026-04-06 01:22:04] Production.INFO: CreateAllLog End
[2026-04-06 01:22:04] Production.INFO: Account Balance End.
[2026-04-06 01:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:22:04] Production.INFO: ==18636== Releasing lock...
[2026-04-06 01:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:22:11] Production.ERROR: CronJobId end10
[2026-04-06 01:22:11] Production.INFO: ==18634== Releasing lock...
[2026-04-06 01:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:22:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:22:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:22:14] Production.INFO: call_cost start
[2026-04-06 01:22:14] Production.INFO: call_cost end
[2026-04-06 01:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:22:14] Production.INFO: ==18630== Releasing lock...
[2026-04-06 01:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:23:02] Production.INFO: ==18697== Lock acquired, processing the job...
[2026-04-06 06:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:23:02] Production.INFO: neon service started
[2026-04-06 06:23:02] Production.INFO: neon service started
[2026-04-06 06:23:02] Production.INFO: ==18697== Releasing lock...
[2026-04-06 06:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:23:02] Production.INFO: ==18699== Lock acquired, processing the job...
[2026-04-06 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:23:02] Production.INFO: ==18701== Lock acquired, processing the job...
[2026-04-06 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:23:02] Production.INFO: ==18701== Releasing lock...
[2026-04-06 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:23:02] Production.INFO: ==18699== Releasing lock...
[2026-04-06 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:23:03] Production.INFO: ==18704== Lock acquired, processing the job...
[2026-04-06 01:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:23:03] Production.INFO: ==18706== Lock acquired, processing the job...
[2026-04-06 01:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:23:03] Production.INFO: ==18708== Lock acquired, processing the job...
[2026-04-06 01:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:23:03] Production.INFO: ==18710== Lock acquired, processing the job...
[2026-04-06 01:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:23:03] Production.INFO: Account Balance Start.
[2026-04-06 01:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:23:03] Production.INFO: ==18712== Lock acquired, processing the job...
[2026-04-06 01:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:23:03] Production.INFO: 117
[2026-04-06 01:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:23:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:23:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:23:04] Production.INFO: ==18712== Releasing lock...
[2026-04-06 01:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: ==18706== Releasing lock...
[2026-04-06 01:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:23:04] Production.INFO: Total Charge 0
[2026-04-06 01:23:04] Production.INFO: CreateAllLog End
[2026-04-06 01:23:04] Production.INFO: Account Balance End.
[2026-04-06 01:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:23:04] Production.INFO: ==18710== Releasing lock...
[2026-04-06 01:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:23:11] Production.ERROR: CronJobId end10
[2026-04-06 01:23:11] Production.INFO: ==18708== Releasing lock...
[2026-04-06 01:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:23:14] Production.INFO: call_cost start
[2026-04-06 01:23:14] Production.INFO: call_cost end
[2026-04-06 01:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:23:14] Production.INFO: ==18704== Releasing lock...
[2026-04-06 01:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:24:01] Production.INFO: ==18780== Lock acquired, processing the job...
[2026-04-06 06:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:24:01] Production.INFO: neon service started
[2026-04-06 06:24:01] Production.INFO: neon service started
[2026-04-06 06:24:01] Production.INFO: ==18780== Releasing lock...
[2026-04-06 06:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:24:01] Production.INFO: ==18782== Lock acquired, processing the job...
[2026-04-06 01:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:24:02] Production.INFO: ==18782== Releasing lock...
[2026-04-06 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:24:02] Production.INFO: ==18784== Lock acquired, processing the job...
[2026-04-06 05:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:24:02] Production.INFO: ==18784== Releasing lock...
[2026-04-06 05:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:24:03] Production.INFO: ==18795== Lock acquired, processing the job...
[2026-04-06 01:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:24:03] Production.INFO: ==18787== Lock acquired, processing the job...
[2026-04-06 01:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:24:03] Production.INFO: ==18789== Lock acquired, processing the job...
[2026-04-06 01:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:24:03] Production.INFO: ==18791== Lock acquired, processing the job...
[2026-04-06 01:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:24:03] Production.INFO: ==18793== Lock acquired, processing the job...
[2026-04-06 01:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:24:03] Production.INFO: ==18795== Releasing lock...
[2026-04-06 01:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:24:03] Production.INFO: Account Balance Start.
[2026-04-06 01:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:24:03] Production.INFO: 117
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:24:04] Production.INFO: ==18789== Releasing lock...
[2026-04-06 01:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:24:04] Production.INFO: Total Charge 0
[2026-04-06 01:24:04] Production.INFO: CreateAllLog End
[2026-04-06 01:24:05] Production.INFO: Account Balance End.
[2026-04-06 01:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:24:05] Production.INFO: ==18793== Releasing lock...
[2026-04-06 01:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:24:11] Production.ERROR: CronJobId end10
[2026-04-06 01:24:11] Production.INFO: ==18791== Releasing lock...
[2026-04-06 01:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:24:13] Production.INFO: call_cost start
[2026-04-06 01:24:13] Production.INFO: call_cost end
[2026-04-06 01:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:24:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:24:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:24:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:24:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:24:13] Production.INFO: ==18787== Releasing lock...
[2026-04-06 01:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:25:02] Production.INFO: ==18854== Lock acquired, processing the job...
[2026-04-06 06:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:25:02] Production.INFO: neon service started
[2026-04-06 06:25:02] Production.INFO: neon service started
[2026-04-06 06:25:02] Production.INFO: ==18854== Releasing lock...
[2026-04-06 06:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:25:02] Production.INFO: ==18857== Lock acquired, processing the job...
[2026-04-06 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:25:02] Production.INFO: ==18857== Releasing lock...
[2026-04-06 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:25:02] Production.INFO: ==18859== Lock acquired, processing the job...
[2026-04-06 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:25:02] Production.INFO: ==18859== Releasing lock...
[2026-04-06 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:25:03] Production.INFO: ==18869== Lock acquired, processing the job...
[2026-04-06 01:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:25:03] Production.INFO: ==18869== Releasing lock...
[2026-04-06 01:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:25:03] Production.INFO: ==18861== Lock acquired, processing the job...
[2026-04-06 01:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:25:03] Production.INFO: ==18863== Lock acquired, processing the job...
[2026-04-06 01:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:25:03] Production.INFO: ==18865== Lock acquired, processing the job...
[2026-04-06 01:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:25:03] Production.INFO: ==18867== Lock acquired, processing the job...
[2026-04-06 01:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:25:03] Production.INFO: Account Balance Start.
[2026-04-06 01:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:25:03] Production.INFO: 117
[2026-04-06 01:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: ==18863== Releasing lock...
[2026-04-06 01:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:25:04] Production.INFO: Total Charge 0
[2026-04-06 01:25:04] Production.INFO: CreateAllLog End
[2026-04-06 01:25:05] Production.INFO: Account Balance End.
[2026-04-06 01:25:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:25:05] Production.INFO: ==18867== Releasing lock...
[2026-04-06 01:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:25:10] Production.ERROR: CronJobId end10
[2026-04-06 01:25:10] Production.INFO: ==18865== Releasing lock...
[2026-04-06 01:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:25:13] Production.INFO: call_cost start
[2026-04-06 01:25:13] Production.INFO: call_cost end
[2026-04-06 01:25:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:25:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:25:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:25:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:25:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:25:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:25:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:25:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:25:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:25:13] Production.INFO: ==18861== Releasing lock...
[2026-04-06 01:25:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:25:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:26:01] Production.INFO: ==18933== Lock acquired, processing the job...
[2026-04-06 06:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:26:01] Production.INFO: neon service started
[2026-04-06 06:26:01] Production.INFO: neon service started
[2026-04-06 06:26:01] Production.INFO: ==18933== Releasing lock...
[2026-04-06 06:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:26:01] Production.INFO: ==18935== Lock acquired, processing the job...
[2026-04-06 01:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:26:02] Production.INFO: ==18935== Releasing lock...
[2026-04-06 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:26:02] Production.INFO: ==18937== Lock acquired, processing the job...
[2026-04-06 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:26:02] Production.INFO: ==18937== Releasing lock...
[2026-04-06 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:26:02] Production.INFO: ==18945== Lock acquired, processing the job...
[2026-04-06 01:26:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:26:02] Production.INFO: Account Balance Start.
[2026-04-06 01:26:02] Production.INFO: CreateAllLog Start
[2026-04-06 01:26:02] Production.INFO: 117
[2026-04-06 01:26:02] Production.INFO: Date 2026-03-08
[2026-04-06 01:26:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:02] Production.INFO: Date 2026-03-09
[2026-04-06 01:26:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:02] Production.INFO: Date 2026-03-10
[2026-04-06 01:26:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: ==18939== Lock acquired, processing the job...
[2026-04-06 01:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: ==18941== Lock acquired, processing the job...
[2026-04-06 01:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:26:03] Production.INFO: ==18943== Lock acquired, processing the job...
[2026-04-06 01:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: ==18948== Lock acquired, processing the job...
[2026-04-06 01:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:26:03] Production.INFO: ==18948== Releasing lock...
[2026-04-06 01:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-03-31
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-04-01
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-04-02
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-04-03
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-04-04
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-04-05
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Date 2026-04-06
[2026-04-06 01:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:26:03] Production.INFO: Total Charge 0
[2026-04-06 01:26:03] Production.INFO: ==18941== Releasing lock...
[2026-04-06 01:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:26:03] Production.INFO: CreateAllLog End
[2026-04-06 01:26:04] Production.INFO: Account Balance End.
[2026-04-06 01:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:26:04] Production.INFO: ==18945== Releasing lock...
[2026-04-06 01:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:26:10] Production.ERROR: CronJobId end10
[2026-04-06 01:26:10] Production.INFO: ==18943== Releasing lock...
[2026-04-06 01:26:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:26:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:26:13] Production.INFO: call_cost start
[2026-04-06 01:26:13] Production.INFO: call_cost end
[2026-04-06 01:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:26:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:26:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:26:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:26:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:26:13] Production.INFO: ==18939== Releasing lock...
[2026-04-06 01:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:27:01] Production.INFO: ==19006== Lock acquired, processing the job...
[2026-04-06 06:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:27:01] Production.INFO: neon service started
[2026-04-06 06:27:01] Production.INFO: neon service started
[2026-04-06 06:27:01] Production.INFO: ==19006== Releasing lock...
[2026-04-06 06:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:27:02] Production.INFO: ==19010== Lock acquired, processing the job...
[2026-04-06 05:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:27:02] Production.INFO: ==19010== Releasing lock...
[2026-04-06 05:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:27:02] Production.INFO: ==19008== Lock acquired, processing the job...
[2026-04-06 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:27:02] Production.INFO: ==19008== Releasing lock...
[2026-04-06 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:27:03] Production.INFO: ==19012== Lock acquired, processing the job...
[2026-04-06 01:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:27:03] Production.INFO: ==19016== Lock acquired, processing the job...
[2026-04-06 01:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:27:03] Production.INFO: ==19014== Lock acquired, processing the job...
[2026-04-06 01:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:27:03] Production.INFO: ==19018== Lock acquired, processing the job...
[2026-04-06 01:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:27:03] Production.INFO: ==19021== Lock acquired, processing the job...
[2026-04-06 01:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:27:03] Production.INFO: Account Balance Start.
[2026-04-06 01:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:27:03] Production.INFO: 117
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: ==19021== Releasing lock...
[2026-04-06 01:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: ==19014== Releasing lock...
[2026-04-06 01:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:27:04] Production.INFO: Total Charge 0
[2026-04-06 01:27:04] Production.INFO: CreateAllLog End
[2026-04-06 01:27:04] Production.INFO: Account Balance End.
[2026-04-06 01:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:27:04] Production.INFO: ==19018== Releasing lock...
[2026-04-06 01:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:27:11] Production.ERROR: CronJobId end10
[2026-04-06 01:27:11] Production.INFO: ==19016== Releasing lock...
[2026-04-06 01:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:27:14] Production.INFO: call_cost start
[2026-04-06 01:27:14] Production.INFO: call_cost end
[2026-04-06 01:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:27:14] Production.INFO: ==19012== Releasing lock...
[2026-04-06 01:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:28:02] Production.INFO: ==19083== Lock acquired, processing the job...
[2026-04-06 06:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:28:02] Production.INFO: neon service started
[2026-04-06 06:28:02] Production.INFO: neon service started
[2026-04-06 06:28:02] Production.INFO: ==19083== Releasing lock...
[2026-04-06 06:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:28:02] Production.INFO: ==19085== Lock acquired, processing the job...
[2026-04-06 01:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:28:02] Production.INFO: ==19085== Releasing lock...
[2026-04-06 01:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:28:02] Production.INFO: ==19087== Lock acquired, processing the job...
[2026-04-06 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:28:03] Production.INFO: ==19087== Releasing lock...
[2026-04-06 05:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:28:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:28:03] Production.INFO: ==19090== Lock acquired, processing the job...
[2026-04-06 01:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:28:03] Production.INFO: ==19092== Lock acquired, processing the job...
[2026-04-06 01:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:28:03] Production.INFO: ==19096== Lock acquired, processing the job...
[2026-04-06 01:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:28:03] Production.INFO: ==19094== Lock acquired, processing the job...
[2026-04-06 01:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:28:03] Production.INFO: ==19098== Lock acquired, processing the job...
[2026-04-06 01:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:28:03] Production.INFO: Account Balance Start.
[2026-04-06 01:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:28:03] Production.INFO: 117
[2026-04-06 01:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:28:03] Production.INFO: ==19098== Releasing lock...
[2026-04-06 01:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: ==19092== Releasing lock...
[2026-04-06 01:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:28:04] Production.INFO: Total Charge 0
[2026-04-06 01:28:04] Production.INFO: CreateAllLog End
[2026-04-06 01:28:05] Production.INFO: Account Balance End.
[2026-04-06 01:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:28:05] Production.INFO: ==19096== Releasing lock...
[2026-04-06 01:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:28:10] Production.ERROR: CronJobId end10
[2026-04-06 01:28:10] Production.INFO: ==19094== Releasing lock...
[2026-04-06 01:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:28:13] Production.INFO: call_cost start
[2026-04-06 01:28:13] Production.INFO: call_cost end
[2026-04-06 01:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:28:13] Production.INFO: ==19090== Releasing lock...
[2026-04-06 01:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:29:01] Production.INFO: ==19154== Lock acquired, processing the job...
[2026-04-06 06:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:29:01] Production.INFO: neon service started
[2026-04-06 06:29:01] Production.INFO: neon service started
[2026-04-06 06:29:01] Production.INFO: ==19154== Releasing lock...
[2026-04-06 06:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:29:01] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:29:01] Production.INFO: ==19156== Lock acquired, processing the job...
[2026-04-06 01:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:29:02] Production.INFO: ==19156== Releasing lock...
[2026-04-06 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:29:02] Production.INFO: ==19158== Lock acquired, processing the job...
[2026-04-06 05:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:29:02] Production.INFO: ==19158== Releasing lock...
[2026-04-06 05:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:29:02] Production.INFO: ==19166== Lock acquired, processing the job...
[2026-04-06 01:29:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:29:02] Production.INFO: ==19160== Lock acquired, processing the job...
[2026-04-06 01:29:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:29:03] Production.INFO: ==19162== Lock acquired, processing the job...
[2026-04-06 01:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:29:03] Production.INFO: ==19164== Lock acquired, processing the job...
[2026-04-06 01:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:29:03] Production.INFO: ==19168== Lock acquired, processing the job...
[2026-04-06 01:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:29:03] Production.INFO: Account Balance Start.
[2026-04-06 01:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:29:03] Production.INFO: 117
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:29:03] Production.INFO: ==19168== Releasing lock...
[2026-04-06 01:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: ==19162== Releasing lock...
[2026-04-06 01:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:03] Production.INFO: Date 2026-03-31
[2026-04-06 01:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:29:04] Production.INFO: Total Charge 0
[2026-04-06 01:29:04] Production.INFO: CreateAllLog End
[2026-04-06 01:29:04] Production.INFO: Account Balance End.
[2026-04-06 01:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:29:04] Production.INFO: ==19166== Releasing lock...
[2026-04-06 01:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:29:11] Production.ERROR: CronJobId end10
[2026-04-06 01:29:11] Production.INFO: ==19164== Releasing lock...
[2026-04-06 01:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:29:14] Production.INFO: call_cost start
[2026-04-06 01:29:14] Production.INFO: call_cost end
[2026-04-06 01:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:29:14] Production.INFO: ==19160== Releasing lock...
[2026-04-06 01:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:30:02] Production.INFO: ==19226== Lock acquired, processing the job...
[2026-04-06 06:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:30:02] Production.INFO: neon service started
[2026-04-06 06:30:02] Production.INFO: neon service started
[2026-04-06 06:30:02] Production.INFO: ==19226== Releasing lock...
[2026-04-06 06:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:30:02] Production.INFO: ==19230== Lock acquired, processing the job...
[2026-04-06 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:30:02] Production.INFO: ==19230== Releasing lock...
[2026-04-06 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:30:02] Production.INFO: ==19228== Lock acquired, processing the job...
[2026-04-06 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:30:02] Production.INFO: ==19228== Releasing lock...
[2026-04-06 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:30:03] Production.INFO: ==19232== Lock acquired, processing the job...
[2026-04-06 01:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:30:03] Production.INFO: ==19234== Lock acquired, processing the job...
[2026-04-06 01:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:30:03] Production.INFO: ==19239== Lock acquired, processing the job...
[2026-04-06 01:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:30:03] Production.INFO: ==19236== Lock acquired, processing the job...
[2026-04-06 01:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:30:03] Production.INFO: Account Balance Start.
[2026-04-06 01:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:30:03] Production.INFO: 117
[2026-04-06 01:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:03] Production.INFO: ==19241== Lock acquired, processing the job...
[2026-04-06 01:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:30:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:30:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:30:04] Production.INFO: ==19241== Releasing lock...
[2026-04-06 01:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: ==19234== Releasing lock...
[2026-04-06 01:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:30:04] Production.INFO: Total Charge 0
[2026-04-06 01:30:04] Production.INFO: CreateAllLog End
[2026-04-06 01:30:05] Production.INFO: Account Balance End.
[2026-04-06 01:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:30:05] Production.INFO: ==19239== Releasing lock...
[2026-04-06 01:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:30:11] Production.ERROR: CronJobId end10
[2026-04-06 01:30:11] Production.INFO: ==19236== Releasing lock...
[2026-04-06 01:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:30:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:30:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:30:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:30:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:30:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:30:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:30:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:30:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:30:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:30:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:30:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:30:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:30:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:30:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:30:15] Production.INFO: call_cost start
[2026-04-06 01:30:15] Production.INFO: call_cost end
[2026-04-06 01:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:30:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:30:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:30:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:30:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:30:15] Production.INFO: ==19232== Releasing lock...
[2026-04-06 01:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:31:01] Production.INFO: ==19304== Lock acquired, processing the job...
[2026-04-06 06:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:31:01] Production.INFO: neon service started
[2026-04-06 06:31:01] Production.INFO: neon service started
[2026-04-06 06:31:01] Production.INFO: ==19304== Releasing lock...
[2026-04-06 06:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:31:02] Production.INFO: ==19306== Lock acquired, processing the job...
[2026-04-06 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:31:02] Production.INFO: ==19308== Lock acquired, processing the job...
[2026-04-06 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:31:02] Production.INFO: ==19308== Releasing lock...
[2026-04-06 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:31:02] Production.INFO: ==19306== Releasing lock...
[2026-04-06 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:31:03] Production.INFO: ==19313== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:31:03] Production.INFO: ==19311== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 01:31:03] Production.INFO: ==19315== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:31:03] Production.INFO: ==19317== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 01:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 01:31:03] Production.ERROR: CronJob PID - 19313
[2026-04-06 01:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 01:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 01:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 01:31:00
[2026-04-06 01:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 01:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 01:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 01:31:03] Production.ERROR: CronJob PID - 19315
[2026-04-06 01:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 01:31:03] Production.ERROR: CronJob ID - 7
[2026-04-06 01:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 01:31:00
[2026-04-06 01:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 01:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 01:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 01:31:03] Production.INFO: ==19311== Releasing lock...
[2026-04-06 01:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 01:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:31:03] Production.INFO: ==19319== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:31:03] Production.INFO: ==19321== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 01:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:31:03] Production.INFO: ==19323== Lock acquired, processing the job...
[2026-04-06 01:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:31:03] Production.INFO: Account Balance Start.
[2026-04-06 01:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:31:03] Production.INFO: 117
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: ==19323== Releasing lock...
[2026-04-06 01:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: ==19315== Releasing lock...
[2026-04-06 01:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.ERROR: done
[2026-04-06 01:31:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:31:04] Production.INFO: Total Charge 0
[2026-04-06 01:31:04] Production.INFO: CreateAllLog End
[2026-04-06 01:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 01:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044954', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 01:31:04] Production.INFO: Account Balance End.
[2026-04-06 01:31:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:31:04] Production.INFO: ==19319== Releasing lock...
[2026-04-06 01:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044954', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 01:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 01:31:10] Production.INFO: ProcessCDR(1,17044954,1,1,2)
[2026-04-06 01:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044954,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044954,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 01:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 01:31:10] Production.INFO: ==19321== Releasing lock...
[2026-04-06 01:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 01:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:31:13] Production.ERROR: CronJobId end10
[2026-04-06 01:31:13] Production.INFO: ==19317== Releasing lock...
[2026-04-06 01:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:31:16] Production.INFO: call_cost start
[2026-04-06 01:31:16] Production.INFO: call_cost end
[2026-04-06 01:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:31:16] Production.INFO: ==19313== Releasing lock...
[2026-04-06 01:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:32:01] Production.INFO: ==19380== Lock acquired, processing the job...
[2026-04-06 06:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:32:01] Production.INFO: neon service started
[2026-04-06 06:32:01] Production.INFO: neon service started
[2026-04-06 06:32:01] Production.INFO: ==19380== Releasing lock...
[2026-04-06 06:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:32:02] Production.INFO: ==19382== Lock acquired, processing the job...
[2026-04-06 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:32:02] Production.INFO: ==19382== Releasing lock...
[2026-04-06 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:32:02] Production.INFO: ==19384== Lock acquired, processing the job...
[2026-04-06 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:32:02] Production.INFO: ==19384== Releasing lock...
[2026-04-06 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:32:03] Production.INFO: ==19388== Lock acquired, processing the job...
[2026-04-06 01:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:32:03] Production.INFO: ==19392== Lock acquired, processing the job...
[2026-04-06 01:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:32:03] Production.INFO: ==19386== Lock acquired, processing the job...
[2026-04-06 01:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:32:03] Production.INFO: ==19390== Lock acquired, processing the job...
[2026-04-06 01:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:32:03] Production.INFO: ==19394== Lock acquired, processing the job...
[2026-04-06 01:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:32:03] Production.INFO: Account Balance Start.
[2026-04-06 01:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:32:03] Production.INFO: 117
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:32:03] Production.INFO: ==19394== Releasing lock...
[2026-04-06 01:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: ==19388== Releasing lock...
[2026-04-06 01:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:32:04] Production.INFO: Total Charge 0
[2026-04-06 01:32:04] Production.INFO: CreateAllLog End
[2026-04-06 01:32:04] Production.INFO: Account Balance End.
[2026-04-06 01:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:32:04] Production.INFO: ==19392== Releasing lock...
[2026-04-06 01:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:32:13] Production.ERROR: CronJobId end10
[2026-04-06 01:32:13] Production.INFO: ==19390== Releasing lock...
[2026-04-06 01:32:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:32:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:32:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:32:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:32:15] Production.INFO: call_cost start
[2026-04-06 01:32:15] Production.INFO: call_cost end
[2026-04-06 01:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:32:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:32:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:32:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:32:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:32:15] Production.INFO: ==19386== Releasing lock...
[2026-04-06 01:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:33:02] Production.INFO: ==19453== Lock acquired, processing the job...
[2026-04-06 06:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:33:02] Production.INFO: neon service started
[2026-04-06 06:33:02] Production.INFO: neon service started
[2026-04-06 06:33:02] Production.INFO: ==19453== Releasing lock...
[2026-04-06 06:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:33:02] Production.INFO: ==19455== Lock acquired, processing the job...
[2026-04-06 01:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:33:02] Production.INFO: ==19455== Releasing lock...
[2026-04-06 01:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:33:03] Production.INFO: ==19457== Lock acquired, processing the job...
[2026-04-06 05:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:33:03] Production.INFO: ==19457== Releasing lock...
[2026-04-06 05:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:33:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:33:03] Production.INFO: ==19463== Lock acquired, processing the job...
[2026-04-06 01:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:33:03] Production.INFO: ==19461== Lock acquired, processing the job...
[2026-04-06 01:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:33:03] Production.INFO: ==19459== Lock acquired, processing the job...
[2026-04-06 01:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:33:03] Production.INFO: ==19467== Lock acquired, processing the job...
[2026-04-06 01:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:33:03] Production.INFO: ==19465== Lock acquired, processing the job...
[2026-04-06 01:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:33:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:33:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:33:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:33:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:33:04] Production.INFO: ==19467== Releasing lock...
[2026-04-06 01:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:33:04] Production.INFO: Account Balance Start.
[2026-04-06 01:33:04] Production.INFO: CreateAllLog Start
[2026-04-06 01:33:04] Production.INFO: 117
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-08
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:04] Production.INFO: ==19461== Releasing lock...
[2026-04-06 01:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-24
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-25
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-26
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-27
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-28
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-29
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-30
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-03-31
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-04-01
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-04-02
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-04-03
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-04-04
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-04-05
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:33:05] Production.INFO: Total Charge 0
[2026-04-06 01:33:05] Production.INFO: CreateAllLog End
[2026-04-06 01:33:06] Production.INFO: Account Balance End.
[2026-04-06 01:33:06] Production.ERROR: CronJobId end 12
[2026-04-06 01:33:06] Production.INFO: ==19465== Releasing lock...
[2026-04-06 01:33:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:33:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:33:12] Production.ERROR: CronJobId end10
[2026-04-06 01:33:12] Production.INFO: ==19463== Releasing lock...
[2026-04-06 01:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:33:15] Production.INFO: call_cost start
[2026-04-06 01:33:15] Production.INFO: call_cost end
[2026-04-06 01:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:33:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:33:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:33:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:33:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:33:15] Production.INFO: ==19459== Releasing lock...
[2026-04-06 01:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:34:01] Production.INFO: ==19529== Lock acquired, processing the job...
[2026-04-06 06:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:34:01] Production.INFO: neon service started
[2026-04-06 06:34:01] Production.INFO: neon service started
[2026-04-06 06:34:01] Production.INFO: ==19529== Releasing lock...
[2026-04-06 06:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:34:02] Production.INFO: ==19531== Lock acquired, processing the job...
[2026-04-06 01:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:34:02] Production.INFO: ==19533== Lock acquired, processing the job...
[2026-04-06 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:34:02] Production.INFO: ==19533== Releasing lock...
[2026-04-06 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:34:02] Production.INFO: ==19531== Releasing lock...
[2026-04-06 01:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:34:03] Production.INFO: ==19536== Lock acquired, processing the job...
[2026-04-06 01:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:34:03] Production.INFO: ==19538== Lock acquired, processing the job...
[2026-04-06 01:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:34:03] Production.INFO: ==19544== Lock acquired, processing the job...
[2026-04-06 01:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:34:03] Production.INFO: ==19540== Lock acquired, processing the job...
[2026-04-06 01:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:34:03] Production.INFO: ==19542== Lock acquired, processing the job...
[2026-04-06 01:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:34:03] Production.INFO: Account Balance Start.
[2026-04-06 01:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:34:03] Production.INFO: 117
[2026-04-06 01:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:03] Production.INFO: ==19544== Releasing lock...
[2026-04-06 01:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: ==19538== Releasing lock...
[2026-04-06 01:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Date 2026-04-01
[2026-04-06 01:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Date 2026-04-02
[2026-04-06 01:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Date 2026-04-03
[2026-04-06 01:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Date 2026-04-04
[2026-04-06 01:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Date 2026-04-05
[2026-04-06 01:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:34:05] Production.INFO: Total Charge 0
[2026-04-06 01:34:05] Production.INFO: CreateAllLog End
[2026-04-06 01:34:05] Production.INFO: Account Balance End.
[2026-04-06 01:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:34:05] Production.INFO: ==19542== Releasing lock...
[2026-04-06 01:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:34:11] Production.ERROR: CronJobId end10
[2026-04-06 01:34:11] Production.INFO: ==19540== Releasing lock...
[2026-04-06 01:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:34:13] Production.INFO: call_cost start
[2026-04-06 01:34:13] Production.INFO: call_cost end
[2026-04-06 01:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:34:14] Production.INFO: ==19536== Releasing lock...
[2026-04-06 01:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:35:02] Production.INFO: ==19601== Lock acquired, processing the job...
[2026-04-06 06:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:35:02] Production.INFO: neon service started
[2026-04-06 06:35:02] Production.INFO: neon service started
[2026-04-06 06:35:02] Production.INFO: ==19601== Releasing lock...
[2026-04-06 06:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:35:02] Production.INFO: ==19605== Lock acquired, processing the job...
[2026-04-06 01:35:02] Production.INFO: ==19603== Lock acquired, processing the job...
[2026-04-06 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:35:02] Production.INFO: ==19605== Releasing lock...
[2026-04-06 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:35:03] Production.INFO: ==19603== Releasing lock...
[2026-04-06 01:35:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:35:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:35:03] Production.INFO: ==19607== Lock acquired, processing the job...
[2026-04-06 01:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:35:03] Production.INFO: ==19609== Lock acquired, processing the job...
[2026-04-06 01:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:35:03] Production.INFO: ==19611== Lock acquired, processing the job...
[2026-04-06 01:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:35:03] Production.INFO: ==19613== Lock acquired, processing the job...
[2026-04-06 01:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:35:03] Production.INFO: Account Balance Start.
[2026-04-06 01:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:35:03] Production.INFO: 117
[2026-04-06 01:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: ==19616== Lock acquired, processing the job...
[2026-04-06 01:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:35:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:35:04] Production.INFO: ==19616== Releasing lock...
[2026-04-06 01:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: ==19609== Releasing lock...
[2026-04-06 01:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:35:05] Production.INFO: Total Charge 0
[2026-04-06 01:35:05] Production.INFO: CreateAllLog End
[2026-04-06 01:35:05] Production.INFO: Account Balance End.
[2026-04-06 01:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:35:05] Production.INFO: ==19613== Releasing lock...
[2026-04-06 01:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:35:11] Production.ERROR: CronJobId end10
[2026-04-06 01:35:11] Production.INFO: ==19611== Releasing lock...
[2026-04-06 01:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:35:14] Production.INFO: call_cost start
[2026-04-06 01:35:14] Production.INFO: call_cost end
[2026-04-06 01:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:35:14] Production.INFO: ==19607== Releasing lock...
[2026-04-06 01:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:36:01] Production.INFO: ==19673== Lock acquired, processing the job...
[2026-04-06 06:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:36:01] Production.INFO: neon service started
[2026-04-06 06:36:01] Production.INFO: neon service started
[2026-04-06 06:36:01] Production.INFO: ==19673== Releasing lock...
[2026-04-06 06:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:36:01] Production.INFO: ==19675== Lock acquired, processing the job...
[2026-04-06 01:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:36:02] Production.INFO: ==19675== Releasing lock...
[2026-04-06 01:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:36:02] Production.INFO: ==19677== Lock acquired, processing the job...
[2026-04-06 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:36:02] Production.INFO: ==19677== Releasing lock...
[2026-04-06 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:36:02] Production.INFO: ==19688== Lock acquired, processing the job...
[2026-04-06 01:36:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:36:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:36:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:36:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:36:03] Production.INFO: ==19679== Lock acquired, processing the job...
[2026-04-06 01:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:36:03] Production.INFO: ==19688== Releasing lock...
[2026-04-06 01:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:36:03] Production.INFO: ==19681== Lock acquired, processing the job...
[2026-04-06 01:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:36:03] Production.INFO: ==19684== Lock acquired, processing the job...
[2026-04-06 01:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:36:03] Production.INFO: ==19686== Lock acquired, processing the job...
[2026-04-06 01:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:36:03] Production.INFO: Account Balance Start.
[2026-04-06 01:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:36:03] Production.INFO: 117
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: ==19681== Releasing lock...
[2026-04-06 01:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:36:04] Production.INFO: Total Charge 0
[2026-04-06 01:36:04] Production.INFO: CreateAllLog End
[2026-04-06 01:36:04] Production.INFO: Account Balance End.
[2026-04-06 01:36:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:36:04] Production.INFO: ==19686== Releasing lock...
[2026-04-06 01:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:36:12] Production.ERROR: CronJobId end10
[2026-04-06 01:36:12] Production.INFO: ==19684== Releasing lock...
[2026-04-06 01:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:36:13] Production.INFO: call_cost start
[2026-04-06 01:36:13] Production.INFO: call_cost end
[2026-04-06 01:36:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:36:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:36:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:36:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:36:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:36:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:36:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:36:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:36:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:36:13] Production.INFO: ==19679== Releasing lock...
[2026-04-06 01:36:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:36:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:37:01] Production.INFO: ==19745== Lock acquired, processing the job...
[2026-04-06 06:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:37:01] Production.INFO: neon service started
[2026-04-06 06:37:01] Production.INFO: neon service started
[2026-04-06 06:37:01] Production.INFO: ==19745== Releasing lock...
[2026-04-06 06:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:37:02] Production.INFO: ==19747== Lock acquired, processing the job...
[2026-04-06 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:37:02] Production.INFO: ==19749== Lock acquired, processing the job...
[2026-04-06 05:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:37:02] Production.INFO: ==19747== Releasing lock...
[2026-04-06 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:37:02] Production.INFO: ==19749== Releasing lock...
[2026-04-06 05:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:37:03] Production.INFO: ==19757== Lock acquired, processing the job...
[2026-04-06 01:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:37:03] Production.INFO: ==19751== Lock acquired, processing the job...
[2026-04-06 01:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:37:03] Production.INFO: Account Balance Start.
[2026-04-06 01:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:37:03] Production.INFO: 117
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: ==19753== Lock acquired, processing the job...
[2026-04-06 01:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: ==19755== Lock acquired, processing the job...
[2026-04-06 01:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:37:03] Production.INFO: ==19759== Lock acquired, processing the job...
[2026-04-06 01:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:03] Production.INFO: ==19759== Releasing lock...
[2026-04-06 01:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: ==19753== Releasing lock...
[2026-04-06 01:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:37:04] Production.INFO: Total Charge 0
[2026-04-06 01:37:04] Production.INFO: CreateAllLog End
[2026-04-06 01:37:04] Production.INFO: Account Balance End.
[2026-04-06 01:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:37:04] Production.INFO: ==19757== Releasing lock...
[2026-04-06 01:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:37:12] Production.ERROR: CronJobId end10
[2026-04-06 01:37:12] Production.INFO: ==19755== Releasing lock...
[2026-04-06 01:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:37:15] Production.INFO: call_cost start
[2026-04-06 01:37:15] Production.INFO: call_cost end
[2026-04-06 01:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:37:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:37:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:37:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:37:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:37:15] Production.INFO: ==19751== Releasing lock...
[2026-04-06 01:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:38:01] Production.INFO: ==19815== Lock acquired, processing the job...
[2026-04-06 06:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:38:01] Production.INFO: neon service started
[2026-04-06 06:38:01] Production.INFO: neon service started
[2026-04-06 06:38:01] Production.INFO: ==19815== Releasing lock...
[2026-04-06 06:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:38:01] Production.INFO: ==19817== Lock acquired, processing the job...
[2026-04-06 01:38:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:38:02] Production.INFO: ==19819== Lock acquired, processing the job...
[2026-04-06 05:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:38:02] Production.INFO: ==19819== Releasing lock...
[2026-04-06 05:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:38:02] Production.INFO: ==19817== Releasing lock...
[2026-04-06 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:38:02] Production.INFO: ==19821== Lock acquired, processing the job...
[2026-04-06 01:38:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:38:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:38:02] Production.INFO: ==19823== Lock acquired, processing the job...
[2026-04-06 01:38:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:38:02] Production.INFO: ==19827== Lock acquired, processing the job...
[2026-04-06 01:38:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:38:02] Production.INFO: ==19825== Lock acquired, processing the job...
[2026-04-06 01:38:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:38:02] Production.INFO: ==19830== Lock acquired, processing the job...
[2026-04-06 01:38:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:38:03] Production.INFO: Account Balance Start.
[2026-04-06 01:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:38:03] Production.INFO: 117
[2026-04-06 01:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: ==19830== Releasing lock...
[2026-04-06 01:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: ==19823== Releasing lock...
[2026-04-06 01:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:38:04] Production.INFO: Total Charge 0
[2026-04-06 01:38:04] Production.INFO: CreateAllLog End
[2026-04-06 01:38:04] Production.INFO: Account Balance End.
[2026-04-06 01:38:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:38:04] Production.INFO: ==19827== Releasing lock...
[2026-04-06 01:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:38:11] Production.ERROR: CronJobId end10
[2026-04-06 01:38:11] Production.INFO: ==19825== Releasing lock...
[2026-04-06 01:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:38:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:38:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:38:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:38:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:38:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:38:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:38:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:38:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:38:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:38:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:38:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:38:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:38:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:38:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:38:13] Production.INFO: call_cost start
[2026-04-06 01:38:13] Production.INFO: call_cost end
[2026-04-06 01:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:38:13] Production.INFO: ==19821== Releasing lock...
[2026-04-06 01:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:39:01] Production.INFO: ==19892== Lock acquired, processing the job...
[2026-04-06 06:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:39:01] Production.INFO: neon service started
[2026-04-06 06:39:01] Production.INFO: neon service started
[2026-04-06 06:39:01] Production.INFO: ==19892== Releasing lock...
[2026-04-06 06:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:39:02] Production.INFO: ==19894== Lock acquired, processing the job...
[2026-04-06 01:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:39:02] Production.INFO: ==19896== Lock acquired, processing the job...
[2026-04-06 05:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:39:02] Production.INFO: ==19896== Releasing lock...
[2026-04-06 05:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:39:02] Production.INFO: ==19894== Releasing lock...
[2026-04-06 01:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:39:03] Production.INFO: ==19901== Lock acquired, processing the job...
[2026-04-06 01:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:39:03] Production.INFO: ==19905== Lock acquired, processing the job...
[2026-04-06 01:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:39:03] Production.INFO: ==19907== Lock acquired, processing the job...
[2026-04-06 01:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:39:03] Production.INFO: Account Balance Start.
[2026-04-06 01:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:39:03] Production.INFO: 117
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:39:03] Production.INFO: ==19899== Lock acquired, processing the job...
[2026-04-06 01:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: ==19907== Releasing lock...
[2026-04-06 01:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: ==19903== Lock acquired, processing the job...
[2026-04-06 01:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: ==19901== Releasing lock...
[2026-04-06 01:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:39:04] Production.INFO: Total Charge 0
[2026-04-06 01:39:04] Production.INFO: CreateAllLog End
[2026-04-06 01:39:04] Production.INFO: Account Balance End.
[2026-04-06 01:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:39:04] Production.INFO: ==19905== Releasing lock...
[2026-04-06 01:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:39:11] Production.ERROR: CronJobId end10
[2026-04-06 01:39:11] Production.INFO: ==19903== Releasing lock...
[2026-04-06 01:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:39:13] Production.INFO: call_cost start
[2026-04-06 01:39:13] Production.INFO: call_cost end
[2026-04-06 01:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:39:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:39:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:39:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:39:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:39:13] Production.INFO: ==19899== Releasing lock...
[2026-04-06 01:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:40:02] Production.INFO: ==19963== Lock acquired, processing the job...
[2026-04-06 06:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:40:02] Production.INFO: neon service started
[2026-04-06 06:40:02] Production.INFO: neon service started
[2026-04-06 06:40:02] Production.INFO: ==19963== Releasing lock...
[2026-04-06 06:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:40:02] Production.INFO: ==19967== Lock acquired, processing the job...
[2026-04-06 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:40:02] Production.INFO: ==19967== Releasing lock...
[2026-04-06 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:40:02] Production.INFO: ==19965== Lock acquired, processing the job...
[2026-04-06 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:40:02] Production.INFO: ==19965== Releasing lock...
[2026-04-06 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:40:03] Production.INFO: ==19971== Lock acquired, processing the job...
[2026-04-06 01:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:40:03] Production.INFO: ==19975== Lock acquired, processing the job...
[2026-04-06 01:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:40:03] Production.INFO: ==19977== Lock acquired, processing the job...
[2026-04-06 01:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:40:03] Production.INFO: ==19969== Lock acquired, processing the job...
[2026-04-06 01:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:40:03] Production.INFO: ==19973== Lock acquired, processing the job...
[2026-04-06 01:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:40:03] Production.INFO: Account Balance Start.
[2026-04-06 01:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:40:03] Production.INFO: 117
[2026-04-06 01:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:40:03] Production.INFO: ==19977== Releasing lock...
[2026-04-06 01:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: ==19971== Releasing lock...
[2026-04-06 01:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:40:04] Production.INFO: Total Charge 0
[2026-04-06 01:40:04] Production.INFO: CreateAllLog End
[2026-04-06 01:40:05] Production.INFO: Account Balance End.
[2026-04-06 01:40:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:40:05] Production.INFO: ==19975== Releasing lock...
[2026-04-06 01:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:40:11] Production.ERROR: CronJobId end10
[2026-04-06 01:40:11] Production.INFO: ==19973== Releasing lock...
[2026-04-06 01:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:40:14] Production.INFO: call_cost start
[2026-04-06 01:40:14] Production.INFO: call_cost end
[2026-04-06 01:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:40:14] Production.INFO: ==19969== Releasing lock...
[2026-04-06 01:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:41:01] Production.INFO: ==20039== Lock acquired, processing the job...
[2026-04-06 06:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:41:01] Production.INFO: neon service started
[2026-04-06 06:41:01] Production.INFO: neon service started
[2026-04-06 06:41:01] Production.INFO: ==20039== Releasing lock...
[2026-04-06 06:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:41:01] Production.INFO: ==20041== Lock acquired, processing the job...
[2026-04-06 01:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:41:02] Production.INFO: ==20043== Lock acquired, processing the job...
[2026-04-06 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:41:02] Production.INFO: ==20041== Releasing lock...
[2026-04-06 01:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:41:02] Production.INFO: ==20043== Releasing lock...
[2026-04-06 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:41:02] Production.INFO: ==20049== Lock acquired, processing the job...
[2026-04-06 01:41:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:41:03] Production.INFO: ==20055== Lock acquired, processing the job...
[2026-04-06 01:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 01:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:41:03] Production.INFO: ==20045== Lock acquired, processing the job...
[2026-04-06 01:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 01:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 01:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 01:41:03] Production.ERROR: CronJob PID - 20049
[2026-04-06 01:41:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 01:41:03] Production.ERROR: CronJob ID - 7
[2026-04-06 01:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 01:41:00
[2026-04-06 01:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 01:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 01:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 01:41:03] Production.ERROR: CronJob PID - 20055
[2026-04-06 01:41:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 01:41:03] Production.ERROR: CronJob ID - 17
[2026-04-06 01:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 01:41:00
[2026-04-06 01:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 01:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 01:41:03] Production.INFO: ==20047== Lock acquired, processing the job...
[2026-04-06 01:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:41:03] Production.INFO: ==20051== Lock acquired, processing the job...
[2026-04-06 01:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 01:41:03] Production.INFO: ==20045== Releasing lock...
[2026-04-06 01:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 01:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:41:03] Production.INFO: ==20053== Lock acquired, processing the job...
[2026-04-06 01:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:41:03] Production.INFO: ==20057== Lock acquired, processing the job...
[2026-04-06 01:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:41:03] Production.INFO: Account Balance Start.
[2026-04-06 01:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:41:03] Production.INFO: 117
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: ==20057== Releasing lock...
[2026-04-06 01:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:03] Production.INFO: ==20049== Releasing lock...
[2026-04-06 01:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:41:03] Production.ERROR: done
[2026-04-06 01:41:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 01:41:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044995', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 01:41:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:41:04] Production.INFO: Total Charge 0
[2026-04-06 01:41:04] Production.INFO: CreateAllLog End
[2026-04-06 01:41:05] Production.INFO: Account Balance End.
[2026-04-06 01:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:41:05] Production.INFO: ==20053== Releasing lock...
[2026-04-06 01:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17044995', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 01:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 01:41:10] Production.INFO: ProcessCDR(1,17044995,1,1,2)
[2026-04-06 01:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17044995,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17044995,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 01:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 01:41:10] Production.INFO: ==20055== Releasing lock...
[2026-04-06 01:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 01:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:41:13] Production.ERROR: CronJobId end10
[2026-04-06 01:41:13] Production.INFO: ==20051== Releasing lock...
[2026-04-06 01:41:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:41:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:41:16] Production.INFO: call_cost start
[2026-04-06 01:41:16] Production.INFO: call_cost end
[2026-04-06 01:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:41:16] Production.INFO: ==20047== Releasing lock...
[2026-04-06 01:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:42:01] Production.INFO: ==20120== Lock acquired, processing the job...
[2026-04-06 06:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:42:01] Production.INFO: neon service started
[2026-04-06 06:42:01] Production.INFO: neon service started
[2026-04-06 06:42:01] Production.INFO: ==20120== Releasing lock...
[2026-04-06 06:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:42:02] Production.INFO: ==20122== Lock acquired, processing the job...
[2026-04-06 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:42:02] Production.INFO: ==20124== Lock acquired, processing the job...
[2026-04-06 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:42:02] Production.INFO: ==20124== Releasing lock...
[2026-04-06 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:42:02] Production.INFO: ==20122== Releasing lock...
[2026-04-06 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:42:03] Production.INFO: ==20126== Lock acquired, processing the job...
[2026-04-06 01:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:42:03] Production.INFO: ==20128== Lock acquired, processing the job...
[2026-04-06 01:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:42:03] Production.INFO: ==20132== Lock acquired, processing the job...
[2026-04-06 01:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:42:03] Production.INFO: ==20130== Lock acquired, processing the job...
[2026-04-06 01:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:42:03] Production.INFO: ==20135== Lock acquired, processing the job...
[2026-04-06 01:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:42:03] Production.INFO: Account Balance Start.
[2026-04-06 01:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:42:03] Production.INFO: 117
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:42:03] Production.INFO: ==20135== Releasing lock...
[2026-04-06 01:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: ==20128== Releasing lock...
[2026-04-06 01:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:42:04] Production.INFO: Total Charge 0
[2026-04-06 01:42:04] Production.INFO: CreateAllLog End
[2026-04-06 01:42:04] Production.INFO: Account Balance End.
[2026-04-06 01:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:42:04] Production.INFO: ==20132== Releasing lock...
[2026-04-06 01:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:42:12] Production.ERROR: CronJobId end10
[2026-04-06 01:42:12] Production.INFO: ==20130== Releasing lock...
[2026-04-06 01:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:42:15] Production.INFO: call_cost start
[2026-04-06 01:42:15] Production.INFO: call_cost end
[2026-04-06 01:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:42:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:42:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:42:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:42:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:42:15] Production.INFO: ==20126== Releasing lock...
[2026-04-06 01:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:43:01] Production.INFO: ==20190== Lock acquired, processing the job...
[2026-04-06 06:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:43:01] Production.INFO: neon service started
[2026-04-06 06:43:01] Production.INFO: neon service started
[2026-04-06 06:43:01] Production.INFO: ==20190== Releasing lock...
[2026-04-06 06:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:43:01] Production.INFO: ==20194== Lock acquired, processing the job...
[2026-04-06 05:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:43:01] Production.INFO: ==20194== Releasing lock...
[2026-04-06 05:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:43:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:43:01] Production.INFO: ==20192== Lock acquired, processing the job...
[2026-04-06 01:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:43:02] Production.INFO: ==20192== Releasing lock...
[2026-04-06 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:43:02] Production.INFO: ==20197== Lock acquired, processing the job...
[2026-04-06 01:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:43:02] Production.INFO: ==20203== Lock acquired, processing the job...
[2026-04-06 01:43:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:43:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:43:02] Production.INFO: Account Balance Start.
[2026-04-06 01:43:02] Production.INFO: CreateAllLog Start
[2026-04-06 01:43:02] Production.INFO: 117
[2026-04-06 01:43:02] Production.INFO: Date 2026-03-08
[2026-04-06 01:43:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:02] Production.INFO: Date 2026-03-09
[2026-04-06 01:43:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:02] Production.INFO: Date 2026-03-10
[2026-04-06 01:43:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:02] Production.INFO: Date 2026-03-11
[2026-04-06 01:43:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:02] Production.INFO: Date 2026-03-12
[2026-04-06 01:43:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:02] Production.INFO: Date 2026-03-13
[2026-04-06 01:43:02] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: ==20199== Lock acquired, processing the job...
[2026-04-06 01:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:43:03] Production.INFO: ==20201== Lock acquired, processing the job...
[2026-04-06 01:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: ==20205== Lock acquired, processing the job...
[2026-04-06 01:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:43:03] Production.INFO: ==20205== Releasing lock...
[2026-04-06 01:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-29
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-30
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-03-31
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-04-01
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-04-02
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-04-03
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-04-04
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: ==20199== Releasing lock...
[2026-04-06 01:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:43:03] Production.INFO: Date 2026-04-05
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Date 2026-04-06
[2026-04-06 01:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:43:03] Production.INFO: Total Charge 0
[2026-04-06 01:43:03] Production.INFO: CreateAllLog End
[2026-04-06 01:43:03] Production.INFO: Account Balance End.
[2026-04-06 01:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:43:04] Production.INFO: ==20203== Releasing lock...
[2026-04-06 01:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:43:11] Production.ERROR: CronJobId end10
[2026-04-06 01:43:11] Production.INFO: ==20201== Releasing lock...
[2026-04-06 01:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:43:14] Production.INFO: call_cost start
[2026-04-06 01:43:14] Production.INFO: call_cost end
[2026-04-06 01:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:43:14] Production.INFO: ==20197== Releasing lock...
[2026-04-06 01:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:44:01] Production.INFO: ==20276== Lock acquired, processing the job...
[2026-04-06 06:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:44:01] Production.INFO: neon service started
[2026-04-06 06:44:01] Production.INFO: neon service started
[2026-04-06 06:44:01] Production.INFO: ==20276== Releasing lock...
[2026-04-06 06:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:44:02] Production.INFO: ==20278== Lock acquired, processing the job...
[2026-04-06 01:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:44:02] Production.INFO: ==20278== Releasing lock...
[2026-04-06 01:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:44:02] Production.INFO: ==20280== Lock acquired, processing the job...
[2026-04-06 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:44:02] Production.INFO: ==20280== Releasing lock...
[2026-04-06 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:44:03] Production.INFO: ==20288== Lock acquired, processing the job...
[2026-04-06 01:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:44:03] Production.INFO: ==20282== Lock acquired, processing the job...
[2026-04-06 01:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:44:03] Production.INFO: Account Balance Start.
[2026-04-06 01:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:44:03] Production.INFO: 117
[2026-04-06 01:44:03] Production.INFO: ==20284== Lock acquired, processing the job...
[2026-04-06 01:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:44:03] Production.INFO: ==20286== Lock acquired, processing the job...
[2026-04-06 01:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:44:03] Production.INFO: ==20290== Lock acquired, processing the job...
[2026-04-06 01:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:44:03] Production.INFO: ==20290== Releasing lock...
[2026-04-06 01:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: ==20284== Releasing lock...
[2026-04-06 01:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:44:04] Production.INFO: Total Charge 0
[2026-04-06 01:44:04] Production.INFO: CreateAllLog End
[2026-04-06 01:44:05] Production.INFO: Account Balance End.
[2026-04-06 01:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:44:05] Production.INFO: ==20288== Releasing lock...
[2026-04-06 01:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:44:11] Production.ERROR: CronJobId end10
[2026-04-06 01:44:11] Production.INFO: ==20286== Releasing lock...
[2026-04-06 01:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:44:14] Production.INFO: call_cost start
[2026-04-06 01:44:14] Production.INFO: call_cost end
[2026-04-06 01:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:44:14] Production.INFO: ==20282== Releasing lock...
[2026-04-06 01:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:45:02] Production.INFO: ==20352== Lock acquired, processing the job...
[2026-04-06 06:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:45:02] Production.INFO: neon service started
[2026-04-06 06:45:02] Production.INFO: neon service started
[2026-04-06 06:45:02] Production.INFO: ==20352== Releasing lock...
[2026-04-06 06:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:45:02] Production.INFO: ==20354== Lock acquired, processing the job...
[2026-04-06 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:45:02] Production.INFO: ==20356== Lock acquired, processing the job...
[2026-04-06 05:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 01:45:02] Production.INFO: ==20354== Releasing lock...
[2026-04-06 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:45:02] Production.INFO: ==20356== Releasing lock...
[2026-04-06 05:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:45:03] Production.INFO: ==20366== Lock acquired, processing the job...
[2026-04-06 01:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:45:03] Production.INFO: ==20366== Releasing lock...
[2026-04-06 01:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:45:03] Production.INFO: ==20358== Lock acquired, processing the job...
[2026-04-06 01:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:45:03] Production.INFO: ==20360== Lock acquired, processing the job...
[2026-04-06 01:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:45:03] Production.INFO: ==20362== Lock acquired, processing the job...
[2026-04-06 01:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:45:03] Production.INFO: ==20364== Lock acquired, processing the job...
[2026-04-06 01:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:45:04] Production.INFO: Account Balance Start.
[2026-04-06 01:45:04] Production.INFO: CreateAllLog Start
[2026-04-06 01:45:04] Production.INFO: 117
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-08
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: ==20360== Releasing lock...
[2026-04-06 01:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:45:05] Production.INFO: Total Charge 0
[2026-04-06 01:45:05] Production.INFO: CreateAllLog End
[2026-04-06 01:45:05] Production.INFO: Account Balance End.
[2026-04-06 01:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:45:05] Production.INFO: ==20364== Releasing lock...
[2026-04-06 01:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:45:11] Production.ERROR: CronJobId end10
[2026-04-06 01:45:11] Production.INFO: ==20362== Releasing lock...
[2026-04-06 01:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:45:15] Production.INFO: call_cost start
[2026-04-06 01:45:15] Production.INFO: call_cost end
[2026-04-06 01:45:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:45:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:45:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:45:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:45:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:45:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:45:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:45:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:45:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:45:15] Production.INFO: ==20358== Releasing lock...
[2026-04-06 01:45:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:45:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:46:01] Production.INFO: ==20422== Lock acquired, processing the job...
[2026-04-06 06:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:46:01] Production.INFO: neon service started
[2026-04-06 06:46:01] Production.INFO: neon service started
[2026-04-06 06:46:01] Production.INFO: ==20422== Releasing lock...
[2026-04-06 06:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:46:01] Production.INFO: ==20426== Lock acquired, processing the job...
[2026-04-06 05:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:46:01] Production.INFO: ==20426== Releasing lock...
[2026-04-06 05:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:46:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:46:02] Production.INFO: ==20424== Lock acquired, processing the job...
[2026-04-06 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:46:02] Production.INFO: ==20424== Releasing lock...
[2026-04-06 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:46:02] Production.INFO: ==20432== Lock acquired, processing the job...
[2026-04-06 01:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:46:03] Production.INFO: ==20428== Lock acquired, processing the job...
[2026-04-06 01:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:46:03] Production.INFO: ==20437== Lock acquired, processing the job...
[2026-04-06 01:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:46:03] Production.INFO: ==20430== Lock acquired, processing the job...
[2026-04-06 01:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:46:03] Production.INFO: ==20435== Lock acquired, processing the job...
[2026-04-06 01:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:46:03] Production.INFO: Account Balance Start.
[2026-04-06 01:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:46:03] Production.INFO: 117
[2026-04-06 01:46:03] Production.INFO: ==20437== Releasing lock...
[2026-04-06 01:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: ==20430== Releasing lock...
[2026-04-06 01:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:46:04] Production.INFO: Total Charge 0
[2026-04-06 01:46:04] Production.INFO: CreateAllLog End
[2026-04-06 01:46:04] Production.INFO: Account Balance End.
[2026-04-06 01:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:46:05] Production.INFO: ==20435== Releasing lock...
[2026-04-06 01:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:46:11] Production.ERROR: CronJobId end10
[2026-04-06 01:46:11] Production.INFO: ==20432== Releasing lock...
[2026-04-06 01:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:46:14] Production.INFO: call_cost start
[2026-04-06 01:46:14] Production.INFO: call_cost end
[2026-04-06 01:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:46:14] Production.INFO: ==20428== Releasing lock...
[2026-04-06 01:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:47:01] Production.INFO: ==20495== Lock acquired, processing the job...
[2026-04-06 06:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:47:01] Production.INFO: neon service started
[2026-04-06 06:47:01] Production.INFO: neon service started
[2026-04-06 06:47:01] Production.INFO: ==20495== Releasing lock...
[2026-04-06 06:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:47:02] Production.INFO: ==20499== Lock acquired, processing the job...
[2026-04-06 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:47:02] Production.INFO: ==20499== Releasing lock...
[2026-04-06 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:47:02] Production.INFO: ==20497== Lock acquired, processing the job...
[2026-04-06 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:47:02] Production.INFO: ==20497== Releasing lock...
[2026-04-06 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:47:03] Production.INFO: ==20501== Lock acquired, processing the job...
[2026-04-06 01:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:47:03] Production.INFO: ==20503== Lock acquired, processing the job...
[2026-04-06 01:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:47:03] Production.INFO: ==20507== Lock acquired, processing the job...
[2026-04-06 01:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:47:03] Production.INFO: ==20505== Lock acquired, processing the job...
[2026-04-06 01:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:47:03] Production.INFO: ==20509== Lock acquired, processing the job...
[2026-04-06 01:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:47:03] Production.INFO: Account Balance Start.
[2026-04-06 01:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:47:03] Production.INFO: 117
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:47:03] Production.INFO: ==20509== Releasing lock...
[2026-04-06 01:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: ==20503== Releasing lock...
[2026-04-06 01:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:47:04] Production.INFO: Total Charge 0
[2026-04-06 01:47:04] Production.INFO: CreateAllLog End
[2026-04-06 01:47:05] Production.INFO: Account Balance End.
[2026-04-06 01:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:47:05] Production.INFO: ==20507== Releasing lock...
[2026-04-06 01:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:47:11] Production.ERROR: CronJobId end10
[2026-04-06 01:47:11] Production.INFO: ==20505== Releasing lock...
[2026-04-06 01:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:47:14] Production.INFO: call_cost start
[2026-04-06 01:47:14] Production.INFO: call_cost end
[2026-04-06 01:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:47:14] Production.INFO: ==20501== Releasing lock...
[2026-04-06 01:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:48:01] Production.INFO: ==20565== Lock acquired, processing the job...
[2026-04-06 06:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:48:01] Production.INFO: neon service started
[2026-04-06 06:48:01] Production.INFO: neon service started
[2026-04-06 06:48:01] Production.INFO: ==20565== Releasing lock...
[2026-04-06 06:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:48:01] Production.INFO: ==20569== Lock acquired, processing the job...
[2026-04-06 05:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:48:01] Production.INFO: ==20569== Releasing lock...
[2026-04-06 05:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:48:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:48:01] Production.INFO: ==20567== Lock acquired, processing the job...
[2026-04-06 01:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:48:02] Production.INFO: ==20567== Releasing lock...
[2026-04-06 01:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:48:02] Production.INFO: ==20571== Lock acquired, processing the job...
[2026-04-06 01:48:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:48:03] Production.INFO: ==20573== Lock acquired, processing the job...
[2026-04-06 01:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:48:03] Production.INFO: ==20577== Lock acquired, processing the job...
[2026-04-06 01:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:48:03] Production.INFO: ==20575== Lock acquired, processing the job...
[2026-04-06 01:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:48:03] Production.INFO: ==20579== Lock acquired, processing the job...
[2026-04-06 01:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:48:03] Production.INFO: ==20579== Releasing lock...
[2026-04-06 01:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:48:03] Production.INFO: Account Balance Start.
[2026-04-06 01:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:48:03] Production.INFO: 117
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: ==20573== Releasing lock...
[2026-04-06 01:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:48:04] Production.INFO: Total Charge 0
[2026-04-06 01:48:04] Production.INFO: CreateAllLog End
[2026-04-06 01:48:04] Production.INFO: Account Balance End.
[2026-04-06 01:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:48:04] Production.INFO: ==20577== Releasing lock...
[2026-04-06 01:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:48:11] Production.ERROR: CronJobId end10
[2026-04-06 01:48:11] Production.INFO: ==20575== Releasing lock...
[2026-04-06 01:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:48:14] Production.INFO: call_cost start
[2026-04-06 01:48:14] Production.INFO: call_cost end
[2026-04-06 01:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:48:14] Production.INFO: ==20571== Releasing lock...
[2026-04-06 01:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:49:01] Production.INFO: ==20646== Lock acquired, processing the job...
[2026-04-06 06:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:49:01] Production.INFO: neon service started
[2026-04-06 06:49:01] Production.INFO: neon service started
[2026-04-06 06:49:01] Production.INFO: ==20646== Releasing lock...
[2026-04-06 06:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:49:02] Production.INFO: ==20648== Lock acquired, processing the job...
[2026-04-06 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:49:02] Production.INFO: ==20648== Releasing lock...
[2026-04-06 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:49:02] Production.INFO: ==20651== Lock acquired, processing the job...
[2026-04-06 05:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:49:02] Production.INFO: ==20651== Releasing lock...
[2026-04-06 05:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:49:03] Production.INFO: ==20653== Lock acquired, processing the job...
[2026-04-06 01:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:49:03] Production.INFO: ==20661== Lock acquired, processing the job...
[2026-04-06 01:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:49:03] Production.INFO: ==20655== Lock acquired, processing the job...
[2026-04-06 01:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:49:03] Production.INFO: ==20657== Lock acquired, processing the job...
[2026-04-06 01:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:49:03] Production.INFO: ==20659== Lock acquired, processing the job...
[2026-04-06 01:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:49:03] Production.INFO: ==20661== Releasing lock...
[2026-04-06 01:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:49:03] Production.INFO: Account Balance Start.
[2026-04-06 01:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:49:03] Production.INFO: 117
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: ==20655== Releasing lock...
[2026-04-06 01:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:49:04] Production.INFO: Total Charge 0
[2026-04-06 01:49:04] Production.INFO: CreateAllLog End
[2026-04-06 01:49:04] Production.INFO: Account Balance End.
[2026-04-06 01:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:49:04] Production.INFO: ==20659== Releasing lock...
[2026-04-06 01:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:49:11] Production.ERROR: CronJobId end10
[2026-04-06 01:49:11] Production.INFO: ==20657== Releasing lock...
[2026-04-06 01:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:49:13] Production.INFO: call_cost start
[2026-04-06 01:49:13] Production.INFO: call_cost end
[2026-04-06 01:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:49:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:49:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:49:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:49:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:49:13] Production.INFO: ==20653== Releasing lock...
[2026-04-06 01:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:50:02] Production.INFO: ==20719== Lock acquired, processing the job...
[2026-04-06 06:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:50:02] Production.INFO: neon service started
[2026-04-06 06:50:02] Production.INFO: neon service started
[2026-04-06 06:50:02] Production.INFO: ==20719== Releasing lock...
[2026-04-06 06:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:50:02] Production.INFO: ==20721== Lock acquired, processing the job...
[2026-04-06 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:50:02] Production.INFO: ==20723== Lock acquired, processing the job...
[2026-04-06 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:50:02] Production.INFO: ==20723== Releasing lock...
[2026-04-06 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:50:03] Production.INFO: ==20721== Releasing lock...
[2026-04-06 01:50:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:50:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:50:03] Production.INFO: ==20728== Lock acquired, processing the job...
[2026-04-06 01:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:50:03] Production.INFO: ==20726== Lock acquired, processing the job...
[2026-04-06 01:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:50:03] Production.INFO: ==20730== Lock acquired, processing the job...
[2026-04-06 01:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:50:03] Production.INFO: ==20732== Lock acquired, processing the job...
[2026-04-06 01:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:50:03] Production.INFO: ==20734== Lock acquired, processing the job...
[2026-04-06 01:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:50:04] Production.INFO: Account Balance Start.
[2026-04-06 01:50:04] Production.INFO: CreateAllLog Start
[2026-04-06 01:50:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:50:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:50:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:50:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:50:04] Production.INFO: 117
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-08
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:50:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:50:04] Production.INFO: ==20734== Releasing lock...
[2026-04-06 01:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: ==20728== Releasing lock...
[2026-04-06 01:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-03-28
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-03-29
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-03-30
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-03-31
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-04-01
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-04-02
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-04-03
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-04-04
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-04-05
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:50:05] Production.INFO: Total Charge 0
[2026-04-06 01:50:05] Production.INFO: CreateAllLog End
[2026-04-06 01:50:05] Production.INFO: Account Balance End.
[2026-04-06 01:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:50:05] Production.INFO: ==20732== Releasing lock...
[2026-04-06 01:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:50:13] Production.ERROR: CronJobId end10
[2026-04-06 01:50:13] Production.INFO: ==20730== Releasing lock...
[2026-04-06 01:50:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:50:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:50:15] Production.INFO: call_cost start
[2026-04-06 01:50:15] Production.INFO: call_cost end
[2026-04-06 01:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:50:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:50:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:50:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:50:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:50:15] Production.INFO: ==20726== Releasing lock...
[2026-04-06 01:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:51:01] Production.INFO: ==20792== Lock acquired, processing the job...
[2026-04-06 06:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:51:01] Production.INFO: neon service started
[2026-04-06 06:51:01] Production.INFO: neon service started
[2026-04-06 06:51:01] Production.INFO: ==20792== Releasing lock...
[2026-04-06 06:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:51:01] Production.INFO: ==20796== Lock acquired, processing the job...
[2026-04-06 05:51:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:51:02] Production.INFO: ==20796== Releasing lock...
[2026-04-06 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:51:02] Production.INFO: ==20794== Lock acquired, processing the job...
[2026-04-06 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:51:02] Production.INFO: ==20794== Releasing lock...
[2026-04-06 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:51:03] Production.INFO: ==20799== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 01:51:03] Production.INFO: ==20809== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 01:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 01:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 01:51:03] Production.ERROR: CronJob PID - 20809
[2026-04-06 01:51:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 01:51:03] Production.ERROR: CronJob ID - 17
[2026-04-06 01:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 01:51:00
[2026-04-06 01:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 01:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 01:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 01:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 01:51:03] Production.INFO: ==20799== Releasing lock...
[2026-04-06 01:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 01:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 01:51:03] Production.INFO: ==20801== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:51:03] Production.INFO: ==20805== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:51:03] Production.INFO: ==20803== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:51:03] Production.INFO: ==20807== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:51:03] Production.INFO: ==20811== Lock acquired, processing the job...
[2026-04-06 01:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:51:03] Production.INFO: Account Balance Start.
[2026-04-06 01:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:51:04] Production.INFO: 117
[2026-04-06 01:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:51:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 01:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: ==20811== Releasing lock...
[2026-04-06 01:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:51:04] Production.ERROR: done
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 01:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045036', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: ==20803== Releasing lock...
[2026-04-06 01:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 01:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 01:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 01:51:05] Production.INFO: Total Charge 0
[2026-04-06 01:51:05] Production.INFO: CreateAllLog End
[2026-04-06 01:51:05] Production.INFO: Account Balance End.
[2026-04-06 01:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:51:05] Production.INFO: ==20807== Releasing lock...
[2026-04-06 01:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045036', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 01:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 01:51:10] Production.INFO: ProcessCDR(1,17045036,1,1,2)
[2026-04-06 01:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045036,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045036,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 01:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 01:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 01:51:10] Production.INFO: ==20809== Releasing lock...
[2026-04-06 01:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 01:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 01:51:13] Production.ERROR: CronJobId end10
[2026-04-06 01:51:13] Production.INFO: ==20805== Releasing lock...
[2026-04-06 01:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:51:16] Production.INFO: call_cost start
[2026-04-06 01:51:16] Production.INFO: call_cost end
[2026-04-06 01:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:51:16] Production.INFO: ==20801== Releasing lock...
[2026-04-06 01:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:52:02] Production.INFO: ==20868== Lock acquired, processing the job...
[2026-04-06 06:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:52:02] Production.INFO: neon service started
[2026-04-06 06:52:02] Production.INFO: neon service started
[2026-04-06 06:52:02] Production.INFO: ==20868== Releasing lock...
[2026-04-06 06:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:52:02] Production.INFO: ==20870== Lock acquired, processing the job...
[2026-04-06 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:52:02] Production.INFO: ==20870== Releasing lock...
[2026-04-06 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:52:02] Production.INFO: ==20872== Lock acquired, processing the job...
[2026-04-06 05:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:52:03] Production.INFO: ==20872== Releasing lock...
[2026-04-06 05:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:52:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:52:03] Production.INFO: ==20876== Lock acquired, processing the job...
[2026-04-06 01:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:52:03] Production.INFO: ==20878== Lock acquired, processing the job...
[2026-04-06 01:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:52:03] Production.INFO: ==20880== Lock acquired, processing the job...
[2026-04-06 01:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:52:03] Production.INFO: Account Balance Start.
[2026-04-06 01:52:03] Production.INFO: ==20874== Lock acquired, processing the job...
[2026-04-06 01:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:52:03] Production.INFO: 117
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:03] Production.INFO: ==20882== Lock acquired, processing the job...
[2026-04-06 01:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:52:03] Production.INFO: ==20882== Releasing lock...
[2026-04-06 01:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:03] Production.INFO: ==20876== Releasing lock...
[2026-04-06 01:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:52:04] Production.INFO: Total Charge 0
[2026-04-06 01:52:04] Production.INFO: CreateAllLog End
[2026-04-06 01:52:04] Production.INFO: Account Balance End.
[2026-04-06 01:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:52:04] Production.INFO: ==20880== Releasing lock...
[2026-04-06 01:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:52:11] Production.ERROR: CronJobId end10
[2026-04-06 01:52:11] Production.INFO: ==20878== Releasing lock...
[2026-04-06 01:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:52:14] Production.INFO: call_cost start
[2026-04-06 01:52:14] Production.INFO: call_cost end
[2026-04-06 01:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:52:14] Production.INFO: ==20874== Releasing lock...
[2026-04-06 01:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:53:01] Production.INFO: ==20942== Lock acquired, processing the job...
[2026-04-06 06:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:53:01] Production.INFO: neon service started
[2026-04-06 06:53:01] Production.INFO: neon service started
[2026-04-06 06:53:01] Production.INFO: ==20942== Releasing lock...
[2026-04-06 06:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:53:01] Production.INFO: ==20946== Lock acquired, processing the job...
[2026-04-06 05:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:53:01] Production.INFO: ==20946== Releasing lock...
[2026-04-06 05:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:53:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:53:01] Production.INFO: ==20944== Lock acquired, processing the job...
[2026-04-06 01:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:53:02] Production.INFO: ==20944== Releasing lock...
[2026-04-06 01:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:53:02] Production.INFO: ==20950== Lock acquired, processing the job...
[2026-04-06 01:53:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:53:02] Production.INFO: ==20954== Lock acquired, processing the job...
[2026-04-06 01:53:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:53:02] Production.INFO: ==20952== Lock acquired, processing the job...
[2026-04-06 01:53:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:53:02] Production.INFO: ==20948== Lock acquired, processing the job...
[2026-04-06 01:53:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:53:02] Production.INFO: ==20956== Lock acquired, processing the job...
[2026-04-06 01:53:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:53:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:53:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:53:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:53:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:53:02] Production.INFO: Account Balance Start.
[2026-04-06 01:53:02] Production.INFO: CreateAllLog Start
[2026-04-06 01:53:02] Production.INFO: 117
[2026-04-06 01:53:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:53:03] Production.INFO: ==20956== Releasing lock...
[2026-04-06 01:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: ==20950== Releasing lock...
[2026-04-06 01:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-22
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-23
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-24
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-25
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-26
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-27
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:03] Production.INFO: Date 2026-03-28
[2026-04-06 01:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:53:04] Production.INFO: Total Charge 0
[2026-04-06 01:53:04] Production.INFO: CreateAllLog End
[2026-04-06 01:53:04] Production.INFO: Account Balance End.
[2026-04-06 01:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:53:04] Production.INFO: ==20954== Releasing lock...
[2026-04-06 01:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:53:10] Production.ERROR: CronJobId end10
[2026-04-06 01:53:10] Production.INFO: ==20952== Releasing lock...
[2026-04-06 01:53:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:53:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:53:13] Production.INFO: call_cost start
[2026-04-06 01:53:13] Production.INFO: call_cost end
[2026-04-06 01:53:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:53:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:53:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:53:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:53:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:53:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:53:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:53:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:53:13] Production.INFO: ==20948== Releasing lock...
[2026-04-06 01:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:54:01] Production.INFO: ==21009== Lock acquired, processing the job...
[2026-04-06 06:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:54:01] Production.INFO: neon service started
[2026-04-06 06:54:01] Production.INFO: neon service started
[2026-04-06 06:54:01] Production.INFO: ==21009== Releasing lock...
[2026-04-06 06:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:54:02] Production.INFO: ==21013== Lock acquired, processing the job...
[2026-04-06 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:54:02] Production.INFO: ==21015== Lock acquired, processing the job...
[2026-04-06 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:54:02] Production.INFO: ==21015== Releasing lock...
[2026-04-06 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:54:02] Production.INFO: ==21013== Releasing lock...
[2026-04-06 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:54:03] Production.INFO: ==21017== Lock acquired, processing the job...
[2026-04-06 01:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:54:03] Production.INFO: ==21019== Lock acquired, processing the job...
[2026-04-06 01:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:54:03] Production.INFO: ==21021== Lock acquired, processing the job...
[2026-04-06 01:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:54:03] Production.INFO: ==21023== Lock acquired, processing the job...
[2026-04-06 01:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:54:03] Production.INFO: ==21025== Lock acquired, processing the job...
[2026-04-06 01:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:54:03] Production.INFO: Account Balance Start.
[2026-04-06 01:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:54:03] Production.INFO: 117
[2026-04-06 01:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:54:03] Production.INFO: ==21025== Releasing lock...
[2026-04-06 01:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: ==21019== Releasing lock...
[2026-04-06 01:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:54:04] Production.INFO: Total Charge 0
[2026-04-06 01:54:04] Production.INFO: CreateAllLog End
[2026-04-06 01:54:04] Production.INFO: Account Balance End.
[2026-04-06 01:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:54:04] Production.INFO: ==21023== Releasing lock...
[2026-04-06 01:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:54:11] Production.ERROR: CronJobId end10
[2026-04-06 01:54:11] Production.INFO: ==21021== Releasing lock...
[2026-04-06 01:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:54:13] Production.INFO: call_cost start
[2026-04-06 01:54:13] Production.INFO: call_cost end
[2026-04-06 01:54:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:54:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:54:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:54:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:54:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:54:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:54:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:54:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:54:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:54:13] Production.INFO: ==21017== Releasing lock...
[2026-04-06 01:54:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:54:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:55:02] Production.INFO: ==21111== Lock acquired, processing the job...
[2026-04-06 06:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:55:02] Production.INFO: neon service started
[2026-04-06 06:55:02] Production.INFO: neon service started
[2026-04-06 06:55:02] Production.INFO: ==21111== Releasing lock...
[2026-04-06 06:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:55:02] Production.INFO: ==21113== Lock acquired, processing the job...
[2026-04-06 01:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:55:02] Production.INFO: ==21113== Releasing lock...
[2026-04-06 01:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:55:03] Production.INFO: ==21115== Lock acquired, processing the job...
[2026-04-06 05:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:55:03] Production.INFO: ==21115== Releasing lock...
[2026-04-06 05:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:55:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:55:03] Production.INFO: ==21117== Lock acquired, processing the job...
[2026-04-06 01:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:55:03] Production.INFO: ==21119== Lock acquired, processing the job...
[2026-04-06 01:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:55:03] Production.INFO: ==21121== Lock acquired, processing the job...
[2026-04-06 01:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:55:03] Production.INFO: ==21123== Lock acquired, processing the job...
[2026-04-06 01:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:55:03] Production.INFO: Account Balance Start.
[2026-04-06 01:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:55:03] Production.INFO: 117
[2026-04-06 01:55:03] Production.INFO: ==21125== Lock acquired, processing the job...
[2026-04-06 01:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:55:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:55:04] Production.INFO: ==21125== Releasing lock...
[2026-04-06 01:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: ==21119== Releasing lock...
[2026-04-06 01:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:55:04] Production.INFO: Total Charge 0
[2026-04-06 01:55:04] Production.INFO: CreateAllLog End
[2026-04-06 01:55:04] Production.INFO: Account Balance End.
[2026-04-06 01:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:55:04] Production.INFO: ==21123== Releasing lock...
[2026-04-06 01:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:55:12] Production.ERROR: CronJobId end10
[2026-04-06 01:55:12] Production.INFO: ==21121== Releasing lock...
[2026-04-06 01:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:55:15] Production.INFO: call_cost start
[2026-04-06 01:55:15] Production.INFO: call_cost end
[2026-04-06 01:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:55:15] Production.INFO: ==21117== Releasing lock...
[2026-04-06 01:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:56:01] Production.INFO: ==21206== Lock acquired, processing the job...
[2026-04-06 06:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:56:01] Production.INFO: neon service started
[2026-04-06 06:56:01] Production.INFO: neon service started
[2026-04-06 06:56:01] Production.INFO: ==21206== Releasing lock...
[2026-04-06 06:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:56:02] Production.INFO: ==21209== Lock acquired, processing the job...
[2026-04-06 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:56:02] Production.INFO: ==21212== Lock acquired, processing the job...
[2026-04-06 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:56:02] Production.INFO: ==21212== Releasing lock...
[2026-04-06 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:56:02] Production.INFO: ==21209== Releasing lock...
[2026-04-06 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:56:03] Production.INFO: ==21218== Lock acquired, processing the job...
[2026-04-06 01:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:56:03] Production.INFO: ==21220== Lock acquired, processing the job...
[2026-04-06 01:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:56:03] Production.INFO: ==21224== Lock acquired, processing the job...
[2026-04-06 01:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:56:03] Production.INFO: ==21222== Lock acquired, processing the job...
[2026-04-06 01:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:56:03] Production.INFO: Account Balance Start.
[2026-04-06 01:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:56:03] Production.INFO: 117
[2026-04-06 01:56:03] Production.INFO: ==21231== Lock acquired, processing the job...
[2026-04-06 01:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: ==21231== Releasing lock...
[2026-04-06 01:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: ==21220== Releasing lock...
[2026-04-06 01:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:56:04] Production.INFO: Total Charge 0
[2026-04-06 01:56:04] Production.INFO: CreateAllLog End
[2026-04-06 01:56:04] Production.INFO: Account Balance End.
[2026-04-06 01:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:56:04] Production.INFO: ==21224== Releasing lock...
[2026-04-06 01:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:56:12] Production.ERROR: CronJobId end10
[2026-04-06 01:56:12] Production.INFO: ==21222== Releasing lock...
[2026-04-06 01:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:56:14] Production.INFO: call_cost start
[2026-04-06 01:56:14] Production.INFO: call_cost end
[2026-04-06 01:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:56:14] Production.INFO: ==21218== Releasing lock...
[2026-04-06 01:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:57:02] Production.INFO: ==21288== Lock acquired, processing the job...
[2026-04-06 06:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:57:02] Production.INFO: neon service started
[2026-04-06 06:57:02] Production.INFO: neon service started
[2026-04-06 06:57:02] Production.INFO: ==21288== Releasing lock...
[2026-04-06 06:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:57:02] Production.INFO: ==21290== Lock acquired, processing the job...
[2026-04-06 01:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:57:02] Production.INFO: ==21290== Releasing lock...
[2026-04-06 01:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:57:02] Production.INFO: ==21292== Lock acquired, processing the job...
[2026-04-06 05:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:57:02] Production.INFO: ==21292== Releasing lock...
[2026-04-06 05:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:57:03] Production.INFO: ==21298== Lock acquired, processing the job...
[2026-04-06 01:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:57:03] Production.INFO: ==21302== Lock acquired, processing the job...
[2026-04-06 01:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:57:03] Production.INFO: ==21296== Lock acquired, processing the job...
[2026-04-06 01:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:57:03] Production.INFO: ==21294== Lock acquired, processing the job...
[2026-04-06 01:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:57:03] Production.INFO: ==21300== Lock acquired, processing the job...
[2026-04-06 01:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:57:03] Production.INFO: ==21302== Releasing lock...
[2026-04-06 01:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:57:03] Production.INFO: Account Balance Start.
[2026-04-06 01:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:57:03] Production.INFO: 117
[2026-04-06 01:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: ==21296== Releasing lock...
[2026-04-06 01:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:57:04] Production.INFO: Total Charge 0
[2026-04-06 01:57:04] Production.INFO: CreateAllLog End
[2026-04-06 01:57:05] Production.INFO: Account Balance End.
[2026-04-06 01:57:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:57:05] Production.INFO: ==21300== Releasing lock...
[2026-04-06 01:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:57:11] Production.ERROR: CronJobId end10
[2026-04-06 01:57:11] Production.INFO: ==21298== Releasing lock...
[2026-04-06 01:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:57:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:57:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:57:14] Production.INFO: call_cost start
[2026-04-06 01:57:14] Production.INFO: call_cost end
[2026-04-06 01:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:57:14] Production.INFO: ==21294== Releasing lock...
[2026-04-06 01:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:58:01] Production.INFO: ==21360== Lock acquired, processing the job...
[2026-04-06 06:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:58:01] Production.INFO: neon service started
[2026-04-06 06:58:01] Production.INFO: neon service started
[2026-04-06 06:58:01] Production.INFO: ==21360== Releasing lock...
[2026-04-06 06:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:58:02] Production.INFO: ==21362== Lock acquired, processing the job...
[2026-04-06 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:58:02] Production.INFO: ==21364== Lock acquired, processing the job...
[2026-04-06 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:58:02] Production.INFO: ==21364== Releasing lock...
[2026-04-06 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:58:02] Production.INFO: ==21362== Releasing lock...
[2026-04-06 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 01:58:03] Production.INFO: ==21367== Lock acquired, processing the job...
[2026-04-06 01:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:58:03] Production.INFO: ==21369== Lock acquired, processing the job...
[2026-04-06 01:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:58:03] Production.INFO: ==21375== Lock acquired, processing the job...
[2026-04-06 01:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:58:03] Production.INFO: ==21371== Lock acquired, processing the job...
[2026-04-06 01:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:58:03] Production.INFO: ==21373== Lock acquired, processing the job...
[2026-04-06 01:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:58:03] Production.INFO: ==21375== Releasing lock...
[2026-04-06 01:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:58:03] Production.INFO: Account Balance Start.
[2026-04-06 01:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:58:03] Production.INFO: 117
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: ==21369== Releasing lock...
[2026-04-06 01:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-18
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-19
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-20
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:03] Production.INFO: Date 2026-03-21
[2026-04-06 01:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:58:04] Production.INFO: Total Charge 0
[2026-04-06 01:58:04] Production.INFO: CreateAllLog End
[2026-04-06 01:58:04] Production.INFO: Account Balance End.
[2026-04-06 01:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 01:58:04] Production.INFO: ==21373== Releasing lock...
[2026-04-06 01:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:58:12] Production.ERROR: CronJobId end10
[2026-04-06 01:58:12] Production.INFO: ==21371== Releasing lock...
[2026-04-06 01:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:58:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:58:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:58:15] Production.INFO: call_cost start
[2026-04-06 01:58:15] Production.INFO: call_cost end
[2026-04-06 01:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:58:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:58:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:58:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:58:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:58:15] Production.INFO: ==21367== Releasing lock...
[2026-04-06 01:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 06:59:01] Production.INFO: ==21435== Lock acquired, processing the job...
[2026-04-06 06:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 06:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 06:59:01] Production.INFO: neon service started
[2026-04-06 06:59:01] Production.INFO: neon service started
[2026-04-06 06:59:01] Production.INFO: ==21435== Releasing lock...
[2026-04-06 06:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 06:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 01:59:02] Production.INFO: ==21437== Lock acquired, processing the job...
[2026-04-06 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 01:59:02] Production.INFO: ==21437== Releasing lock...
[2026-04-06 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 01:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:59:02] Production.INFO: ==21439== Lock acquired, processing the job...
[2026-04-06 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:59:02] Production.INFO: ==21439== Releasing lock...
[2026-04-06 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 05:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 01:59:03] Production.INFO: ==21441== Lock acquired, processing the job...
[2026-04-06 01:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 01:59:03] Production.INFO: ==21443== Lock acquired, processing the job...
[2026-04-06 01:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 01:59:03] Production.INFO: ==21445== Lock acquired, processing the job...
[2026-04-06 01:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 01:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 01:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 01:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 01:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 01:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 01:59:03] Production.INFO: ==21447== Lock acquired, processing the job...
[2026-04-06 01:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 01:59:03] Production.INFO: ==21449== Lock acquired, processing the job...
[2026-04-06 01:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 01:59:03] Production.INFO: Account Balance Start.
[2026-04-06 01:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 01:59:03] Production.INFO: 117
[2026-04-06 01:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 01:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 01:59:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-09
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 01:59:04] Production.INFO: ==21449== Releasing lock...
[2026-04-06 01:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 01:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-10
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-11
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: ==21443== Releasing lock...
[2026-04-06 01:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 01:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 01:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 01:59:04] Production.INFO: Total Charge 0
[2026-04-06 01:59:04] Production.INFO: CreateAllLog End
[2026-04-06 01:59:05] Production.INFO: Account Balance End.
[2026-04-06 01:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 01:59:05] Production.INFO: ==21447== Releasing lock...
[2026-04-06 01:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 01:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 01:59:12] Production.ERROR: CronJobId end10
[2026-04-06 01:59:12] Production.INFO: ==21445== Releasing lock...
[2026-04-06 01:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 01:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 01:59:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 01:59:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 01:59:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 01:59:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 01:59:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 01:59:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 01:59:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 01:59:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 01:59:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 01:59:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 01:59:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 01:59:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 01:59:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 01:59:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 01:59:16] Production.INFO: call_cost start
[2026-04-06 01:59:16] Production.INFO: call_cost end
[2026-04-06 01:59:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 01:59:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 01:59:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 01:59:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 01:59:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 01:59:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 01:59:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 01:59:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 01:59:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 01:59:16] Production.INFO: ==21441== Releasing lock...
[2026-04-06 01:59:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 01:59:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:00:02] Production.INFO: ==21510== Lock acquired, processing the job...
[2026-04-06 07:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:00:02] Production.INFO: neon service started
[2026-04-06 07:00:02] Production.INFO: neon service started
[2026-04-06 07:00:02] Production.INFO: ==21510== Releasing lock...
[2026-04-06 07:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:00:02] Production.INFO: ==21513== Lock acquired, processing the job...
[2026-04-06 02:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:00:02] Production.INFO: ==21513== Releasing lock...
[2026-04-06 02:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:00:03] Production.INFO: ==21515== Lock acquired, processing the job...
[2026-04-06 06:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:00:03] Production.INFO: ==21515== Releasing lock...
[2026-04-06 06:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:00:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:00:03] Production.INFO: ==21521== Lock acquired, processing the job...
[2026-04-06 02:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:00:03] Production.INFO: ==21517== Lock acquired, processing the job...
[2026-04-06 02:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:00:03] Production.INFO: ==21519== Lock acquired, processing the job...
[2026-04-06 02:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:00:04] Production.INFO: ==21523== Lock acquired, processing the job...
[2026-04-06 02:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:00:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:00:04] Production.INFO: ==21525== Lock acquired, processing the job...
[2026-04-06 02:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:00:04] Production.INFO: Account Balance Start.
[2026-04-06 02:00:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:00:04] Production.INFO: 117
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:00:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:00:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:00:04] Production.INFO: ==21525== Releasing lock...
[2026-04-06 02:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: ==21519== Releasing lock...
[2026-04-06 02:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:00:05] Production.INFO: Total Charge 0
[2026-04-06 02:00:05] Production.INFO: CreateAllLog End
[2026-04-06 02:00:05] Production.INFO: Account Balance End.
[2026-04-06 02:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:00:05] Production.INFO: ==21523== Releasing lock...
[2026-04-06 02:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:00:12] Production.ERROR: CronJobId end10
[2026-04-06 02:00:12] Production.INFO: ==21521== Releasing lock...
[2026-04-06 02:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:00:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:00:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:00:15] Production.INFO: call_cost start
[2026-04-06 02:00:15] Production.INFO: call_cost end
[2026-04-06 02:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:00:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:00:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:00:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:00:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:00:15] Production.INFO: ==21517== Releasing lock...
[2026-04-06 02:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:01:01] Production.INFO: ==21583== Lock acquired, processing the job...
[2026-04-06 07:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:01:01] Production.INFO: neon service started
[2026-04-06 07:01:01] Production.INFO: neon service started
[2026-04-06 07:01:01] Production.INFO: ==21583== Releasing lock...
[2026-04-06 07:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:01:02] Production.INFO: ==21601== Lock acquired, processing the job...
[2026-04-06 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:01:02] Production.INFO: ==21601== Releasing lock...
[2026-04-06 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:01:02] Production.INFO: ==21599== Lock acquired, processing the job...
[2026-04-06 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:01:02] Production.INFO: ==21599== Releasing lock...
[2026-04-06 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:01:03] Production.INFO: ==21605== Lock acquired, processing the job...
[2026-04-06 02:01:03] Production.INFO: servercleanup-command-servercleanup-companyid-1-cronjobid-4 #Starts#
[2026-04-06 02:01:03] Production.INFO: ==21603== Lock acquired, processing the job...
[2026-04-06 02:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 02:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 02:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:01:03] Production.ERROR: CronJob PID - 21605
[2026-04-06 02:01:03] Production.ERROR: CronJob Title - Server CleanUP
[2026-04-06 02:01:03] Production.ERROR: CronJob ID - 4
[2026-04-06 02:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 02:01:00
[2026-04-06 02:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:01:03] Production.INFO: ==21615== Lock acquired, processing the job...
[2026-04-06 02:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 02:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 02:01:03] Production.INFO: ==21603== Releasing lock...
[2026-04-06 02:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 02:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:01:03] Production.INFO: ==21607== Lock acquired, processing the job...
[2026-04-06 02:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:01:03] Production.INFO: ==21617== Lock acquired, processing the job...
[2026-04-06 02:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:01:03] Production.INFO: ==21609== Lock acquired, processing the job...
[2026-04-06 02:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:01:04] Production.INFO: ==21611== Lock acquired, processing the job...
[2026-04-06 02:01:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:01:04] Production.INFO: ==21613== Lock acquired, processing the job...
[2026-04-06 02:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:01:04] Production.INFO: Disk FileSystem - df -Ph | awk '{printf "%-35s%-10s%-10s%-10s%-10s%s\n",$1,$2,$3,$4,$5,$6}'
[2026-04-06 02:01:04] Production.INFO: output
Filesystem Size Used Avail Use% Mounted
devtmpfs 15G 4.0K 15G 1% /dev
tmpfs 15G 0 15G 0% /dev/shm
tmpfs 15G 1.5G 13G 11% /run
tmpfs 15G 0 15G 0% /sys/fs/cgroup
/dev/sda1 50G 39G 11G 79% /
/dev/loop0 64M 64M 0 100% /var/lib/snapd/snap/core20/2379
/dev/sdb1 79G 26G 50G 34% /mysql
/dev/loop6 64M 64M 0 100% /var/lib/snapd/snap/core20/2434
/dev/loop5 105M 105M 0 100% /var/lib/snapd/snap/core/17272
/dev/loop1 73M 73M 0 100% /var/lib/snapd/snap/certbot/5370
/dev/loop2 72M 72M 0 100% /var/lib/snapd/snap/certbot/5451
/dev/loop8 67M 67M 0 100% /var/lib/snapd/snap/core24/1499
/dev/loop4 106M 106M 0 100% /var/lib/snapd/snap/core/17284
/dev/loop3 67M 67M 0 100% /var/lib/snapd/snap/core24/1587
tmpfs 2.9G 0 2.9G 0% /run/user/0
[2026-04-06 02:01:04] Production.INFO: Delete Storage Log Start
[2026-04-06 02:01:04] Production.INFO: Front End Delete Storage Log Start
[2026-04-06 02:01:04] Production.INFO: Account Balance Start.
[2026-04-06 02:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:01:04] Production.INFO: 117
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.ERROR: done
[2026-04-06 02:01:04] Production.INFO: ==21617== Releasing lock...
[2026-04-06 02:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: find /var/www/html/onswitch.neon/app/storage/logs -maxdepth 1 -name "*.log" -mtime +31 -type f -exec rm {} \;
[2026-04-06 02:01:04] Production.INFO: Front End Delete Storage Log End
[2026-04-06 02:01:04] Production.INFO: Back End(Service) Delete Storage Log Start
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 02:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045077', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-25
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-26
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: ==21609== Releasing lock...
[2026-04-06 02:01:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:01:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:01:05] Production.INFO: Total Charge 0
[2026-04-06 02:01:05] Production.INFO: CreateAllLog End
[2026-04-06 02:01:05] Production.INFO: Account Balance End.
[2026-04-06 02:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:01:05] Production.INFO: ==21613== Releasing lock...
[2026-04-06 02:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:01:05] Production.INFO: find /var/www/html/onswitch.neon.service/storage/logs -maxdepth 1 -name "*.log" -mtime +31 -type f -exec rm {} \;
[2026-04-06 02:01:05] Production.INFO: Back End(Service) Delete Storage Log End
[2026-04-06 02:01:05] Production.INFO: Delete Storage Log End
[2026-04-06 02:01:05] Production.INFO: Delete Temp Files Start
[2026-04-06 02:01:06] Production.INFO: find /var/www/tmp* -maxdepth 1 -mtime +3 -type f -exec rm {} \;
[2026-04-06 02:01:06] Production.INFO: Delete Temp Files End
[2026-04-06 02:01:06] Production.INFO: Delete CDR File Start
[2026-04-06 02:01:06] Production.INFO: Delete CDR File End
[2026-04-06 02:01:07] Production.INFO: Disk FileSystem - df -Ph | awk '{printf "%-35s%-10s%-10s%-10s%-10s%s\n",$1,$2,$3,$4,$5,$6}'
[2026-04-06 02:01:07] Production.INFO: output
Filesystem Size Used Avail Use% Mounted
devtmpfs 15G 4.0K 15G 1% /dev
tmpfs 15G 0 15G 0% /dev/shm
tmpfs 15G 1.5G 13G 11% /run
tmpfs 15G 0 15G 0% /sys/fs/cgroup
/dev/sda1 50G 40G 11G 79% /
/dev/loop0 64M 64M 0 100% /var/lib/snapd/snap/core20/2379
/dev/sdb1 79G 26G 50G 34% /mysql
/dev/loop6 64M 64M 0 100% /var/lib/snapd/snap/core20/2434
/dev/loop5 105M 105M 0 100% /var/lib/snapd/snap/core/17272
/dev/loop1 73M 73M 0 100% /var/lib/snapd/snap/certbot/5370
/dev/loop2 72M 72M 0 100% /var/lib/snapd/snap/certbot/5451
/dev/loop8 67M 67M 0 100% /var/lib/snapd/snap/core24/1499
/dev/loop4 106M 106M 0 100% /var/lib/snapd/snap/core/17284
/dev/loop3 67M 67M 0 100% /var/lib/snapd/snap/core24/1587
tmpfs 2.9G 0 2.9G 0% /run/user/0
[2026-04-06 02:01:07] Production.ERROR: CronJobId end 4
[2026-04-06 02:01:07] Production.INFO: ==21605== Releasing lock...
[2026-04-06 02:01:07] Production.INFO: servercleanup-command-servercleanup-companyid-1-cronjobid-4 #Stops#
[2026-04-06 02:01:07] Production.INFO: 29.5 MB #Memory Used#
[2026-04-06 02:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045077', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 02:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 02:01:11] Production.INFO: ProcessCDR(1,17045077,1,1,2)
[2026-04-06 02:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045077,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045077,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 02:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 02:01:11] Production.INFO: ==21615== Releasing lock...
[2026-04-06 02:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 02:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:01:17] Production.ERROR: CronJobId end10
[2026-04-06 02:01:17] Production.INFO: ==21611== Releasing lock...
[2026-04-06 02:01:17] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:01:17] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:01:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:01:18] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:01:18] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:01:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:01:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:01:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:01:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:01:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:01:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:01:18] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:01:18] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:01:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:01:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:01:18] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:01:18] Production.INFO: call_cost start
[2026-04-06 02:01:18] Production.INFO: call_cost end
[2026-04-06 02:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:01:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:01:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:01:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:01:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:01:18] Production.INFO: ==21607== Releasing lock...
[2026-04-06 02:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:02:02] Production.INFO: ==21765== Lock acquired, processing the job...
[2026-04-06 07:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:02:02] Production.INFO: neon service started
[2026-04-06 07:02:02] Production.INFO: neon service started
[2026-04-06 07:02:02] Production.INFO: ==21765== Releasing lock...
[2026-04-06 07:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:02:02] Production.INFO: ==21769== Lock acquired, processing the job...
[2026-04-06 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:02:02] Production.INFO: ==21769== Releasing lock...
[2026-04-06 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:02:02] Production.INFO: ==21767== Lock acquired, processing the job...
[2026-04-06 02:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:02:03] Production.INFO: ==21767== Releasing lock...
[2026-04-06 02:02:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:02:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:02:03] Production.INFO: ==21776== Lock acquired, processing the job...
[2026-04-06 02:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:02:04] Production.INFO: ==21782== Lock acquired, processing the job...
[2026-04-06 02:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:02:04] Production.INFO: ==21771== Lock acquired, processing the job...
[2026-04-06 02:02:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:02:04] Production.INFO: ==21782== Releasing lock...
[2026-04-06 02:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:02:04] Production.INFO: ==21773== Lock acquired, processing the job...
[2026-04-06 02:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:02:04] Production.INFO: ==21778== Lock acquired, processing the job...
[2026-04-06 02:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:02:04] Production.INFO: ==21780== Lock acquired, processing the job...
[2026-04-06 02:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 02:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:02:04] Production.INFO: Account Balance Start.
[2026-04-06 02:02:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:02:04] Production.INFO: 117
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-19
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.ERROR: done
[2026-04-06 02:02:05] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-20
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-21
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-22
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-23
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-24
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: ==21773== Releasing lock...
[2026-04-06 02:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-25
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.ERROR: done
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-26
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 02:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 02:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: ==21780== Releasing lock...
[2026-04-06 02:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 02:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 02:02:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:02:05] Production.INFO: Total Charge 0
[2026-04-06 02:02:05] Production.INFO: CreateAllLog End
[2026-04-06 02:02:06] Production.INFO: Account Balance End.
[2026-04-06 02:02:06] Production.ERROR: CronJobId end 12
[2026-04-06 02:02:06] Production.INFO: ==21778== Releasing lock...
[2026-04-06 02:02:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:02:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:02:13] Production.ERROR: CronJobId end10
[2026-04-06 02:02:13] Production.INFO: ==21776== Releasing lock...
[2026-04-06 02:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:02:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:02:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:02:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:02:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:02:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:02:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:02:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:02:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:02:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:02:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:02:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:02:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:02:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:02:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:02:16] Production.INFO: call_cost start
[2026-04-06 02:02:16] Production.INFO: call_cost end
[2026-04-06 02:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:02:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:02:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:02:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:02:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:02:16] Production.INFO: ==21771== Releasing lock...
[2026-04-06 02:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:03:01] Production.INFO: ==21841== Lock acquired, processing the job...
[2026-04-06 07:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:03:01] Production.INFO: neon service started
[2026-04-06 07:03:01] Production.INFO: neon service started
[2026-04-06 07:03:01] Production.INFO: ==21841== Releasing lock...
[2026-04-06 07:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:03:01] Production.INFO: ==21843== Lock acquired, processing the job...
[2026-04-06 02:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:03:02] Production.INFO: ==21843== Releasing lock...
[2026-04-06 02:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:03:02] Production.INFO: ==21845== Lock acquired, processing the job...
[2026-04-06 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:03:02] Production.INFO: ==21845== Releasing lock...
[2026-04-06 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:03:03] Production.INFO: ==21852== Lock acquired, processing the job...
[2026-04-06 02:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:03:03] Production.INFO: ==21854== Lock acquired, processing the job...
[2026-04-06 02:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:03:03] Production.INFO: ==21850== Lock acquired, processing the job...
[2026-04-06 02:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:03:03] Production.INFO: Account Balance Start.
[2026-04-06 02:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:03:03] Production.INFO: 117
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: ==21848== Lock acquired, processing the job...
[2026-04-06 02:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: ==21856== Lock acquired, processing the job...
[2026-04-06 02:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:03:03] Production.INFO: ==21856== Releasing lock...
[2026-04-06 02:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: ==21850== Releasing lock...
[2026-04-06 02:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:03:04] Production.INFO: Total Charge 0
[2026-04-06 02:03:04] Production.INFO: CreateAllLog End
[2026-04-06 02:03:04] Production.INFO: Account Balance End.
[2026-04-06 02:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:03:04] Production.INFO: ==21854== Releasing lock...
[2026-04-06 02:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:03:12] Production.ERROR: CronJobId end10
[2026-04-06 02:03:12] Production.INFO: ==21852== Releasing lock...
[2026-04-06 02:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:03:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:03:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:03:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:03:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:03:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:03:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:03:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:03:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:03:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:03:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:03:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:03:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:03:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:03:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:03:16] Production.INFO: call_cost start
[2026-04-06 02:03:16] Production.INFO: call_cost end
[2026-04-06 02:03:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:03:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:03:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:03:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:03:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:03:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:03:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:03:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:03:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:03:16] Production.INFO: ==21848== Releasing lock...
[2026-04-06 02:03:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:03:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:04:02] Production.INFO: ==21915== Lock acquired, processing the job...
[2026-04-06 07:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:04:02] Production.INFO: neon service started
[2026-04-06 07:04:02] Production.INFO: neon service started
[2026-04-06 07:04:02] Production.INFO: ==21915== Releasing lock...
[2026-04-06 07:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:04:02] Production.INFO: ==21917== Lock acquired, processing the job...
[2026-04-06 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:04:02] Production.INFO: ==21919== Lock acquired, processing the job...
[2026-04-06 06:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:04:02] Production.INFO: ==21919== Releasing lock...
[2026-04-06 06:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:04:02] Production.INFO: ==21917== Releasing lock...
[2026-04-06 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:04:03] Production.INFO: ==21921== Lock acquired, processing the job...
[2026-04-06 02:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:04:03] Production.INFO: ==21926== Lock acquired, processing the job...
[2026-04-06 02:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:04:03] Production.INFO: ==21924== Lock acquired, processing the job...
[2026-04-06 02:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:04:03] Production.INFO: ==21928== Lock acquired, processing the job...
[2026-04-06 02:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:04:03] Production.INFO: ==21930== Lock acquired, processing the job...
[2026-04-06 02:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:04:03] Production.INFO: Account Balance Start.
[2026-04-06 02:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:04:03] Production.INFO: 117
[2026-04-06 02:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: ==21930== Releasing lock...
[2026-04-06 02:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: ==21924== Releasing lock...
[2026-04-06 02:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:04:05] Production.INFO: Total Charge 0
[2026-04-06 02:04:05] Production.INFO: CreateAllLog End
[2026-04-06 02:04:05] Production.INFO: Account Balance End.
[2026-04-06 02:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:04:05] Production.INFO: ==21928== Releasing lock...
[2026-04-06 02:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:04:11] Production.ERROR: CronJobId end10
[2026-04-06 02:04:11] Production.INFO: ==21926== Releasing lock...
[2026-04-06 02:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:04:14] Production.INFO: call_cost start
[2026-04-06 02:04:14] Production.INFO: call_cost end
[2026-04-06 02:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:04:14] Production.INFO: ==21921== Releasing lock...
[2026-04-06 02:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:05:01] Production.INFO: ==21985== Lock acquired, processing the job...
[2026-04-06 07:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:05:01] Production.INFO: neon service started
[2026-04-06 07:05:01] Production.INFO: neon service started
[2026-04-06 07:05:01] Production.INFO: ==21985== Releasing lock...
[2026-04-06 07:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:05:01] Production.INFO: ==21987== Lock acquired, processing the job...
[2026-04-06 02:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:05:01] Production.INFO: ==21987== Releasing lock...
[2026-04-06 02:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:05:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:05:02] Production.INFO: ==21989== Lock acquired, processing the job...
[2026-04-06 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:05:02] Production.INFO: ==21989== Releasing lock...
[2026-04-06 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:05:02] Production.INFO: ==21991== Lock acquired, processing the job...
[2026-04-06 02:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:05:02] Production.INFO: ==21993== Lock acquired, processing the job...
[2026-04-06 02:05:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:05:02] Production.INFO: ==21995== Lock acquired, processing the job...
[2026-04-06 02:05:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:05:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:05:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:05:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:05:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:05:02] Production.INFO: ==21999== Lock acquired, processing the job...
[2026-04-06 02:05:02] Production.INFO: ==21997== Lock acquired, processing the job...
[2026-04-06 02:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:05:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:05:03] Production.INFO: ==21999== Releasing lock...
[2026-04-06 02:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:05:03] Production.INFO: Account Balance Start.
[2026-04-06 02:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:05:03] Production.INFO: 117
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: ==21993== Releasing lock...
[2026-04-06 02:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:05:04] Production.INFO: Total Charge 0
[2026-04-06 02:05:04] Production.INFO: CreateAllLog End
[2026-04-06 02:05:04] Production.INFO: Account Balance End.
[2026-04-06 02:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:05:04] Production.INFO: ==21997== Releasing lock...
[2026-04-06 02:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:05:10] Production.ERROR: CronJobId end10
[2026-04-06 02:05:10] Production.INFO: ==21995== Releasing lock...
[2026-04-06 02:05:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:05:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:05:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:05:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:05:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:05:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:05:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:05:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:05:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:05:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:05:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:05:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:05:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:05:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:05:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:05:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:05:13] Production.INFO: call_cost start
[2026-04-06 02:05:13] Production.INFO: call_cost end
[2026-04-06 02:05:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:05:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:05:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:05:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:05:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:05:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:05:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:05:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:05:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:05:13] Production.INFO: ==21991== Releasing lock...
[2026-04-06 02:05:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:05:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:06:01] Production.INFO: ==22068== Lock acquired, processing the job...
[2026-04-06 07:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:06:01] Production.INFO: neon service started
[2026-04-06 07:06:01] Production.INFO: neon service started
[2026-04-06 07:06:01] Production.INFO: ==22068== Releasing lock...
[2026-04-06 07:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:06:02] Production.INFO: ==22070== Lock acquired, processing the job...
[2026-04-06 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:06:02] Production.INFO: ==22070== Releasing lock...
[2026-04-06 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:06:02] Production.INFO: ==22072== Lock acquired, processing the job...
[2026-04-06 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:06:02] Production.INFO: ==22072== Releasing lock...
[2026-04-06 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:06:03] Production.INFO: ==22077== Lock acquired, processing the job...
[2026-04-06 02:06:03] Production.INFO: ==22075== Lock acquired, processing the job...
[2026-04-06 02:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:06:03] Production.INFO: ==22081== Lock acquired, processing the job...
[2026-04-06 02:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:06:03] Production.INFO: ==22079== Lock acquired, processing the job...
[2026-04-06 02:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:06:03] Production.INFO: ==22083== Lock acquired, processing the job...
[2026-04-06 02:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:06:03] Production.INFO: Account Balance Start.
[2026-04-06 02:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:06:03] Production.INFO: 117
[2026-04-06 02:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:03] Production.INFO: ==22083== Releasing lock...
[2026-04-06 02:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: ==22077== Releasing lock...
[2026-04-06 02:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:06:05] Production.INFO: Total Charge 0
[2026-04-06 02:06:05] Production.INFO: CreateAllLog End
[2026-04-06 02:06:05] Production.INFO: Account Balance End.
[2026-04-06 02:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:06:05] Production.INFO: ==22081== Releasing lock...
[2026-04-06 02:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:06:10] Production.ERROR: CronJobId end10
[2026-04-06 02:06:10] Production.INFO: ==22079== Releasing lock...
[2026-04-06 02:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:06:13] Production.INFO: call_cost start
[2026-04-06 02:06:13] Production.INFO: call_cost end
[2026-04-06 02:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:06:13] Production.INFO: ==22075== Releasing lock...
[2026-04-06 02:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:07:02] Production.INFO: ==22147== Lock acquired, processing the job...
[2026-04-06 07:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:07:02] Production.INFO: neon service started
[2026-04-06 07:07:02] Production.INFO: neon service started
[2026-04-06 07:07:02] Production.INFO: ==22147== Releasing lock...
[2026-04-06 07:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:07:02] Production.INFO: ==22149== Lock acquired, processing the job...
[2026-04-06 02:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:07:02] Production.INFO: ==22149== Releasing lock...
[2026-04-06 02:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:07:02] Production.INFO: ==22151== Lock acquired, processing the job...
[2026-04-06 06:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:07:02] Production.INFO: ==22151== Releasing lock...
[2026-04-06 06:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:07:03] Production.INFO: ==22159== Lock acquired, processing the job...
[2026-04-06 02:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:07:03] Production.INFO: Account Balance Start.
[2026-04-06 02:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:07:03] Production.INFO: 117
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:03] Production.INFO: ==22153== Lock acquired, processing the job...
[2026-04-06 02:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:03] Production.INFO: ==22155== Lock acquired, processing the job...
[2026-04-06 02:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:03] Production.INFO: ==22157== Lock acquired, processing the job...
[2026-04-06 02:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:07:03] Production.INFO: ==22161== Lock acquired, processing the job...
[2026-04-06 02:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:07:03] Production.INFO: ==22161== Releasing lock...
[2026-04-06 02:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: ==22155== Releasing lock...
[2026-04-06 02:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:07:04] Production.INFO: Total Charge 0
[2026-04-06 02:07:04] Production.INFO: CreateAllLog End
[2026-04-06 02:07:05] Production.INFO: Account Balance End.
[2026-04-06 02:07:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:07:05] Production.INFO: ==22159== Releasing lock...
[2026-04-06 02:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:07:12] Production.ERROR: CronJobId end10
[2026-04-06 02:07:12] Production.INFO: ==22157== Releasing lock...
[2026-04-06 02:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:07:14] Production.INFO: call_cost start
[2026-04-06 02:07:14] Production.INFO: call_cost end
[2026-04-06 02:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:07:14] Production.INFO: ==22153== Releasing lock...
[2026-04-06 02:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:08:01] Production.INFO: ==22222== Lock acquired, processing the job...
[2026-04-06 07:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:08:01] Production.INFO: neon service started
[2026-04-06 07:08:01] Production.INFO: neon service started
[2026-04-06 07:08:01] Production.INFO: ==22222== Releasing lock...
[2026-04-06 07:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:08:02] Production.INFO: ==22224== Lock acquired, processing the job...
[2026-04-06 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:08:02] Production.INFO: ==22224== Releasing lock...
[2026-04-06 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:08:02] Production.INFO: ==22226== Lock acquired, processing the job...
[2026-04-06 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:08:02] Production.INFO: ==22226== Releasing lock...
[2026-04-06 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:08:02] Production.INFO: ==22228== Lock acquired, processing the job...
[2026-04-06 02:08:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:08:02] Production.INFO: ==22230== Lock acquired, processing the job...
[2026-04-06 02:08:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:08:03] Production.INFO: ==22234== Lock acquired, processing the job...
[2026-04-06 02:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:08:03] Production.INFO: Account Balance Start.
[2026-04-06 02:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:08:03] Production.INFO: ==22232== Lock acquired, processing the job...
[2026-04-06 02:08:03] Production.INFO: 117
[2026-04-06 02:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:08:03] Production.INFO: ==22236== Lock acquired, processing the job...
[2026-04-06 02:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:08:03] Production.INFO: ==22230== Releasing lock...
[2026-04-06 02:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:08:03] Production.INFO: ==22236== Releasing lock...
[2026-04-06 02:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:08:04] Production.INFO: Total Charge 0
[2026-04-06 02:08:04] Production.INFO: CreateAllLog End
[2026-04-06 02:08:04] Production.INFO: Account Balance End.
[2026-04-06 02:08:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:08:04] Production.INFO: ==22234== Releasing lock...
[2026-04-06 02:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:08:12] Production.ERROR: CronJobId end10
[2026-04-06 02:08:12] Production.INFO: ==22232== Releasing lock...
[2026-04-06 02:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:08:13] Production.INFO: call_cost start
[2026-04-06 02:08:13] Production.INFO: call_cost end
[2026-04-06 02:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:08:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:08:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:08:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:08:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:08:13] Production.INFO: ==22228== Releasing lock...
[2026-04-06 02:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:09:02] Production.INFO: ==22292== Lock acquired, processing the job...
[2026-04-06 07:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:09:02] Production.INFO: neon service started
[2026-04-06 07:09:02] Production.INFO: neon service started
[2026-04-06 07:09:02] Production.INFO: ==22292== Releasing lock...
[2026-04-06 07:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:09:02] Production.INFO: ==22294== Lock acquired, processing the job...
[2026-04-06 02:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:09:02] Production.INFO: ==22294== Releasing lock...
[2026-04-06 02:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:09:02] Production.INFO: ==22296== Lock acquired, processing the job...
[2026-04-06 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:09:02] Production.INFO: ==22296== Releasing lock...
[2026-04-06 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:09:03] Production.INFO: ==22300== Lock acquired, processing the job...
[2026-04-06 02:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:09:03] Production.INFO: ==22298== Lock acquired, processing the job...
[2026-04-06 02:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:09:03] Production.INFO: ==22302== Lock acquired, processing the job...
[2026-04-06 02:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:09:03] Production.INFO: ==22304== Lock acquired, processing the job...
[2026-04-06 02:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:09:03] Production.INFO: ==22306== Lock acquired, processing the job...
[2026-04-06 02:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:09:03] Production.INFO: Account Balance Start.
[2026-04-06 02:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:09:03] Production.INFO: 117
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: ==22306== Releasing lock...
[2026-04-06 02:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: ==22300== Releasing lock...
[2026-04-06 02:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:09:04] Production.INFO: Total Charge 0
[2026-04-06 02:09:04] Production.INFO: CreateAllLog End
[2026-04-06 02:09:04] Production.INFO: Account Balance End.
[2026-04-06 02:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:09:04] Production.INFO: ==22304== Releasing lock...
[2026-04-06 02:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:09:11] Production.ERROR: CronJobId end10
[2026-04-06 02:09:11] Production.INFO: ==22302== Releasing lock...
[2026-04-06 02:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:09:14] Production.INFO: call_cost start
[2026-04-06 02:09:14] Production.INFO: call_cost end
[2026-04-06 02:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:09:14] Production.INFO: ==22298== Releasing lock...
[2026-04-06 02:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:10:01] Production.INFO: ==22368== Lock acquired, processing the job...
[2026-04-06 07:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:10:01] Production.INFO: neon service started
[2026-04-06 07:10:01] Production.INFO: neon service started
[2026-04-06 07:10:01] Production.INFO: ==22368== Releasing lock...
[2026-04-06 07:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:10:01] Production.INFO: ==22370== Lock acquired, processing the job...
[2026-04-06 02:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:10:02] Production.INFO: ==22370== Releasing lock...
[2026-04-06 02:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:10:02] Production.INFO: ==22372== Lock acquired, processing the job...
[2026-04-06 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:10:02] Production.INFO: ==22372== Releasing lock...
[2026-04-06 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:10:02] Production.INFO: ==22375== Lock acquired, processing the job...
[2026-04-06 02:10:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:10:02] Production.INFO: ==22377== Lock acquired, processing the job...
[2026-04-06 02:10:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:10:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:10:02] Production.INFO: ==22383== Lock acquired, processing the job...
[2026-04-06 02:10:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:10:03] Production.INFO: ==22379== Lock acquired, processing the job...
[2026-04-06 02:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:10:03] Production.INFO: ==22381== Lock acquired, processing the job...
[2026-04-06 02:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:10:03] Production.INFO: ==22383== Releasing lock...
[2026-04-06 02:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:10:03] Production.INFO: Account Balance Start.
[2026-04-06 02:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:10:03] Production.INFO: 117
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: ==22377== Releasing lock...
[2026-04-06 02:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-29
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:03] Production.INFO: Date 2026-03-30
[2026-04-06 02:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:10:04] Production.INFO: Total Charge 0
[2026-04-06 02:10:04] Production.INFO: CreateAllLog End
[2026-04-06 02:10:04] Production.INFO: Account Balance End.
[2026-04-06 02:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:10:04] Production.INFO: ==22381== Releasing lock...
[2026-04-06 02:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:10:11] Production.ERROR: CronJobId end10
[2026-04-06 02:10:11] Production.INFO: ==22379== Releasing lock...
[2026-04-06 02:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:10:14] Production.INFO: call_cost start
[2026-04-06 02:10:14] Production.INFO: call_cost end
[2026-04-06 02:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:10:14] Production.INFO: ==22375== Releasing lock...
[2026-04-06 02:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:11:01] Production.INFO: ==22442== Lock acquired, processing the job...
[2026-04-06 07:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:11:01] Production.INFO: neon service started
[2026-04-06 07:11:01] Production.INFO: neon service started
[2026-04-06 07:11:01] Production.INFO: ==22442== Releasing lock...
[2026-04-06 07:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:11:02] Production.INFO: ==22444== Lock acquired, processing the job...
[2026-04-06 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:11:02] Production.INFO: ==22446== Lock acquired, processing the job...
[2026-04-06 06:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:11:02] Production.INFO: ==22446== Releasing lock...
[2026-04-06 06:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:11:02] Production.INFO: ==22444== Releasing lock...
[2026-04-06 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:11:03] Production.INFO: ==22448== Lock acquired, processing the job...
[2026-04-06 02:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 02:11:03] Production.INFO: ==22454== Lock acquired, processing the job...
[2026-04-06 02:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 02:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:11:03] Production.ERROR: CronJob PID - 22454
[2026-04-06 02:11:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 02:11:03] Production.ERROR: CronJob ID - 10
[2026-04-06 02:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 02:11:00
[2026-04-06 02:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:11:03] Production.INFO: ==22450== Lock acquired, processing the job...
[2026-04-06 02:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 02:11:03] Production.INFO: ==22448== Releasing lock...
[2026-04-06 02:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 02:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:11:03] Production.INFO: ==22461== Lock acquired, processing the job...
[2026-04-06 02:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:11:03] Production.INFO: ==22459== Lock acquired, processing the job...
[2026-04-06 02:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 02:11:03] Production.INFO: ==22452== Lock acquired, processing the job...
[2026-04-06 02:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:11:03] Production.INFO: ==22461== Releasing lock...
[2026-04-06 02:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:11:04] Production.INFO: ==22457== Lock acquired, processing the job...
[2026-04-06 02:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:11:04] Production.INFO: Account Balance Start.
[2026-04-06 02:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:11:04] Production.INFO: 117
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.ERROR: done
[2026-04-06 02:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 02:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045119', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: ==22452== Releasing lock...
[2026-04-06 02:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:11:05] Production.INFO: Total Charge 0
[2026-04-06 02:11:05] Production.INFO: CreateAllLog End
[2026-04-06 02:11:05] Production.INFO: Account Balance End.
[2026-04-06 02:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:11:05] Production.INFO: ==22457== Releasing lock...
[2026-04-06 02:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:11:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045119', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 02:11:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 02:11:09] Production.INFO: ProcessCDR(1,17045119,1,1,2)
[2026-04-06 02:11:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045119,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:11:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045119,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:11:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 02:11:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 02:11:09] Production.INFO: ==22459== Releasing lock...
[2026-04-06 02:11:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 02:11:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:11:14] Production.ERROR: CronJobId end10
[2026-04-06 02:11:14] Production.INFO: ==22454== Releasing lock...
[2026-04-06 02:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:11:17] Production.INFO: call_cost start
[2026-04-06 02:11:17] Production.INFO: call_cost end
[2026-04-06 02:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:11:17] Production.INFO: ==22450== Releasing lock...
[2026-04-06 02:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:12:01] Production.INFO: ==22528== Lock acquired, processing the job...
[2026-04-06 07:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:12:01] Production.INFO: neon service started
[2026-04-06 07:12:01] Production.INFO: neon service started
[2026-04-06 07:12:01] Production.INFO: ==22528== Releasing lock...
[2026-04-06 07:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:12:01] Production.INFO: ==22530== Lock acquired, processing the job...
[2026-04-06 02:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:12:02] Production.INFO: ==22532== Lock acquired, processing the job...
[2026-04-06 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:12:02] Production.INFO: ==22532== Releasing lock...
[2026-04-06 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:12:02] Production.INFO: ==22530== Releasing lock...
[2026-04-06 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:12:02] Production.INFO: ==22535== Lock acquired, processing the job...
[2026-04-06 02:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:12:02] Production.INFO: ==22539== Lock acquired, processing the job...
[2026-04-06 02:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:12:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:12:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:12:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:12:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:12:03] Production.INFO: ==22537== Lock acquired, processing the job...
[2026-04-06 02:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:12:03] Production.INFO: ==22541== Lock acquired, processing the job...
[2026-04-06 02:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:12:03] Production.INFO: ==22543== Lock acquired, processing the job...
[2026-04-06 02:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:12:03] Production.INFO: Account Balance Start.
[2026-04-06 02:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:12:03] Production.INFO: 117
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:12:03] Production.INFO: ==22543== Releasing lock...
[2026-04-06 02:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: ==22537== Releasing lock...
[2026-04-06 02:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:12:04] Production.INFO: Total Charge 0
[2026-04-06 02:12:04] Production.INFO: CreateAllLog End
[2026-04-06 02:12:04] Production.INFO: Account Balance End.
[2026-04-06 02:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:12:04] Production.INFO: ==22541== Releasing lock...
[2026-04-06 02:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:12:11] Production.ERROR: CronJobId end10
[2026-04-06 02:12:11] Production.INFO: ==22539== Releasing lock...
[2026-04-06 02:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:12:14] Production.INFO: call_cost start
[2026-04-06 02:12:14] Production.INFO: call_cost end
[2026-04-06 02:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:12:14] Production.INFO: ==22535== Releasing lock...
[2026-04-06 02:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:13:01] Production.INFO: ==22600== Lock acquired, processing the job...
[2026-04-06 07:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:13:01] Production.INFO: neon service started
[2026-04-06 07:13:01] Production.INFO: neon service started
[2026-04-06 07:13:01] Production.INFO: ==22600== Releasing lock...
[2026-04-06 07:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:13:02] Production.INFO: ==22604== Lock acquired, processing the job...
[2026-04-06 06:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:13:02] Production.INFO: ==22604== Releasing lock...
[2026-04-06 06:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:13:02] Production.INFO: ==22602== Lock acquired, processing the job...
[2026-04-06 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:13:02] Production.INFO: ==22602== Releasing lock...
[2026-04-06 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:13:03] Production.INFO: ==22606== Lock acquired, processing the job...
[2026-04-06 02:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:13:03] Production.INFO: ==22608== Lock acquired, processing the job...
[2026-04-06 02:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:13:03] Production.INFO: ==22612== Lock acquired, processing the job...
[2026-04-06 02:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:13:03] Production.INFO: ==22610== Lock acquired, processing the job...
[2026-04-06 02:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:13:03] Production.INFO: ==22614== Lock acquired, processing the job...
[2026-04-06 02:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:13:03] Production.INFO: Account Balance Start.
[2026-04-06 02:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:13:03] Production.INFO: 117
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: ==22614== Releasing lock...
[2026-04-06 02:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: ==22608== Releasing lock...
[2026-04-06 02:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:13:04] Production.INFO: Total Charge 0
[2026-04-06 02:13:04] Production.INFO: CreateAllLog End
[2026-04-06 02:13:04] Production.INFO: Account Balance End.
[2026-04-06 02:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:13:04] Production.INFO: ==22612== Releasing lock...
[2026-04-06 02:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:13:11] Production.ERROR: CronJobId end10
[2026-04-06 02:13:11] Production.INFO: ==22610== Releasing lock...
[2026-04-06 02:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:13:13] Production.INFO: call_cost start
[2026-04-06 02:13:13] Production.INFO: call_cost end
[2026-04-06 02:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:13:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:13:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:13:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:13:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:13:13] Production.INFO: ==22606== Releasing lock...
[2026-04-06 02:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:14:02] Production.INFO: ==22682== Lock acquired, processing the job...
[2026-04-06 07:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:14:02] Production.INFO: neon service started
[2026-04-06 07:14:02] Production.INFO: neon service started
[2026-04-06 07:14:02] Production.INFO: ==22682== Releasing lock...
[2026-04-06 07:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:14:02] Production.INFO: ==22686== Lock acquired, processing the job...
[2026-04-06 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:14:02] Production.INFO: ==22686== Releasing lock...
[2026-04-06 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:14:02] Production.INFO: ==22684== Lock acquired, processing the job...
[2026-04-06 02:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:14:02] Production.INFO: ==22684== Releasing lock...
[2026-04-06 02:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:14:03] Production.INFO: ==22689== Lock acquired, processing the job...
[2026-04-06 02:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:14:03] Production.INFO: ==22691== Lock acquired, processing the job...
[2026-04-06 02:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:14:03] Production.INFO: ==22695== Lock acquired, processing the job...
[2026-04-06 02:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:14:03] Production.INFO: ==22693== Lock acquired, processing the job...
[2026-04-06 02:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:14:03] Production.INFO: Account Balance Start.
[2026-04-06 02:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:14:03] Production.INFO: 117
[2026-04-06 02:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:03] Production.INFO: ==22697== Lock acquired, processing the job...
[2026-04-06 02:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:14:04] Production.INFO: ==22697== Releasing lock...
[2026-04-06 02:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: ==22691== Releasing lock...
[2026-04-06 02:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:14:04] Production.INFO: Total Charge 0
[2026-04-06 02:14:05] Production.INFO: CreateAllLog End
[2026-04-06 02:14:05] Production.INFO: Account Balance End.
[2026-04-06 02:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:14:05] Production.INFO: ==22695== Releasing lock...
[2026-04-06 02:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:14:11] Production.ERROR: CronJobId end10
[2026-04-06 02:14:11] Production.INFO: ==22693== Releasing lock...
[2026-04-06 02:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:14:14] Production.INFO: call_cost start
[2026-04-06 02:14:14] Production.INFO: call_cost end
[2026-04-06 02:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:14:14] Production.INFO: ==22689== Releasing lock...
[2026-04-06 02:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:15:01] Production.INFO: ==22758== Lock acquired, processing the job...
[2026-04-06 07:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:15:01] Production.INFO: neon service started
[2026-04-06 07:15:01] Production.INFO: neon service started
[2026-04-06 07:15:01] Production.INFO: ==22758== Releasing lock...
[2026-04-06 07:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:15:01] Production.INFO: ==22760== Lock acquired, processing the job...
[2026-04-06 02:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:15:02] Production.INFO: ==22762== Lock acquired, processing the job...
[2026-04-06 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:15:02] Production.INFO: ==22760== Releasing lock...
[2026-04-06 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:15:02] Production.INFO: ==22762== Releasing lock...
[2026-04-06 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:15:02] Production.INFO: ==22767== Lock acquired, processing the job...
[2026-04-06 02:15:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:15:02] Production.INFO: ==22773== Lock acquired, processing the job...
[2026-04-06 02:15:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:15:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:15:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:15:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:15:02] Production.INFO: ==22773== Releasing lock...
[2026-04-06 02:15:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:15:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:15:03] Production.INFO: ==22767== Releasing lock...
[2026-04-06 02:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:15:03] Production.INFO: ==22765== Lock acquired, processing the job...
[2026-04-06 02:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:15:03] Production.INFO: ==22771== Lock acquired, processing the job...
[2026-04-06 02:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:15:03] Production.INFO: ==22769== Lock acquired, processing the job...
[2026-04-06 02:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:15:03] Production.INFO: Account Balance Start.
[2026-04-06 02:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:15:03] Production.INFO: 117
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-29
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-30
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-03-31
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-04-01
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-04-02
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-04-03
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-04-04
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-04-05
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Date 2026-04-06
[2026-04-06 02:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:15:03] Production.INFO: Total Charge 0
[2026-04-06 02:15:04] Production.INFO: CreateAllLog End
[2026-04-06 02:15:04] Production.INFO: Account Balance End.
[2026-04-06 02:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:15:04] Production.INFO: ==22771== Releasing lock...
[2026-04-06 02:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:15:11] Production.ERROR: CronJobId end10
[2026-04-06 02:15:11] Production.INFO: ==22769== Releasing lock...
[2026-04-06 02:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:15:15] Production.INFO: call_cost start
[2026-04-06 02:15:15] Production.INFO: call_cost end
[2026-04-06 02:15:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:15:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:15:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:15:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:15:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:15:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:15:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:15:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:15:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:15:15] Production.INFO: ==22765== Releasing lock...
[2026-04-06 02:15:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:15:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:16:01] Production.INFO: ==22832== Lock acquired, processing the job...
[2026-04-06 07:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:16:01] Production.INFO: neon service started
[2026-04-06 07:16:01] Production.INFO: neon service started
[2026-04-06 07:16:01] Production.INFO: ==22832== Releasing lock...
[2026-04-06 07:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:16:02] Production.INFO: ==22836== Lock acquired, processing the job...
[2026-04-06 06:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:16:02] Production.INFO: ==22836== Releasing lock...
[2026-04-06 06:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:16:02] Production.INFO: ==22834== Lock acquired, processing the job...
[2026-04-06 02:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:16:02] Production.INFO: ==22834== Releasing lock...
[2026-04-06 02:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:16:03] Production.INFO: ==22839== Lock acquired, processing the job...
[2026-04-06 02:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:16:03] Production.INFO: ==22841== Lock acquired, processing the job...
[2026-04-06 02:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:16:03] Production.INFO: ==22845== Lock acquired, processing the job...
[2026-04-06 02:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:16:03] Production.INFO: ==22843== Lock acquired, processing the job...
[2026-04-06 02:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:16:03] Production.INFO: ==22847== Lock acquired, processing the job...
[2026-04-06 02:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:16:03] Production.INFO: Account Balance Start.
[2026-04-06 02:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:16:03] Production.INFO: 117
[2026-04-06 02:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: ==22841== Releasing lock...
[2026-04-06 02:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:16:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:16:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:16:04] Production.INFO: ==22847== Releasing lock...
[2026-04-06 02:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:16:04] Production.INFO: Total Charge 0
[2026-04-06 02:16:04] Production.INFO: CreateAllLog End
[2026-04-06 02:16:05] Production.INFO: Account Balance End.
[2026-04-06 02:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:16:05] Production.INFO: ==22845== Releasing lock...
[2026-04-06 02:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:16:12] Production.ERROR: CronJobId end10
[2026-04-06 02:16:12] Production.INFO: ==22843== Releasing lock...
[2026-04-06 02:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:16:15] Production.INFO: call_cost start
[2026-04-06 02:16:15] Production.INFO: call_cost end
[2026-04-06 02:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:16:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:16:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:16:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:16:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:16:15] Production.INFO: ==22839== Releasing lock...
[2026-04-06 02:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:17:01] Production.INFO: ==22912== Lock acquired, processing the job...
[2026-04-06 07:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:17:01] Production.INFO: neon service started
[2026-04-06 07:17:01] Production.INFO: neon service started
[2026-04-06 07:17:01] Production.INFO: ==22912== Releasing lock...
[2026-04-06 07:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:17:01] Production.INFO: ==22916== Lock acquired, processing the job...
[2026-04-06 06:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:17:01] Production.INFO: ==22916== Releasing lock...
[2026-04-06 06:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:17:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:17:01] Production.INFO: ==22914== Lock acquired, processing the job...
[2026-04-06 02:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:17:02] Production.INFO: ==22914== Releasing lock...
[2026-04-06 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:17:02] Production.INFO: ==22919== Lock acquired, processing the job...
[2026-04-06 02:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:17:02] Production.INFO: ==22921== Lock acquired, processing the job...
[2026-04-06 02:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:17:02] Production.INFO: ==22923== Lock acquired, processing the job...
[2026-04-06 02:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:17:02] Production.INFO: ==22925== Lock acquired, processing the job...
[2026-04-06 02:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:17:03] Production.INFO: ==22927== Lock acquired, processing the job...
[2026-04-06 02:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:17:03] Production.INFO: Account Balance Start.
[2026-04-06 02:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:17:03] Production.INFO: 117
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:17:03] Production.INFO: ==22927== Releasing lock...
[2026-04-06 02:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: ==22921== Releasing lock...
[2026-04-06 02:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-29
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-30
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-03-31
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-04-01
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-04-02
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-04-03
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:03] Production.INFO: Date 2026-04-04
[2026-04-06 02:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:17:04] Production.INFO: Total Charge 0
[2026-04-06 02:17:04] Production.INFO: CreateAllLog End
[2026-04-06 02:17:04] Production.INFO: Account Balance End.
[2026-04-06 02:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:17:04] Production.INFO: ==22925== Releasing lock...
[2026-04-06 02:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:17:11] Production.ERROR: CronJobId end10
[2026-04-06 02:17:11] Production.INFO: ==22923== Releasing lock...
[2026-04-06 02:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:17:13] Production.INFO: call_cost start
[2026-04-06 02:17:13] Production.INFO: call_cost end
[2026-04-06 02:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:17:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:17:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:17:13] Production.INFO: ==22919== Releasing lock...
[2026-04-06 02:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:18:01] Production.INFO: ==22991== Lock acquired, processing the job...
[2026-04-06 07:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:18:01] Production.INFO: neon service started
[2026-04-06 07:18:01] Production.INFO: neon service started
[2026-04-06 07:18:01] Production.INFO: ==22991== Releasing lock...
[2026-04-06 07:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:18:02] Production.INFO: ==22994== Lock acquired, processing the job...
[2026-04-06 02:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:18:02] Production.INFO: ==22994== Releasing lock...
[2026-04-06 02:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:18:02] Production.INFO: ==22996== Lock acquired, processing the job...
[2026-04-06 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:18:02] Production.INFO: ==22996== Releasing lock...
[2026-04-06 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:18:03] Production.INFO: ==22998== Lock acquired, processing the job...
[2026-04-06 02:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:18:03] Production.INFO: ==23000== Lock acquired, processing the job...
[2026-04-06 02:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:18:03] Production.INFO: ==23002== Lock acquired, processing the job...
[2026-04-06 02:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:18:03] Production.INFO: ==23006== Lock acquired, processing the job...
[2026-04-06 02:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:18:03] Production.INFO: ==23004== Lock acquired, processing the job...
[2026-04-06 02:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:18:03] Production.INFO: ==23006== Releasing lock...
[2026-04-06 02:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:18:03] Production.INFO: Account Balance Start.
[2026-04-06 02:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:18:03] Production.INFO: 117
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: ==23000== Releasing lock...
[2026-04-06 02:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:18:04] Production.INFO: Total Charge 0
[2026-04-06 02:18:04] Production.INFO: CreateAllLog End
[2026-04-06 02:18:05] Production.INFO: Account Balance End.
[2026-04-06 02:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:18:05] Production.INFO: ==23004== Releasing lock...
[2026-04-06 02:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:18:11] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_LowBal...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#4 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#8 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#9 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#10 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#11 [internal function]: App\Console\Commands\NeonAlerts->fire()
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_LowBalanceReminder(1,0,11))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#2 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#4 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#7 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#9 [internal function]: App\Console\Commands\NeonAlerts->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-06 02:18:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:18:11] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:18:11] Production.ERROR: CronJobId end10
[2026-04-06 02:18:11] Production.INFO: ==23002== Releasing lock...
[2026-04-06 02:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:18:11] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:18:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:18:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:18:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:18:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:18:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:18:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:18:11] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:18:11] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:18:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:18:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:18:11] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:18:12] Production.INFO: call_cost start
[2026-04-06 02:18:12] Production.INFO: call_cost end
[2026-04-06 02:18:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:18:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:18:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:18:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:18:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:18:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:18:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:18:12] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:18:12] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:18:12] Production.INFO: ==22998== Releasing lock...
[2026-04-06 02:18:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:18:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:19:02] Production.INFO: ==23069== Lock acquired, processing the job...
[2026-04-06 07:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:19:02] Production.INFO: neon service started
[2026-04-06 07:19:02] Production.INFO: neon service started
[2026-04-06 07:19:02] Production.INFO: ==23069== Releasing lock...
[2026-04-06 07:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:19:02] Production.INFO: ==23071== Lock acquired, processing the job...
[2026-04-06 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:19:02] Production.INFO: ==23071== Releasing lock...
[2026-04-06 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:19:03] Production.INFO: ==23073== Lock acquired, processing the job...
[2026-04-06 06:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:19:03] Production.INFO: ==23073== Releasing lock...
[2026-04-06 06:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:19:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:19:03] Production.INFO: ==23082== Lock acquired, processing the job...
[2026-04-06 02:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:19:03] Production.INFO: Account Balance Start.
[2026-04-06 02:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:19:03] Production.INFO: 117
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: ==23078== Lock acquired, processing the job...
[2026-04-06 02:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: ==23076== Lock acquired, processing the job...
[2026-04-06 02:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:19:03] Production.INFO: ==23084== Lock acquired, processing the job...
[2026-04-06 02:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:19:03] Production.INFO: ==23080== Lock acquired, processing the job...
[2026-04-06 02:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:19:03] Production.INFO: ==23084== Releasing lock...
[2026-04-06 02:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: ==23078== Releasing lock...
[2026-04-06 02:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:19:04] Production.INFO: Total Charge 0
[2026-04-06 02:19:04] Production.INFO: CreateAllLog End
[2026-04-06 02:19:04] Production.INFO: Account Balance End.
[2026-04-06 02:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:19:04] Production.INFO: ==23082== Releasing lock...
[2026-04-06 02:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:19:11] Production.ERROR: CronJobId end10
[2026-04-06 02:19:11] Production.INFO: ==23080== Releasing lock...
[2026-04-06 02:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:19:14] Production.INFO: call_cost start
[2026-04-06 02:19:14] Production.INFO: call_cost end
[2026-04-06 02:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:19:14] Production.INFO: ==23076== Releasing lock...
[2026-04-06 02:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:20:01] Production.INFO: ==23147== Lock acquired, processing the job...
[2026-04-06 07:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:20:01] Production.INFO: neon service started
[2026-04-06 07:20:01] Production.INFO: neon service started
[2026-04-06 07:20:01] Production.INFO: ==23147== Releasing lock...
[2026-04-06 07:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:20:01] Production.INFO: ==23151== Lock acquired, processing the job...
[2026-04-06 06:20:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:20:02] Production.INFO: ==23151== Releasing lock...
[2026-04-06 06:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:20:02] Production.INFO: ==23149== Lock acquired, processing the job...
[2026-04-06 02:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:20:02] Production.INFO: ==23149== Releasing lock...
[2026-04-06 02:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:20:02] Production.INFO: ==23158== Lock acquired, processing the job...
[2026-04-06 02:20:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:20:03] Production.INFO: ==23154== Lock acquired, processing the job...
[2026-04-06 02:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:20:03] Production.INFO: ==23156== Lock acquired, processing the job...
[2026-04-06 02:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:20:03] Production.INFO: ==23160== Lock acquired, processing the job...
[2026-04-06 02:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:20:03] Production.INFO: ==23162== Lock acquired, processing the job...
[2026-04-06 02:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:20:03] Production.INFO: Account Balance Start.
[2026-04-06 02:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:20:03] Production.INFO: 117
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:20:03] Production.INFO: ==23162== Releasing lock...
[2026-04-06 02:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: ==23156== Releasing lock...
[2026-04-06 02:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:20:04] Production.INFO: Total Charge 0
[2026-04-06 02:20:04] Production.INFO: CreateAllLog End
[2026-04-06 02:20:04] Production.INFO: Account Balance End.
[2026-04-06 02:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:20:04] Production.INFO: ==23160== Releasing lock...
[2026-04-06 02:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:20:11] Production.ERROR: CronJobId end10
[2026-04-06 02:20:11] Production.INFO: ==23158== Releasing lock...
[2026-04-06 02:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:20:14] Production.INFO: call_cost start
[2026-04-06 02:20:14] Production.INFO: call_cost end
[2026-04-06 02:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:20:14] Production.INFO: ==23154== Releasing lock...
[2026-04-06 02:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:21:02] Production.INFO: ==23230== Lock acquired, processing the job...
[2026-04-06 07:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:21:02] Production.INFO: neon service started
[2026-04-06 07:21:02] Production.INFO: neon service started
[2026-04-06 07:21:02] Production.INFO: ==23230== Releasing lock...
[2026-04-06 07:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:21:02] Production.INFO: ==23232== Lock acquired, processing the job...
[2026-04-06 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:21:02] Production.INFO: ==23234== Lock acquired, processing the job...
[2026-04-06 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:21:02] Production.INFO: ==23234== Releasing lock...
[2026-04-06 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:21:03] Production.INFO: ==23232== Releasing lock...
[2026-04-06 02:21:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:21:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:21:03] Production.INFO: ==23239== Lock acquired, processing the job...
[2026-04-06 02:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:21:03] Production.INFO: ==23237== Lock acquired, processing the job...
[2026-04-06 02:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 02:21:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 02:21:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:21:04] Production.ERROR: CronJob PID - 23239
[2026-04-06 02:21:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 02:21:04] Production.ERROR: CronJob ID - 5
[2026-04-06 02:21:04] Production.ERROR: CronJob Last Run Time 2026-04-06 02:21:00
[2026-04-06 02:21:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:21:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:21:04] Production.INFO: ==23241== Lock acquired, processing the job...
[2026-04-06 02:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:21:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 02:21:04] Production.INFO: ==23237== Releasing lock...
[2026-04-06 02:21:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 02:21:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:21:04] Production.INFO: ==23247== Lock acquired, processing the job...
[2026-04-06 02:21:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 02:21:04] Production.INFO: ==23243== Lock acquired, processing the job...
[2026-04-06 02:21:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:21:04] Production.INFO: ==23245== Lock acquired, processing the job...
[2026-04-06 02:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:21:04] Production.INFO: ==23249== Lock acquired, processing the job...
[2026-04-06 02:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:21:04] Production.INFO: Account Balance Start.
[2026-04-06 02:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:21:04] Production.INFO: 117
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.INFO: ==23249== Releasing lock...
[2026-04-06 02:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.ERROR: done
[2026-04-06 02:21:04] Production.INFO: ==23241== Releasing lock...
[2026-04-06 02:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 02:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045160', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-17
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-18
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-19
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-20
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-21
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-22
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-23
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-24
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-25
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-26
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:21:05] Production.INFO: Total Charge 0
[2026-04-06 02:21:05] Production.INFO: CreateAllLog End
[2026-04-06 02:21:06] Production.INFO: Account Balance End.
[2026-04-06 02:21:06] Production.ERROR: CronJobId end 12
[2026-04-06 02:21:06] Production.INFO: ==23245== Releasing lock...
[2026-04-06 02:21:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:21:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:21:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045160', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 02:21:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 02:21:11] Production.INFO: ProcessCDR(1,17045160,1,1,2)
[2026-04-06 02:21:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045160,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:21:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045160,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:21:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 02:21:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 02:21:11] Production.INFO: ==23247== Releasing lock...
[2026-04-06 02:21:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 02:21:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:21:13] Production.ERROR: CronJobId end10
[2026-04-06 02:21:13] Production.INFO: ==23243== Releasing lock...
[2026-04-06 02:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:21:16] Production.INFO: call_cost start
[2026-04-06 02:21:16] Production.INFO: call_cost end
[2026-04-06 02:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:21:16] Production.INFO: ==23239== Releasing lock...
[2026-04-06 02:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:22:01] Production.INFO: ==23307== Lock acquired, processing the job...
[2026-04-06 07:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:22:01] Production.INFO: neon service started
[2026-04-06 07:22:01] Production.INFO: neon service started
[2026-04-06 07:22:01] Production.INFO: ==23307== Releasing lock...
[2026-04-06 07:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:22:01] Production.INFO: ==23309== Lock acquired, processing the job...
[2026-04-06 02:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:22:02] Production.INFO: ==23309== Releasing lock...
[2026-04-06 02:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:22:02] Production.INFO: ==23311== Lock acquired, processing the job...
[2026-04-06 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:22:02] Production.INFO: ==23311== Releasing lock...
[2026-04-06 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:22:02] Production.INFO: ==23318== Lock acquired, processing the job...
[2026-04-06 02:22:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:22:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:22:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:22:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:22:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:22:02] Production.INFO: ==23316== Lock acquired, processing the job...
[2026-04-06 02:22:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:22:02] Production.INFO: ==23314== Lock acquired, processing the job...
[2026-04-06 02:22:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:22:03] Production.INFO: ==23322== Lock acquired, processing the job...
[2026-04-06 02:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:22:03] Production.INFO: ==23320== Lock acquired, processing the job...
[2026-04-06 02:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:22:03] Production.INFO: Account Balance Start.
[2026-04-06 02:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:22:03] Production.INFO: 117
[2026-04-06 02:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:22:03] Production.INFO: ==23322== Releasing lock...
[2026-04-06 02:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: ==23316== Releasing lock...
[2026-04-06 02:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:22:05] Production.INFO: Total Charge 0
[2026-04-06 02:22:05] Production.INFO: CreateAllLog End
[2026-04-06 02:22:05] Production.INFO: Account Balance End.
[2026-04-06 02:22:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:22:05] Production.INFO: ==23320== Releasing lock...
[2026-04-06 02:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:22:11] Production.ERROR: CronJobId end10
[2026-04-06 02:22:11] Production.INFO: ==23318== Releasing lock...
[2026-04-06 02:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:22:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:22:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:22:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:22:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:22:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:22:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:22:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:22:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:22:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:22:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:22:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:22:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:22:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:22:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:22:13] Production.INFO: call_cost start
[2026-04-06 02:22:13] Production.INFO: call_cost end
[2026-04-06 02:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:22:13] Production.INFO: ==23314== Releasing lock...
[2026-04-06 02:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:23:01] Production.INFO: ==23386== Lock acquired, processing the job...
[2026-04-06 07:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:23:01] Production.INFO: neon service started
[2026-04-06 07:23:01] Production.INFO: neon service started
[2026-04-06 07:23:01] Production.INFO: ==23386== Releasing lock...
[2026-04-06 07:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:23:02] Production.INFO: ==23388== Lock acquired, processing the job...
[2026-04-06 02:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:23:02] Production.INFO: ==23390== Lock acquired, processing the job...
[2026-04-06 06:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:23:02] Production.INFO: ==23390== Releasing lock...
[2026-04-06 06:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:23:02] Production.INFO: ==23388== Releasing lock...
[2026-04-06 02:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:23:03] Production.INFO: ==23393== Lock acquired, processing the job...
[2026-04-06 02:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:23:03] Production.INFO: ==23395== Lock acquired, processing the job...
[2026-04-06 02:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:23:03] Production.INFO: ==23401== Lock acquired, processing the job...
[2026-04-06 02:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:23:03] Production.INFO: ==23397== Lock acquired, processing the job...
[2026-04-06 02:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:23:03] Production.INFO: ==23399== Lock acquired, processing the job...
[2026-04-06 02:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:23:03] Production.INFO: Account Balance Start.
[2026-04-06 02:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:23:03] Production.INFO: 117
[2026-04-06 02:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:03] Production.INFO: ==23401== Releasing lock...
[2026-04-06 02:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: ==23395== Releasing lock...
[2026-04-06 02:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:23:05] Production.INFO: Total Charge 0
[2026-04-06 02:23:05] Production.INFO: CreateAllLog End
[2026-04-06 02:23:05] Production.INFO: Account Balance End.
[2026-04-06 02:23:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:23:05] Production.INFO: ==23399== Releasing lock...
[2026-04-06 02:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:23:11] Production.ERROR: CronJobId end10
[2026-04-06 02:23:11] Production.INFO: ==23397== Releasing lock...
[2026-04-06 02:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:23:14] Production.INFO: call_cost start
[2026-04-06 02:23:14] Production.INFO: call_cost end
[2026-04-06 02:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:23:14] Production.INFO: ==23393== Releasing lock...
[2026-04-06 02:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:24:02] Production.INFO: ==23465== Lock acquired, processing the job...
[2026-04-06 07:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:24:02] Production.INFO: neon service started
[2026-04-06 07:24:02] Production.INFO: neon service started
[2026-04-06 07:24:02] Production.INFO: ==23465== Releasing lock...
[2026-04-06 07:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:24:02] Production.INFO: ==23467== Lock acquired, processing the job...
[2026-04-06 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:24:02] Production.INFO: ==23467== Releasing lock...
[2026-04-06 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:24:03] Production.INFO: ==23469== Lock acquired, processing the job...
[2026-04-06 06:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:24:03] Production.INFO: ==23469== Releasing lock...
[2026-04-06 06:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:24:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:24:03] Production.INFO: ==23472== Lock acquired, processing the job...
[2026-04-06 02:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:24:03] Production.INFO: ==23474== Lock acquired, processing the job...
[2026-04-06 02:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:24:03] Production.INFO: ==23476== Lock acquired, processing the job...
[2026-04-06 02:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:24:03] Production.INFO: ==23480== Lock acquired, processing the job...
[2026-04-06 02:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:24:03] Production.INFO: ==23478== Lock acquired, processing the job...
[2026-04-06 02:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:24:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:24:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:24:04] Production.INFO: Account Balance Start.
[2026-04-06 02:24:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:24:04] Production.INFO: 117
[2026-04-06 02:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:24:04] Production.INFO: ==23480== Releasing lock...
[2026-04-06 02:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: ==23474== Releasing lock...
[2026-04-06 02:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:24:04] Production.INFO: Total Charge 0
[2026-04-06 02:24:04] Production.INFO: CreateAllLog End
[2026-04-06 02:24:05] Production.INFO: Account Balance End.
[2026-04-06 02:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:24:05] Production.INFO: ==23478== Releasing lock...
[2026-04-06 02:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:24:13] Production.ERROR: CronJobId end10
[2026-04-06 02:24:13] Production.INFO: ==23476== Releasing lock...
[2026-04-06 02:24:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:24:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:24:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:24:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:24:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:24:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:24:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:24:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:24:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:24:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:24:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:24:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:24:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:24:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:24:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:24:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:24:15] Production.INFO: call_cost start
[2026-04-06 02:24:15] Production.INFO: call_cost end
[2026-04-06 02:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:24:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:24:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:24:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:24:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:24:15] Production.INFO: ==23472== Releasing lock...
[2026-04-06 02:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:25:01] Production.INFO: ==23540== Lock acquired, processing the job...
[2026-04-06 07:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:25:01] Production.INFO: neon service started
[2026-04-06 07:25:01] Production.INFO: neon service started
[2026-04-06 07:25:01] Production.INFO: ==23540== Releasing lock...
[2026-04-06 07:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:25:01] Production.INFO: ==23542== Lock acquired, processing the job...
[2026-04-06 02:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:25:02] Production.INFO: ==23542== Releasing lock...
[2026-04-06 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:25:02] Production.INFO: ==23544== Lock acquired, processing the job...
[2026-04-06 06:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:25:02] Production.INFO: ==23544== Releasing lock...
[2026-04-06 06:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:25:03] Production.INFO: ==23547== Lock acquired, processing the job...
[2026-04-06 02:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:25:03] Production.INFO: ==23549== Lock acquired, processing the job...
[2026-04-06 02:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:25:03] Production.INFO: ==23551== Lock acquired, processing the job...
[2026-04-06 02:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:25:03] Production.INFO: ==23553== Lock acquired, processing the job...
[2026-04-06 02:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:25:03] Production.INFO: ==23555== Lock acquired, processing the job...
[2026-04-06 02:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:25:03] Production.INFO: ==23555== Releasing lock...
[2026-04-06 02:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:25:03] Production.INFO: Account Balance Start.
[2026-04-06 02:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:25:03] Production.INFO: 117
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: ==23549== Releasing lock...
[2026-04-06 02:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:25:04] Production.INFO: Total Charge 0
[2026-04-06 02:25:05] Production.INFO: CreateAllLog End
[2026-04-06 02:25:05] Production.INFO: Account Balance End.
[2026-04-06 02:25:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:25:05] Production.INFO: ==23553== Releasing lock...
[2026-04-06 02:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:25:11] Production.ERROR: CronJobId end10
[2026-04-06 02:25:11] Production.INFO: ==23551== Releasing lock...
[2026-04-06 02:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:25:14] Production.INFO: call_cost start
[2026-04-06 02:25:14] Production.INFO: call_cost end
[2026-04-06 02:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:25:14] Production.INFO: ==23547== Releasing lock...
[2026-04-06 02:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:26:02] Production.INFO: ==23622== Lock acquired, processing the job...
[2026-04-06 07:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:26:02] Production.INFO: neon service started
[2026-04-06 07:26:02] Production.INFO: neon service started
[2026-04-06 07:26:02] Production.INFO: ==23622== Releasing lock...
[2026-04-06 07:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:26:02] Production.INFO: ==23624== Lock acquired, processing the job...
[2026-04-06 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:26:02] Production.INFO: ==23624== Releasing lock...
[2026-04-06 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:26:02] Production.INFO: ==23626== Lock acquired, processing the job...
[2026-04-06 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:26:02] Production.INFO: ==23626== Releasing lock...
[2026-04-06 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:26:03] Production.INFO: ==23629== Lock acquired, processing the job...
[2026-04-06 02:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:26:03] Production.INFO: ==23633== Lock acquired, processing the job...
[2026-04-06 02:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:26:03] Production.INFO: ==23631== Lock acquired, processing the job...
[2026-04-06 02:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:26:03] Production.INFO: ==23637== Lock acquired, processing the job...
[2026-04-06 02:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:26:03] Production.INFO: ==23635== Lock acquired, processing the job...
[2026-04-06 02:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:26:03] Production.INFO: ==23637== Releasing lock...
[2026-04-06 02:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:26:03] Production.INFO: Account Balance Start.
[2026-04-06 02:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:26:03] Production.INFO: 117
[2026-04-06 02:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: ==23631== Releasing lock...
[2026-04-06 02:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:26:04] Production.INFO: Total Charge 0
[2026-04-06 02:26:04] Production.INFO: CreateAllLog End
[2026-04-06 02:26:05] Production.INFO: Account Balance End.
[2026-04-06 02:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:26:05] Production.INFO: ==23635== Releasing lock...
[2026-04-06 02:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:26:12] Production.ERROR: CronJobId end10
[2026-04-06 02:26:12] Production.INFO: ==23633== Releasing lock...
[2026-04-06 02:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:26:14] Production.INFO: call_cost start
[2026-04-06 02:26:14] Production.INFO: call_cost end
[2026-04-06 02:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:26:14] Production.INFO: ==23629== Releasing lock...
[2026-04-06 02:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:27:01] Production.INFO: ==23706== Lock acquired, processing the job...
[2026-04-06 07:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:27:01] Production.INFO: neon service started
[2026-04-06 07:27:01] Production.INFO: neon service started
[2026-04-06 07:27:01] Production.INFO: ==23706== Releasing lock...
[2026-04-06 07:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:27:02] Production.INFO: ==23708== Lock acquired, processing the job...
[2026-04-06 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:27:02] Production.INFO: ==23710== Lock acquired, processing the job...
[2026-04-06 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:27:02] Production.INFO: ==23710== Releasing lock...
[2026-04-06 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:27:02] Production.INFO: ==23708== Releasing lock...
[2026-04-06 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:27:03] Production.INFO: ==23715== Lock acquired, processing the job...
[2026-04-06 02:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:27:03] Production.INFO: ==23713== Lock acquired, processing the job...
[2026-04-06 02:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:27:03] Production.INFO: ==23717== Lock acquired, processing the job...
[2026-04-06 02:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:27:03] Production.INFO: ==23719== Lock acquired, processing the job...
[2026-04-06 02:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:27:03] Production.INFO: Account Balance Start.
[2026-04-06 02:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:27:03] Production.INFO: 117
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:27:03] Production.INFO: ==23721== Lock acquired, processing the job...
[2026-04-06 02:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: ==23715== Releasing lock...
[2026-04-06 02:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:27:03] Production.INFO: ==23721== Releasing lock...
[2026-04-06 02:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:27:04] Production.INFO: Total Charge 0
[2026-04-06 02:27:04] Production.INFO: CreateAllLog End
[2026-04-06 02:27:04] Production.INFO: Account Balance End.
[2026-04-06 02:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:27:04] Production.INFO: ==23719== Releasing lock...
[2026-04-06 02:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:27:10] Production.ERROR: CronJobId end10
[2026-04-06 02:27:10] Production.INFO: ==23717== Releasing lock...
[2026-04-06 02:27:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:27:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:27:13] Production.INFO: call_cost start
[2026-04-06 02:27:13] Production.INFO: call_cost end
[2026-04-06 02:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:27:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:27:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:27:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:27:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:27:13] Production.INFO: ==23713== Releasing lock...
[2026-04-06 02:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:28:01] Production.INFO: ==23782== Lock acquired, processing the job...
[2026-04-06 07:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:28:01] Production.INFO: neon service started
[2026-04-06 07:28:01] Production.INFO: neon service started
[2026-04-06 07:28:01] Production.INFO: ==23782== Releasing lock...
[2026-04-06 07:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:28:02] Production.INFO: ==23784== Lock acquired, processing the job...
[2026-04-06 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:28:02] Production.INFO: ==23784== Releasing lock...
[2026-04-06 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:28:02] Production.INFO: ==23786== Lock acquired, processing the job...
[2026-04-06 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:28:02] Production.INFO: ==23786== Releasing lock...
[2026-04-06 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:28:03] Production.INFO: ==23791== Lock acquired, processing the job...
[2026-04-06 02:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:28:03] Production.INFO: ==23793== Lock acquired, processing the job...
[2026-04-06 02:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:28:03] Production.INFO: ==23789== Lock acquired, processing the job...
[2026-04-06 02:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:28:03] Production.INFO: ==23795== Lock acquired, processing the job...
[2026-04-06 02:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:28:03] Production.INFO: ==23797== Lock acquired, processing the job...
[2026-04-06 02:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:28:03] Production.INFO: Account Balance Start.
[2026-04-06 02:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:28:03] Production.INFO: 117
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:28:03] Production.INFO: ==23797== Releasing lock...
[2026-04-06 02:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: ==23791== Releasing lock...
[2026-04-06 02:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:28:04] Production.INFO: Total Charge 0
[2026-04-06 02:28:04] Production.INFO: CreateAllLog End
[2026-04-06 02:28:04] Production.INFO: Account Balance End.
[2026-04-06 02:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:28:04] Production.INFO: ==23795== Releasing lock...
[2026-04-06 02:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:28:11] Production.ERROR: CronJobId end10
[2026-04-06 02:28:11] Production.INFO: ==23793== Releasing lock...
[2026-04-06 02:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:28:14] Production.INFO: call_cost start
[2026-04-06 02:28:14] Production.INFO: call_cost end
[2026-04-06 02:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:28:14] Production.INFO: ==23789== Releasing lock...
[2026-04-06 02:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:29:02] Production.INFO: ==23858== Lock acquired, processing the job...
[2026-04-06 07:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:29:02] Production.INFO: neon service started
[2026-04-06 07:29:02] Production.INFO: neon service started
[2026-04-06 07:29:02] Production.INFO: ==23858== Releasing lock...
[2026-04-06 07:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:29:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:29:02] Production.INFO: ==23860== Lock acquired, processing the job...
[2026-04-06 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:29:02] Production.INFO: ==23860== Releasing lock...
[2026-04-06 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:29:02] Production.INFO: ==23862== Lock acquired, processing the job...
[2026-04-06 06:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:29:03] Production.INFO: ==23862== Releasing lock...
[2026-04-06 06:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:29:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:29:03] Production.INFO: ==23873== Lock acquired, processing the job...
[2026-04-06 02:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:29:03] Production.INFO: ==23873== Releasing lock...
[2026-04-06 02:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:29:03] Production.INFO: ==23865== Lock acquired, processing the job...
[2026-04-06 02:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:29:03] Production.INFO: ==23867== Lock acquired, processing the job...
[2026-04-06 02:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:29:04] Production.INFO: ==23869== Lock acquired, processing the job...
[2026-04-06 02:29:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:29:04] Production.INFO: ==23871== Lock acquired, processing the job...
[2026-04-06 02:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:29:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:29:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:29:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:29:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:29:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:29:04] Production.INFO: Account Balance Start.
[2026-04-06 02:29:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:29:04] Production.INFO: 117
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: ==23867== Releasing lock...
[2026-04-06 02:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:29:05] Production.INFO: Total Charge 0
[2026-04-06 02:29:05] Production.INFO: CreateAllLog End
[2026-04-06 02:29:05] Production.INFO: Account Balance End.
[2026-04-06 02:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:29:05] Production.INFO: ==23871== Releasing lock...
[2026-04-06 02:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:29:11] Production.ERROR: CronJobId end10
[2026-04-06 02:29:11] Production.INFO: ==23869== Releasing lock...
[2026-04-06 02:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:29:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:29:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:29:14] Production.INFO: call_cost start
[2026-04-06 02:29:14] Production.INFO: call_cost end
[2026-04-06 02:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:29:14] Production.INFO: ==23865== Releasing lock...
[2026-04-06 02:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:30:01] Production.INFO: ==23930== Lock acquired, processing the job...
[2026-04-06 07:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:30:01] Production.INFO: neon service started
[2026-04-06 07:30:01] Production.INFO: neon service started
[2026-04-06 07:30:01] Production.INFO: ==23930== Releasing lock...
[2026-04-06 07:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:30:02] Production.INFO: ==23932== Lock acquired, processing the job...
[2026-04-06 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:30:02] Production.INFO: ==23932== Releasing lock...
[2026-04-06 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:30:02] Production.INFO: ==23934== Lock acquired, processing the job...
[2026-04-06 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:30:02] Production.INFO: ==23934== Releasing lock...
[2026-04-06 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:30:03] Production.INFO: ==23937== Lock acquired, processing the job...
[2026-04-06 02:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:30:03] Production.INFO: ==23939== Lock acquired, processing the job...
[2026-04-06 02:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:30:03] Production.INFO: ==23941== Lock acquired, processing the job...
[2026-04-06 02:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:30:03] Production.INFO: ==23943== Lock acquired, processing the job...
[2026-04-06 02:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:30:03] Production.INFO: ==23945== Lock acquired, processing the job...
[2026-04-06 02:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:30:03] Production.INFO: Account Balance Start.
[2026-04-06 02:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:30:03] Production.INFO: 117
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:30:03] Production.INFO: ==23945== Releasing lock...
[2026-04-06 02:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: ==23939== Releasing lock...
[2026-04-06 02:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:30:04] Production.INFO: Total Charge 0
[2026-04-06 02:30:04] Production.INFO: CreateAllLog End
[2026-04-06 02:30:04] Production.INFO: Account Balance End.
[2026-04-06 02:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:30:04] Production.INFO: ==23943== Releasing lock...
[2026-04-06 02:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:30:12] Production.ERROR: CronJobId end10
[2026-04-06 02:30:12] Production.INFO: ==23941== Releasing lock...
[2026-04-06 02:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:30:15] Production.INFO: call_cost start
[2026-04-06 02:30:15] Production.INFO: call_cost end
[2026-04-06 02:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:30:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:30:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:30:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:30:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:30:15] Production.INFO: ==23937== Releasing lock...
[2026-04-06 02:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:31:02] Production.INFO: ==24008== Lock acquired, processing the job...
[2026-04-06 07:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:31:02] Production.INFO: neon service started
[2026-04-06 07:31:02] Production.INFO: neon service started
[2026-04-06 07:31:02] Production.INFO: ==24008== Releasing lock...
[2026-04-06 07:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:31:02] Production.INFO: ==24010== Lock acquired, processing the job...
[2026-04-06 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:31:02] Production.INFO: ==24012== Lock acquired, processing the job...
[2026-04-06 06:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:31:02] Production.INFO: ==24012== Releasing lock...
[2026-04-06 06:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:31:03] Production.INFO: ==24010== Releasing lock...
[2026-04-06 02:31:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:31:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:31:03] Production.INFO: ==24015== Lock acquired, processing the job...
[2026-04-06 02:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 02:31:03] Production.INFO: ==24017== Lock acquired, processing the job...
[2026-04-06 02:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 02:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:31:03] Production.ERROR: CronJob PID - 24017
[2026-04-06 02:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 02:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 02:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 02:31:00
[2026-04-06 02:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 02:31:03] Production.INFO: ==24015== Releasing lock...
[2026-04-06 02:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 02:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:31:03] Production.INFO: ==24021== Lock acquired, processing the job...
[2026-04-06 02:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:31:04] Production.INFO: ==24019== Lock acquired, processing the job...
[2026-04-06 02:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:31:04] Production.INFO: ==24025== Lock acquired, processing the job...
[2026-04-06 02:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 02:31:04] Production.INFO: ==24023== Lock acquired, processing the job...
[2026-04-06 02:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:31:04] Production.INFO: ==24027== Lock acquired, processing the job...
[2026-04-06 02:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:31:04] Production.INFO: Account Balance Start.
[2026-04-06 02:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:31:04] Production.INFO: 117
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.INFO: ==24027== Releasing lock...
[2026-04-06 02:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:04] Production.ERROR: done
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-16
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-17
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 02:31:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045201', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-18
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-19
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-20
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-21
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-22
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-23
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-24
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-25
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-26
[2026-04-06 02:31:05] Production.INFO: ==24019== Releasing lock...
[2026-04-06 02:31:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:31:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:31:06] Production.INFO: Total Charge 0
[2026-04-06 02:31:06] Production.INFO: CreateAllLog End
[2026-04-06 02:31:06] Production.INFO: Account Balance End.
[2026-04-06 02:31:06] Production.ERROR: CronJobId end 12
[2026-04-06 02:31:06] Production.INFO: ==24023== Releasing lock...
[2026-04-06 02:31:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:31:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045201', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 02:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 02:31:10] Production.INFO: ProcessCDR(1,17045201,1,1,2)
[2026-04-06 02:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045201,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:31:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045201,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:31:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 02:31:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 02:31:11] Production.INFO: ==24025== Releasing lock...
[2026-04-06 02:31:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 02:31:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:31:14] Production.ERROR: CronJobId end10
[2026-04-06 02:31:14] Production.INFO: ==24021== Releasing lock...
[2026-04-06 02:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:31:17] Production.INFO: call_cost start
[2026-04-06 02:31:17] Production.INFO: call_cost end
[2026-04-06 02:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:31:17] Production.INFO: ==24017== Releasing lock...
[2026-04-06 02:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:32:01] Production.INFO: ==24086== Lock acquired, processing the job...
[2026-04-06 07:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:32:01] Production.INFO: neon service started
[2026-04-06 07:32:01] Production.INFO: neon service started
[2026-04-06 07:32:01] Production.INFO: ==24086== Releasing lock...
[2026-04-06 07:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:32:01] Production.INFO: ==24088== Lock acquired, processing the job...
[2026-04-06 02:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:32:02] Production.INFO: ==24088== Releasing lock...
[2026-04-06 02:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:32:02] Production.INFO: ==24090== Lock acquired, processing the job...
[2026-04-06 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:32:02] Production.INFO: ==24090== Releasing lock...
[2026-04-06 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:32:03] Production.INFO: ==24093== Lock acquired, processing the job...
[2026-04-06 02:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:32:03] Production.INFO: ==24095== Lock acquired, processing the job...
[2026-04-06 02:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:32:03] Production.INFO: ==24097== Lock acquired, processing the job...
[2026-04-06 02:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:32:03] Production.INFO: ==24099== Lock acquired, processing the job...
[2026-04-06 02:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:32:03] Production.INFO: Account Balance Start.
[2026-04-06 02:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:32:03] Production.INFO: ==24101== Lock acquired, processing the job...
[2026-04-06 02:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:32:03] Production.INFO: 117
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: ==24101== Releasing lock...
[2026-04-06 02:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: ==24095== Releasing lock...
[2026-04-06 02:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:32:04] Production.INFO: Total Charge 0
[2026-04-06 02:32:04] Production.INFO: CreateAllLog End
[2026-04-06 02:32:04] Production.INFO: Account Balance End.
[2026-04-06 02:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:32:04] Production.INFO: ==24099== Releasing lock...
[2026-04-06 02:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:32:10] Production.ERROR: CronJobId end10
[2026-04-06 02:32:10] Production.INFO: ==24097== Releasing lock...
[2026-04-06 02:32:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:32:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:32:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:32:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:32:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:32:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:32:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:32:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:32:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:32:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:32:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:32:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:32:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:32:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:32:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:32:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:32:13] Production.INFO: call_cost start
[2026-04-06 02:32:13] Production.INFO: call_cost end
[2026-04-06 02:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:32:13] Production.INFO: ==24093== Releasing lock...
[2026-04-06 02:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:33:01] Production.INFO: ==24165== Lock acquired, processing the job...
[2026-04-06 07:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:33:01] Production.INFO: neon service started
[2026-04-06 07:33:01] Production.INFO: neon service started
[2026-04-06 07:33:01] Production.INFO: ==24165== Releasing lock...
[2026-04-06 07:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:33:02] Production.INFO: ==24169== Lock acquired, processing the job...
[2026-04-06 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:33:02] Production.INFO: ==24169== Releasing lock...
[2026-04-06 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:33:02] Production.INFO: ==24167== Lock acquired, processing the job...
[2026-04-06 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:33:02] Production.INFO: ==24167== Releasing lock...
[2026-04-06 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:33:03] Production.INFO: ==24172== Lock acquired, processing the job...
[2026-04-06 02:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:33:03] Production.INFO: ==24174== Lock acquired, processing the job...
[2026-04-06 02:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:33:03] Production.INFO: ==24180== Lock acquired, processing the job...
[2026-04-06 02:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:33:03] Production.INFO: ==24176== Lock acquired, processing the job...
[2026-04-06 02:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:33:03] Production.INFO: ==24178== Lock acquired, processing the job...
[2026-04-06 02:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:33:03] Production.INFO: Account Balance Start.
[2026-04-06 02:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:33:03] Production.INFO: 117
[2026-04-06 02:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:03] Production.INFO: ==24180== Releasing lock...
[2026-04-06 02:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: ==24174== Releasing lock...
[2026-04-06 02:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:33:04] Production.INFO: Total Charge 0
[2026-04-06 02:33:04] Production.INFO: CreateAllLog End
[2026-04-06 02:33:05] Production.INFO: Account Balance End.
[2026-04-06 02:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:33:05] Production.INFO: ==24178== Releasing lock...
[2026-04-06 02:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:33:11] Production.ERROR: CronJobId end10
[2026-04-06 02:33:11] Production.INFO: ==24176== Releasing lock...
[2026-04-06 02:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:33:14] Production.INFO: call_cost start
[2026-04-06 02:33:14] Production.INFO: call_cost end
[2026-04-06 02:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:33:14] Production.INFO: ==24172== Releasing lock...
[2026-04-06 02:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:34:01] Production.INFO: ==24239== Lock acquired, processing the job...
[2026-04-06 07:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:34:01] Production.INFO: neon service started
[2026-04-06 07:34:01] Production.INFO: neon service started
[2026-04-06 07:34:01] Production.INFO: ==24239== Releasing lock...
[2026-04-06 07:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:34:01] Production.INFO: ==24243== Lock acquired, processing the job...
[2026-04-06 06:34:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:34:01] Production.INFO: ==24243== Releasing lock...
[2026-04-06 06:34:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:34:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:34:01] Production.INFO: ==24241== Lock acquired, processing the job...
[2026-04-06 02:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:34:02] Production.INFO: ==24241== Releasing lock...
[2026-04-06 02:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:34:02] Production.INFO: ==24248== Lock acquired, processing the job...
[2026-04-06 02:34:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:34:02] Production.INFO: ==24246== Lock acquired, processing the job...
[2026-04-06 02:34:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:34:02] Production.INFO: ==24254== Lock acquired, processing the job...
[2026-04-06 02:34:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:34:02] Production.INFO: ==24252== Lock acquired, processing the job...
[2026-04-06 02:34:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:34:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:34:02] Production.INFO: ==24250== Lock acquired, processing the job...
[2026-04-06 02:34:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:34:03] Production.INFO: ==24254== Releasing lock...
[2026-04-06 02:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:34:03] Production.INFO: Account Balance Start.
[2026-04-06 02:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:34:03] Production.INFO: 117
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: ==24248== Releasing lock...
[2026-04-06 02:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:34:04] Production.INFO: Total Charge 0
[2026-04-06 02:34:04] Production.INFO: CreateAllLog End
[2026-04-06 02:34:04] Production.INFO: Account Balance End.
[2026-04-06 02:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:34:04] Production.INFO: ==24252== Releasing lock...
[2026-04-06 02:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:34:11] Production.ERROR: CronJobId end10
[2026-04-06 02:34:11] Production.INFO: ==24250== Releasing lock...
[2026-04-06 02:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:34:14] Production.INFO: call_cost start
[2026-04-06 02:34:14] Production.INFO: call_cost end
[2026-04-06 02:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:34:14] Production.INFO: ==24246== Releasing lock...
[2026-04-06 02:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:35:01] Production.INFO: ==24314== Lock acquired, processing the job...
[2026-04-06 07:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:35:01] Production.INFO: neon service started
[2026-04-06 07:35:01] Production.INFO: neon service started
[2026-04-06 07:35:01] Production.INFO: ==24314== Releasing lock...
[2026-04-06 07:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:35:02] Production.INFO: ==24318== Lock acquired, processing the job...
[2026-04-06 06:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:35:02] Production.INFO: ==24318== Releasing lock...
[2026-04-06 06:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:35:02] Production.INFO: ==24316== Lock acquired, processing the job...
[2026-04-06 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:35:02] Production.INFO: ==24316== Releasing lock...
[2026-04-06 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:35:03] Production.INFO: ==24324== Lock acquired, processing the job...
[2026-04-06 02:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:35:03] Production.INFO: ==24320== Lock acquired, processing the job...
[2026-04-06 02:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:35:03] Production.INFO: ==24322== Lock acquired, processing the job...
[2026-04-06 02:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:35:03] Production.INFO: ==24329== Lock acquired, processing the job...
[2026-04-06 02:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:35:03] Production.INFO: ==24326== Lock acquired, processing the job...
[2026-04-06 02:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:35:03] Production.INFO: Account Balance Start.
[2026-04-06 02:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:35:03] Production.INFO: 117
[2026-04-06 02:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:35:03] Production.INFO: ==24329== Releasing lock...
[2026-04-06 02:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: ==24322== Releasing lock...
[2026-04-06 02:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:35:04] Production.INFO: Total Charge 0
[2026-04-06 02:35:04] Production.INFO: CreateAllLog End
[2026-04-06 02:35:05] Production.INFO: Account Balance End.
[2026-04-06 02:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:35:05] Production.INFO: ==24326== Releasing lock...
[2026-04-06 02:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:35:11] Production.ERROR: CronJobId end10
[2026-04-06 02:35:11] Production.INFO: ==24324== Releasing lock...
[2026-04-06 02:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:35:13] Production.INFO: call_cost start
[2026-04-06 02:35:13] Production.INFO: call_cost end
[2026-04-06 02:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:35:13] Production.INFO: ==24320== Releasing lock...
[2026-04-06 02:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:36:02] Production.INFO: ==24384== Lock acquired, processing the job...
[2026-04-06 07:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:36:02] Production.INFO: neon service started
[2026-04-06 07:36:02] Production.INFO: neon service started
[2026-04-06 07:36:02] Production.INFO: ==24384== Releasing lock...
[2026-04-06 07:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:36:02] Production.INFO: ==24386== Lock acquired, processing the job...
[2026-04-06 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:36:02] Production.INFO: ==24386== Releasing lock...
[2026-04-06 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:36:02] Production.INFO: ==24388== Lock acquired, processing the job...
[2026-04-06 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:36:03] Production.INFO: ==24388== Releasing lock...
[2026-04-06 06:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:36:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:36:03] Production.INFO: ==24393== Lock acquired, processing the job...
[2026-04-06 02:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:36:03] Production.INFO: ==24395== Lock acquired, processing the job...
[2026-04-06 02:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:36:03] Production.INFO: ==24397== Lock acquired, processing the job...
[2026-04-06 02:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:36:03] Production.INFO: ==24401== Lock acquired, processing the job...
[2026-04-06 02:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:36:03] Production.INFO: ==24399== Lock acquired, processing the job...
[2026-04-06 02:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:36:03] Production.INFO: Account Balance Start.
[2026-04-06 02:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:36:03] Production.INFO: 117
[2026-04-06 02:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:03] Production.INFO: ==24401== Releasing lock...
[2026-04-06 02:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: ==24395== Releasing lock...
[2026-04-06 02:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:36:04] Production.INFO: Total Charge 0
[2026-04-06 02:36:04] Production.INFO: CreateAllLog End
[2026-04-06 02:36:04] Production.INFO: Account Balance End.
[2026-04-06 02:36:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:36:04] Production.INFO: ==24399== Releasing lock...
[2026-04-06 02:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:36:11] Production.ERROR: CronJobId end10
[2026-04-06 02:36:11] Production.INFO: ==24397== Releasing lock...
[2026-04-06 02:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:36:14] Production.INFO: call_cost start
[2026-04-06 02:36:14] Production.INFO: call_cost end
[2026-04-06 02:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:36:14] Production.INFO: ==24393== Releasing lock...
[2026-04-06 02:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:37:01] Production.INFO: ==24464== Lock acquired, processing the job...
[2026-04-06 07:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:37:01] Production.INFO: neon service started
[2026-04-06 07:37:01] Production.INFO: neon service started
[2026-04-06 07:37:01] Production.INFO: ==24464== Releasing lock...
[2026-04-06 07:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:37:02] Production.INFO: ==24468== Lock acquired, processing the job...
[2026-04-06 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:37:02] Production.INFO: ==24466== Lock acquired, processing the job...
[2026-04-06 02:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:37:02] Production.INFO: ==24468== Releasing lock...
[2026-04-06 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:37:02] Production.INFO: ==24466== Releasing lock...
[2026-04-06 02:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:37:03] Production.INFO: ==24471== Lock acquired, processing the job...
[2026-04-06 02:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:37:03] Production.INFO: ==24473== Lock acquired, processing the job...
[2026-04-06 02:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:37:03] Production.INFO: ==24475== Lock acquired, processing the job...
[2026-04-06 02:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:37:03] Production.INFO: ==24477== Lock acquired, processing the job...
[2026-04-06 02:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:37:03] Production.INFO: ==24479== Lock acquired, processing the job...
[2026-04-06 02:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:37:03] Production.INFO: Account Balance Start.
[2026-04-06 02:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:37:03] Production.INFO: 117
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:37:03] Production.INFO: ==24479== Releasing lock...
[2026-04-06 02:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: ==24473== Releasing lock...
[2026-04-06 02:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:37:04] Production.INFO: Total Charge 0
[2026-04-06 02:37:04] Production.INFO: CreateAllLog End
[2026-04-06 02:37:04] Production.INFO: Account Balance End.
[2026-04-06 02:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:37:04] Production.INFO: ==24477== Releasing lock...
[2026-04-06 02:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:37:11] Production.ERROR: CronJobId end10
[2026-04-06 02:37:11] Production.INFO: ==24475== Releasing lock...
[2026-04-06 02:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:37:13] Production.INFO: call_cost start
[2026-04-06 02:37:13] Production.INFO: call_cost end
[2026-04-06 02:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:37:13] Production.INFO: ==24471== Releasing lock...
[2026-04-06 02:37:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:37:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:38:01] Production.INFO: ==24539== Lock acquired, processing the job...
[2026-04-06 07:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:38:01] Production.INFO: neon service started
[2026-04-06 07:38:01] Production.INFO: neon service started
[2026-04-06 07:38:01] Production.INFO: ==24539== Releasing lock...
[2026-04-06 07:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:38:02] Production.INFO: ==24543== Lock acquired, processing the job...
[2026-04-06 06:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:38:02] Production.INFO: ==24543== Releasing lock...
[2026-04-06 06:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:38:02] Production.INFO: ==24541== Lock acquired, processing the job...
[2026-04-06 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:38:02] Production.INFO: ==24541== Releasing lock...
[2026-04-06 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:38:03] Production.INFO: ==24548== Lock acquired, processing the job...
[2026-04-06 02:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:38:03] Production.INFO: ==24552== Lock acquired, processing the job...
[2026-04-06 02:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:38:03] Production.INFO: ==24554== Lock acquired, processing the job...
[2026-04-06 02:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:38:03] Production.INFO: ==24550== Lock acquired, processing the job...
[2026-04-06 02:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:38:03] Production.INFO: Account Balance Start.
[2026-04-06 02:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:38:03] Production.INFO: 117
[2026-04-06 02:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:03] Production.INFO: ==24556== Lock acquired, processing the job...
[2026-04-06 02:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: ==24556== Releasing lock...
[2026-04-06 02:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: ==24550== Releasing lock...
[2026-04-06 02:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:38:05] Production.INFO: Total Charge 0
[2026-04-06 02:38:05] Production.INFO: CreateAllLog End
[2026-04-06 02:38:05] Production.INFO: Account Balance End.
[2026-04-06 02:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:38:05] Production.INFO: ==24554== Releasing lock...
[2026-04-06 02:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:38:12] Production.ERROR: CronJobId end10
[2026-04-06 02:38:12] Production.INFO: ==24552== Releasing lock...
[2026-04-06 02:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:38:15] Production.INFO: call_cost start
[2026-04-06 02:38:15] Production.INFO: call_cost end
[2026-04-06 02:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:38:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:38:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:38:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:38:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:38:15] Production.INFO: ==24548== Releasing lock...
[2026-04-06 02:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:39:01] Production.INFO: ==24614== Lock acquired, processing the job...
[2026-04-06 07:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:39:01] Production.INFO: neon service started
[2026-04-06 07:39:01] Production.INFO: neon service started
[2026-04-06 07:39:01] Production.INFO: ==24614== Releasing lock...
[2026-04-06 07:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:39:01] Production.INFO: ==24618== Lock acquired, processing the job...
[2026-04-06 06:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:39:01] Production.INFO: ==24618== Releasing lock...
[2026-04-06 06:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:39:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:39:01] Production.INFO: ==24616== Lock acquired, processing the job...
[2026-04-06 02:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:39:02] Production.INFO: ==24616== Releasing lock...
[2026-04-06 02:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:39:02] Production.INFO: ==24620== Lock acquired, processing the job...
[2026-04-06 02:39:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:39:02] Production.INFO: ==24626== Lock acquired, processing the job...
[2026-04-06 02:39:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:39:02] Production.INFO: ==24622== Lock acquired, processing the job...
[2026-04-06 02:39:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:39:03] Production.INFO: ==24629== Lock acquired, processing the job...
[2026-04-06 02:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:39:03] Production.INFO: ==24624== Lock acquired, processing the job...
[2026-04-06 02:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:39:03] Production.INFO: Account Balance Start.
[2026-04-06 02:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:39:03] Production.INFO: 117
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: ==24629== Releasing lock...
[2026-04-06 02:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: ==24622== Releasing lock...
[2026-04-06 02:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:39:04] Production.INFO: Total Charge 0
[2026-04-06 02:39:04] Production.INFO: CreateAllLog End
[2026-04-06 02:39:04] Production.INFO: Account Balance End.
[2026-04-06 02:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:39:04] Production.INFO: ==24626== Releasing lock...
[2026-04-06 02:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:39:12] Production.ERROR: CronJobId end10
[2026-04-06 02:39:12] Production.INFO: ==24624== Releasing lock...
[2026-04-06 02:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:39:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:39:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:39:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:39:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:39:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:39:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:39:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:39:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:39:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:39:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:39:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:39:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:39:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:39:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:39:15] Production.INFO: call_cost start
[2026-04-06 02:39:15] Production.INFO: call_cost end
[2026-04-06 02:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:39:15] Production.INFO: ==24620== Releasing lock...
[2026-04-06 02:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:40:01] Production.INFO: ==24695== Lock acquired, processing the job...
[2026-04-06 07:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:40:01] Production.INFO: neon service started
[2026-04-06 07:40:01] Production.INFO: neon service started
[2026-04-06 07:40:01] Production.INFO: ==24695== Releasing lock...
[2026-04-06 07:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:40:02] Production.INFO: ==24697== Lock acquired, processing the job...
[2026-04-06 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:40:02] Production.INFO: ==24699== Lock acquired, processing the job...
[2026-04-06 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:40:02] Production.INFO: ==24699== Releasing lock...
[2026-04-06 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:40:02] Production.INFO: ==24697== Releasing lock...
[2026-04-06 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:40:03] Production.INFO: ==24703== Lock acquired, processing the job...
[2026-04-06 02:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:40:03] Production.INFO: ==24705== Lock acquired, processing the job...
[2026-04-06 02:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:40:03] Production.INFO: ==24709== Lock acquired, processing the job...
[2026-04-06 02:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:40:03] Production.INFO: Account Balance Start.
[2026-04-06 02:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:40:03] Production.INFO: 117
[2026-04-06 02:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: ==24707== Lock acquired, processing the job...
[2026-04-06 02:40:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:40:04] Production.INFO: ==24711== Lock acquired, processing the job...
[2026-04-06 02:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:40:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:40:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:40:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:40:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:40:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: ==24711== Releasing lock...
[2026-04-06 02:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: ==24705== Releasing lock...
[2026-04-06 02:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:40:05] Production.INFO: Total Charge 0
[2026-04-06 02:40:05] Production.INFO: CreateAllLog End
[2026-04-06 02:40:05] Production.INFO: Account Balance End.
[2026-04-06 02:40:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:40:05] Production.INFO: ==24709== Releasing lock...
[2026-04-06 02:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:40:12] Production.ERROR: CronJobId end10
[2026-04-06 02:40:12] Production.INFO: ==24707== Releasing lock...
[2026-04-06 02:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:40:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:40:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:40:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:40:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:40:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:40:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:40:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:40:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:40:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:40:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:40:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:40:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:40:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:40:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:40:15] Production.INFO: call_cost start
[2026-04-06 02:40:15] Production.INFO: call_cost end
[2026-04-06 02:40:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:40:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:40:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:40:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:40:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:40:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:40:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:40:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:40:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:40:15] Production.INFO: ==24703== Releasing lock...
[2026-04-06 02:40:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:40:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:41:02] Production.INFO: ==24770== Lock acquired, processing the job...
[2026-04-06 07:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:41:02] Production.INFO: neon service started
[2026-04-06 07:41:02] Production.INFO: neon service started
[2026-04-06 07:41:02] Production.INFO: ==24770== Releasing lock...
[2026-04-06 07:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:41:02] Production.INFO: ==24773== Lock acquired, processing the job...
[2026-04-06 02:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:41:03] Production.INFO: ==24773== Releasing lock...
[2026-04-06 02:41:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:41:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:41:03] Production.INFO: ==24775== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:41:03] Production.INFO: ==24775== Releasing lock...
[2026-04-06 06:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:41:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:41:03] Production.INFO: ==24777== Lock acquired, processing the job...
[2026-04-06 02:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 02:41:04] Production.INFO: ==24779== Lock acquired, processing the job...
[2026-04-06 02:41:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:41:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 02:41:04] Production.INFO: ==24781== Lock acquired, processing the job...
[2026-04-06 02:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:41:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 02:41:04] Production.INFO: ==24777== Releasing lock...
[2026-04-06 02:41:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 02:41:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:41:04] Production.INFO: ==24783== Lock acquired, processing the job...
[2026-04-06 02:41:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:41:04] Production.INFO: ==24785== Lock acquired, processing the job...
[2026-04-06 02:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:41:04] Production.INFO: ==24787== Lock acquired, processing the job...
[2026-04-06 02:41:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 02:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:41:04] Production.INFO: ==24789== Lock acquired, processing the job...
[2026-04-06 02:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:41:04] Production.INFO: Account Balance Start.
[2026-04-06 02:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:41:04] Production.INFO: 117
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: ==24789== Releasing lock...
[2026-04-06 02:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: ==24781== Releasing lock...
[2026-04-06 02:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-22
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-23
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-24
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-25
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-26
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-27
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-28
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.ERROR: done
[2026-04-06 02:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 02:41:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045242', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 02:41:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:41:05] Production.INFO: Total Charge 0
[2026-04-06 02:41:05] Production.INFO: CreateAllLog End
[2026-04-06 02:41:05] Production.INFO: Account Balance End.
[2026-04-06 02:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:41:05] Production.INFO: ==24785== Releasing lock...
[2026-04-06 02:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045242', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 02:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 02:41:10] Production.INFO: ProcessCDR(1,17045242,1,1,2)
[2026-04-06 02:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045242,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:41:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045242,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:41:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 02:41:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 02:41:11] Production.INFO: ==24787== Releasing lock...
[2026-04-06 02:41:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 02:41:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:41:15] Production.ERROR: CronJobId end10
[2026-04-06 02:41:15] Production.INFO: ==24783== Releasing lock...
[2026-04-06 02:41:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:41:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:41:17] Production.INFO: call_cost start
[2026-04-06 02:41:17] Production.INFO: call_cost end
[2026-04-06 02:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:41:17] Production.INFO: ==24779== Releasing lock...
[2026-04-06 02:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:42:01] Production.INFO: ==24856== Lock acquired, processing the job...
[2026-04-06 07:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:42:01] Production.INFO: neon service started
[2026-04-06 07:42:01] Production.INFO: neon service started
[2026-04-06 07:42:01] Production.INFO: ==24856== Releasing lock...
[2026-04-06 07:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:42:02] Production.INFO: ==24858== Lock acquired, processing the job...
[2026-04-06 02:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:42:02] Production.INFO: ==24858== Releasing lock...
[2026-04-06 02:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:42:02] Production.INFO: ==24860== Lock acquired, processing the job...
[2026-04-06 06:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:42:02] Production.INFO: ==24860== Releasing lock...
[2026-04-06 06:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:42:03] Production.INFO: ==24862== Lock acquired, processing the job...
[2026-04-06 02:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:42:03] Production.INFO: ==24864== Lock acquired, processing the job...
[2026-04-06 02:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:42:03] Production.INFO: ==24866== Lock acquired, processing the job...
[2026-04-06 02:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:42:03] Production.INFO: ==24870== Lock acquired, processing the job...
[2026-04-06 02:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:42:03] Production.INFO: ==24868== Lock acquired, processing the job...
[2026-04-06 02:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:42:03] Production.INFO: Account Balance Start.
[2026-04-06 02:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:42:03] Production.INFO: 117
[2026-04-06 02:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: ==24870== Releasing lock...
[2026-04-06 02:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: ==24864== Releasing lock...
[2026-04-06 02:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:42:04] Production.INFO: Total Charge 0
[2026-04-06 02:42:04] Production.INFO: CreateAllLog End
[2026-04-06 02:42:04] Production.INFO: Account Balance End.
[2026-04-06 02:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:42:04] Production.INFO: ==24868== Releasing lock...
[2026-04-06 02:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:42:11] Production.ERROR: CronJobId end10
[2026-04-06 02:42:11] Production.INFO: ==24866== Releasing lock...
[2026-04-06 02:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:42:13] Production.INFO: call_cost start
[2026-04-06 02:42:13] Production.INFO: call_cost end
[2026-04-06 02:42:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:42:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:42:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:42:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:42:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:42:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:42:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:42:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:42:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:42:13] Production.INFO: ==24862== Releasing lock...
[2026-04-06 02:42:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:42:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:43:02] Production.INFO: ==24932== Lock acquired, processing the job...
[2026-04-06 07:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:43:02] Production.INFO: neon service started
[2026-04-06 07:43:02] Production.INFO: neon service started
[2026-04-06 07:43:02] Production.INFO: ==24932== Releasing lock...
[2026-04-06 07:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:43:02] Production.INFO: ==24934== Lock acquired, processing the job...
[2026-04-06 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:43:02] Production.INFO: ==24934== Releasing lock...
[2026-04-06 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:43:02] Production.INFO: ==24936== Lock acquired, processing the job...
[2026-04-06 06:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:43:03] Production.INFO: ==24936== Releasing lock...
[2026-04-06 06:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:43:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:43:03] Production.INFO: ==24938== Lock acquired, processing the job...
[2026-04-06 02:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:43:03] Production.INFO: ==24942== Lock acquired, processing the job...
[2026-04-06 02:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:43:03] Production.INFO: ==24940== Lock acquired, processing the job...
[2026-04-06 02:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:43:03] Production.INFO: ==24944== Lock acquired, processing the job...
[2026-04-06 02:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:43:03] Production.INFO: ==24946== Lock acquired, processing the job...
[2026-04-06 02:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:43:03] Production.INFO: Account Balance Start.
[2026-04-06 02:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:43:03] Production.INFO: 117
[2026-04-06 02:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:03] Production.INFO: ==24946== Releasing lock...
[2026-04-06 02:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: ==24940== Releasing lock...
[2026-04-06 02:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:43:04] Production.INFO: Total Charge 0
[2026-04-06 02:43:05] Production.INFO: CreateAllLog End
[2026-04-06 02:43:05] Production.INFO: Account Balance End.
[2026-04-06 02:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:43:05] Production.INFO: ==24944== Releasing lock...
[2026-04-06 02:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:43:11] Production.ERROR: CronJobId end10
[2026-04-06 02:43:11] Production.INFO: ==24942== Releasing lock...
[2026-04-06 02:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:43:15] Production.INFO: call_cost start
[2026-04-06 02:43:15] Production.INFO: call_cost end
[2026-04-06 02:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:43:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:43:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:43:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:43:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:43:15] Production.INFO: ==24938== Releasing lock...
[2026-04-06 02:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:44:01] Production.INFO: ==25007== Lock acquired, processing the job...
[2026-04-06 07:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:44:01] Production.INFO: neon service started
[2026-04-06 07:44:01] Production.INFO: neon service started
[2026-04-06 07:44:01] Production.INFO: ==25007== Releasing lock...
[2026-04-06 07:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:44:01] Production.INFO: ==25009== Lock acquired, processing the job...
[2026-04-06 02:44:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:44:02] Production.INFO: ==25011== Lock acquired, processing the job...
[2026-04-06 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 02:44:02] Production.INFO: ==25009== Releasing lock...
[2026-04-06 02:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:44:02] Production.INFO: ==25011== Releasing lock...
[2026-04-06 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:44:02] Production.INFO: ==25013== Lock acquired, processing the job...
[2026-04-06 02:44:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:44:03] Production.INFO: ==25015== Lock acquired, processing the job...
[2026-04-06 02:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:44:03] Production.INFO: ==25017== Lock acquired, processing the job...
[2026-04-06 02:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:44:03] Production.INFO: ==25021== Lock acquired, processing the job...
[2026-04-06 02:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:44:03] Production.INFO: ==25019== Lock acquired, processing the job...
[2026-04-06 02:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:44:03] Production.INFO: Account Balance Start.
[2026-04-06 02:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:44:03] Production.INFO: 117
[2026-04-06 02:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: ==25021== Releasing lock...
[2026-04-06 02:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: ==25015== Releasing lock...
[2026-04-06 02:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:44:04] Production.INFO: Total Charge 0
[2026-04-06 02:44:04] Production.INFO: CreateAllLog End
[2026-04-06 02:44:05] Production.INFO: Account Balance End.
[2026-04-06 02:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:44:05] Production.INFO: ==25019== Releasing lock...
[2026-04-06 02:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:44:11] Production.ERROR: CronJobId end10
[2026-04-06 02:44:11] Production.INFO: ==25017== Releasing lock...
[2026-04-06 02:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:44:13] Production.INFO: call_cost start
[2026-04-06 02:44:13] Production.INFO: call_cost end
[2026-04-06 02:44:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:44:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:44:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:44:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:44:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:44:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:44:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:44:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:44:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:44:13] Production.INFO: ==25013== Releasing lock...
[2026-04-06 02:44:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:44:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:45:01] Production.INFO: ==25081== Lock acquired, processing the job...
[2026-04-06 07:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:45:01] Production.INFO: neon service started
[2026-04-06 07:45:01] Production.INFO: neon service started
[2026-04-06 07:45:01] Production.INFO: ==25081== Releasing lock...
[2026-04-06 07:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:45:02] Production.INFO: ==25083== Lock acquired, processing the job...
[2026-04-06 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:45:02] Production.INFO: ==25085== Lock acquired, processing the job...
[2026-04-06 06:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:45:02] Production.INFO: ==25085== Releasing lock...
[2026-04-06 06:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:45:02] Production.INFO: ==25083== Releasing lock...
[2026-04-06 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:45:03] Production.INFO: ==25089== Lock acquired, processing the job...
[2026-04-06 02:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:45:03] Production.INFO: ==25091== Lock acquired, processing the job...
[2026-04-06 02:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:45:03] Production.INFO: ==25087== Lock acquired, processing the job...
[2026-04-06 02:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:45:03] Production.INFO: ==25094== Lock acquired, processing the job...
[2026-04-06 02:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:45:03] Production.INFO: ==25096== Lock acquired, processing the job...
[2026-04-06 02:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:45:03] Production.INFO: Account Balance Start.
[2026-04-06 02:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:45:03] Production.INFO: 117
[2026-04-06 02:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: ==25096== Releasing lock...
[2026-04-06 02:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: ==25089== Releasing lock...
[2026-04-06 02:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:45:05] Production.INFO: Total Charge 0
[2026-04-06 02:45:05] Production.INFO: CreateAllLog End
[2026-04-06 02:45:05] Production.INFO: Account Balance End.
[2026-04-06 02:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:45:05] Production.INFO: ==25094== Releasing lock...
[2026-04-06 02:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:45:11] Production.ERROR: CronJobId end10
[2026-04-06 02:45:11] Production.INFO: ==25091== Releasing lock...
[2026-04-06 02:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:45:14] Production.INFO: call_cost start
[2026-04-06 02:45:14] Production.INFO: call_cost end
[2026-04-06 02:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:45:14] Production.INFO: ==25087== Releasing lock...
[2026-04-06 02:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:46:01] Production.INFO: ==25157== Lock acquired, processing the job...
[2026-04-06 07:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:46:01] Production.INFO: neon service started
[2026-04-06 07:46:01] Production.INFO: neon service started
[2026-04-06 07:46:01] Production.INFO: ==25157== Releasing lock...
[2026-04-06 07:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:46:01] Production.INFO: ==25159== Lock acquired, processing the job...
[2026-04-06 02:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:46:01] Production.INFO: ==25161== Lock acquired, processing the job...
[2026-04-06 06:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:46:01] Production.INFO: ==25161== Releasing lock...
[2026-04-06 06:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:46:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:46:02] Production.INFO: ==25159== Releasing lock...
[2026-04-06 02:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:46:02] Production.INFO: ==25166== Lock acquired, processing the job...
[2026-04-06 02:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:46:02] Production.INFO: ==25168== Lock acquired, processing the job...
[2026-04-06 02:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:46:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:46:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:46:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:46:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:46:02] Production.INFO: ==25164== Lock acquired, processing the job...
[2026-04-06 02:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:46:03] Production.INFO: ==25170== Lock acquired, processing the job...
[2026-04-06 02:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:46:03] Production.INFO: Account Balance Start.
[2026-04-06 02:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:46:03] Production.INFO: 117
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: ==25172== Lock acquired, processing the job...
[2026-04-06 02:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: ==25166== Releasing lock...
[2026-04-06 02:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:46:03] Production.INFO: ==25172== Releasing lock...
[2026-04-06 02:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:03] Production.INFO: Date 2026-03-29
[2026-04-06 02:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:46:04] Production.INFO: Total Charge 0
[2026-04-06 02:46:04] Production.INFO: CreateAllLog End
[2026-04-06 02:46:04] Production.INFO: Account Balance End.
[2026-04-06 02:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:46:04] Production.INFO: ==25170== Releasing lock...
[2026-04-06 02:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:46:10] Production.ERROR: CronJobId end10
[2026-04-06 02:46:10] Production.INFO: ==25168== Releasing lock...
[2026-04-06 02:46:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:46:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:46:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:46:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:46:13] Production.INFO: call_cost start
[2026-04-06 02:46:13] Production.INFO: call_cost end
[2026-04-06 02:46:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:46:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:46:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:46:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:46:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:46:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:46:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:46:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:46:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:46:13] Production.INFO: ==25164== Releasing lock...
[2026-04-06 02:46:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:46:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:47:01] Production.INFO: ==25228== Lock acquired, processing the job...
[2026-04-06 07:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:47:01] Production.INFO: neon service started
[2026-04-06 07:47:01] Production.INFO: neon service started
[2026-04-06 07:47:01] Production.INFO: ==25228== Releasing lock...
[2026-04-06 07:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:47:02] Production.INFO: ==25230== Lock acquired, processing the job...
[2026-04-06 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:47:02] Production.INFO: ==25230== Releasing lock...
[2026-04-06 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:47:02] Production.INFO: ==25233== Lock acquired, processing the job...
[2026-04-06 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:47:02] Production.INFO: ==25233== Releasing lock...
[2026-04-06 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:47:03] Production.INFO: ==25243== Lock acquired, processing the job...
[2026-04-06 02:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:47:03] Production.INFO: ==25235== Lock acquired, processing the job...
[2026-04-06 02:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:47:03] Production.INFO: ==25241== Lock acquired, processing the job...
[2026-04-06 02:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:47:03] Production.INFO: ==25237== Lock acquired, processing the job...
[2026-04-06 02:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:47:03] Production.INFO: ==25239== Lock acquired, processing the job...
[2026-04-06 02:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:47:03] Production.INFO: Account Balance Start.
[2026-04-06 02:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:47:03] Production.INFO: 117
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:47:03] Production.INFO: ==25243== Releasing lock...
[2026-04-06 02:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: ==25237== Releasing lock...
[2026-04-06 02:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:47:04] Production.INFO: Total Charge 0
[2026-04-06 02:47:04] Production.INFO: CreateAllLog End
[2026-04-06 02:47:05] Production.INFO: Account Balance End.
[2026-04-06 02:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:47:05] Production.INFO: ==25241== Releasing lock...
[2026-04-06 02:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:47:11] Production.ERROR: CronJobId end10
[2026-04-06 02:47:11] Production.INFO: ==25239== Releasing lock...
[2026-04-06 02:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:47:14] Production.INFO: call_cost start
[2026-04-06 02:47:14] Production.INFO: call_cost end
[2026-04-06 02:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:47:14] Production.INFO: ==25235== Releasing lock...
[2026-04-06 02:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:48:02] Production.INFO: ==25306== Lock acquired, processing the job...
[2026-04-06 07:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:48:02] Production.INFO: neon service started
[2026-04-06 07:48:02] Production.INFO: neon service started
[2026-04-06 07:48:02] Production.INFO: ==25306== Releasing lock...
[2026-04-06 07:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:48:02] Production.INFO: ==25311== Lock acquired, processing the job...
[2026-04-06 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:48:02] Production.INFO: ==25311== Releasing lock...
[2026-04-06 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:48:02] Production.INFO: ==25309== Lock acquired, processing the job...
[2026-04-06 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:48:02] Production.INFO: ==25309== Releasing lock...
[2026-04-06 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:48:03] Production.INFO: ==25314== Lock acquired, processing the job...
[2026-04-06 02:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:48:03] Production.INFO: ==25316== Lock acquired, processing the job...
[2026-04-06 02:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:48:03] Production.INFO: ==25318== Lock acquired, processing the job...
[2026-04-06 02:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:48:03] Production.INFO: ==25320== Lock acquired, processing the job...
[2026-04-06 02:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:48:03] Production.INFO: ==25322== Lock acquired, processing the job...
[2026-04-06 02:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:48:03] Production.INFO: ==25322== Releasing lock...
[2026-04-06 02:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:48:03] Production.INFO: Account Balance Start.
[2026-04-06 02:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:48:03] Production.INFO: 117
[2026-04-06 02:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: ==25316== Releasing lock...
[2026-04-06 02:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:48:04] Production.INFO: Total Charge 0
[2026-04-06 02:48:04] Production.INFO: CreateAllLog End
[2026-04-06 02:48:05] Production.INFO: Account Balance End.
[2026-04-06 02:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:48:05] Production.INFO: ==25320== Releasing lock...
[2026-04-06 02:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:48:11] Production.ERROR: CronJobId end10
[2026-04-06 02:48:11] Production.INFO: ==25318== Releasing lock...
[2026-04-06 02:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:48:14] Production.INFO: call_cost start
[2026-04-06 02:48:14] Production.INFO: call_cost end
[2026-04-06 02:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:48:14] Production.INFO: ==25314== Releasing lock...
[2026-04-06 02:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:49:01] Production.INFO: ==25380== Lock acquired, processing the job...
[2026-04-06 07:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:49:01] Production.INFO: neon service started
[2026-04-06 07:49:01] Production.INFO: neon service started
[2026-04-06 07:49:01] Production.INFO: ==25380== Releasing lock...
[2026-04-06 07:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:49:01] Production.INFO: ==25382== Lock acquired, processing the job...
[2026-04-06 02:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:49:02] Production.INFO: ==25382== Releasing lock...
[2026-04-06 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:49:02] Production.INFO: ==25384== Lock acquired, processing the job...
[2026-04-06 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:49:02] Production.INFO: ==25384== Releasing lock...
[2026-04-06 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:49:02] Production.INFO: ==25386== Lock acquired, processing the job...
[2026-04-06 02:49:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:49:02] Production.INFO: ==25388== Lock acquired, processing the job...
[2026-04-06 02:49:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:49:02] Production.INFO: ==25390== Lock acquired, processing the job...
[2026-04-06 02:49:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:49:03] Production.INFO: ==25392== Lock acquired, processing the job...
[2026-04-06 02:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:49:03] Production.INFO: ==25394== Lock acquired, processing the job...
[2026-04-06 02:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:49:03] Production.INFO: Account Balance Start.
[2026-04-06 02:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:49:03] Production.INFO: 117
[2026-04-06 02:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: ==25394== Releasing lock...
[2026-04-06 02:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: ==25388== Releasing lock...
[2026-04-06 02:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:49:04] Production.INFO: Total Charge 0
[2026-04-06 02:49:04] Production.INFO: CreateAllLog End
[2026-04-06 02:49:04] Production.INFO: Account Balance End.
[2026-04-06 02:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:49:04] Production.INFO: ==25392== Releasing lock...
[2026-04-06 02:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:49:11] Production.ERROR: CronJobId end10
[2026-04-06 02:49:11] Production.INFO: ==25390== Releasing lock...
[2026-04-06 02:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:49:14] Production.INFO: call_cost start
[2026-04-06 02:49:14] Production.INFO: call_cost end
[2026-04-06 02:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:49:14] Production.INFO: ==25386== Releasing lock...
[2026-04-06 02:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:50:01] Production.INFO: ==25456== Lock acquired, processing the job...
[2026-04-06 07:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:50:01] Production.INFO: neon service started
[2026-04-06 07:50:01] Production.INFO: neon service started
[2026-04-06 07:50:01] Production.INFO: ==25456== Releasing lock...
[2026-04-06 07:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:50:02] Production.INFO: ==25458== Lock acquired, processing the job...
[2026-04-06 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:50:02] Production.INFO: ==25458== Releasing lock...
[2026-04-06 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:50:02] Production.INFO: ==25460== Lock acquired, processing the job...
[2026-04-06 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:50:02] Production.INFO: ==25460== Releasing lock...
[2026-04-06 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:50:03] Production.INFO: ==25464== Lock acquired, processing the job...
[2026-04-06 02:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:50:03] Production.INFO: ==25462== Lock acquired, processing the job...
[2026-04-06 02:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:50:03] Production.INFO: ==25466== Lock acquired, processing the job...
[2026-04-06 02:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:50:03] Production.INFO: ==25468== Lock acquired, processing the job...
[2026-04-06 02:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:50:03] Production.INFO: ==25470== Lock acquired, processing the job...
[2026-04-06 02:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:50:03] Production.INFO: Account Balance Start.
[2026-04-06 02:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:50:03] Production.INFO: 117
[2026-04-06 02:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:50:03] Production.INFO: ==25470== Releasing lock...
[2026-04-06 02:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:03] Production.INFO: ==25464== Releasing lock...
[2026-04-06 02:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:50:05] Production.INFO: Total Charge 0
[2026-04-06 02:50:05] Production.INFO: CreateAllLog End
[2026-04-06 02:50:05] Production.INFO: Account Balance End.
[2026-04-06 02:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:50:05] Production.INFO: ==25468== Releasing lock...
[2026-04-06 02:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:50:10] Production.ERROR: CronJobId end10
[2026-04-06 02:50:10] Production.INFO: ==25466== Releasing lock...
[2026-04-06 02:50:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:50:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:50:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:50:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:50:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:50:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:50:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:50:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:50:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:50:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:50:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:50:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:50:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:50:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:50:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:50:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:50:13] Production.INFO: call_cost start
[2026-04-06 02:50:13] Production.INFO: call_cost end
[2026-04-06 02:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:50:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:50:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:50:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:50:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:50:13] Production.INFO: ==25462== Releasing lock...
[2026-04-06 02:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:51:01] Production.INFO: ==25527== Lock acquired, processing the job...
[2026-04-06 07:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:51:01] Production.INFO: neon service started
[2026-04-06 07:51:01] Production.INFO: neon service started
[2026-04-06 07:51:01] Production.INFO: ==25527== Releasing lock...
[2026-04-06 07:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:51:01] Production.INFO: ==25529== Lock acquired, processing the job...
[2026-04-06 02:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:51:01] Production.INFO: ==25529== Releasing lock...
[2026-04-06 02:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:51:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:51:02] Production.INFO: ==25531== Lock acquired, processing the job...
[2026-04-06 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:51:02] Production.INFO: ==25531== Releasing lock...
[2026-04-06 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:51:02] Production.INFO: ==25536== Lock acquired, processing the job...
[2026-04-06 02:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:51:03] Production.INFO: ==25538== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:51:03] Production.INFO: ==25534== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 02:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:51:03] Production.INFO: ==25540== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:51:03] Production.ERROR: CronJob PID - 25536
[2026-04-06 02:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 02:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 02:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 02:51:00
[2026-04-06 02:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:51:03] Production.ERROR: CronJob PID - 25538
[2026-04-06 02:51:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 02:51:03] Production.ERROR: CronJob ID - 7
[2026-04-06 02:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 02:51:00
[2026-04-06 02:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 02:51:03] Production.ERROR: CronJob PID - 25540
[2026-04-06 02:51:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 02:51:03] Production.ERROR: CronJob ID - 10
[2026-04-06 02:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 02:51:00
[2026-04-06 02:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 02:51:03] Production.INFO: ==25542== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 02:51:03] Production.INFO: ==25534== Releasing lock...
[2026-04-06 02:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 02:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 02:51:03] Production.INFO: ==25547== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:51:03] Production.INFO: ==25545== Lock acquired, processing the job...
[2026-04-06 02:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 02:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:51:03] Production.INFO: ==25547== Releasing lock...
[2026-04-06 02:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:51:03] Production.INFO: Account Balance Start.
[2026-04-06 02:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:51:03] Production.INFO: 117
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.ERROR: done
[2026-04-06 02:51:04] Production.INFO: ==25538== Releasing lock...
[2026-04-06 02:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 02:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045283', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:51:04] Production.INFO: Total Charge 0
[2026-04-06 02:51:04] Production.INFO: CreateAllLog End
[2026-04-06 02:51:04] Production.INFO: Account Balance End.
[2026-04-06 02:51:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:51:04] Production.INFO: ==25542== Releasing lock...
[2026-04-06 02:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045283', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 02:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 02:51:10] Production.INFO: ProcessCDR(1,17045283,1,1,2)
[2026-04-06 02:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045283,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045283,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 02:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 02:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 02:51:10] Production.INFO: ==25545== Releasing lock...
[2026-04-06 02:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 02:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 02:51:14] Production.ERROR: CronJobId end10
[2026-04-06 02:51:14] Production.INFO: ==25540== Releasing lock...
[2026-04-06 02:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:51:16] Production.INFO: call_cost start
[2026-04-06 02:51:16] Production.INFO: call_cost end
[2026-04-06 02:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:51:16] Production.INFO: ==25536== Releasing lock...
[2026-04-06 02:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:52:01] Production.INFO: ==25610== Lock acquired, processing the job...
[2026-04-06 07:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:52:01] Production.INFO: neon service started
[2026-04-06 07:52:01] Production.INFO: neon service started
[2026-04-06 07:52:01] Production.INFO: ==25610== Releasing lock...
[2026-04-06 07:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:52:02] Production.INFO: ==25614== Lock acquired, processing the job...
[2026-04-06 06:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:52:02] Production.INFO: ==25614== Releasing lock...
[2026-04-06 06:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:52:02] Production.INFO: ==25612== Lock acquired, processing the job...
[2026-04-06 02:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:52:02] Production.INFO: ==25612== Releasing lock...
[2026-04-06 02:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:52:03] Production.INFO: ==25623== Lock acquired, processing the job...
[2026-04-06 02:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:52:03] Production.INFO: ==25621== Lock acquired, processing the job...
[2026-04-06 02:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:52:03] Production.INFO: ==25619== Lock acquired, processing the job...
[2026-04-06 02:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:52:03] Production.INFO: ==25617== Lock acquired, processing the job...
[2026-04-06 02:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:52:03] Production.INFO: ==25625== Lock acquired, processing the job...
[2026-04-06 02:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:52:03] Production.INFO: Account Balance Start.
[2026-04-06 02:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:52:03] Production.INFO: 117
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: ==25625== Releasing lock...
[2026-04-06 02:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:03] Production.INFO: ==25619== Releasing lock...
[2026-04-06 02:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:52:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:52:04] Production.INFO: Total Charge 0
[2026-04-06 02:52:04] Production.INFO: CreateAllLog End
[2026-04-06 02:52:04] Production.INFO: Account Balance End.
[2026-04-06 02:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:52:04] Production.INFO: ==25623== Releasing lock...
[2026-04-06 02:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:52:11] Production.ERROR: CronJobId end10
[2026-04-06 02:52:11] Production.INFO: ==25621== Releasing lock...
[2026-04-06 02:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:52:14] Production.INFO: call_cost start
[2026-04-06 02:52:14] Production.INFO: call_cost end
[2026-04-06 02:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:52:14] Production.INFO: ==25617== Releasing lock...
[2026-04-06 02:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:53:02] Production.INFO: ==25681== Lock acquired, processing the job...
[2026-04-06 07:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:53:02] Production.INFO: neon service started
[2026-04-06 07:53:02] Production.INFO: neon service started
[2026-04-06 07:53:02] Production.INFO: ==25681== Releasing lock...
[2026-04-06 07:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:53:02] Production.INFO: ==25683== Lock acquired, processing the job...
[2026-04-06 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:53:02] Production.INFO: ==25683== Releasing lock...
[2026-04-06 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:53:02] Production.INFO: ==25685== Lock acquired, processing the job...
[2026-04-06 06:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:53:02] Production.INFO: ==25685== Releasing lock...
[2026-04-06 06:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:53:03] Production.INFO: ==25695== Lock acquired, processing the job...
[2026-04-06 02:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:53:03] Production.INFO: ==25695== Releasing lock...
[2026-04-06 02:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:53:03] Production.INFO: ==25689== Lock acquired, processing the job...
[2026-04-06 02:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:53:03] Production.INFO: ==25687== Lock acquired, processing the job...
[2026-04-06 02:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:53:03] Production.INFO: ==25691== Lock acquired, processing the job...
[2026-04-06 02:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:53:03] Production.INFO: ==25693== Lock acquired, processing the job...
[2026-04-06 02:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:53:03] Production.INFO: Account Balance Start.
[2026-04-06 02:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:53:03] Production.INFO: 117
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: ==25689== Releasing lock...
[2026-04-06 02:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:53:05] Production.INFO: Total Charge 0
[2026-04-06 02:53:05] Production.INFO: CreateAllLog End
[2026-04-06 02:53:05] Production.INFO: Account Balance End.
[2026-04-06 02:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:53:05] Production.INFO: ==25693== Releasing lock...
[2026-04-06 02:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:53:11] Production.ERROR: CronJobId end10
[2026-04-06 02:53:11] Production.INFO: ==25691== Releasing lock...
[2026-04-06 02:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:53:14] Production.INFO: call_cost start
[2026-04-06 02:53:14] Production.INFO: call_cost end
[2026-04-06 02:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:53:14] Production.INFO: ==25687== Releasing lock...
[2026-04-06 02:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:54:01] Production.INFO: ==25755== Lock acquired, processing the job...
[2026-04-06 07:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:54:01] Production.INFO: neon service started
[2026-04-06 07:54:01] Production.INFO: neon service started
[2026-04-06 07:54:01] Production.INFO: ==25755== Releasing lock...
[2026-04-06 07:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:54:01] Production.INFO: ==25757== Lock acquired, processing the job...
[2026-04-06 02:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:54:02] Production.INFO: ==25757== Releasing lock...
[2026-04-06 02:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:54:02] Production.INFO: ==25759== Lock acquired, processing the job...
[2026-04-06 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:54:02] Production.INFO: ==25759== Releasing lock...
[2026-04-06 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:54:02] Production.INFO: ==25761== Lock acquired, processing the job...
[2026-04-06 02:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:54:02] Production.INFO: ==25763== Lock acquired, processing the job...
[2026-04-06 02:54:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:54:02] Production.INFO: ==25767== Lock acquired, processing the job...
[2026-04-06 02:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:54:03] Production.INFO: Account Balance Start.
[2026-04-06 02:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:54:03] Production.INFO: 117
[2026-04-06 02:54:03] Production.INFO: ==25765== Lock acquired, processing the job...
[2026-04-06 02:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: ==25769== Lock acquired, processing the job...
[2026-04-06 02:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: ==25769== Releasing lock...
[2026-04-06 02:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: ==25763== Releasing lock...
[2026-04-06 02:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-22
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-23
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-24
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-25
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-26
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-27
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-28
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-29
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:03] Production.INFO: Date 2026-03-30
[2026-04-06 02:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:54:04] Production.INFO: Total Charge 0
[2026-04-06 02:54:04] Production.INFO: CreateAllLog End
[2026-04-06 02:54:04] Production.INFO: Account Balance End.
[2026-04-06 02:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:54:04] Production.INFO: ==25767== Releasing lock...
[2026-04-06 02:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:54:11] Production.ERROR: CronJobId end10
[2026-04-06 02:54:11] Production.INFO: ==25765== Releasing lock...
[2026-04-06 02:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:54:13] Production.INFO: call_cost start
[2026-04-06 02:54:13] Production.INFO: call_cost end
[2026-04-06 02:54:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:54:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:54:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:54:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:54:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:54:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:54:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:54:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:54:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:54:13] Production.INFO: ==25761== Releasing lock...
[2026-04-06 02:54:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:54:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:55:01] Production.INFO: ==25825== Lock acquired, processing the job...
[2026-04-06 07:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:55:01] Production.INFO: neon service started
[2026-04-06 07:55:01] Production.INFO: neon service started
[2026-04-06 07:55:01] Production.INFO: ==25825== Releasing lock...
[2026-04-06 07:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:55:02] Production.INFO: ==25827== Lock acquired, processing the job...
[2026-04-06 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:55:02] Production.INFO: ==25827== Releasing lock...
[2026-04-06 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:55:02] Production.INFO: ==25829== Lock acquired, processing the job...
[2026-04-06 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:55:02] Production.INFO: ==25829== Releasing lock...
[2026-04-06 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:55:03] Production.INFO: ==25832== Lock acquired, processing the job...
[2026-04-06 02:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:55:03] Production.INFO: ==25834== Lock acquired, processing the job...
[2026-04-06 02:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:55:03] Production.INFO: ==25836== Lock acquired, processing the job...
[2026-04-06 02:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:55:03] Production.INFO: ==25838== Lock acquired, processing the job...
[2026-04-06 02:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:55:03] Production.INFO: ==25840== Lock acquired, processing the job...
[2026-04-06 02:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:55:03] Production.INFO: ==25840== Releasing lock...
[2026-04-06 02:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:55:03] Production.INFO: Account Balance Start.
[2026-04-06 02:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:55:03] Production.INFO: 117
[2026-04-06 02:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:03] Production.INFO: ==25834== Releasing lock...
[2026-04-06 02:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:55:05] Production.INFO: Total Charge 0
[2026-04-06 02:55:05] Production.INFO: CreateAllLog End
[2026-04-06 02:55:05] Production.INFO: Account Balance End.
[2026-04-06 02:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:55:05] Production.INFO: ==25838== Releasing lock...
[2026-04-06 02:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:55:11] Production.ERROR: CronJobId end10
[2026-04-06 02:55:11] Production.INFO: ==25836== Releasing lock...
[2026-04-06 02:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:55:14] Production.INFO: call_cost start
[2026-04-06 02:55:14] Production.INFO: call_cost end
[2026-04-06 02:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:55:14] Production.INFO: ==25832== Releasing lock...
[2026-04-06 02:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:56:02] Production.INFO: ==25905== Lock acquired, processing the job...
[2026-04-06 07:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:56:02] Production.INFO: neon service started
[2026-04-06 07:56:02] Production.INFO: neon service started
[2026-04-06 07:56:02] Production.INFO: ==25905== Releasing lock...
[2026-04-06 07:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:56:02] Production.INFO: ==25907== Lock acquired, processing the job...
[2026-04-06 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:56:02] Production.INFO: ==25909== Lock acquired, processing the job...
[2026-04-06 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:56:02] Production.INFO: ==25909== Releasing lock...
[2026-04-06 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:56:03] Production.INFO: ==25907== Releasing lock...
[2026-04-06 02:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:56:03] Production.INFO: ==25912== Lock acquired, processing the job...
[2026-04-06 02:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:56:03] Production.INFO: ==25914== Lock acquired, processing the job...
[2026-04-06 02:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:56:03] Production.INFO: ==25916== Lock acquired, processing the job...
[2026-04-06 02:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:56:04] Production.INFO: ==25918== Lock acquired, processing the job...
[2026-04-06 02:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:56:04] Production.INFO: ==25920== Lock acquired, processing the job...
[2026-04-06 02:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:56:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:56:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:56:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:56:04] Production.INFO: ==25920== Releasing lock...
[2026-04-06 02:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:56:04] Production.INFO: Account Balance Start.
[2026-04-06 02:56:04] Production.INFO: CreateAllLog Start
[2026-04-06 02:56:04] Production.INFO: 117
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-08
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: ==25914== Releasing lock...
[2026-04-06 02:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-03-29
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-03-30
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-03-31
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-04-01
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-04-02
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:56:05] Production.INFO: Total Charge 0
[2026-04-06 02:56:05] Production.INFO: CreateAllLog End
[2026-04-06 02:56:05] Production.INFO: Account Balance End.
[2026-04-06 02:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:56:05] Production.INFO: ==25918== Releasing lock...
[2026-04-06 02:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:56:11] Production.ERROR: CronJobId end10
[2026-04-06 02:56:11] Production.INFO: ==25916== Releasing lock...
[2026-04-06 02:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:56:14] Production.INFO: call_cost start
[2026-04-06 02:56:14] Production.INFO: call_cost end
[2026-04-06 02:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:56:14] Production.INFO: ==25912== Releasing lock...
[2026-04-06 02:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:57:01] Production.INFO: ==25979== Lock acquired, processing the job...
[2026-04-06 07:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:57:01] Production.INFO: neon service started
[2026-04-06 07:57:01] Production.INFO: neon service started
[2026-04-06 07:57:01] Production.INFO: ==25979== Releasing lock...
[2026-04-06 07:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:57:02] Production.INFO: ==25981== Lock acquired, processing the job...
[2026-04-06 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:57:02] Production.INFO: ==25983== Lock acquired, processing the job...
[2026-04-06 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:57:02] Production.INFO: ==25983== Releasing lock...
[2026-04-06 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:57:02] Production.INFO: ==25981== Releasing lock...
[2026-04-06 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:57:03] Production.INFO: ==25988== Lock acquired, processing the job...
[2026-04-06 02:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:57:03] Production.INFO: ==25990== Lock acquired, processing the job...
[2026-04-06 02:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:57:03] Production.INFO: ==25992== Lock acquired, processing the job...
[2026-04-06 02:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:57:03] Production.INFO: ==25994== Lock acquired, processing the job...
[2026-04-06 02:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:57:03] Production.INFO: ==25996== Lock acquired, processing the job...
[2026-04-06 02:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:57:03] Production.INFO: Account Balance Start.
[2026-04-06 02:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:57:03] Production.INFO: 117
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:57:03] Production.INFO: ==25996== Releasing lock...
[2026-04-06 02:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 02:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: ==25990== Releasing lock...
[2026-04-06 02:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:57:04] Production.INFO: Total Charge 0
[2026-04-06 02:57:04] Production.INFO: CreateAllLog End
[2026-04-06 02:57:04] Production.INFO: Account Balance End.
[2026-04-06 02:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 02:57:04] Production.INFO: ==25994== Releasing lock...
[2026-04-06 02:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:57:12] Production.ERROR: CronJobId end10
[2026-04-06 02:57:12] Production.INFO: ==25992== Releasing lock...
[2026-04-06 02:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:57:14] Production.INFO: call_cost start
[2026-04-06 02:57:14] Production.INFO: call_cost end
[2026-04-06 02:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:57:14] Production.INFO: ==25988== Releasing lock...
[2026-04-06 02:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:58:02] Production.INFO: ==26055== Lock acquired, processing the job...
[2026-04-06 07:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:58:02] Production.INFO: neon service started
[2026-04-06 07:58:02] Production.INFO: neon service started
[2026-04-06 07:58:02] Production.INFO: ==26055== Releasing lock...
[2026-04-06 07:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:58:02] Production.INFO: ==26059== Lock acquired, processing the job...
[2026-04-06 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:58:02] Production.INFO: ==26059== Releasing lock...
[2026-04-06 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:58:02] Production.INFO: ==26057== Lock acquired, processing the job...
[2026-04-06 02:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:58:02] Production.INFO: ==26057== Releasing lock...
[2026-04-06 02:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 02:58:03] Production.INFO: ==26061== Lock acquired, processing the job...
[2026-04-06 02:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:58:03] Production.INFO: ==26064== Lock acquired, processing the job...
[2026-04-06 02:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:58:03] Production.INFO: ==26068== Lock acquired, processing the job...
[2026-04-06 02:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:58:03] Production.INFO: ==26070== Lock acquired, processing the job...
[2026-04-06 02:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:58:03] Production.INFO: ==26066== Lock acquired, processing the job...
[2026-04-06 02:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:58:03] Production.INFO: Account Balance Start.
[2026-04-06 02:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:58:03] Production.INFO: 117
[2026-04-06 02:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:58:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:58:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-09
[2026-04-06 02:58:04] Production.INFO: ==26070== Releasing lock...
[2026-04-06 02:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-10
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-11
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-12
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: ==26064== Releasing lock...
[2026-04-06 02:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:05] Production.INFO: Date 2026-04-03
[2026-04-06 02:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:05] Production.INFO: Date 2026-04-04
[2026-04-06 02:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:05] Production.INFO: Date 2026-04-05
[2026-04-06 02:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:05] Production.INFO: Date 2026-04-06
[2026-04-06 02:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 02:58:05] Production.INFO: Total Charge 0
[2026-04-06 02:58:05] Production.INFO: CreateAllLog End
[2026-04-06 02:58:05] Production.INFO: Account Balance End.
[2026-04-06 02:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:58:05] Production.INFO: ==26068== Releasing lock...
[2026-04-06 02:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:58:12] Production.ERROR: CronJobId end10
[2026-04-06 02:58:12] Production.INFO: ==26066== Releasing lock...
[2026-04-06 02:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:58:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:58:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:58:15] Production.INFO: call_cost start
[2026-04-06 02:58:15] Production.INFO: call_cost end
[2026-04-06 02:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:58:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:58:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:58:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:58:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:58:15] Production.INFO: ==26061== Releasing lock...
[2026-04-06 02:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 07:59:01] Production.INFO: ==26126== Lock acquired, processing the job...
[2026-04-06 07:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 07:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 07:59:01] Production.INFO: neon service started
[2026-04-06 07:59:01] Production.INFO: neon service started
[2026-04-06 07:59:01] Production.INFO: ==26126== Releasing lock...
[2026-04-06 07:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 07:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 02:59:01] Production.INFO: ==26128== Lock acquired, processing the job...
[2026-04-06 02:59:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 02:59:02] Production.INFO: ==26128== Releasing lock...
[2026-04-06 02:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 02:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:59:02] Production.INFO: ==26130== Lock acquired, processing the job...
[2026-04-06 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:59:02] Production.INFO: ==26130== Releasing lock...
[2026-04-06 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 06:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 02:59:02] Production.INFO: ==26136== Lock acquired, processing the job...
[2026-04-06 02:59:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 02:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 02:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 02:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 02:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 02:59:03] Production.INFO: ==26132== Lock acquired, processing the job...
[2026-04-06 02:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 02:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 02:59:03] Production.INFO: ==26134== Lock acquired, processing the job...
[2026-04-06 02:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 02:59:03] Production.INFO: ==26138== Lock acquired, processing the job...
[2026-04-06 02:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 02:59:03] Production.INFO: ==26140== Lock acquired, processing the job...
[2026-04-06 02:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 02:59:03] Production.INFO: Account Balance Start.
[2026-04-06 02:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 02:59:03] Production.INFO: 117
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 02:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 02:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 02:59:03] Production.INFO: ==26140== Releasing lock...
[2026-04-06 02:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 02:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 02:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: ==26134== Releasing lock...
[2026-04-06 02:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 02:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 02:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 02:59:04] Production.INFO: Total Charge 0
[2026-04-06 02:59:04] Production.INFO: CreateAllLog End
[2026-04-06 02:59:05] Production.INFO: Account Balance End.
[2026-04-06 02:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 02:59:05] Production.INFO: ==26138== Releasing lock...
[2026-04-06 02:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 02:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 02:59:11] Production.ERROR: CronJobId end10
[2026-04-06 02:59:11] Production.INFO: ==26136== Releasing lock...
[2026-04-06 02:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 02:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 02:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 02:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 02:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 02:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 02:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 02:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 02:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 02:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 02:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 02:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 02:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 02:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 02:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 02:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 02:59:14] Production.INFO: call_cost start
[2026-04-06 02:59:14] Production.INFO: call_cost end
[2026-04-06 02:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 02:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 02:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 02:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 02:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 02:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 02:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 02:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 02:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 02:59:14] Production.INFO: ==26132== Releasing lock...
[2026-04-06 02:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 02:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:00:02] Production.INFO: ==26201== Lock acquired, processing the job...
[2026-04-06 08:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:00:02] Production.INFO: neon service started
[2026-04-06 08:00:02] Production.INFO: neon service started
[2026-04-06 08:00:02] Production.INFO: ==26201== Releasing lock...
[2026-04-06 08:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:00:02] Production.INFO: ==26203== Lock acquired, processing the job...
[2026-04-06 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:00:02] Production.INFO: ==26203== Releasing lock...
[2026-04-06 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:00:02] Production.INFO: ==26205== Lock acquired, processing the job...
[2026-04-06 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:00:02] Production.INFO: ==26205== Releasing lock...
[2026-04-06 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:00:03] Production.INFO: ==26210== Lock acquired, processing the job...
[2026-04-06 03:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:00:03] Production.INFO: ==26208== Lock acquired, processing the job...
[2026-04-06 03:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:00:03] Production.INFO: ==26212== Lock acquired, processing the job...
[2026-04-06 03:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:00:03] Production.INFO: ==26216== Lock acquired, processing the job...
[2026-04-06 03:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:00:03] Production.INFO: ==26214== Lock acquired, processing the job...
[2026-04-06 03:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:00:03] Production.INFO: Account Balance Start.
[2026-04-06 03:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:00:03] Production.INFO: 117
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:00:03] Production.INFO: ==26216== Releasing lock...
[2026-04-06 03:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: ==26210== Releasing lock...
[2026-04-06 03:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:00:04] Production.INFO: Total Charge 0
[2026-04-06 03:00:04] Production.INFO: CreateAllLog End
[2026-04-06 03:00:04] Production.INFO: Account Balance End.
[2026-04-06 03:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:00:04] Production.INFO: ==26214== Releasing lock...
[2026-04-06 03:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:00:12] Production.ERROR: CronJobId end10
[2026-04-06 03:00:12] Production.INFO: ==26212== Releasing lock...
[2026-04-06 03:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:00:14] Production.INFO: call_cost start
[2026-04-06 03:00:14] Production.INFO: call_cost end
[2026-04-06 03:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:00:14] Production.INFO: ==26208== Releasing lock...
[2026-04-06 03:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:01:01] Production.INFO: ==26276== Lock acquired, processing the job...
[2026-04-06 08:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:01:01] Production.INFO: neon service started
[2026-04-06 08:01:01] Production.INFO: neon service started
[2026-04-06 08:01:01] Production.INFO: ==26276== Releasing lock...
[2026-04-06 08:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:01:01] Production.INFO: ==26290== Lock acquired, processing the job...
[2026-04-06 07:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:01:01] Production.INFO: ==26290== Releasing lock...
[2026-04-06 07:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:01:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:01:02] Production.INFO: ==26288== Lock acquired, processing the job...
[2026-04-06 03:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:01:02] Production.INFO: ==26288== Releasing lock...
[2026-04-06 03:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:01:03] Production.INFO: ==26293== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 03:01:03] Production.INFO: ==26295== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 03:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 03:01:03] Production.INFO: ==26293== Releasing lock...
[2026-04-06 03:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 03:01:03] Production.INFO: ==26299== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:01:03] Production.INFO: ==26297== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:01:03] Production.INFO: ==26301== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:01:03] Production.INFO: ==26303== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 03:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:01:03] Production.INFO: ==26305== Lock acquired, processing the job...
[2026-04-06 03:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:01:03] Production.INFO: Account Balance Start.
[2026-04-06 03:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:01:03] Production.INFO: 117
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: ==26305== Releasing lock...
[2026-04-06 03:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:01:04] Production.INFO: Total Charge 0
[2026-04-06 03:01:04] Production.ERROR: done
[2026-04-06 03:01:04] Production.INFO: ==26297== Releasing lock...
[2026-04-06 03:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:01:04] Production.INFO: CreateAllLog End
[2026-04-06 03:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 03:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045324', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 03:01:04] Production.INFO: Account Balance End.
[2026-04-06 03:01:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:01:04] Production.INFO: ==26301== Releasing lock...
[2026-04-06 03:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045324', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 03:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 03:01:10] Production.INFO: ProcessCDR(1,17045324,1,1,2)
[2026-04-06 03:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045324,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045324,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 03:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 03:01:10] Production.INFO: ==26303== Releasing lock...
[2026-04-06 03:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 03:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 03:01:14] Production.ERROR: CronJobId end10
[2026-04-06 03:01:14] Production.INFO: ==26299== Releasing lock...
[2026-04-06 03:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:01:17] Production.INFO: call_cost start
[2026-04-06 03:01:17] Production.INFO: call_cost end
[2026-04-06 03:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:01:17] Production.INFO: ==26295== Releasing lock...
[2026-04-06 03:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:02:01] Production.INFO: ==26362== Lock acquired, processing the job...
[2026-04-06 08:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:02:01] Production.INFO: neon service started
[2026-04-06 08:02:01] Production.INFO: neon service started
[2026-04-06 08:02:01] Production.INFO: ==26362== Releasing lock...
[2026-04-06 08:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:02:02] Production.INFO: ==26364== Lock acquired, processing the job...
[2026-04-06 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:02:02] Production.INFO: ==26364== Releasing lock...
[2026-04-06 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:02:02] Production.INFO: ==26366== Lock acquired, processing the job...
[2026-04-06 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:02:02] Production.INFO: ==26366== Releasing lock...
[2026-04-06 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:02:03] Production.INFO: ==26369== Lock acquired, processing the job...
[2026-04-06 03:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:02:03] Production.INFO: ==26373== Lock acquired, processing the job...
[2026-04-06 03:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:02:03] Production.INFO: ==26375== Lock acquired, processing the job...
[2026-04-06 03:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:02:03] Production.INFO: Account Balance Start.
[2026-04-06 03:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:02:03] Production.INFO: 117
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: ==26371== Lock acquired, processing the job...
[2026-04-06 03:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: ==26377== Lock acquired, processing the job...
[2026-04-06 03:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: ==26379== Lock acquired, processing the job...
[2026-04-06 03:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: ==26379== Releasing lock...
[2026-04-06 03:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.ERROR: done
[2026-04-06 03:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 03:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:02:05] Production.INFO: ==26371== Releasing lock...
[2026-04-06 03:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:02:05] Production.ERROR: done
[2026-04-06 03:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 03:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 03:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:02:05] Production.INFO: ==26377== Releasing lock...
[2026-04-06 03:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 03:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 03:02:05] Production.INFO: Total Charge 0
[2026-04-06 03:02:05] Production.INFO: CreateAllLog End
[2026-04-06 03:02:05] Production.INFO: Account Balance End.
[2026-04-06 03:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:02:05] Production.INFO: ==26375== Releasing lock...
[2026-04-06 03:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:02:11] Production.ERROR: CronJobId end10
[2026-04-06 03:02:11] Production.INFO: ==26373== Releasing lock...
[2026-04-06 03:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:02:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:02:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:02:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:02:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:02:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:02:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:02:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:02:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:02:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:02:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:02:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:02:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:02:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:02:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:02:14] Production.INFO: call_cost start
[2026-04-06 03:02:14] Production.INFO: call_cost end
[2026-04-06 03:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:02:14] Production.INFO: ==26369== Releasing lock...
[2026-04-06 03:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:03:02] Production.INFO: ==26430== Lock acquired, processing the job...
[2026-04-06 08:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:03:02] Production.INFO: neon service started
[2026-04-06 08:03:02] Production.INFO: neon service started
[2026-04-06 08:03:02] Production.INFO: ==26430== Releasing lock...
[2026-04-06 08:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:03:02] Production.INFO: ==26434== Lock acquired, processing the job...
[2026-04-06 03:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:03:02] Production.INFO: ==26437== Lock acquired, processing the job...
[2026-04-06 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:03:02] Production.INFO: ==26437== Releasing lock...
[2026-04-06 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:03:03] Production.INFO: ==26434== Releasing lock...
[2026-04-06 03:03:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:03:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:03:03] Production.INFO: ==26445== Lock acquired, processing the job...
[2026-04-06 03:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:03:03] Production.INFO: ==26441== Lock acquired, processing the job...
[2026-04-06 03:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:03:03] Production.INFO: ==26443== Lock acquired, processing the job...
[2026-04-06 03:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:03:03] Production.INFO: ==26439== Lock acquired, processing the job...
[2026-04-06 03:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:03:03] Production.INFO: ==26447== Lock acquired, processing the job...
[2026-04-06 03:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:03:03] Production.INFO: Account Balance Start.
[2026-04-06 03:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:03:03] Production.INFO: 117
[2026-04-06 03:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:03:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:03:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:03:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:03:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:03:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:03:04] Production.INFO: ==26447== Releasing lock...
[2026-04-06 03:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:03:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: ==26441== Releasing lock...
[2026-04-06 03:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:03:05] Production.INFO: Total Charge 0
[2026-04-06 03:03:05] Production.INFO: CreateAllLog End
[2026-04-06 03:03:05] Production.INFO: Account Balance End.
[2026-04-06 03:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:03:05] Production.INFO: ==26445== Releasing lock...
[2026-04-06 03:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:03:11] Production.ERROR: CronJobId end10
[2026-04-06 03:03:11] Production.INFO: ==26443== Releasing lock...
[2026-04-06 03:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:03:15] Production.INFO: call_cost start
[2026-04-06 03:03:15] Production.INFO: call_cost end
[2026-04-06 03:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:03:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:03:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:03:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:03:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:03:15] Production.INFO: ==26439== Releasing lock...
[2026-04-06 03:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:04:01] Production.INFO: ==26501== Lock acquired, processing the job...
[2026-04-06 08:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:04:01] Production.INFO: neon service started
[2026-04-06 08:04:01] Production.INFO: neon service started
[2026-04-06 08:04:01] Production.INFO: ==26501== Releasing lock...
[2026-04-06 08:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:04:02] Production.INFO: ==26503== Lock acquired, processing the job...
[2026-04-06 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:04:02] Production.INFO: ==26503== Releasing lock...
[2026-04-06 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:04:02] Production.INFO: ==26505== Lock acquired, processing the job...
[2026-04-06 07:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:04:02] Production.INFO: ==26505== Releasing lock...
[2026-04-06 07:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:04:02] Production.INFO: ==26513== Lock acquired, processing the job...
[2026-04-06 03:04:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:04:03] Production.INFO: Account Balance Start.
[2026-04-06 03:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:04:03] Production.INFO: 117
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: ==26507== Lock acquired, processing the job...
[2026-04-06 03:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: ==26509== Lock acquired, processing the job...
[2026-04-06 03:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: ==26511== Lock acquired, processing the job...
[2026-04-06 03:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:04:03] Production.INFO: ==26515== Lock acquired, processing the job...
[2026-04-06 03:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:04:03] Production.INFO: ==26515== Releasing lock...
[2026-04-06 03:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: ==26509== Releasing lock...
[2026-04-06 03:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:04:04] Production.INFO: Total Charge 0
[2026-04-06 03:04:04] Production.INFO: CreateAllLog End
[2026-04-06 03:04:04] Production.INFO: Account Balance End.
[2026-04-06 03:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:04:04] Production.INFO: ==26513== Releasing lock...
[2026-04-06 03:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:04:11] Production.ERROR: CronJobId end10
[2026-04-06 03:04:11] Production.INFO: ==26511== Releasing lock...
[2026-04-06 03:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:04:13] Production.INFO: call_cost start
[2026-04-06 03:04:13] Production.INFO: call_cost end
[2026-04-06 03:04:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:04:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:04:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:04:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:04:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:04:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:04:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:04:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:04:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:04:13] Production.INFO: ==26507== Releasing lock...
[2026-04-06 03:04:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:04:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:05:02] Production.INFO: ==26572== Lock acquired, processing the job...
[2026-04-06 08:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:05:02] Production.INFO: neon service started
[2026-04-06 08:05:02] Production.INFO: neon service started
[2026-04-06 08:05:02] Production.INFO: ==26572== Releasing lock...
[2026-04-06 08:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:05:02] Production.INFO: ==26576== Lock acquired, processing the job...
[2026-04-06 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:05:02] Production.INFO: ==26576== Releasing lock...
[2026-04-06 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:05:02] Production.INFO: ==26574== Lock acquired, processing the job...
[2026-04-06 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:05:02] Production.INFO: ==26574== Releasing lock...
[2026-04-06 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:05:03] Production.INFO: ==26578== Lock acquired, processing the job...
[2026-04-06 03:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:05:03] Production.INFO: ==26580== Lock acquired, processing the job...
[2026-04-06 03:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:05:03] Production.INFO: ==26582== Lock acquired, processing the job...
[2026-04-06 03:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:05:03] Production.INFO: ==26584== Lock acquired, processing the job...
[2026-04-06 03:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:05:03] Production.INFO: ==26587== Lock acquired, processing the job...
[2026-04-06 03:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:05:04] Production.INFO: Account Balance Start.
[2026-04-06 03:05:04] Production.INFO: CreateAllLog Start
[2026-04-06 03:05:04] Production.INFO: 117
[2026-04-06 03:05:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:05:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-08
[2026-04-06 03:05:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:05:04] Production.INFO: ==26587== Releasing lock...
[2026-04-06 03:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: ==26580== Releasing lock...
[2026-04-06 03:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:05:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:05:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:05:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:05:05] Production.INFO: Total Charge 0
[2026-04-06 03:05:05] Production.INFO: CreateAllLog End
[2026-04-06 03:05:05] Production.INFO: Account Balance End.
[2026-04-06 03:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:05:05] Production.INFO: ==26584== Releasing lock...
[2026-04-06 03:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:05:11] Production.ERROR: CronJobId end10
[2026-04-06 03:05:11] Production.INFO: ==26582== Releasing lock...
[2026-04-06 03:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:05:14] Production.INFO: call_cost start
[2026-04-06 03:05:14] Production.INFO: call_cost end
[2026-04-06 03:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:05:14] Production.INFO: ==26578== Releasing lock...
[2026-04-06 03:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:06:01] Production.INFO: ==26644== Lock acquired, processing the job...
[2026-04-06 08:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:06:01] Production.INFO: neon service started
[2026-04-06 08:06:01] Production.INFO: neon service started
[2026-04-06 08:06:01] Production.INFO: ==26644== Releasing lock...
[2026-04-06 08:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:06:01] Production.INFO: ==26646== Lock acquired, processing the job...
[2026-04-06 03:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:06:02] Production.INFO: ==26646== Releasing lock...
[2026-04-06 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:06:02] Production.INFO: ==26649== Lock acquired, processing the job...
[2026-04-06 07:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:06:02] Production.INFO: ==26649== Releasing lock...
[2026-04-06 07:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:06:02] Production.INFO: ==26653== Lock acquired, processing the job...
[2026-04-06 03:06:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:06:03] Production.INFO: ==26651== Lock acquired, processing the job...
[2026-04-06 03:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:06:03] Production.INFO: ==26655== Lock acquired, processing the job...
[2026-04-06 03:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:06:03] Production.INFO: ==26657== Lock acquired, processing the job...
[2026-04-06 03:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:06:03] Production.INFO: ==26659== Lock acquired, processing the job...
[2026-04-06 03:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:06:03] Production.INFO: ==26653== Releasing lock...
[2026-04-06 03:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:06:03] Production.INFO: Account Balance Start.
[2026-04-06 03:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:06:03] Production.INFO: 117
[2026-04-06 03:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:06:03] Production.INFO: ==26659== Releasing lock...
[2026-04-06 03:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:06:04] Production.INFO: Total Charge 0
[2026-04-06 03:06:04] Production.INFO: CreateAllLog End
[2026-04-06 03:06:04] Production.INFO: Account Balance End.
[2026-04-06 03:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:06:04] Production.INFO: ==26657== Releasing lock...
[2026-04-06 03:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:06:11] Production.ERROR: CronJobId end10
[2026-04-06 03:06:11] Production.INFO: ==26655== Releasing lock...
[2026-04-06 03:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:06:14] Production.INFO: call_cost start
[2026-04-06 03:06:14] Production.INFO: call_cost end
[2026-04-06 03:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:06:14] Production.INFO: ==26651== Releasing lock...
[2026-04-06 03:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:07:01] Production.INFO: ==26717== Lock acquired, processing the job...
[2026-04-06 08:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:07:01] Production.INFO: neon service started
[2026-04-06 08:07:01] Production.INFO: neon service started
[2026-04-06 08:07:01] Production.INFO: ==26717== Releasing lock...
[2026-04-06 08:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:07:02] Production.INFO: ==26721== Lock acquired, processing the job...
[2026-04-06 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:07:02] Production.INFO: ==26721== Releasing lock...
[2026-04-06 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:07:02] Production.INFO: ==26719== Lock acquired, processing the job...
[2026-04-06 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:07:02] Production.INFO: ==26719== Releasing lock...
[2026-04-06 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:07:03] Production.INFO: ==26725== Lock acquired, processing the job...
[2026-04-06 03:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:07:03] Production.INFO: ==26727== Lock acquired, processing the job...
[2026-04-06 03:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:07:03] Production.INFO: ==26723== Lock acquired, processing the job...
[2026-04-06 03:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:07:03] Production.INFO: ==26729== Lock acquired, processing the job...
[2026-04-06 03:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:07:03] Production.INFO: ==26731== Lock acquired, processing the job...
[2026-04-06 03:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:07:03] Production.INFO: Account Balance Start.
[2026-04-06 03:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:07:03] Production.INFO: 117
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:07:03] Production.INFO: ==26731== Releasing lock...
[2026-04-06 03:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: ==26725== Releasing lock...
[2026-04-06 03:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:07:04] Production.INFO: Total Charge 0
[2026-04-06 03:07:04] Production.INFO: CreateAllLog End
[2026-04-06 03:07:04] Production.INFO: Account Balance End.
[2026-04-06 03:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:07:04] Production.INFO: ==26729== Releasing lock...
[2026-04-06 03:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:07:11] Production.ERROR: CronJobId end10
[2026-04-06 03:07:11] Production.INFO: ==26727== Releasing lock...
[2026-04-06 03:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:07:14] Production.INFO: call_cost start
[2026-04-06 03:07:14] Production.INFO: call_cost end
[2026-04-06 03:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:07:14] Production.INFO: ==26723== Releasing lock...
[2026-04-06 03:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:08:02] Production.INFO: ==26784== Lock acquired, processing the job...
[2026-04-06 08:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:08:02] Production.INFO: neon service started
[2026-04-06 08:08:02] Production.INFO: neon service started
[2026-04-06 08:08:02] Production.INFO: ==26784== Releasing lock...
[2026-04-06 08:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:08:02] Production.INFO: ==26786== Lock acquired, processing the job...
[2026-04-06 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:08:02] Production.INFO: ==26786== Releasing lock...
[2026-04-06 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:08:03] Production.INFO: ==26788== Lock acquired, processing the job...
[2026-04-06 07:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:08:03] Production.INFO: ==26788== Releasing lock...
[2026-04-06 07:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:08:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:08:03] Production.INFO: ==26790== Lock acquired, processing the job...
[2026-04-06 03:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:08:03] Production.INFO: ==26794== Lock acquired, processing the job...
[2026-04-06 03:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:08:03] Production.INFO: ==26796== Lock acquired, processing the job...
[2026-04-06 03:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:08:03] Production.INFO: Account Balance Start.
[2026-04-06 03:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:08:03] Production.INFO: 117
[2026-04-06 03:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:08:03] Production.INFO: ==26798== Lock acquired, processing the job...
[2026-04-06 03:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:03] Production.INFO: ==26792== Lock acquired, processing the job...
[2026-04-06 03:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:08:03] Production.INFO: ==26798== Releasing lock...
[2026-04-06 03:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: ==26792== Releasing lock...
[2026-04-06 03:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:08:04] Production.INFO: Total Charge 0
[2026-04-06 03:08:04] Production.INFO: CreateAllLog End
[2026-04-06 03:08:04] Production.INFO: Account Balance End.
[2026-04-06 03:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:08:05] Production.INFO: ==26796== Releasing lock...
[2026-04-06 03:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:08:11] Production.ERROR: CronJobId end10
[2026-04-06 03:08:11] Production.INFO: ==26794== Releasing lock...
[2026-04-06 03:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:08:14] Production.INFO: call_cost start
[2026-04-06 03:08:14] Production.INFO: call_cost end
[2026-04-06 03:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:08:14] Production.INFO: ==26790== Releasing lock...
[2026-04-06 03:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:09:01] Production.INFO: ==26855== Lock acquired, processing the job...
[2026-04-06 08:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:09:01] Production.INFO: neon service started
[2026-04-06 08:09:01] Production.INFO: neon service started
[2026-04-06 08:09:01] Production.INFO: ==26855== Releasing lock...
[2026-04-06 08:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:09:02] Production.INFO: ==26857== Lock acquired, processing the job...
[2026-04-06 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:09:02] Production.INFO: ==26859== Lock acquired, processing the job...
[2026-04-06 07:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:09:02] Production.INFO: ==26859== Releasing lock...
[2026-04-06 07:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:09:02] Production.INFO: ==26857== Releasing lock...
[2026-04-06 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:09:03] Production.INFO: ==26863== Lock acquired, processing the job...
[2026-04-06 03:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:09:03] Production.INFO: ==26866== Lock acquired, processing the job...
[2026-04-06 03:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:09:03] Production.INFO: ==26861== Lock acquired, processing the job...
[2026-04-06 03:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:09:03] Production.INFO: ==26868== Lock acquired, processing the job...
[2026-04-06 03:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:09:03] Production.INFO: Account Balance Start.
[2026-04-06 03:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:09:03] Production.INFO: 117
[2026-04-06 03:09:03] Production.INFO: ==26870== Lock acquired, processing the job...
[2026-04-06 03:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: ==26870== Releasing lock...
[2026-04-06 03:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: ==26863== Releasing lock...
[2026-04-06 03:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:09:04] Production.INFO: Total Charge 0
[2026-04-06 03:09:04] Production.INFO: CreateAllLog End
[2026-04-06 03:09:04] Production.INFO: Account Balance End.
[2026-04-06 03:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:09:04] Production.INFO: ==26868== Releasing lock...
[2026-04-06 03:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:09:11] Production.ERROR: CronJobId end10
[2026-04-06 03:09:11] Production.INFO: ==26866== Releasing lock...
[2026-04-06 03:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:09:14] Production.INFO: call_cost start
[2026-04-06 03:09:14] Production.INFO: call_cost end
[2026-04-06 03:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:09:14] Production.INFO: ==26861== Releasing lock...
[2026-04-06 03:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:10:02] Production.INFO: ==26926== Lock acquired, processing the job...
[2026-04-06 08:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:10:02] Production.INFO: neon service started
[2026-04-06 08:10:02] Production.INFO: neon service started
[2026-04-06 08:10:02] Production.INFO: ==26926== Releasing lock...
[2026-04-06 08:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:10:02] Production.INFO: ==26928== Lock acquired, processing the job...
[2026-04-06 03:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:10:02] Production.INFO: ==26930== Lock acquired, processing the job...
[2026-04-06 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:10:02] Production.INFO: ==26930== Releasing lock...
[2026-04-06 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:10:03] Production.INFO: ==26928== Releasing lock...
[2026-04-06 03:10:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:10:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:10:03] Production.INFO: ==26933== Lock acquired, processing the job...
[2026-04-06 03:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:10:03] Production.INFO: ==26935== Lock acquired, processing the job...
[2026-04-06 03:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:10:03] Production.INFO: ==26937== Lock acquired, processing the job...
[2026-04-06 03:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:10:03] Production.INFO: ==26941== Lock acquired, processing the job...
[2026-04-06 03:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:10:04] Production.INFO: ==26939== Lock acquired, processing the job...
[2026-04-06 03:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:10:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:10:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:10:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:10:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:10:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:10:04] Production.INFO: Account Balance Start.
[2026-04-06 03:10:04] Production.INFO: CreateAllLog Start
[2026-04-06 03:10:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:10:04] Production.INFO: 117
[2026-04-06 03:10:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:10:04] Production.INFO: ==26941== Releasing lock...
[2026-04-06 03:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-08
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: ==26935== Releasing lock...
[2026-04-06 03:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:10:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:10:05] Production.INFO: Total Charge 0
[2026-04-06 03:10:05] Production.INFO: CreateAllLog End
[2026-04-06 03:10:05] Production.INFO: Account Balance End.
[2026-04-06 03:10:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:10:05] Production.INFO: ==26939== Releasing lock...
[2026-04-06 03:10:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:10:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:10:12] Production.ERROR: CronJobId end10
[2026-04-06 03:10:12] Production.INFO: ==26937== Releasing lock...
[2026-04-06 03:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:10:14] Production.INFO: call_cost start
[2026-04-06 03:10:14] Production.INFO: call_cost end
[2026-04-06 03:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:10:14] Production.INFO: ==26933== Releasing lock...
[2026-04-06 03:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:11:01] Production.INFO: ==26996== Lock acquired, processing the job...
[2026-04-06 08:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:11:01] Production.INFO: neon service started
[2026-04-06 08:11:01] Production.INFO: neon service started
[2026-04-06 08:11:01] Production.INFO: ==26996== Releasing lock...
[2026-04-06 08:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:11:01] Production.INFO: ==26998== Lock acquired, processing the job...
[2026-04-06 03:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:11:02] Production.INFO: ==26998== Releasing lock...
[2026-04-06 03:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:11:02] Production.INFO: ==27000== Lock acquired, processing the job...
[2026-04-06 07:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:11:02] Production.INFO: ==27000== Releasing lock...
[2026-04-06 07:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:11:03] Production.INFO: ==27002== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 03:11:03] Production.INFO: ==27008== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 03:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 03:11:03] Production.ERROR: CronJob PID - 27008
[2026-04-06 03:11:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 03:11:03] Production.ERROR: CronJob ID - 10
[2026-04-06 03:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 03:11:00
[2026-04-06 03:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 03:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 03:11:03] Production.INFO: ==27004== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:11:03] Production.INFO: ==27006== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 03:11:03] Production.INFO: ==27002== Releasing lock...
[2026-04-06 03:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 03:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:11:03] Production.INFO: ==27012== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 03:11:03] Production.INFO: ==27010== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:11:03] Production.INFO: ==27014== Lock acquired, processing the job...
[2026-04-06 03:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:11:03] Production.INFO: Account Balance Start.
[2026-04-06 03:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:11:03] Production.INFO: 117
[2026-04-06 03:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:03] Production.INFO: ==27014== Releasing lock...
[2026-04-06 03:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:11:03] Production.INFO: ==27006== Releasing lock...
[2026-04-06 03:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:11:04] Production.ERROR: done
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 03:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045366', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:11:04] Production.INFO: Total Charge 0
[2026-04-06 03:11:04] Production.INFO: CreateAllLog End
[2026-04-06 03:11:05] Production.INFO: Account Balance End.
[2026-04-06 03:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:11:05] Production.INFO: ==27010== Releasing lock...
[2026-04-06 03:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:11:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045366', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 03:11:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 03:11:09] Production.INFO: ProcessCDR(1,17045366,1,1,2)
[2026-04-06 03:11:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045366,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:11:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045366,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:11:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 03:11:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 03:11:10] Production.INFO: ==27012== Releasing lock...
[2026-04-06 03:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 03:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 03:11:13] Production.ERROR: CronJobId end10
[2026-04-06 03:11:13] Production.INFO: ==27008== Releasing lock...
[2026-04-06 03:11:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:11:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:11:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:11:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:11:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:11:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:11:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:11:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:11:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:11:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:11:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:11:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:11:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:11:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:11:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:11:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:11:16] Production.INFO: call_cost start
[2026-04-06 03:11:16] Production.INFO: call_cost end
[2026-04-06 03:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:11:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:11:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:11:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:11:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:11:16] Production.INFO: ==27004== Releasing lock...
[2026-04-06 03:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:12:01] Production.INFO: ==27076== Lock acquired, processing the job...
[2026-04-06 08:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:12:01] Production.INFO: neon service started
[2026-04-06 08:12:01] Production.INFO: neon service started
[2026-04-06 08:12:01] Production.INFO: ==27076== Releasing lock...
[2026-04-06 08:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:12:02] Production.INFO: ==27078== Lock acquired, processing the job...
[2026-04-06 03:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:12:02] Production.INFO: ==27080== Lock acquired, processing the job...
[2026-04-06 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:12:02] Production.INFO: ==27080== Releasing lock...
[2026-04-06 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:12:02] Production.INFO: ==27078== Releasing lock...
[2026-04-06 03:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:12:03] Production.INFO: ==27089== Lock acquired, processing the job...
[2026-04-06 03:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:12:03] Production.INFO: Account Balance Start.
[2026-04-06 03:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:12:03] Production.INFO: 117
[2026-04-06 03:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:03] Production.INFO: ==27083== Lock acquired, processing the job...
[2026-04-06 03:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:03] Production.INFO: ==27087== Lock acquired, processing the job...
[2026-04-06 03:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:12:03] Production.INFO: ==27085== Lock acquired, processing the job...
[2026-04-06 03:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:03] Production.INFO: ==27091== Lock acquired, processing the job...
[2026-04-06 03:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:12:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:12:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:12:04] Production.INFO: ==27091== Releasing lock...
[2026-04-06 03:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: ==27085== Releasing lock...
[2026-04-06 03:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:12:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:12:05] Production.INFO: Total Charge 0
[2026-04-06 03:12:05] Production.INFO: CreateAllLog End
[2026-04-06 03:12:05] Production.INFO: Account Balance End.
[2026-04-06 03:12:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:12:05] Production.INFO: ==27089== Releasing lock...
[2026-04-06 03:12:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:12:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:12:11] Production.ERROR: CronJobId end10
[2026-04-06 03:12:11] Production.INFO: ==27087== Releasing lock...
[2026-04-06 03:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:12:14] Production.INFO: call_cost start
[2026-04-06 03:12:14] Production.INFO: call_cost end
[2026-04-06 03:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:12:14] Production.INFO: ==27083== Releasing lock...
[2026-04-06 03:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:13:01] Production.INFO: ==27146== Lock acquired, processing the job...
[2026-04-06 08:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:13:01] Production.INFO: neon service started
[2026-04-06 08:13:01] Production.INFO: neon service started
[2026-04-06 08:13:01] Production.INFO: ==27146== Releasing lock...
[2026-04-06 08:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:13:01] Production.INFO: ==27148== Lock acquired, processing the job...
[2026-04-06 03:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:13:01] Production.INFO: ==27150== Lock acquired, processing the job...
[2026-04-06 07:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:13:02] Production.INFO: ==27150== Releasing lock...
[2026-04-06 07:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:13:02] Production.INFO: ==27148== Releasing lock...
[2026-04-06 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:13:02] Production.INFO: ==27152== Lock acquired, processing the job...
[2026-04-06 03:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:13:02] Production.INFO: ==27154== Lock acquired, processing the job...
[2026-04-06 03:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:13:03] Production.INFO: ==27160== Lock acquired, processing the job...
[2026-04-06 03:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:13:03] Production.INFO: ==27156== Lock acquired, processing the job...
[2026-04-06 03:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:13:03] Production.INFO: ==27158== Lock acquired, processing the job...
[2026-04-06 03:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:13:03] Production.INFO: ==27160== Releasing lock...
[2026-04-06 03:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:13:03] Production.INFO: Account Balance Start.
[2026-04-06 03:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:13:03] Production.INFO: 117
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: ==27154== Releasing lock...
[2026-04-06 03:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:13:04] Production.INFO: Total Charge 0
[2026-04-06 03:13:04] Production.INFO: CreateAllLog End
[2026-04-06 03:13:04] Production.INFO: Account Balance End.
[2026-04-06 03:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:13:04] Production.INFO: ==27158== Releasing lock...
[2026-04-06 03:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:13:11] Production.ERROR: CronJobId end10
[2026-04-06 03:13:11] Production.INFO: ==27156== Releasing lock...
[2026-04-06 03:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:13:13] Production.INFO: call_cost start
[2026-04-06 03:13:13] Production.INFO: call_cost end
[2026-04-06 03:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:13:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:13:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:13:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:13:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:13:13] Production.INFO: ==27152== Releasing lock...
[2026-04-06 03:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:14:01] Production.INFO: ==27216== Lock acquired, processing the job...
[2026-04-06 08:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:14:01] Production.INFO: neon service started
[2026-04-06 08:14:01] Production.INFO: neon service started
[2026-04-06 08:14:01] Production.INFO: ==27216== Releasing lock...
[2026-04-06 08:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:14:02] Production.INFO: ==27218== Lock acquired, processing the job...
[2026-04-06 03:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:14:02] Production.INFO: ==27218== Releasing lock...
[2026-04-06 03:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:14:02] Production.INFO: ==27220== Lock acquired, processing the job...
[2026-04-06 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:14:02] Production.INFO: ==27220== Releasing lock...
[2026-04-06 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:14:03] Production.INFO: ==27225== Lock acquired, processing the job...
[2026-04-06 03:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:14:03] Production.INFO: ==27223== Lock acquired, processing the job...
[2026-04-06 03:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:14:03] Production.INFO: ==27227== Lock acquired, processing the job...
[2026-04-06 03:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:14:03] Production.INFO: ==27229== Lock acquired, processing the job...
[2026-04-06 03:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:14:03] Production.INFO: ==27231== Lock acquired, processing the job...
[2026-04-06 03:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:14:03] Production.INFO: Account Balance Start.
[2026-04-06 03:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:14:03] Production.INFO: 117
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:14:03] Production.INFO: ==27231== Releasing lock...
[2026-04-06 03:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: ==27225== Releasing lock...
[2026-04-06 03:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:14:04] Production.INFO: Total Charge 0
[2026-04-06 03:14:04] Production.INFO: CreateAllLog End
[2026-04-06 03:14:05] Production.INFO: Account Balance End.
[2026-04-06 03:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:14:05] Production.INFO: ==27229== Releasing lock...
[2026-04-06 03:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:14:11] Production.ERROR: CronJobId end10
[2026-04-06 03:14:11] Production.INFO: ==27227== Releasing lock...
[2026-04-06 03:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:14:14] Production.INFO: call_cost start
[2026-04-06 03:14:14] Production.INFO: call_cost end
[2026-04-06 03:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:14:14] Production.INFO: ==27223== Releasing lock...
[2026-04-06 03:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:15:02] Production.INFO: ==27291== Lock acquired, processing the job...
[2026-04-06 08:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:15:02] Production.INFO: neon service started
[2026-04-06 08:15:02] Production.INFO: neon service started
[2026-04-06 08:15:02] Production.INFO: ==27291== Releasing lock...
[2026-04-06 08:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:15:02] Production.INFO: ==27293== Lock acquired, processing the job...
[2026-04-06 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:15:02] Production.INFO: ==27293== Releasing lock...
[2026-04-06 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:15:02] Production.INFO: ==27295== Lock acquired, processing the job...
[2026-04-06 07:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:15:03] Production.INFO: ==27295== Releasing lock...
[2026-04-06 07:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:15:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:15:03] Production.INFO: ==27297== Lock acquired, processing the job...
[2026-04-06 03:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:15:03] Production.INFO: ==27305== Lock acquired, processing the job...
[2026-04-06 03:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:15:03] Production.INFO: ==27299== Lock acquired, processing the job...
[2026-04-06 03:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:15:03] Production.INFO: ==27301== Lock acquired, processing the job...
[2026-04-06 03:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:15:03] Production.INFO: ==27303== Lock acquired, processing the job...
[2026-04-06 03:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:15:03] Production.INFO: ==27305== Releasing lock...
[2026-04-06 03:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:15:03] Production.INFO: Account Balance Start.
[2026-04-06 03:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:15:03] Production.INFO: 117
[2026-04-06 03:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: ==27299== Releasing lock...
[2026-04-06 03:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:15:05] Production.INFO: Total Charge 0
[2026-04-06 03:15:05] Production.INFO: CreateAllLog End
[2026-04-06 03:15:05] Production.INFO: Account Balance End.
[2026-04-06 03:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:15:05] Production.INFO: ==27303== Releasing lock...
[2026-04-06 03:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:15:10] Production.ERROR: CronJobId end10
[2026-04-06 03:15:10] Production.INFO: ==27301== Releasing lock...
[2026-04-06 03:15:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:15:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:15:14] Production.INFO: call_cost start
[2026-04-06 03:15:14] Production.INFO: call_cost end
[2026-04-06 03:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:15:14] Production.INFO: ==27297== Releasing lock...
[2026-04-06 03:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:16:01] Production.INFO: ==27362== Lock acquired, processing the job...
[2026-04-06 08:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:16:01] Production.INFO: neon service started
[2026-04-06 08:16:01] Production.INFO: neon service started
[2026-04-06 08:16:01] Production.INFO: ==27362== Releasing lock...
[2026-04-06 08:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:16:01] Production.INFO: ==27364== Lock acquired, processing the job...
[2026-04-06 03:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:16:02] Production.INFO: ==27364== Releasing lock...
[2026-04-06 03:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:16:02] Production.INFO: ==27366== Lock acquired, processing the job...
[2026-04-06 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:16:02] Production.INFO: ==27366== Releasing lock...
[2026-04-06 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:16:03] Production.INFO: ==27369== Lock acquired, processing the job...
[2026-04-06 03:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:16:03] Production.INFO: ==27371== Lock acquired, processing the job...
[2026-04-06 03:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:16:03] Production.INFO: ==27375== Lock acquired, processing the job...
[2026-04-06 03:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:16:03] Production.INFO: Account Balance Start.
[2026-04-06 03:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:16:03] Production.INFO: 117
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: ==27373== Lock acquired, processing the job...
[2026-04-06 03:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:16:03] Production.INFO: ==27377== Lock acquired, processing the job...
[2026-04-06 03:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:16:03] Production.INFO: ==27377== Releasing lock...
[2026-04-06 03:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:03] Production.INFO: ==27371== Releasing lock...
[2026-04-06 03:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:16:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:16:04] Production.INFO: Total Charge 0
[2026-04-06 03:16:04] Production.INFO: CreateAllLog End
[2026-04-06 03:16:04] Production.INFO: Account Balance End.
[2026-04-06 03:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:16:04] Production.INFO: ==27375== Releasing lock...
[2026-04-06 03:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:16:11] Production.ERROR: CronJobId end10
[2026-04-06 03:16:11] Production.INFO: ==27373== Releasing lock...
[2026-04-06 03:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:16:13] Production.INFO: call_cost start
[2026-04-06 03:16:13] Production.INFO: call_cost end
[2026-04-06 03:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:16:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:16:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:16:13] Production.INFO: ==27369== Releasing lock...
[2026-04-06 03:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:17:01] Production.INFO: ==27432== Lock acquired, processing the job...
[2026-04-06 08:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:17:01] Production.INFO: neon service started
[2026-04-06 08:17:01] Production.INFO: neon service started
[2026-04-06 08:17:01] Production.INFO: ==27432== Releasing lock...
[2026-04-06 08:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:17:02] Production.INFO: ==27434== Lock acquired, processing the job...
[2026-04-06 03:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:17:02] Production.INFO: ==27436== Lock acquired, processing the job...
[2026-04-06 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:17:02] Production.INFO: ==27436== Releasing lock...
[2026-04-06 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:17:02] Production.INFO: ==27434== Releasing lock...
[2026-04-06 03:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:17:03] Production.INFO: ==27439== Lock acquired, processing the job...
[2026-04-06 03:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:17:03] Production.INFO: ==27441== Lock acquired, processing the job...
[2026-04-06 03:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:17:03] Production.INFO: ==27445== Lock acquired, processing the job...
[2026-04-06 03:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:17:03] Production.INFO: ==27443== Lock acquired, processing the job...
[2026-04-06 03:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:17:03] Production.INFO: ==27447== Lock acquired, processing the job...
[2026-04-06 03:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:17:03] Production.INFO: Account Balance Start.
[2026-04-06 03:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:17:03] Production.INFO: 117
[2026-04-06 03:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:17:03] Production.INFO: ==27447== Releasing lock...
[2026-04-06 03:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: ==27441== Releasing lock...
[2026-04-06 03:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:17:04] Production.INFO: Total Charge 0
[2026-04-06 03:17:04] Production.INFO: CreateAllLog End
[2026-04-06 03:17:04] Production.INFO: Account Balance End.
[2026-04-06 03:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:17:04] Production.INFO: ==27445== Releasing lock...
[2026-04-06 03:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:17:11] Production.ERROR: CronJobId end10
[2026-04-06 03:17:11] Production.INFO: ==27443== Releasing lock...
[2026-04-06 03:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:17:13] Production.INFO: call_cost start
[2026-04-06 03:17:13] Production.INFO: call_cost end
[2026-04-06 03:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:17:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:17:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:17:13] Production.INFO: ==27439== Releasing lock...
[2026-04-06 03:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:18:01] Production.INFO: ==27510== Lock acquired, processing the job...
[2026-04-06 08:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:18:01] Production.INFO: neon service started
[2026-04-06 08:18:01] Production.INFO: neon service started
[2026-04-06 08:18:01] Production.INFO: ==27510== Releasing lock...
[2026-04-06 08:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:18:02] Production.INFO: ==27512== Lock acquired, processing the job...
[2026-04-06 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:18:02] Production.INFO: ==27514== Lock acquired, processing the job...
[2026-04-06 07:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:18:02] Production.INFO: ==27514== Releasing lock...
[2026-04-06 07:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:18:02] Production.INFO: ==27512== Releasing lock...
[2026-04-06 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:18:03] Production.INFO: ==27517== Lock acquired, processing the job...
[2026-04-06 03:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:18:03] Production.INFO: ==27519== Lock acquired, processing the job...
[2026-04-06 03:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:18:03] Production.INFO: ==27523== Lock acquired, processing the job...
[2026-04-06 03:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:18:03] Production.INFO: ==27521== Lock acquired, processing the job...
[2026-04-06 03:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:18:03] Production.INFO: Account Balance Start.
[2026-04-06 03:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:18:03] Production.INFO: 117
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: ==27525== Lock acquired, processing the job...
[2026-04-06 03:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: ==27525== Releasing lock...
[2026-04-06 03:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: ==27519== Releasing lock...
[2026-04-06 03:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:18:04] Production.INFO: Total Charge 0
[2026-04-06 03:18:04] Production.INFO: CreateAllLog End
[2026-04-06 03:18:04] Production.INFO: Account Balance End.
[2026-04-06 03:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:18:04] Production.INFO: ==27523== Releasing lock...
[2026-04-06 03:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:18:10] Production.ERROR: CronJobId end10
[2026-04-06 03:18:10] Production.INFO: ==27521== Releasing lock...
[2026-04-06 03:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:18:13] Production.INFO: call_cost start
[2026-04-06 03:18:13] Production.INFO: call_cost end
[2026-04-06 03:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:18:13] Production.INFO: ==27517== Releasing lock...
[2026-04-06 03:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:19:01] Production.INFO: ==27579== Lock acquired, processing the job...
[2026-04-06 08:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:19:01] Production.INFO: neon service started
[2026-04-06 08:19:01] Production.INFO: neon service started
[2026-04-06 08:19:01] Production.INFO: ==27579== Releasing lock...
[2026-04-06 08:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:19:02] Production.INFO: ==27583== Lock acquired, processing the job...
[2026-04-06 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:19:02] Production.INFO: ==27583== Releasing lock...
[2026-04-06 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:19:02] Production.INFO: ==27581== Lock acquired, processing the job...
[2026-04-06 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:19:02] Production.INFO: ==27581== Releasing lock...
[2026-04-06 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:19:03] Production.INFO: ==27586== Lock acquired, processing the job...
[2026-04-06 03:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:19:03] Production.INFO: ==27592== Lock acquired, processing the job...
[2026-04-06 03:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:19:03] Production.INFO: ==27588== Lock acquired, processing the job...
[2026-04-06 03:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:19:03] Production.INFO: ==27590== Lock acquired, processing the job...
[2026-04-06 03:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:19:03] Production.INFO: Account Balance Start.
[2026-04-06 03:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:19:03] Production.INFO: 117
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:19:03] Production.INFO: ==27594== Lock acquired, processing the job...
[2026-04-06 03:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:03] Production.INFO: ==27594== Releasing lock...
[2026-04-06 03:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: ==27588== Releasing lock...
[2026-04-06 03:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:19:05] Production.INFO: Total Charge 0
[2026-04-06 03:19:05] Production.INFO: CreateAllLog End
[2026-04-06 03:19:05] Production.INFO: Account Balance End.
[2026-04-06 03:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:19:05] Production.INFO: ==27592== Releasing lock...
[2026-04-06 03:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:19:11] Production.ERROR: CronJobId end10
[2026-04-06 03:19:11] Production.INFO: ==27590== Releasing lock...
[2026-04-06 03:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:19:14] Production.INFO: call_cost start
[2026-04-06 03:19:14] Production.INFO: call_cost end
[2026-04-06 03:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:19:14] Production.INFO: ==27586== Releasing lock...
[2026-04-06 03:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:20:02] Production.INFO: ==27654== Lock acquired, processing the job...
[2026-04-06 08:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:20:02] Production.INFO: neon service started
[2026-04-06 08:20:02] Production.INFO: neon service started
[2026-04-06 08:20:02] Production.INFO: ==27654== Releasing lock...
[2026-04-06 08:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:20:02] Production.INFO: ==27656== Lock acquired, processing the job...
[2026-04-06 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:20:02] Production.INFO: ==27658== Lock acquired, processing the job...
[2026-04-06 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:20:02] Production.INFO: ==27658== Releasing lock...
[2026-04-06 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:20:03] Production.INFO: ==27656== Releasing lock...
[2026-04-06 03:20:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:20:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:20:03] Production.INFO: ==27667== Lock acquired, processing the job...
[2026-04-06 03:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:20:03] Production.INFO: Account Balance Start.
[2026-04-06 03:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:20:03] Production.INFO: 117
[2026-04-06 03:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: ==27661== Lock acquired, processing the job...
[2026-04-06 03:20:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:20:04] Production.INFO: ==27665== Lock acquired, processing the job...
[2026-04-06 03:20:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:20:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:20:04] Production.INFO: ==27663== Lock acquired, processing the job...
[2026-04-06 03:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:20:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:20:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:20:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: ==27669== Lock acquired, processing the job...
[2026-04-06 03:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:20:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:20:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:20:04] Production.INFO: ==27669== Releasing lock...
[2026-04-06 03:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: ==27663== Releasing lock...
[2026-04-06 03:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:20:05] Production.INFO: Total Charge 0
[2026-04-06 03:20:05] Production.INFO: CreateAllLog End
[2026-04-06 03:20:05] Production.INFO: Account Balance End.
[2026-04-06 03:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:20:05] Production.INFO: ==27667== Releasing lock...
[2026-04-06 03:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:20:12] Production.ERROR: CronJobId end10
[2026-04-06 03:20:12] Production.INFO: ==27665== Releasing lock...
[2026-04-06 03:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:20:14] Production.INFO: call_cost start
[2026-04-06 03:20:14] Production.INFO: call_cost end
[2026-04-06 03:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:20:14] Production.INFO: ==27661== Releasing lock...
[2026-04-06 03:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:21:01] Production.INFO: ==27730== Lock acquired, processing the job...
[2026-04-06 08:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:21:01] Production.INFO: neon service started
[2026-04-06 08:21:01] Production.INFO: neon service started
[2026-04-06 08:21:01] Production.INFO: ==27730== Releasing lock...
[2026-04-06 08:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:21:02] Production.INFO: ==27734== Lock acquired, processing the job...
[2026-04-06 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:21:02] Production.INFO: ==27734== Releasing lock...
[2026-04-06 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:21:02] Production.INFO: ==27732== Lock acquired, processing the job...
[2026-04-06 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:21:02] Production.INFO: ==27732== Releasing lock...
[2026-04-06 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:21:03] Production.INFO: ==27736== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 03:21:03] Production.INFO: ==27738== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:21:03] Production.INFO: ==27742== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:21:03] Production.INFO: ==27740== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 03:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 03:21:03] Production.INFO: ==27736== Releasing lock...
[2026-04-06 03:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 03:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:21:03] Production.INFO: ==27746== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 03:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:21:03] Production.INFO: ==27744== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:21:03] Production.INFO: ==27748== Lock acquired, processing the job...
[2026-04-06 03:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:21:03] Production.INFO: Account Balance Start.
[2026-04-06 03:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:21:03] Production.INFO: 117
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:03] Production.INFO: ==27748== Releasing lock...
[2026-04-06 03:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:21:04] Production.ERROR: done
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 03:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045407', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: ==27740== Releasing lock...
[2026-04-06 03:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:21:05] Production.INFO: Total Charge 0
[2026-04-06 03:21:05] Production.INFO: CreateAllLog End
[2026-04-06 03:21:05] Production.INFO: Account Balance End.
[2026-04-06 03:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:21:05] Production.INFO: ==27744== Releasing lock...
[2026-04-06 03:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045407', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 03:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 03:21:10] Production.INFO: ProcessCDR(1,17045407,1,1,2)
[2026-04-06 03:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045407,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045407,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 03:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 03:21:11] Production.INFO: ==27746== Releasing lock...
[2026-04-06 03:21:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 03:21:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 03:21:15] Production.ERROR: CronJobId end10
[2026-04-06 03:21:15] Production.INFO: ==27742== Releasing lock...
[2026-04-06 03:21:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:21:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:21:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:21:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:21:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:21:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:21:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:21:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:21:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:21:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:21:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:21:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:21:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:21:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:21:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:21:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:21:17] Production.INFO: call_cost start
[2026-04-06 03:21:17] Production.INFO: call_cost end
[2026-04-06 03:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:21:17] Production.INFO: ==27738== Releasing lock...
[2026-04-06 03:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:22:02] Production.INFO: ==27810== Lock acquired, processing the job...
[2026-04-06 08:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:22:02] Production.INFO: neon service started
[2026-04-06 08:22:02] Production.INFO: neon service started
[2026-04-06 08:22:02] Production.INFO: ==27810== Releasing lock...
[2026-04-06 08:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:22:02] Production.INFO: ==27812== Lock acquired, processing the job...
[2026-04-06 03:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:22:02] Production.INFO: ==27812== Releasing lock...
[2026-04-06 03:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:22:02] Production.INFO: ==27814== Lock acquired, processing the job...
[2026-04-06 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:22:03] Production.INFO: ==27814== Releasing lock...
[2026-04-06 07:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:22:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:22:03] Production.INFO: ==27816== Lock acquired, processing the job...
[2026-04-06 03:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:22:03] Production.INFO: ==27824== Lock acquired, processing the job...
[2026-04-06 03:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:22:03] Production.INFO: ==27820== Lock acquired, processing the job...
[2026-04-06 03:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:22:03] Production.INFO: ==27818== Lock acquired, processing the job...
[2026-04-06 03:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:22:03] Production.INFO: ==27822== Lock acquired, processing the job...
[2026-04-06 03:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:22:03] Production.INFO: ==27824== Releasing lock...
[2026-04-06 03:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:22:03] Production.INFO: Account Balance Start.
[2026-04-06 03:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:22:03] Production.INFO: 117
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: ==27818== Releasing lock...
[2026-04-06 03:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:22:04] Production.INFO: Total Charge 0
[2026-04-06 03:22:04] Production.INFO: CreateAllLog End
[2026-04-06 03:22:04] Production.INFO: Account Balance End.
[2026-04-06 03:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:22:04] Production.INFO: ==27822== Releasing lock...
[2026-04-06 03:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:22:10] Production.ERROR: CronJobId end10
[2026-04-06 03:22:10] Production.INFO: ==27820== Releasing lock...
[2026-04-06 03:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:22:13] Production.INFO: call_cost start
[2026-04-06 03:22:13] Production.INFO: call_cost end
[2026-04-06 03:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:22:13] Production.INFO: ==27816== Releasing lock...
[2026-04-06 03:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:23:01] Production.INFO: ==27883== Lock acquired, processing the job...
[2026-04-06 08:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:23:01] Production.INFO: neon service started
[2026-04-06 08:23:01] Production.INFO: neon service started
[2026-04-06 08:23:01] Production.INFO: ==27883== Releasing lock...
[2026-04-06 08:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:23:01] Production.INFO: ==27887== Lock acquired, processing the job...
[2026-04-06 07:23:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:23:01] Production.INFO: ==27887== Releasing lock...
[2026-04-06 07:23:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:23:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:23:01] Production.INFO: ==27885== Lock acquired, processing the job...
[2026-04-06 03:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:23:02] Production.INFO: ==27885== Releasing lock...
[2026-04-06 03:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:23:02] Production.INFO: ==27889== Lock acquired, processing the job...
[2026-04-06 03:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:23:02] Production.INFO: ==27891== Lock acquired, processing the job...
[2026-04-06 03:23:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:23:03] Production.INFO: ==27893== Lock acquired, processing the job...
[2026-04-06 03:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:23:03] Production.INFO: ==27897== Lock acquired, processing the job...
[2026-04-06 03:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:23:03] Production.INFO: ==27895== Lock acquired, processing the job...
[2026-04-06 03:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:23:03] Production.INFO: Account Balance Start.
[2026-04-06 03:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:23:03] Production.INFO: 117
[2026-04-06 03:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: ==27897== Releasing lock...
[2026-04-06 03:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: ==27891== Releasing lock...
[2026-04-06 03:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:23:04] Production.INFO: Total Charge 0
[2026-04-06 03:23:04] Production.INFO: CreateAllLog End
[2026-04-06 03:23:04] Production.INFO: Account Balance End.
[2026-04-06 03:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:23:04] Production.INFO: ==27895== Releasing lock...
[2026-04-06 03:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:23:10] Production.ERROR: CronJobId end10
[2026-04-06 03:23:10] Production.INFO: ==27893== Releasing lock...
[2026-04-06 03:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:23:14] Production.INFO: call_cost start
[2026-04-06 03:23:14] Production.INFO: call_cost end
[2026-04-06 03:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:23:14] Production.INFO: ==27889== Releasing lock...
[2026-04-06 03:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:24:01] Production.INFO: ==27954== Lock acquired, processing the job...
[2026-04-06 08:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:24:01] Production.INFO: neon service started
[2026-04-06 08:24:01] Production.INFO: neon service started
[2026-04-06 08:24:01] Production.INFO: ==27954== Releasing lock...
[2026-04-06 08:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:24:02] Production.INFO: ==27956== Lock acquired, processing the job...
[2026-04-06 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:24:02] Production.INFO: ==27958== Lock acquired, processing the job...
[2026-04-06 07:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:24:02] Production.INFO: ==27958== Releasing lock...
[2026-04-06 07:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:24:02] Production.INFO: ==27956== Releasing lock...
[2026-04-06 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:24:03] Production.INFO: ==27965== Lock acquired, processing the job...
[2026-04-06 03:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:24:03] Production.INFO: ==27961== Lock acquired, processing the job...
[2026-04-06 03:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:24:03] Production.INFO: ==27967== Lock acquired, processing the job...
[2026-04-06 03:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:24:03] Production.INFO: ==27963== Lock acquired, processing the job...
[2026-04-06 03:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:24:03] Production.INFO: ==27969== Lock acquired, processing the job...
[2026-04-06 03:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:24:03] Production.INFO: Account Balance Start.
[2026-04-06 03:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:24:03] Production.INFO: 117
[2026-04-06 03:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:24:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: ==27969== Releasing lock...
[2026-04-06 03:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: ==27963== Releasing lock...
[2026-04-06 03:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:24:05] Production.INFO: Total Charge 0
[2026-04-06 03:24:05] Production.INFO: CreateAllLog End
[2026-04-06 03:24:05] Production.INFO: Account Balance End.
[2026-04-06 03:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:24:05] Production.INFO: ==27967== Releasing lock...
[2026-04-06 03:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:24:12] Production.ERROR: CronJobId end10
[2026-04-06 03:24:12] Production.INFO: ==27965== Releasing lock...
[2026-04-06 03:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:24:14] Production.INFO: call_cost start
[2026-04-06 03:24:15] Production.INFO: call_cost end
[2026-04-06 03:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:24:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:24:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:24:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:24:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:24:15] Production.INFO: ==27961== Releasing lock...
[2026-04-06 03:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:25:01] Production.INFO: ==28026== Lock acquired, processing the job...
[2026-04-06 08:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:25:01] Production.INFO: neon service started
[2026-04-06 08:25:01] Production.INFO: neon service started
[2026-04-06 08:25:01] Production.INFO: ==28026== Releasing lock...
[2026-04-06 08:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:25:01] Production.INFO: ==28029== Lock acquired, processing the job...
[2026-04-06 03:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:25:01] Production.INFO: ==28029== Releasing lock...
[2026-04-06 03:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:25:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:25:01] Production.INFO: ==28031== Lock acquired, processing the job...
[2026-04-06 07:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:25:02] Production.INFO: ==28031== Releasing lock...
[2026-04-06 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:25:02] Production.INFO: ==28033== Lock acquired, processing the job...
[2026-04-06 03:25:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:25:02] Production.INFO: ==28035== Lock acquired, processing the job...
[2026-04-06 03:25:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:25:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:25:02] Production.INFO: ==28039== Lock acquired, processing the job...
[2026-04-06 03:25:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:25:02] Production.INFO: ==28037== Lock acquired, processing the job...
[2026-04-06 03:25:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:25:02] Production.INFO: ==28041== Lock acquired, processing the job...
[2026-04-06 03:25:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:25:02] Production.INFO: Account Balance Start.
[2026-04-06 03:25:02] Production.INFO: CreateAllLog Start
[2026-04-06 03:25:02] Production.INFO: 117
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:25:03] Production.INFO: ==28041== Releasing lock...
[2026-04-06 03:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: ==28035== Releasing lock...
[2026-04-06 03:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-03-31
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-04-01
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-04-02
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-04-03
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-04-04
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-04-05
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Date 2026-04-06
[2026-04-06 03:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:25:03] Production.INFO: Total Charge 0
[2026-04-06 03:25:03] Production.INFO: CreateAllLog End
[2026-04-06 03:25:04] Production.INFO: Account Balance End.
[2026-04-06 03:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:25:04] Production.INFO: ==28039== Releasing lock...
[2026-04-06 03:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:25:10] Production.ERROR: CronJobId end10
[2026-04-06 03:25:10] Production.INFO: ==28037== Releasing lock...
[2026-04-06 03:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:25:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:25:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:25:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:25:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:25:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:25:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:25:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:25:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:25:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:25:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:25:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:25:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:25:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:25:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:25:13] Production.INFO: call_cost start
[2026-04-06 03:25:13] Production.INFO: call_cost end
[2026-04-06 03:25:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:25:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:25:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:25:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:25:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:25:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:25:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:25:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:25:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:25:13] Production.INFO: ==28033== Releasing lock...
[2026-04-06 03:25:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:25:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:26:01] Production.INFO: ==28100== Lock acquired, processing the job...
[2026-04-06 08:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:26:01] Production.INFO: neon service started
[2026-04-06 08:26:01] Production.INFO: neon service started
[2026-04-06 08:26:01] Production.INFO: ==28100== Releasing lock...
[2026-04-06 08:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:26:02] Production.INFO: ==28102== Lock acquired, processing the job...
[2026-04-06 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:26:02] Production.INFO: ==28102== Releasing lock...
[2026-04-06 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:26:02] Production.INFO: ==28104== Lock acquired, processing the job...
[2026-04-06 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:26:02] Production.INFO: ==28104== Releasing lock...
[2026-04-06 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:26:03] Production.INFO: ==28106== Lock acquired, processing the job...
[2026-04-06 03:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:26:03] Production.INFO: ==28108== Lock acquired, processing the job...
[2026-04-06 03:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:26:03] Production.INFO: ==28110== Lock acquired, processing the job...
[2026-04-06 03:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:26:03] Production.INFO: ==28114== Lock acquired, processing the job...
[2026-04-06 03:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:26:03] Production.INFO: ==28112== Lock acquired, processing the job...
[2026-04-06 03:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:26:03] Production.INFO: Account Balance Start.
[2026-04-06 03:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:26:03] Production.INFO: 117
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:26:03] Production.INFO: ==28114== Releasing lock...
[2026-04-06 03:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:03] Production.INFO: ==28108== Releasing lock...
[2026-04-06 03:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:26:04] Production.INFO: Total Charge 0
[2026-04-06 03:26:04] Production.INFO: CreateAllLog End
[2026-04-06 03:26:05] Production.INFO: Account Balance End.
[2026-04-06 03:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:26:05] Production.INFO: ==28112== Releasing lock...
[2026-04-06 03:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:26:11] Production.ERROR: CronJobId end10
[2026-04-06 03:26:11] Production.INFO: ==28110== Releasing lock...
[2026-04-06 03:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:26:14] Production.INFO: call_cost start
[2026-04-06 03:26:14] Production.INFO: call_cost end
[2026-04-06 03:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:26:14] Production.INFO: ==28106== Releasing lock...
[2026-04-06 03:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:27:02] Production.INFO: ==28178== Lock acquired, processing the job...
[2026-04-06 08:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:27:02] Production.INFO: neon service started
[2026-04-06 08:27:02] Production.INFO: neon service started
[2026-04-06 08:27:02] Production.INFO: ==28178== Releasing lock...
[2026-04-06 08:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:27:02] Production.INFO: ==28182== Lock acquired, processing the job...
[2026-04-06 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:27:02] Production.INFO: ==28182== Releasing lock...
[2026-04-06 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:27:02] Production.INFO: ==28180== Lock acquired, processing the job...
[2026-04-06 03:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:27:02] Production.INFO: ==28180== Releasing lock...
[2026-04-06 03:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:27:03] Production.INFO: ==28184== Lock acquired, processing the job...
[2026-04-06 03:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:27:03] Production.INFO: ==28188== Lock acquired, processing the job...
[2026-04-06 03:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:27:03] Production.INFO: ==28186== Lock acquired, processing the job...
[2026-04-06 03:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:27:03] Production.INFO: ==28190== Lock acquired, processing the job...
[2026-04-06 03:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:27:03] Production.INFO: ==28192== Lock acquired, processing the job...
[2026-04-06 03:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:27:03] Production.INFO: Account Balance Start.
[2026-04-06 03:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:27:03] Production.INFO: 117
[2026-04-06 03:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:03] Production.INFO: ==28192== Releasing lock...
[2026-04-06 03:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: ==28186== Releasing lock...
[2026-04-06 03:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:27:05] Production.INFO: Total Charge 0
[2026-04-06 03:27:05] Production.INFO: CreateAllLog End
[2026-04-06 03:27:05] Production.INFO: Account Balance End.
[2026-04-06 03:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:27:05] Production.INFO: ==28190== Releasing lock...
[2026-04-06 03:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:27:11] Production.ERROR: CronJobId end10
[2026-04-06 03:27:11] Production.INFO: ==28188== Releasing lock...
[2026-04-06 03:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:27:14] Production.INFO: call_cost start
[2026-04-06 03:27:14] Production.INFO: call_cost end
[2026-04-06 03:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:27:14] Production.INFO: ==28184== Releasing lock...
[2026-04-06 03:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:28:01] Production.INFO: ==28251== Lock acquired, processing the job...
[2026-04-06 08:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:28:01] Production.INFO: neon service started
[2026-04-06 08:28:01] Production.INFO: neon service started
[2026-04-06 08:28:01] Production.INFO: ==28251== Releasing lock...
[2026-04-06 08:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:28:02] Production.INFO: ==28253== Lock acquired, processing the job...
[2026-04-06 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:28:02] Production.INFO: ==28255== Lock acquired, processing the job...
[2026-04-06 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:28:02] Production.INFO: ==28255== Releasing lock...
[2026-04-06 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:28:02] Production.INFO: ==28253== Releasing lock...
[2026-04-06 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:28:03] Production.INFO: ==28262== Lock acquired, processing the job...
[2026-04-06 03:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:28:03] Production.INFO: ==28258== Lock acquired, processing the job...
[2026-04-06 03:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:28:03] Production.INFO: ==28266== Lock acquired, processing the job...
[2026-04-06 03:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:28:03] Production.INFO: ==28260== Lock acquired, processing the job...
[2026-04-06 03:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:28:03] Production.INFO: ==28264== Lock acquired, processing the job...
[2026-04-06 03:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:28:03] Production.INFO: ==28266== Releasing lock...
[2026-04-06 03:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:28:03] Production.INFO: Account Balance Start.
[2026-04-06 03:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:28:03] Production.INFO: 117
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: ==28260== Releasing lock...
[2026-04-06 03:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:28:04] Production.INFO: Total Charge 0
[2026-04-06 03:28:04] Production.INFO: CreateAllLog End
[2026-04-06 03:28:04] Production.INFO: Account Balance End.
[2026-04-06 03:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:28:04] Production.INFO: ==28264== Releasing lock...
[2026-04-06 03:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:28:11] Production.ERROR: CronJobId end10
[2026-04-06 03:28:11] Production.INFO: ==28262== Releasing lock...
[2026-04-06 03:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:28:13] Production.INFO: call_cost start
[2026-04-06 03:28:13] Production.INFO: call_cost end
[2026-04-06 03:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:28:13] Production.INFO: ==28258== Releasing lock...
[2026-04-06 03:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:29:01] Production.INFO: ==28326== Lock acquired, processing the job...
[2026-04-06 08:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:29:02] Production.INFO: neon service started
[2026-04-06 08:29:02] Production.INFO: neon service started
[2026-04-06 08:29:02] Production.INFO: ==28326== Releasing lock...
[2026-04-06 08:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:29:02] Production.INFO: ==28328== Lock acquired, processing the job...
[2026-04-06 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:29:02] Production.INFO: ==28330== Lock acquired, processing the job...
[2026-04-06 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:29:02] Production.INFO: ==28330== Releasing lock...
[2026-04-06 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:29:02] Production.INFO: ==28328== Releasing lock...
[2026-04-06 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:29:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:29:03] Production.INFO: ==28333== Lock acquired, processing the job...
[2026-04-06 03:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:29:03] Production.INFO: ==28335== Lock acquired, processing the job...
[2026-04-06 03:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:29:03] Production.INFO: ==28337== Lock acquired, processing the job...
[2026-04-06 03:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:29:03] Production.INFO: ==28339== Lock acquired, processing the job...
[2026-04-06 03:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:29:03] Production.INFO: Account Balance Start.
[2026-04-06 03:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:29:03] Production.INFO: 117
[2026-04-06 03:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:03] Production.INFO: ==28341== Lock acquired, processing the job...
[2026-04-06 03:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:29:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:29:04] Production.INFO: ==28341== Releasing lock...
[2026-04-06 03:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: ==28335== Releasing lock...
[2026-04-06 03:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:29:04] Production.INFO: Total Charge 0
[2026-04-06 03:29:04] Production.INFO: CreateAllLog End
[2026-04-06 03:29:05] Production.INFO: Account Balance End.
[2026-04-06 03:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:29:05] Production.INFO: ==28339== Releasing lock...
[2026-04-06 03:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:29:11] Production.ERROR: CronJobId end10
[2026-04-06 03:29:11] Production.INFO: ==28337== Releasing lock...
[2026-04-06 03:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:29:13] Production.INFO: call_cost start
[2026-04-06 03:29:13] Production.INFO: call_cost end
[2026-04-06 03:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:29:13] Production.INFO: ==28333== Releasing lock...
[2026-04-06 03:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:30:01] Production.INFO: ==28397== Lock acquired, processing the job...
[2026-04-06 08:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:30:01] Production.INFO: neon service started
[2026-04-06 08:30:01] Production.INFO: neon service started
[2026-04-06 08:30:01] Production.INFO: ==28397== Releasing lock...
[2026-04-06 08:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:30:01] Production.INFO: ==28399== Lock acquired, processing the job...
[2026-04-06 03:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:30:02] Production.INFO: ==28399== Releasing lock...
[2026-04-06 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:30:02] Production.INFO: ==28401== Lock acquired, processing the job...
[2026-04-06 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:30:02] Production.INFO: ==28401== Releasing lock...
[2026-04-06 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:30:02] Production.INFO: ==28403== Lock acquired, processing the job...
[2026-04-06 03:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:30:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:30:02] Production.INFO: ==28405== Lock acquired, processing the job...
[2026-04-06 03:30:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:30:02] Production.INFO: ==28409== Lock acquired, processing the job...
[2026-04-06 03:30:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:30:02] Production.INFO: ==28407== Lock acquired, processing the job...
[2026-04-06 03:30:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:30:02] Production.INFO: ==28411== Lock acquired, processing the job...
[2026-04-06 03:30:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:30:02] Production.INFO: Account Balance Start.
[2026-04-06 03:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:30:03] Production.INFO: 117
[2026-04-06 03:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:30:03] Production.INFO: ==28411== Releasing lock...
[2026-04-06 03:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: ==28405== Releasing lock...
[2026-04-06 03:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:30:04] Production.INFO: Total Charge 0
[2026-04-06 03:30:04] Production.INFO: CreateAllLog End
[2026-04-06 03:30:04] Production.INFO: Account Balance End.
[2026-04-06 03:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:30:04] Production.INFO: ==28409== Releasing lock...
[2026-04-06 03:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:30:10] Production.ERROR: CronJobId end10
[2026-04-06 03:30:10] Production.INFO: ==28407== Releasing lock...
[2026-04-06 03:30:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:30:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:30:13] Production.INFO: call_cost start
[2026-04-06 03:30:13] Production.INFO: call_cost end
[2026-04-06 03:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:30:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:30:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:30:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:30:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:30:13] Production.INFO: ==28403== Releasing lock...
[2026-04-06 03:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:31:01] Production.INFO: ==28468== Lock acquired, processing the job...
[2026-04-06 08:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:31:01] Production.INFO: neon service started
[2026-04-06 08:31:01] Production.INFO: neon service started
[2026-04-06 08:31:01] Production.INFO: ==28468== Releasing lock...
[2026-04-06 08:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:31:02] Production.INFO: ==28471== Lock acquired, processing the job...
[2026-04-06 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:31:02] Production.INFO: ==28473== Lock acquired, processing the job...
[2026-04-06 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:31:02] Production.INFO: ==28471== Releasing lock...
[2026-04-06 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:31:02] Production.INFO: ==28473== Releasing lock...
[2026-04-06 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:31:03] Production.INFO: ==28475== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 03:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 03:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 03:31:03] Production.INFO: ==28475== Releasing lock...
[2026-04-06 03:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 03:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:31:03] Production.INFO: ==28477== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:31:03] Production.INFO: ==28479== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:31:03] Production.INFO: ==28481== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:31:03] Production.INFO: ==28485== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 03:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:31:03] Production.INFO: ==28483== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:31:03] Production.INFO: ==28487== Lock acquired, processing the job...
[2026-04-06 03:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:31:03] Production.INFO: Account Balance Start.
[2026-04-06 03:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:31:03] Production.INFO: 117
[2026-04-06 03:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: ==28487== Releasing lock...
[2026-04-06 03:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:31:04] Production.ERROR: done
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: ==28479== Releasing lock...
[2026-04-06 03:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 03:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045448', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:31:05] Production.INFO: Total Charge 0
[2026-04-06 03:31:05] Production.INFO: CreateAllLog End
[2026-04-06 03:31:05] Production.INFO: Account Balance End.
[2026-04-06 03:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:31:05] Production.INFO: ==28483== Releasing lock...
[2026-04-06 03:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:31:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045448', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 03:31:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 03:31:09] Production.INFO: ProcessCDR(1,17045448,1,1,2)
[2026-04-06 03:31:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045448,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:31:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045448,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:31:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 03:31:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 03:31:09] Production.INFO: ==28485== Releasing lock...
[2026-04-06 03:31:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 03:31:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 03:31:12] Production.ERROR: CronJobId end10
[2026-04-06 03:31:12] Production.INFO: ==28481== Releasing lock...
[2026-04-06 03:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:31:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:31:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:31:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:31:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:31:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:31:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:31:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:31:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:31:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:31:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:31:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:31:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:31:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:31:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:31:16] Production.INFO: call_cost start
[2026-04-06 03:31:16] Production.INFO: call_cost end
[2026-04-06 03:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:31:16] Production.INFO: ==28477== Releasing lock...
[2026-04-06 03:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:32:02] Production.INFO: ==28553== Lock acquired, processing the job...
[2026-04-06 08:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:32:02] Production.INFO: neon service started
[2026-04-06 08:32:02] Production.INFO: neon service started
[2026-04-06 08:32:02] Production.INFO: ==28553== Releasing lock...
[2026-04-06 08:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:32:02] Production.INFO: ==28557== Lock acquired, processing the job...
[2026-04-06 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:32:02] Production.INFO: ==28557== Releasing lock...
[2026-04-06 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:32:02] Production.INFO: ==28555== Lock acquired, processing the job...
[2026-04-06 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:32:02] Production.INFO: ==28555== Releasing lock...
[2026-04-06 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:32:03] Production.INFO: ==28559== Lock acquired, processing the job...
[2026-04-06 03:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:32:03] Production.INFO: ==28563== Lock acquired, processing the job...
[2026-04-06 03:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:32:03] Production.INFO: ==28561== Lock acquired, processing the job...
[2026-04-06 03:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:32:03] Production.INFO: ==28565== Lock acquired, processing the job...
[2026-04-06 03:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:32:03] Production.INFO: ==28567== Lock acquired, processing the job...
[2026-04-06 03:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:32:03] Production.INFO: Account Balance Start.
[2026-04-06 03:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:32:03] Production.INFO: 117
[2026-04-06 03:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:03] Production.INFO: ==28567== Releasing lock...
[2026-04-06 03:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: ==28561== Releasing lock...
[2026-04-06 03:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:32:05] Production.INFO: Total Charge 0
[2026-04-06 03:32:05] Production.INFO: CreateAllLog End
[2026-04-06 03:32:05] Production.INFO: Account Balance End.
[2026-04-06 03:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:32:05] Production.INFO: ==28565== Releasing lock...
[2026-04-06 03:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:32:11] Production.ERROR: CronJobId end10
[2026-04-06 03:32:11] Production.INFO: ==28563== Releasing lock...
[2026-04-06 03:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:32:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:32:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:32:14] Production.INFO: call_cost start
[2026-04-06 03:32:14] Production.INFO: call_cost end
[2026-04-06 03:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:32:14] Production.INFO: ==28559== Releasing lock...
[2026-04-06 03:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:33:01] Production.INFO: ==28621== Lock acquired, processing the job...
[2026-04-06 08:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:33:01] Production.INFO: neon service started
[2026-04-06 08:33:01] Production.INFO: neon service started
[2026-04-06 08:33:01] Production.INFO: ==28621== Releasing lock...
[2026-04-06 08:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:33:01] Production.INFO: ==28625== Lock acquired, processing the job...
[2026-04-06 07:33:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:33:01] Production.INFO: ==28625== Releasing lock...
[2026-04-06 07:33:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:33:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:33:02] Production.INFO: ==28623== Lock acquired, processing the job...
[2026-04-06 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:33:02] Production.INFO: ==28623== Releasing lock...
[2026-04-06 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:33:03] Production.INFO: ==28627== Lock acquired, processing the job...
[2026-04-06 03:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:33:03] Production.INFO: ==28629== Lock acquired, processing the job...
[2026-04-06 03:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:33:03] Production.INFO: ==28636== Lock acquired, processing the job...
[2026-04-06 03:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:33:03] Production.INFO: ==28631== Lock acquired, processing the job...
[2026-04-06 03:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:33:03] Production.INFO: ==28634== Lock acquired, processing the job...
[2026-04-06 03:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:33:03] Production.INFO: Account Balance Start.
[2026-04-06 03:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:33:03] Production.INFO: 117
[2026-04-06 03:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:33:03] Production.INFO: ==28636== Releasing lock...
[2026-04-06 03:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: ==28629== Releasing lock...
[2026-04-06 03:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:33:04] Production.INFO: Total Charge 0
[2026-04-06 03:33:04] Production.INFO: CreateAllLog End
[2026-04-06 03:33:04] Production.INFO: Account Balance End.
[2026-04-06 03:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:33:04] Production.INFO: ==28634== Releasing lock...
[2026-04-06 03:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:33:10] Production.ERROR: CronJobId end10
[2026-04-06 03:33:10] Production.INFO: ==28631== Releasing lock...
[2026-04-06 03:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:33:13] Production.INFO: call_cost start
[2026-04-06 03:33:13] Production.INFO: call_cost end
[2026-04-06 03:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:33:13] Production.INFO: ==28627== Releasing lock...
[2026-04-06 03:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:34:02] Production.INFO: ==28692== Lock acquired, processing the job...
[2026-04-06 08:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:34:02] Production.INFO: neon service started
[2026-04-06 08:34:02] Production.INFO: neon service started
[2026-04-06 08:34:02] Production.INFO: ==28692== Releasing lock...
[2026-04-06 08:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:34:02] Production.INFO: ==28695== Lock acquired, processing the job...
[2026-04-06 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:34:02] Production.INFO: ==28695== Releasing lock...
[2026-04-06 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:34:02] Production.INFO: ==28697== Lock acquired, processing the job...
[2026-04-06 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:34:02] Production.INFO: ==28697== Releasing lock...
[2026-04-06 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:34:03] Production.INFO: ==28699== Lock acquired, processing the job...
[2026-04-06 03:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:34:03] Production.INFO: ==28703== Lock acquired, processing the job...
[2026-04-06 03:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:34:03] Production.INFO: ==28701== Lock acquired, processing the job...
[2026-04-06 03:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:34:03] Production.INFO: ==28707== Lock acquired, processing the job...
[2026-04-06 03:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:34:03] Production.INFO: ==28705== Lock acquired, processing the job...
[2026-04-06 03:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:34:03] Production.INFO: ==28707== Releasing lock...
[2026-04-06 03:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:34:03] Production.INFO: Account Balance Start.
[2026-04-06 03:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:34:03] Production.INFO: 117
[2026-04-06 03:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: ==28701== Releasing lock...
[2026-04-06 03:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:34:04] Production.INFO: Total Charge 0
[2026-04-06 03:34:04] Production.INFO: CreateAllLog End
[2026-04-06 03:34:05] Production.INFO: Account Balance End.
[2026-04-06 03:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:34:05] Production.INFO: ==28705== Releasing lock...
[2026-04-06 03:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:34:11] Production.ERROR: CronJobId end10
[2026-04-06 03:34:11] Production.INFO: ==28703== Releasing lock...
[2026-04-06 03:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:34:14] Production.INFO: call_cost start
[2026-04-06 03:34:14] Production.INFO: call_cost end
[2026-04-06 03:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:34:14] Production.INFO: ==28699== Releasing lock...
[2026-04-06 03:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:35:01] Production.INFO: ==28761== Lock acquired, processing the job...
[2026-04-06 08:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:35:01] Production.INFO: neon service started
[2026-04-06 08:35:01] Production.INFO: neon service started
[2026-04-06 08:35:01] Production.INFO: ==28761== Releasing lock...
[2026-04-06 08:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:35:02] Production.INFO: ==28763== Lock acquired, processing the job...
[2026-04-06 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:35:02] Production.INFO: ==28765== Lock acquired, processing the job...
[2026-04-06 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:35:02] Production.INFO: ==28765== Releasing lock...
[2026-04-06 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:35:02] Production.INFO: ==28763== Releasing lock...
[2026-04-06 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:35:03] Production.INFO: ==28776== Lock acquired, processing the job...
[2026-04-06 03:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:35:03] Production.INFO: ==28774== Lock acquired, processing the job...
[2026-04-06 03:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:35:03] Production.INFO: ==28768== Lock acquired, processing the job...
[2026-04-06 03:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:35:03] Production.INFO: ==28770== Lock acquired, processing the job...
[2026-04-06 03:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:35:03] Production.INFO: ==28772== Lock acquired, processing the job...
[2026-04-06 03:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:35:03] Production.INFO: Account Balance Start.
[2026-04-06 03:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:35:03] Production.INFO: 117
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:35:03] Production.INFO: ==28776== Releasing lock...
[2026-04-06 03:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: ==28770== Releasing lock...
[2026-04-06 03:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:35:04] Production.INFO: Total Charge 0
[2026-04-06 03:35:04] Production.INFO: CreateAllLog End
[2026-04-06 03:35:04] Production.INFO: Account Balance End.
[2026-04-06 03:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:35:04] Production.INFO: ==28774== Releasing lock...
[2026-04-06 03:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:35:10] Production.ERROR: CronJobId end10
[2026-04-06 03:35:10] Production.INFO: ==28772== Releasing lock...
[2026-04-06 03:35:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:35:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:35:13] Production.INFO: call_cost start
[2026-04-06 03:35:13] Production.INFO: call_cost end
[2026-04-06 03:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:35:13] Production.INFO: ==28768== Releasing lock...
[2026-04-06 03:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:36:01] Production.INFO: ==28838== Lock acquired, processing the job...
[2026-04-06 08:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:36:02] Production.INFO: neon service started
[2026-04-06 08:36:02] Production.INFO: neon service started
[2026-04-06 08:36:02] Production.INFO: ==28838== Releasing lock...
[2026-04-06 08:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:36:02] Production.INFO: ==28840== Lock acquired, processing the job...
[2026-04-06 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:36:02] Production.INFO: ==28840== Releasing lock...
[2026-04-06 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:36:02] Production.INFO: ==28842== Lock acquired, processing the job...
[2026-04-06 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:36:02] Production.INFO: ==28842== Releasing lock...
[2026-04-06 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:36:03] Production.INFO: ==28844== Lock acquired, processing the job...
[2026-04-06 03:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:36:03] Production.INFO: ==28846== Lock acquired, processing the job...
[2026-04-06 03:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:36:03] Production.INFO: ==28853== Lock acquired, processing the job...
[2026-04-06 03:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:36:03] Production.INFO: ==28848== Lock acquired, processing the job...
[2026-04-06 03:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:36:03] Production.INFO: ==28851== Lock acquired, processing the job...
[2026-04-06 03:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:36:03] Production.INFO: Account Balance Start.
[2026-04-06 03:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:36:03] Production.INFO: 117
[2026-04-06 03:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:36:03] Production.INFO: ==28853== Releasing lock...
[2026-04-06 03:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: ==28846== Releasing lock...
[2026-04-06 03:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:36:04] Production.INFO: Total Charge 0
[2026-04-06 03:36:04] Production.INFO: CreateAllLog End
[2026-04-06 03:36:04] Production.INFO: Account Balance End.
[2026-04-06 03:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:36:05] Production.INFO: ==28851== Releasing lock...
[2026-04-06 03:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:36:11] Production.ERROR: CronJobId end10
[2026-04-06 03:36:11] Production.INFO: ==28848== Releasing lock...
[2026-04-06 03:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:36:14] Production.INFO: call_cost start
[2026-04-06 03:36:14] Production.INFO: call_cost end
[2026-04-06 03:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:36:14] Production.INFO: ==28844== Releasing lock...
[2026-04-06 03:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:37:01] Production.INFO: ==28938== Lock acquired, processing the job...
[2026-04-06 08:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:37:01] Production.INFO: neon service started
[2026-04-06 08:37:01] Production.INFO: neon service started
[2026-04-06 08:37:01] Production.INFO: ==28938== Releasing lock...
[2026-04-06 08:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:37:01] Production.INFO: ==28941== Lock acquired, processing the job...
[2026-04-06 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:37:02] Production.INFO: ==28943== Lock acquired, processing the job...
[2026-04-06 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:37:02] Production.INFO: ==28943== Releasing lock...
[2026-04-06 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:37:02] Production.INFO: ==28941== Releasing lock...
[2026-04-06 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:37:02] Production.INFO: ==28947== Lock acquired, processing the job...
[2026-04-06 03:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:37:03] Production.INFO: ==28953== Lock acquired, processing the job...
[2026-04-06 03:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:37:03] Production.INFO: ==28951== Lock acquired, processing the job...
[2026-04-06 03:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:37:03] Production.INFO: ==28949== Lock acquired, processing the job...
[2026-04-06 03:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:37:03] Production.INFO: Account Balance Start.
[2026-04-06 03:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:37:03] Production.INFO: 117
[2026-04-06 03:37:03] Production.INFO: ==28956== Lock acquired, processing the job...
[2026-04-06 03:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:37:03] Production.INFO: ==28956== Releasing lock...
[2026-04-06 03:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: ==28949== Releasing lock...
[2026-04-06 03:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:37:04] Production.INFO: Total Charge 0
[2026-04-06 03:37:04] Production.INFO: CreateAllLog End
[2026-04-06 03:37:04] Production.INFO: Account Balance End.
[2026-04-06 03:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:37:04] Production.INFO: ==28953== Releasing lock...
[2026-04-06 03:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:37:11] Production.ERROR: CronJobId end10
[2026-04-06 03:37:11] Production.INFO: ==28951== Releasing lock...
[2026-04-06 03:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:37:13] Production.INFO: call_cost start
[2026-04-06 03:37:13] Production.INFO: call_cost end
[2026-04-06 03:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:37:14] Production.INFO: ==28947== Releasing lock...
[2026-04-06 03:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:38:01] Production.INFO: ==29055== Lock acquired, processing the job...
[2026-04-06 08:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:38:01] Production.INFO: neon service started
[2026-04-06 08:38:01] Production.INFO: neon service started
[2026-04-06 08:38:01] Production.INFO: ==29055== Releasing lock...
[2026-04-06 08:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:38:02] Production.INFO: ==29058== Lock acquired, processing the job...
[2026-04-06 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:38:02] Production.INFO: ==29058== Releasing lock...
[2026-04-06 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:38:02] Production.INFO: ==29060== Lock acquired, processing the job...
[2026-04-06 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:38:02] Production.INFO: ==29060== Releasing lock...
[2026-04-06 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:38:02] Production.INFO: ==29063== Lock acquired, processing the job...
[2026-04-06 03:38:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:38:03] Production.INFO: ==29065== Lock acquired, processing the job...
[2026-04-06 03:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:38:03] Production.INFO: ==29072== Lock acquired, processing the job...
[2026-04-06 03:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:38:03] Production.INFO: ==29068== Lock acquired, processing the job...
[2026-04-06 03:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:38:03] Production.INFO: ==29070== Lock acquired, processing the job...
[2026-04-06 03:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:38:03] Production.INFO: ==29072== Releasing lock...
[2026-04-06 03:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:38:03] Production.INFO: Account Balance Start.
[2026-04-06 03:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:38:03] Production.INFO: 117
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: ==29065== Releasing lock...
[2026-04-06 03:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:38:04] Production.INFO: Total Charge 0
[2026-04-06 03:38:04] Production.INFO: CreateAllLog End
[2026-04-06 03:38:04] Production.INFO: Account Balance End.
[2026-04-06 03:38:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:38:04] Production.INFO: ==29070== Releasing lock...
[2026-04-06 03:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:38:12] Production.ERROR: CronJobId end10
[2026-04-06 03:38:12] Production.INFO: ==29068== Releasing lock...
[2026-04-06 03:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:38:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:38:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:38:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:38:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:38:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:38:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:38:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:38:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:38:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:38:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:38:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:38:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:38:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:38:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:38:15] Production.INFO: call_cost start
[2026-04-06 03:38:15] Production.INFO: call_cost end
[2026-04-06 03:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:38:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:38:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:38:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:38:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:38:15] Production.INFO: ==29063== Releasing lock...
[2026-04-06 03:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:39:02] Production.INFO: ==29170== Lock acquired, processing the job...
[2026-04-06 08:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:39:02] Production.INFO: neon service started
[2026-04-06 08:39:02] Production.INFO: neon service started
[2026-04-06 08:39:02] Production.INFO: ==29170== Releasing lock...
[2026-04-06 08:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:39:02] Production.INFO: ==29172== Lock acquired, processing the job...
[2026-04-06 03:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:39:02] Production.INFO: ==29172== Releasing lock...
[2026-04-06 03:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:39:02] Production.INFO: ==29174== Lock acquired, processing the job...
[2026-04-06 07:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:39:03] Production.INFO: ==29174== Releasing lock...
[2026-04-06 07:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:39:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:39:03] Production.INFO: ==29176== Lock acquired, processing the job...
[2026-04-06 03:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:39:03] Production.INFO: ==29178== Lock acquired, processing the job...
[2026-04-06 03:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:39:03] Production.INFO: ==29184== Lock acquired, processing the job...
[2026-04-06 03:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:39:03] Production.INFO: ==29180== Lock acquired, processing the job...
[2026-04-06 03:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:39:03] Production.INFO: ==29182== Lock acquired, processing the job...
[2026-04-06 03:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:39:03] Production.INFO: ==29184== Releasing lock...
[2026-04-06 03:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:39:03] Production.INFO: Account Balance Start.
[2026-04-06 03:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:39:03] Production.INFO: 117
[2026-04-06 03:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: ==29178== Releasing lock...
[2026-04-06 03:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-24
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-25
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-26
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-27
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-28
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-29
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-30
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:06] Production.INFO: Date 2026-04-02
[2026-04-06 03:39:06] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:06] Production.INFO: Date 2026-04-03
[2026-04-06 03:39:06] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:06] Production.INFO: Date 2026-04-04
[2026-04-06 03:39:06] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:06] Production.INFO: Date 2026-04-05
[2026-04-06 03:39:06] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:06] Production.INFO: Date 2026-04-06
[2026-04-06 03:39:06] Production.INFO: Reseller ==> 0
[2026-04-06 03:39:06] Production.INFO: Total Charge 0
[2026-04-06 03:39:06] Production.INFO: CreateAllLog End
[2026-04-06 03:39:06] Production.INFO: Account Balance End.
[2026-04-06 03:39:06] Production.ERROR: CronJobId end 12
[2026-04-06 03:39:06] Production.INFO: ==29182== Releasing lock...
[2026-04-06 03:39:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:39:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:39:12] Production.ERROR: CronJobId end10
[2026-04-06 03:39:12] Production.INFO: ==29180== Releasing lock...
[2026-04-06 03:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:39:15] Production.INFO: call_cost start
[2026-04-06 03:39:15] Production.INFO: call_cost end
[2026-04-06 03:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:39:15] Production.INFO: ==29176== Releasing lock...
[2026-04-06 03:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:40:01] Production.INFO: ==29283== Lock acquired, processing the job...
[2026-04-06 08:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:40:01] Production.INFO: neon service started
[2026-04-06 08:40:01] Production.INFO: neon service started
[2026-04-06 08:40:01] Production.INFO: ==29283== Releasing lock...
[2026-04-06 08:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:40:01] Production.INFO: ==29285== Lock acquired, processing the job...
[2026-04-06 03:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:40:02] Production.INFO: ==29285== Releasing lock...
[2026-04-06 03:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:40:02] Production.INFO: ==29287== Lock acquired, processing the job...
[2026-04-06 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:40:02] Production.INFO: ==29287== Releasing lock...
[2026-04-06 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:40:02] Production.INFO: ==29290== Lock acquired, processing the job...
[2026-04-06 03:40:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:40:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:40:02] Production.INFO: ==29292== Lock acquired, processing the job...
[2026-04-06 03:40:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:40:03] Production.INFO: ==29294== Lock acquired, processing the job...
[2026-04-06 03:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:40:03] Production.INFO: ==29296== Lock acquired, processing the job...
[2026-04-06 03:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:40:03] Production.INFO: ==29300== Lock acquired, processing the job...
[2026-04-06 03:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:40:03] Production.INFO: Account Balance Start.
[2026-04-06 03:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:40:03] Production.INFO: 117
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:40:03] Production.INFO: ==29300== Releasing lock...
[2026-04-06 03:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: ==29292== Releasing lock...
[2026-04-06 03:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:40:04] Production.INFO: Total Charge 0
[2026-04-06 03:40:04] Production.INFO: CreateAllLog End
[2026-04-06 03:40:04] Production.INFO: Account Balance End.
[2026-04-06 03:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:40:04] Production.INFO: ==29296== Releasing lock...
[2026-04-06 03:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:40:11] Production.ERROR: CronJobId end10
[2026-04-06 03:40:11] Production.INFO: ==29294== Releasing lock...
[2026-04-06 03:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:40:13] Production.INFO: call_cost start
[2026-04-06 03:40:13] Production.INFO: call_cost end
[2026-04-06 03:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:40:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:40:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:40:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:40:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:40:13] Production.INFO: ==29290== Releasing lock...
[2026-04-06 03:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:41:01] Production.INFO: ==29398== Lock acquired, processing the job...
[2026-04-06 08:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:41:02] Production.INFO: neon service started
[2026-04-06 08:41:02] Production.INFO: neon service started
[2026-04-06 08:41:02] Production.INFO: ==29398== Releasing lock...
[2026-04-06 08:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:41:02] Production.INFO: ==29402== Lock acquired, processing the job...
[2026-04-06 03:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:41:02] Production.INFO: ==29402== Releasing lock...
[2026-04-06 03:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:41:02] Production.INFO: ==29404== Lock acquired, processing the job...
[2026-04-06 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:41:02] Production.INFO: ==29404== Releasing lock...
[2026-04-06 07:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:41:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:41:03] Production.INFO: ==29406== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 03:41:03] Production.INFO: ==29412== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 03:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 03:41:03] Production.ERROR: CronJob PID - 29412
[2026-04-06 03:41:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 03:41:03] Production.ERROR: CronJob ID - 10
[2026-04-06 03:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 03:41:00
[2026-04-06 03:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 03:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 03:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 03:41:03] Production.INFO: ==29406== Releasing lock...
[2026-04-06 03:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 03:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:41:03] Production.INFO: ==29408== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:41:03] Production.INFO: ==29410== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:41:03] Production.INFO: ==29417== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 03:41:03] Production.INFO: ==29415== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:41:03] Production.INFO: ==29419== Lock acquired, processing the job...
[2026-04-06 03:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:41:03] Production.INFO: Account Balance Start.
[2026-04-06 03:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:41:03] Production.INFO: 117
[2026-04-06 03:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: ==29419== Releasing lock...
[2026-04-06 03:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: ==29410== Releasing lock...
[2026-04-06 03:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:41:04] Production.ERROR: done
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 03:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045489', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:41:05] Production.INFO: Total Charge 0
[2026-04-06 03:41:05] Production.INFO: CreateAllLog End
[2026-04-06 03:41:05] Production.INFO: Account Balance End.
[2026-04-06 03:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:41:05] Production.INFO: ==29415== Releasing lock...
[2026-04-06 03:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045489', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 03:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 03:41:10] Production.INFO: ProcessCDR(1,17045489,1,1,2)
[2026-04-06 03:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045489,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:41:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045489,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:41:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 03:41:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 03:41:11] Production.INFO: ==29417== Releasing lock...
[2026-04-06 03:41:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 03:41:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 03:41:15] Production.ERROR: CronJobId end10
[2026-04-06 03:41:15] Production.INFO: ==29412== Releasing lock...
[2026-04-06 03:41:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:41:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:41:17] Production.INFO: call_cost start
[2026-04-06 03:41:17] Production.INFO: call_cost end
[2026-04-06 03:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:41:17] Production.INFO: ==29408== Releasing lock...
[2026-04-06 03:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:42:01] Production.INFO: ==29525== Lock acquired, processing the job...
[2026-04-06 08:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:42:01] Production.INFO: neon service started
[2026-04-06 08:42:01] Production.INFO: neon service started
[2026-04-06 08:42:01] Production.INFO: ==29525== Releasing lock...
[2026-04-06 08:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:42:02] Production.INFO: ==29527== Lock acquired, processing the job...
[2026-04-06 03:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:42:02] Production.INFO: ==29529== Lock acquired, processing the job...
[2026-04-06 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:42:02] Production.INFO: ==29529== Releasing lock...
[2026-04-06 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:42:02] Production.INFO: ==29527== Releasing lock...
[2026-04-06 03:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:42:03] Production.INFO: ==29532== Lock acquired, processing the job...
[2026-04-06 03:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:42:03] Production.INFO: ==29538== Lock acquired, processing the job...
[2026-04-06 03:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:42:03] Production.INFO: ==29534== Lock acquired, processing the job...
[2026-04-06 03:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:42:03] Production.INFO: ==29536== Lock acquired, processing the job...
[2026-04-06 03:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:42:03] Production.INFO: ==29540== Lock acquired, processing the job...
[2026-04-06 03:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:42:03] Production.INFO: Account Balance Start.
[2026-04-06 03:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:42:03] Production.INFO: 117
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: ==29540== Releasing lock...
[2026-04-06 03:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:03] Production.INFO: ==29534== Releasing lock...
[2026-04-06 03:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:42:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:42:04] Production.INFO: Total Charge 0
[2026-04-06 03:42:04] Production.INFO: CreateAllLog End
[2026-04-06 03:42:04] Production.INFO: Account Balance End.
[2026-04-06 03:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:42:04] Production.INFO: ==29538== Releasing lock...
[2026-04-06 03:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:42:13] Production.ERROR: CronJobId end10
[2026-04-06 03:42:13] Production.INFO: ==29536== Releasing lock...
[2026-04-06 03:42:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:42:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:42:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:42:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:42:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:42:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:42:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:42:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:42:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:42:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:42:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:42:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:42:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:42:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:42:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:42:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:42:16] Production.INFO: call_cost start
[2026-04-06 03:42:16] Production.INFO: call_cost end
[2026-04-06 03:42:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:42:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:42:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:42:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:42:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:42:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:42:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:42:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:42:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:42:16] Production.INFO: ==29532== Releasing lock...
[2026-04-06 03:42:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:42:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:43:01] Production.INFO: ==29635== Lock acquired, processing the job...
[2026-04-06 08:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:43:01] Production.INFO: neon service started
[2026-04-06 08:43:01] Production.INFO: neon service started
[2026-04-06 08:43:01] Production.INFO: ==29635== Releasing lock...
[2026-04-06 08:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:43:02] Production.INFO: ==29639== Lock acquired, processing the job...
[2026-04-06 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:43:02] Production.INFO: ==29639== Releasing lock...
[2026-04-06 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:43:02] Production.INFO: ==29637== Lock acquired, processing the job...
[2026-04-06 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:43:02] Production.INFO: ==29637== Releasing lock...
[2026-04-06 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:43:03] Production.INFO: ==29641== Lock acquired, processing the job...
[2026-04-06 03:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:43:03] Production.INFO: ==29643== Lock acquired, processing the job...
[2026-04-06 03:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:43:03] Production.INFO: ==29648== Lock acquired, processing the job...
[2026-04-06 03:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:43:03] Production.INFO: ==29645== Lock acquired, processing the job...
[2026-04-06 03:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:43:03] Production.INFO: Account Balance Start.
[2026-04-06 03:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:43:03] Production.INFO: 117
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: ==29650== Lock acquired, processing the job...
[2026-04-06 03:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: ==29643== Releasing lock...
[2026-04-06 03:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:43:03] Production.INFO: ==29650== Releasing lock...
[2026-04-06 03:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:43:04] Production.INFO: Total Charge 0
[2026-04-06 03:43:04] Production.INFO: CreateAllLog End
[2026-04-06 03:43:04] Production.INFO: Account Balance End.
[2026-04-06 03:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:43:04] Production.INFO: ==29648== Releasing lock...
[2026-04-06 03:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:43:11] Production.ERROR: CronJobId end10
[2026-04-06 03:43:11] Production.INFO: ==29645== Releasing lock...
[2026-04-06 03:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:43:13] Production.INFO: call_cost start
[2026-04-06 03:43:13] Production.INFO: call_cost end
[2026-04-06 03:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:43:13] Production.INFO: ==29641== Releasing lock...
[2026-04-06 03:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:44:02] Production.INFO: ==29703== Lock acquired, processing the job...
[2026-04-06 08:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:44:02] Production.INFO: neon service started
[2026-04-06 08:44:02] Production.INFO: neon service started
[2026-04-06 08:44:02] Production.INFO: ==29703== Releasing lock...
[2026-04-06 08:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:44:02] Production.INFO: ==29707== Lock acquired, processing the job...
[2026-04-06 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:44:02] Production.INFO: ==29707== Releasing lock...
[2026-04-06 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:44:02] Production.INFO: ==29705== Lock acquired, processing the job...
[2026-04-06 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:44:02] Production.INFO: ==29705== Releasing lock...
[2026-04-06 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:44:03] Production.INFO: ==29709== Lock acquired, processing the job...
[2026-04-06 03:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:44:03] Production.INFO: ==29711== Lock acquired, processing the job...
[2026-04-06 03:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:44:03] Production.INFO: ==29713== Lock acquired, processing the job...
[2026-04-06 03:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:44:03] Production.INFO: ==29715== Lock acquired, processing the job...
[2026-04-06 03:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:44:03] Production.INFO: ==29717== Lock acquired, processing the job...
[2026-04-06 03:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:44:04] Production.INFO: Account Balance Start.
[2026-04-06 03:44:04] Production.INFO: CreateAllLog Start
[2026-04-06 03:44:04] Production.INFO: 117
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-08
[2026-04-06 03:44:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:44:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:44:04] Production.INFO: ==29717== Releasing lock...
[2026-04-06 03:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: ==29711== Releasing lock...
[2026-04-06 03:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:44:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:44:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:44:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:44:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:44:05] Production.INFO: Total Charge 0
[2026-04-06 03:44:05] Production.INFO: CreateAllLog End
[2026-04-06 03:44:05] Production.INFO: Account Balance End.
[2026-04-06 03:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:44:05] Production.INFO: ==29715== Releasing lock...
[2026-04-06 03:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:44:11] Production.ERROR: CronJobId end10
[2026-04-06 03:44:11] Production.INFO: ==29713== Releasing lock...
[2026-04-06 03:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:44:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:44:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:44:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:44:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:44:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:44:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:44:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:44:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:44:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:44:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:44:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:44:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:44:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:44:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:44:15] Production.INFO: call_cost start
[2026-04-06 03:44:15] Production.INFO: call_cost end
[2026-04-06 03:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:44:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:44:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:44:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:44:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:44:15] Production.INFO: ==29709== Releasing lock...
[2026-04-06 03:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:45:01] Production.INFO: ==29779== Lock acquired, processing the job...
[2026-04-06 08:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:45:01] Production.INFO: neon service started
[2026-04-06 08:45:01] Production.INFO: neon service started
[2026-04-06 08:45:01] Production.INFO: ==29779== Releasing lock...
[2026-04-06 08:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:45:01] Production.INFO: ==29789== Lock acquired, processing the job...
[2026-04-06 03:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:45:02] Production.INFO: ==29789== Releasing lock...
[2026-04-06 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:45:02] Production.INFO: ==29792== Lock acquired, processing the job...
[2026-04-06 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:45:02] Production.INFO: ==29804== Lock acquired, processing the job...
[2026-04-06 03:45:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:45:02] Production.INFO: ==29792== Releasing lock...
[2026-04-06 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:45:03] Production.INFO: ==29802== Lock acquired, processing the job...
[2026-04-06 03:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:45:03] Production.INFO: ==29806== Lock acquired, processing the job...
[2026-04-06 03:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:45:03] Production.INFO: ==29808== Lock acquired, processing the job...
[2026-04-06 03:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:45:03] Production.INFO: ==29810== Lock acquired, processing the job...
[2026-04-06 03:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:45:03] Production.INFO: Account Balance Start.
[2026-04-06 03:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:45:03] Production.INFO: 117
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:45:03] Production.INFO: ==29810== Releasing lock...
[2026-04-06 03:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: ==29804== Releasing lock...
[2026-04-06 03:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:45:04] Production.INFO: Total Charge 0
[2026-04-06 03:45:04] Production.INFO: CreateAllLog End
[2026-04-06 03:45:04] Production.INFO: Account Balance End.
[2026-04-06 03:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:45:04] Production.INFO: ==29808== Releasing lock...
[2026-04-06 03:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:45:13] Production.ERROR: CronJobId end10
[2026-04-06 03:45:13] Production.INFO: ==29806== Releasing lock...
[2026-04-06 03:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:45:15] Production.INFO: call_cost start
[2026-04-06 03:45:15] Production.INFO: call_cost end
[2026-04-06 03:45:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:45:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:45:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:45:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:45:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:45:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:45:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:45:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:45:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:45:15] Production.INFO: ==29802== Releasing lock...
[2026-04-06 03:45:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:45:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:46:01] Production.INFO: ==29888== Lock acquired, processing the job...
[2026-04-06 08:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:46:01] Production.INFO: neon service started
[2026-04-06 08:46:02] Production.INFO: neon service started
[2026-04-06 08:46:02] Production.INFO: ==29888== Releasing lock...
[2026-04-06 08:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:46:02] Production.INFO: ==29890== Lock acquired, processing the job...
[2026-04-06 03:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:46:02] Production.INFO: ==29890== Releasing lock...
[2026-04-06 03:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:46:02] Production.INFO: ==29892== Lock acquired, processing the job...
[2026-04-06 07:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:46:02] Production.INFO: ==29892== Releasing lock...
[2026-04-06 07:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:46:03] Production.INFO: ==29894== Lock acquired, processing the job...
[2026-04-06 03:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:46:03] Production.INFO: ==29898== Lock acquired, processing the job...
[2026-04-06 03:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:46:03] Production.INFO: ==29896== Lock acquired, processing the job...
[2026-04-06 03:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:46:03] Production.INFO: ==29900== Lock acquired, processing the job...
[2026-04-06 03:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:46:03] Production.INFO: ==29902== Lock acquired, processing the job...
[2026-04-06 03:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:46:03] Production.INFO: Account Balance Start.
[2026-04-06 03:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:46:03] Production.INFO: 117
[2026-04-06 03:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:03] Production.INFO: ==29902== Releasing lock...
[2026-04-06 03:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: ==29896== Releasing lock...
[2026-04-06 03:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:46:04] Production.INFO: Total Charge 0
[2026-04-06 03:46:04] Production.INFO: CreateAllLog End
[2026-04-06 03:46:04] Production.INFO: Account Balance End.
[2026-04-06 03:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:46:04] Production.INFO: ==29900== Releasing lock...
[2026-04-06 03:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:46:10] Production.ERROR: CronJobId end10
[2026-04-06 03:46:10] Production.INFO: ==29898== Releasing lock...
[2026-04-06 03:46:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:46:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:46:14] Production.INFO: call_cost start
[2026-04-06 03:46:14] Production.INFO: call_cost end
[2026-04-06 03:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:46:14] Production.INFO: ==29894== Releasing lock...
[2026-04-06 03:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:47:01] Production.INFO: ==29960== Lock acquired, processing the job...
[2026-04-06 08:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:47:01] Production.INFO: neon service started
[2026-04-06 08:47:01] Production.INFO: neon service started
[2026-04-06 08:47:01] Production.INFO: ==29960== Releasing lock...
[2026-04-06 08:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:47:01] Production.INFO: ==29962== Lock acquired, processing the job...
[2026-04-06 03:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:47:01] Production.INFO: ==29962== Releasing lock...
[2026-04-06 03:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:47:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:47:02] Production.INFO: ==29964== Lock acquired, processing the job...
[2026-04-06 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:47:02] Production.INFO: ==29964== Releasing lock...
[2026-04-06 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:47:02] Production.INFO: ==29966== Lock acquired, processing the job...
[2026-04-06 03:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:47:02] Production.INFO: ==29972== Lock acquired, processing the job...
[2026-04-06 03:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:47:02] Production.INFO: ==29968== Lock acquired, processing the job...
[2026-04-06 03:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:47:02] Production.INFO: ==29970== Lock acquired, processing the job...
[2026-04-06 03:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:47:02] Production.INFO: Account Balance Start.
[2026-04-06 03:47:02] Production.INFO: CreateAllLog Start
[2026-04-06 03:47:02] Production.INFO: 117
[2026-04-06 03:47:02] Production.INFO: Date 2026-03-08
[2026-04-06 03:47:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:47:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:47:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:47:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:02] Production.INFO: Date 2026-03-09
[2026-04-06 03:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:02] Production.INFO: Date 2026-03-10
[2026-04-06 03:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: ==29974== Lock acquired, processing the job...
[2026-04-06 03:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: ==29974== Releasing lock...
[2026-04-06 03:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: ==29968== Releasing lock...
[2026-04-06 03:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-03-31
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:03] Production.INFO: Date 2026-04-01
[2026-04-06 03:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:47:04] Production.INFO: Total Charge 0
[2026-04-06 03:47:04] Production.INFO: CreateAllLog End
[2026-04-06 03:47:04] Production.INFO: Account Balance End.
[2026-04-06 03:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:47:04] Production.INFO: ==29972== Releasing lock...
[2026-04-06 03:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:47:11] Production.ERROR: CronJobId end10
[2026-04-06 03:47:11] Production.INFO: ==29970== Releasing lock...
[2026-04-06 03:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:47:14] Production.INFO: call_cost start
[2026-04-06 03:47:14] Production.INFO: call_cost end
[2026-04-06 03:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:47:14] Production.INFO: ==29966== Releasing lock...
[2026-04-06 03:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:48:01] Production.INFO: ==30034== Lock acquired, processing the job...
[2026-04-06 08:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:48:01] Production.INFO: neon service started
[2026-04-06 08:48:01] Production.INFO: neon service started
[2026-04-06 08:48:01] Production.INFO: ==30034== Releasing lock...
[2026-04-06 08:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:48:02] Production.INFO: ==30036== Lock acquired, processing the job...
[2026-04-06 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:48:02] Production.INFO: ==30036== Releasing lock...
[2026-04-06 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:48:02] Production.INFO: ==30038== Lock acquired, processing the job...
[2026-04-06 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:48:02] Production.INFO: ==30038== Releasing lock...
[2026-04-06 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:48:03] Production.INFO: ==30047== Lock acquired, processing the job...
[2026-04-06 03:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:48:03] Production.INFO: Account Balance Start.
[2026-04-06 03:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:48:03] Production.INFO: 117
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: ==30041== Lock acquired, processing the job...
[2026-04-06 03:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: ==30045== Lock acquired, processing the job...
[2026-04-06 03:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: ==30043== Lock acquired, processing the job...
[2026-04-06 03:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: ==30049== Lock acquired, processing the job...
[2026-04-06 03:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:48:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:03] Production.INFO: ==30049== Releasing lock...
[2026-04-06 03:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:48:04] Production.INFO: ==30043== Releasing lock...
[2026-04-06 03:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:48:04] Production.INFO: Total Charge 0
[2026-04-06 03:48:04] Production.INFO: CreateAllLog End
[2026-04-06 03:48:04] Production.INFO: Account Balance End.
[2026-04-06 03:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:48:04] Production.INFO: ==30047== Releasing lock...
[2026-04-06 03:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:48:12] Production.ERROR: CronJobId end10
[2026-04-06 03:48:12] Production.INFO: ==30045== Releasing lock...
[2026-04-06 03:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:48:14] Production.INFO: call_cost start
[2026-04-06 03:48:14] Production.INFO: call_cost end
[2026-04-06 03:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:48:14] Production.INFO: ==30041== Releasing lock...
[2026-04-06 03:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:49:02] Production.INFO: ==30110== Lock acquired, processing the job...
[2026-04-06 08:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:49:02] Production.INFO: neon service started
[2026-04-06 08:49:02] Production.INFO: neon service started
[2026-04-06 08:49:02] Production.INFO: ==30110== Releasing lock...
[2026-04-06 08:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:49:02] Production.INFO: ==30112== Lock acquired, processing the job...
[2026-04-06 03:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:49:02] Production.INFO: ==30112== Releasing lock...
[2026-04-06 03:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:49:02] Production.INFO: ==30114== Lock acquired, processing the job...
[2026-04-06 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:49:03] Production.INFO: ==30114== Releasing lock...
[2026-04-06 07:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:49:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:49:03] Production.INFO: ==30117== Lock acquired, processing the job...
[2026-04-06 03:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:49:03] Production.INFO: ==30119== Lock acquired, processing the job...
[2026-04-06 03:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:49:03] Production.INFO: ==30125== Lock acquired, processing the job...
[2026-04-06 03:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:49:03] Production.INFO: ==30121== Lock acquired, processing the job...
[2026-04-06 03:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:49:03] Production.INFO: ==30123== Lock acquired, processing the job...
[2026-04-06 03:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:49:03] Production.INFO: ==30125== Releasing lock...
[2026-04-06 03:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:49:03] Production.INFO: Account Balance Start.
[2026-04-06 03:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:49:03] Production.INFO: 117
[2026-04-06 03:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: ==30119== Releasing lock...
[2026-04-06 03:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-03-28
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-03-29
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-03-30
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:49:05] Production.INFO: Total Charge 0
[2026-04-06 03:49:05] Production.INFO: CreateAllLog End
[2026-04-06 03:49:05] Production.INFO: Account Balance End.
[2026-04-06 03:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:49:05] Production.INFO: ==30123== Releasing lock...
[2026-04-06 03:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:49:10] Production.ERROR: CronJobId end10
[2026-04-06 03:49:10] Production.INFO: ==30121== Releasing lock...
[2026-04-06 03:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:49:14] Production.INFO: call_cost start
[2026-04-06 03:49:14] Production.INFO: call_cost end
[2026-04-06 03:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:49:14] Production.INFO: ==30117== Releasing lock...
[2026-04-06 03:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:50:01] Production.INFO: ==30180== Lock acquired, processing the job...
[2026-04-06 08:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:50:01] Production.INFO: neon service started
[2026-04-06 08:50:01] Production.INFO: neon service started
[2026-04-06 08:50:01] Production.INFO: ==30180== Releasing lock...
[2026-04-06 08:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:50:01] Production.INFO: ==30184== Lock acquired, processing the job...
[2026-04-06 07:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:50:01] Production.INFO: ==30184== Releasing lock...
[2026-04-06 07:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:50:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:50:02] Production.INFO: ==30182== Lock acquired, processing the job...
[2026-04-06 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:50:02] Production.INFO: ==30182== Releasing lock...
[2026-04-06 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:50:03] Production.INFO: ==30187== Lock acquired, processing the job...
[2026-04-06 03:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:50:03] Production.INFO: ==30189== Lock acquired, processing the job...
[2026-04-06 03:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:50:03] Production.INFO: ==30195== Lock acquired, processing the job...
[2026-04-06 03:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:50:03] Production.INFO: ==30191== Lock acquired, processing the job...
[2026-04-06 03:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:50:03] Production.INFO: ==30193== Lock acquired, processing the job...
[2026-04-06 03:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:50:03] Production.INFO: ==30195== Releasing lock...
[2026-04-06 03:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:50:03] Production.INFO: Account Balance Start.
[2026-04-06 03:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:50:03] Production.INFO: 117
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: ==30189== Releasing lock...
[2026-04-06 03:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:50:04] Production.INFO: Total Charge 0
[2026-04-06 03:50:04] Production.INFO: CreateAllLog End
[2026-04-06 03:50:04] Production.INFO: Account Balance End.
[2026-04-06 03:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:50:04] Production.INFO: ==30193== Releasing lock...
[2026-04-06 03:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:50:12] Production.ERROR: CronJobId end10
[2026-04-06 03:50:12] Production.INFO: ==30191== Releasing lock...
[2026-04-06 03:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:50:14] Production.INFO: call_cost start
[2026-04-06 03:50:14] Production.INFO: call_cost end
[2026-04-06 03:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:50:14] Production.INFO: ==30187== Releasing lock...
[2026-04-06 03:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:51:01] Production.INFO: ==30257== Lock acquired, processing the job...
[2026-04-06 08:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:51:01] Production.INFO: neon service started
[2026-04-06 08:51:01] Production.INFO: neon service started
[2026-04-06 08:51:01] Production.INFO: ==30257== Releasing lock...
[2026-04-06 08:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:51:02] Production.INFO: ==30261== Lock acquired, processing the job...
[2026-04-06 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:51:02] Production.INFO: ==30259== Lock acquired, processing the job...
[2026-04-06 03:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:51:02] Production.INFO: ==30261== Releasing lock...
[2026-04-06 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:51:02] Production.INFO: ==30259== Releasing lock...
[2026-04-06 03:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:51:03] Production.INFO: ==30264== Lock acquired, processing the job...
[2026-04-06 03:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 03:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 03:51:03] Production.INFO: ==30266== Lock acquired, processing the job...
[2026-04-06 03:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 03:51:03] Production.INFO: ==30264== Releasing lock...
[2026-04-06 03:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 03:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 03:51:03] Production.INFO: ==30268== Lock acquired, processing the job...
[2026-04-06 03:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:51:04] Production.INFO: ==30272== Lock acquired, processing the job...
[2026-04-06 03:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:51:04] Production.INFO: ==30270== Lock acquired, processing the job...
[2026-04-06 03:51:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:51:04] Production.INFO: ==30276== Lock acquired, processing the job...
[2026-04-06 03:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:51:04] Production.INFO: ==30274== Lock acquired, processing the job...
[2026-04-06 03:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 03:51:04] Production.INFO: Account Balance Start.
[2026-04-06 03:51:04] Production.INFO: CreateAllLog Start
[2026-04-06 03:51:04] Production.INFO: 117
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 03:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: ==30276== Releasing lock...
[2026-04-06 03:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.ERROR: done
[2026-04-06 03:51:05] Production.INFO: ==30268== Releasing lock...
[2026-04-06 03:51:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:51:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:51:05] Production.INFO: Date 2026-03-30
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 03:51:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045530', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 03:51:05] Production.INFO: Date 2026-03-31
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Date 2026-04-01
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:51:05] Production.INFO: Total Charge 0
[2026-04-06 03:51:05] Production.INFO: CreateAllLog End
[2026-04-06 03:51:05] Production.INFO: Account Balance End.
[2026-04-06 03:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:51:05] Production.INFO: ==30272== Releasing lock...
[2026-04-06 03:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:51:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045530', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 03:51:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 03:51:11] Production.INFO: ProcessCDR(1,17045530,1,1,2)
[2026-04-06 03:51:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045530,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:51:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045530,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 03:51:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 03:51:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 03:51:11] Production.INFO: ==30274== Releasing lock...
[2026-04-06 03:51:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 03:51:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 03:51:14] Production.ERROR: CronJobId end10
[2026-04-06 03:51:14] Production.INFO: ==30270== Releasing lock...
[2026-04-06 03:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:51:17] Production.INFO: call_cost start
[2026-04-06 03:51:17] Production.INFO: call_cost end
[2026-04-06 03:51:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:51:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:51:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:51:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:51:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:51:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:51:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:51:17] Production.INFO: ==30266== Releasing lock...
[2026-04-06 03:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:52:01] Production.INFO: ==30332== Lock acquired, processing the job...
[2026-04-06 08:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:52:01] Production.INFO: neon service started
[2026-04-06 08:52:01] Production.INFO: neon service started
[2026-04-06 08:52:01] Production.INFO: ==30332== Releasing lock...
[2026-04-06 08:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:52:01] Production.INFO: ==30334== Lock acquired, processing the job...
[2026-04-06 03:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:52:01] Production.INFO: ==30334== Releasing lock...
[2026-04-06 03:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:52:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:52:02] Production.INFO: ==30336== Lock acquired, processing the job...
[2026-04-06 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:52:02] Production.INFO: ==30336== Releasing lock...
[2026-04-06 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:52:02] Production.INFO: ==30338== Lock acquired, processing the job...
[2026-04-06 03:52:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:52:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:52:02] Production.INFO: ==30342== Lock acquired, processing the job...
[2026-04-06 03:52:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:52:02] Production.INFO: ==30340== Lock acquired, processing the job...
[2026-04-06 03:52:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:52:02] Production.INFO: ==30344== Lock acquired, processing the job...
[2026-04-06 03:52:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:52:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:52:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:52:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:52:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:52:02] Production.INFO: ==30346== Lock acquired, processing the job...
[2026-04-06 03:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:52:03] Production.INFO: Account Balance Start.
[2026-04-06 03:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:52:03] Production.INFO: 117
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: ==30346== Releasing lock...
[2026-04-06 03:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: ==30340== Releasing lock...
[2026-04-06 03:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-28
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-29
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-30
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-03-31
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-04-01
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-04-02
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-04-03
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-04-04
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-04-05
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:03] Production.INFO: Date 2026-04-06
[2026-04-06 03:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:52:04] Production.INFO: Total Charge 0
[2026-04-06 03:52:04] Production.INFO: CreateAllLog End
[2026-04-06 03:52:04] Production.INFO: Account Balance End.
[2026-04-06 03:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:52:04] Production.INFO: ==30344== Releasing lock...
[2026-04-06 03:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:52:11] Production.ERROR: CronJobId end10
[2026-04-06 03:52:11] Production.INFO: ==30342== Releasing lock...
[2026-04-06 03:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:52:14] Production.INFO: call_cost start
[2026-04-06 03:52:14] Production.INFO: call_cost end
[2026-04-06 03:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:52:14] Production.INFO: ==30338== Releasing lock...
[2026-04-06 03:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:53:01] Production.INFO: ==30407== Lock acquired, processing the job...
[2026-04-06 08:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:53:01] Production.INFO: neon service started
[2026-04-06 08:53:01] Production.INFO: neon service started
[2026-04-06 08:53:01] Production.INFO: ==30407== Releasing lock...
[2026-04-06 08:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:53:02] Production.INFO: ==30409== Lock acquired, processing the job...
[2026-04-06 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:53:02] Production.INFO: ==30411== Lock acquired, processing the job...
[2026-04-06 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:53:02] Production.INFO: ==30409== Releasing lock...
[2026-04-06 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:53:02] Production.INFO: ==30411== Releasing lock...
[2026-04-06 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:53:03] Production.INFO: ==30418== Lock acquired, processing the job...
[2026-04-06 03:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:53:03] Production.INFO: ==30414== Lock acquired, processing the job...
[2026-04-06 03:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:53:03] Production.INFO: ==30416== Lock acquired, processing the job...
[2026-04-06 03:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:53:03] Production.INFO: ==30420== Lock acquired, processing the job...
[2026-04-06 03:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:53:03] Production.INFO: ==30422== Lock acquired, processing the job...
[2026-04-06 03:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:53:03] Production.INFO: Account Balance Start.
[2026-04-06 03:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:53:03] Production.INFO: 117
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:53:03] Production.INFO: ==30422== Releasing lock...
[2026-04-06 03:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: ==30416== Releasing lock...
[2026-04-06 03:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:53:04] Production.INFO: Total Charge 0
[2026-04-06 03:53:04] Production.INFO: CreateAllLog End
[2026-04-06 03:53:04] Production.INFO: Account Balance End.
[2026-04-06 03:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:53:04] Production.INFO: ==30420== Releasing lock...
[2026-04-06 03:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:53:10] Production.ERROR: CronJobId end10
[2026-04-06 03:53:10] Production.INFO: ==30418== Releasing lock...
[2026-04-06 03:53:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:53:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:53:13] Production.INFO: call_cost start
[2026-04-06 03:53:13] Production.INFO: call_cost end
[2026-04-06 03:53:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:53:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:53:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:53:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:53:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:53:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:53:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:53:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:53:13] Production.INFO: ==30414== Releasing lock...
[2026-04-06 03:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:54:02] Production.INFO: ==30484== Lock acquired, processing the job...
[2026-04-06 08:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:54:02] Production.INFO: neon service started
[2026-04-06 08:54:02] Production.INFO: neon service started
[2026-04-06 08:54:02] Production.INFO: ==30484== Releasing lock...
[2026-04-06 08:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:54:02] Production.INFO: ==30486== Lock acquired, processing the job...
[2026-04-06 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:54:02] Production.INFO: ==30486== Releasing lock...
[2026-04-06 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:54:02] Production.INFO: ==30488== Lock acquired, processing the job...
[2026-04-06 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:54:02] Production.INFO: ==30488== Releasing lock...
[2026-04-06 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:54:03] Production.INFO: ==30490== Lock acquired, processing the job...
[2026-04-06 03:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:54:03] Production.INFO: ==30492== Lock acquired, processing the job...
[2026-04-06 03:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:54:03] Production.INFO: ==30498== Lock acquired, processing the job...
[2026-04-06 03:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:54:03] Production.INFO: ==30496== Lock acquired, processing the job...
[2026-04-06 03:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:54:03] Production.INFO: ==30498== Releasing lock...
[2026-04-06 03:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:54:03] Production.INFO: ==30494== Lock acquired, processing the job...
[2026-04-06 03:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:54:03] Production.INFO: Account Balance Start.
[2026-04-06 03:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:54:03] Production.INFO: 117
[2026-04-06 03:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: ==30492== Releasing lock...
[2026-04-06 03:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:05] Production.INFO: Date 2026-04-02
[2026-04-06 03:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:54:05] Production.INFO: Total Charge 0
[2026-04-06 03:54:05] Production.INFO: CreateAllLog End
[2026-04-06 03:54:05] Production.INFO: Account Balance End.
[2026-04-06 03:54:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:54:05] Production.INFO: ==30496== Releasing lock...
[2026-04-06 03:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:54:12] Production.ERROR: CronJobId end10
[2026-04-06 03:54:12] Production.INFO: ==30494== Releasing lock...
[2026-04-06 03:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:54:15] Production.INFO: call_cost start
[2026-04-06 03:54:15] Production.INFO: call_cost end
[2026-04-06 03:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:54:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:54:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:54:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:54:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:54:15] Production.INFO: ==30490== Releasing lock...
[2026-04-06 03:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:55:01] Production.INFO: ==30555== Lock acquired, processing the job...
[2026-04-06 08:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:55:01] Production.INFO: neon service started
[2026-04-06 08:55:01] Production.INFO: neon service started
[2026-04-06 08:55:01] Production.INFO: ==30555== Releasing lock...
[2026-04-06 08:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:55:01] Production.INFO: ==30557== Lock acquired, processing the job...
[2026-04-06 03:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:55:02] Production.INFO: ==30557== Releasing lock...
[2026-04-06 03:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:55:02] Production.INFO: ==30559== Lock acquired, processing the job...
[2026-04-06 07:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:55:02] Production.INFO: ==30559== Releasing lock...
[2026-04-06 07:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:55:02] Production.INFO: ==30566== Lock acquired, processing the job...
[2026-04-06 03:55:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:55:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:55:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:55:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:55:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:55:03] Production.INFO: ==30561== Lock acquired, processing the job...
[2026-04-06 03:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:55:03] Production.INFO: ==30563== Lock acquired, processing the job...
[2026-04-06 03:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:55:03] Production.INFO: ==30568== Lock acquired, processing the job...
[2026-04-06 03:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:55:03] Production.INFO: ==30570== Lock acquired, processing the job...
[2026-04-06 03:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:55:03] Production.INFO: Account Balance Start.
[2026-04-06 03:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:55:03] Production.INFO: 117
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: ==30570== Releasing lock...
[2026-04-06 03:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: ==30563== Releasing lock...
[2026-04-06 03:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:55:04] Production.INFO: Total Charge 0
[2026-04-06 03:55:04] Production.INFO: CreateAllLog End
[2026-04-06 03:55:04] Production.INFO: Account Balance End.
[2026-04-06 03:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:55:04] Production.INFO: ==30568== Releasing lock...
[2026-04-06 03:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:55:10] Production.ERROR: CronJobId end10
[2026-04-06 03:55:10] Production.INFO: ==30566== Releasing lock...
[2026-04-06 03:55:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:55:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:55:13] Production.INFO: call_cost start
[2026-04-06 03:55:13] Production.INFO: call_cost end
[2026-04-06 03:55:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:55:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:55:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:55:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:55:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:55:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:55:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:55:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:55:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:55:13] Production.INFO: ==30561== Releasing lock...
[2026-04-06 03:55:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:55:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:56:02] Production.INFO: ==30629== Lock acquired, processing the job...
[2026-04-06 08:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:56:02] Production.INFO: neon service started
[2026-04-06 08:56:02] Production.INFO: neon service started
[2026-04-06 08:56:02] Production.INFO: ==30629== Releasing lock...
[2026-04-06 08:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:56:02] Production.INFO: ==30632== Lock acquired, processing the job...
[2026-04-06 03:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:56:02] Production.INFO: ==30632== Releasing lock...
[2026-04-06 03:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:56:03] Production.INFO: ==30634== Lock acquired, processing the job...
[2026-04-06 07:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:56:03] Production.INFO: ==30634== Releasing lock...
[2026-04-06 07:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:56:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:56:03] Production.INFO: ==30636== Lock acquired, processing the job...
[2026-04-06 03:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:56:03] Production.INFO: ==30638== Lock acquired, processing the job...
[2026-04-06 03:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:56:03] Production.INFO: ==30642== Lock acquired, processing the job...
[2026-04-06 03:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:56:03] Production.INFO: ==30640== Lock acquired, processing the job...
[2026-04-06 03:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:56:03] Production.INFO: Account Balance Start.
[2026-04-06 03:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:56:03] Production.INFO: 117
[2026-04-06 03:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:56:03] Production.INFO: ==30644== Lock acquired, processing the job...
[2026-04-06 03:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: ==30644== Releasing lock...
[2026-04-06 03:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: ==30638== Releasing lock...
[2026-04-06 03:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:56:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:56:05] Production.INFO: Total Charge 0
[2026-04-06 03:56:05] Production.INFO: CreateAllLog End
[2026-04-06 03:56:05] Production.INFO: Account Balance End.
[2026-04-06 03:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:56:05] Production.INFO: ==30642== Releasing lock...
[2026-04-06 03:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:56:12] Production.ERROR: CronJobId end10
[2026-04-06 03:56:12] Production.INFO: ==30640== Releasing lock...
[2026-04-06 03:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:56:14] Production.INFO: call_cost start
[2026-04-06 03:56:14] Production.INFO: call_cost end
[2026-04-06 03:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:56:14] Production.INFO: ==30636== Releasing lock...
[2026-04-06 03:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:57:01] Production.INFO: ==30702== Lock acquired, processing the job...
[2026-04-06 08:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:57:01] Production.INFO: neon service started
[2026-04-06 08:57:01] Production.INFO: neon service started
[2026-04-06 08:57:01] Production.INFO: ==30702== Releasing lock...
[2026-04-06 08:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:57:01] Production.INFO: ==30704== Lock acquired, processing the job...
[2026-04-06 03:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:57:02] Production.INFO: ==30706== Lock acquired, processing the job...
[2026-04-06 07:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 03:57:02] Production.INFO: ==30704== Releasing lock...
[2026-04-06 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:57:02] Production.INFO: ==30706== Releasing lock...
[2026-04-06 07:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:57:02] Production.INFO: ==30708== Lock acquired, processing the job...
[2026-04-06 03:57:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:57:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:57:02] Production.INFO: ==30710== Lock acquired, processing the job...
[2026-04-06 03:57:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:57:02] Production.INFO: ==30712== Lock acquired, processing the job...
[2026-04-06 03:57:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:57:03] Production.INFO: ==30714== Lock acquired, processing the job...
[2026-04-06 03:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:57:03] Production.INFO: ==30716== Lock acquired, processing the job...
[2026-04-06 03:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:57:03] Production.INFO: Account Balance Start.
[2026-04-06 03:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:57:03] Production.INFO: 117
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:57:03] Production.INFO: ==30716== Releasing lock...
[2026-04-06 03:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: ==30710== Releasing lock...
[2026-04-06 03:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-22
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-23
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-24
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-25
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-26
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:03] Production.INFO: Date 2026-03-27
[2026-04-06 03:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:57:04] Production.INFO: Total Charge 0
[2026-04-06 03:57:04] Production.INFO: CreateAllLog End
[2026-04-06 03:57:04] Production.INFO: Account Balance End.
[2026-04-06 03:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:57:04] Production.INFO: ==30714== Releasing lock...
[2026-04-06 03:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:57:10] Production.ERROR: CronJobId end10
[2026-04-06 03:57:10] Production.INFO: ==30712== Releasing lock...
[2026-04-06 03:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:57:13] Production.INFO: call_cost start
[2026-04-06 03:57:13] Production.INFO: call_cost end
[2026-04-06 03:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:57:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:57:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:57:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:57:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:57:13] Production.INFO: ==30708== Releasing lock...
[2026-04-06 03:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:58:01] Production.INFO: ==30780== Lock acquired, processing the job...
[2026-04-06 08:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:58:01] Production.INFO: neon service started
[2026-04-06 08:58:01] Production.INFO: neon service started
[2026-04-06 08:58:01] Production.INFO: ==30780== Releasing lock...
[2026-04-06 08:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:58:02] Production.INFO: ==30782== Lock acquired, processing the job...
[2026-04-06 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:58:02] Production.INFO: ==30784== Lock acquired, processing the job...
[2026-04-06 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:58:02] Production.INFO: ==30784== Releasing lock...
[2026-04-06 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:58:02] Production.INFO: ==30782== Releasing lock...
[2026-04-06 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 03:58:03] Production.INFO: ==30791== Lock acquired, processing the job...
[2026-04-06 03:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:58:03] Production.INFO: ==30787== Lock acquired, processing the job...
[2026-04-06 03:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:58:03] Production.INFO: ==30789== Lock acquired, processing the job...
[2026-04-06 03:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:58:03] Production.INFO: ==30793== Lock acquired, processing the job...
[2026-04-06 03:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:58:03] Production.INFO: Account Balance Start.
[2026-04-06 03:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:58:03] Production.INFO: 117
[2026-04-06 03:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:58:03] Production.INFO: ==30795== Lock acquired, processing the job...
[2026-04-06 03:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:58:03] Production.INFO: ==30795== Releasing lock...
[2026-04-06 03:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 03:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: ==30789== Releasing lock...
[2026-04-06 03:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 03:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:58:04] Production.INFO: Total Charge 0
[2026-04-06 03:58:04] Production.INFO: CreateAllLog End
[2026-04-06 03:58:04] Production.INFO: Account Balance End.
[2026-04-06 03:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 03:58:04] Production.INFO: ==30793== Releasing lock...
[2026-04-06 03:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:58:10] Production.ERROR: CronJobId end10
[2026-04-06 03:58:10] Production.INFO: ==30791== Releasing lock...
[2026-04-06 03:58:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:58:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:58:13] Production.INFO: call_cost start
[2026-04-06 03:58:13] Production.INFO: call_cost end
[2026-04-06 03:58:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:58:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:58:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:58:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:58:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:58:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:58:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:58:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:58:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:58:13] Production.INFO: ==30787== Releasing lock...
[2026-04-06 03:58:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:58:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 08:59:02] Production.INFO: ==30855== Lock acquired, processing the job...
[2026-04-06 08:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 08:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 08:59:02] Production.INFO: neon service started
[2026-04-06 08:59:02] Production.INFO: neon service started
[2026-04-06 08:59:02] Production.INFO: ==30855== Releasing lock...
[2026-04-06 08:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 08:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 03:59:02] Production.INFO: ==30857== Lock acquired, processing the job...
[2026-04-06 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 03:59:02] Production.INFO: ==30857== Releasing lock...
[2026-04-06 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 03:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:59:02] Production.INFO: ==30860== Lock acquired, processing the job...
[2026-04-06 07:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:59:03] Production.INFO: ==30860== Releasing lock...
[2026-04-06 07:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 07:59:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 03:59:03] Production.INFO: ==30862== Lock acquired, processing the job...
[2026-04-06 03:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 03:59:03] Production.INFO: ==30864== Lock acquired, processing the job...
[2026-04-06 03:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 03:59:03] Production.INFO: ==30866== Lock acquired, processing the job...
[2026-04-06 03:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 03:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 03:59:03] Production.INFO: ==30868== Lock acquired, processing the job...
[2026-04-06 03:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 03:59:03] Production.INFO: ==30870== Lock acquired, processing the job...
[2026-04-06 03:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 03:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 03:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 03:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 03:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 03:59:03] Production.INFO: Account Balance Start.
[2026-04-06 03:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 03:59:03] Production.INFO: 117
[2026-04-06 03:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 03:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 03:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-10
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 03:59:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-11
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: ==30870== Releasing lock...
[2026-04-06 03:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 03:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: ==30864== Releasing lock...
[2026-04-06 03:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 03:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 03:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:05] Production.INFO: Date 2026-04-03
[2026-04-06 03:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:05] Production.INFO: Date 2026-04-04
[2026-04-06 03:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:05] Production.INFO: Date 2026-04-05
[2026-04-06 03:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:05] Production.INFO: Date 2026-04-06
[2026-04-06 03:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 03:59:05] Production.INFO: Total Charge 0
[2026-04-06 03:59:05] Production.INFO: CreateAllLog End
[2026-04-06 03:59:05] Production.INFO: Account Balance End.
[2026-04-06 03:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 03:59:05] Production.INFO: ==30868== Releasing lock...
[2026-04-06 03:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 03:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 03:59:11] Production.ERROR: CronJobId end10
[2026-04-06 03:59:11] Production.INFO: ==30866== Releasing lock...
[2026-04-06 03:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 03:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 03:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 03:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 03:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 03:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 03:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 03:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 03:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 03:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 03:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 03:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 03:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 03:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 03:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 03:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 03:59:13] Production.INFO: call_cost start
[2026-04-06 03:59:13] Production.INFO: call_cost end
[2026-04-06 03:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 03:59:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 03:59:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 03:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 03:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 03:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 03:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 03:59:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 03:59:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 03:59:13] Production.INFO: ==30862== Releasing lock...
[2026-04-06 03:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 03:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:00:01] Production.INFO: ==30928== Lock acquired, processing the job...
[2026-04-06 09:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:00:01] Production.INFO: neon service started
[2026-04-06 09:00:01] Production.INFO: neon service started
[2026-04-06 09:00:01] Production.INFO: ==30928== Releasing lock...
[2026-04-06 09:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:00:02] Production.INFO: ==30932== Lock acquired, processing the job...
[2026-04-06 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:00:02] Production.INFO: ==30932== Releasing lock...
[2026-04-06 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:00:02] Production.INFO: ==30930== Lock acquired, processing the job...
[2026-04-06 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:00:02] Production.INFO: ==30930== Releasing lock...
[2026-04-06 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:00:03] Production.INFO: ==30939== Lock acquired, processing the job...
[2026-04-06 04:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:00:03] Production.INFO: ==30941== Lock acquired, processing the job...
[2026-04-06 04:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:00:03] Production.INFO: ==30935== Lock acquired, processing the job...
[2026-04-06 04:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:00:03] Production.INFO: ==30937== Lock acquired, processing the job...
[2026-04-06 04:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:00:03] Production.INFO: ==30943== Lock acquired, processing the job...
[2026-04-06 04:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:00:03] Production.INFO: Account Balance Start.
[2026-04-06 04:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:00:03] Production.INFO: 117
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:00:03] Production.INFO: ==30943== Releasing lock...
[2026-04-06 04:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: ==30937== Releasing lock...
[2026-04-06 04:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:00:05] Production.INFO: Total Charge 0
[2026-04-06 04:00:05] Production.INFO: CreateAllLog End
[2026-04-06 04:00:05] Production.INFO: Account Balance End.
[2026-04-06 04:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:00:05] Production.INFO: ==30941== Releasing lock...
[2026-04-06 04:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:00:11] Production.ERROR: CronJobId end10
[2026-04-06 04:00:11] Production.INFO: ==30939== Releasing lock...
[2026-04-06 04:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:00:14] Production.INFO: call_cost start
[2026-04-06 04:00:14] Production.INFO: call_cost end
[2026-04-06 04:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:00:14] Production.INFO: ==30935== Releasing lock...
[2026-04-06 04:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:01:02] Production.INFO: ==31003== Lock acquired, processing the job...
[2026-04-06 09:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:01:02] Production.INFO: neon service started
[2026-04-06 09:01:02] Production.INFO: neon service started
[2026-04-06 09:01:02] Production.INFO: ==31003== Releasing lock...
[2026-04-06 09:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:01:02] Production.INFO: ==31015== Lock acquired, processing the job...
[2026-04-06 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:01:02] Production.INFO: ==31017== Lock acquired, processing the job...
[2026-04-06 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:01:02] Production.INFO: ==31017== Releasing lock...
[2026-04-06 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:01:03] Production.INFO: ==31015== Releasing lock...
[2026-04-06 04:01:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:01:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:01:04] Production.INFO: ==31026== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:01:04] Production.INFO: ==31028== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:01:04] Production.INFO: ==31020== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 04:01:04] Production.INFO: ==31022== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: dbcleanup-command-dbcleanup-companyid-1-cronjobid-3 #Starts#
[2026-04-06 04:01:04] Production.INFO: ==31024== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:01:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 04:01:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 04:01:04] Production.ERROR: CronJob PID - 31026
[2026-04-06 04:01:04] Production.ERROR: CronJob Title - Account Block
[2026-04-06 04:01:04] Production.ERROR: CronJob ID - 7
[2026-04-06 04:01:04] Production.ERROR: CronJob Last Run Time 2026-04-06 04:01:00
[2026-04-06 04:01:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 04:01:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 04:01:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 04:01:04] Production.ERROR: CronJob PID - 31028
[2026-04-06 04:01:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 04:01:04] Production.ERROR: CronJob ID - 10
[2026-04-06 04:01:04] Production.ERROR: CronJob Last Run Time 2026-04-06 04:01:00
[2026-04-06 04:01:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 04:01:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 04:01:04] Production.INFO: ==31034== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:01:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 04:01:04] Production.INFO: ==31020== Releasing lock...
[2026-04-06 04:01:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 04:01:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:01:04] Production.INFO: DBcleanup Starts.
[2026-04-06 04:01:04] Production.INFO: Usage Download Log Start.
[2026-04-06 04:01:04] Production.INFO: Usage Download Log End.
[2026-04-06 04:01:04] Production.INFO: Cronjob History Delete Start.
[2026-04-06 04:01:04] Production.INFO: call prc_deleteJobOrCronJobLogByRetention(1,'2025-04-06','Cronjob')
[2026-04-06 04:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:01:04] Production.INFO: ==31030== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:01:04] Production.INFO: ==31034== Releasing lock...
[2026-04-06 04:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:01:04] Production.INFO: ==31032== Lock acquired, processing the job...
[2026-04-06 04:01:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 04:01:04] Production.INFO: Account Balance Start.
[2026-04-06 04:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:01:04] Production.INFO: 117
[2026-04-06 04:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:04] Production.INFO: ==31026== Releasing lock...
[2026-04-06 04:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-11
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-12
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-13
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-14
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-15
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.ERROR: done
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-16
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 04:01:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045572', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-17
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-18
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-19
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-20
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-21
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-22
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-23
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-24
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-25
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-26
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-03-30
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-03-31
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-04-01
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-04-02
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-04-03
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-04-04
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-04-05
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Date 2026-04-06
[2026-04-06 04:01:06] Production.INFO: Reseller ==> 0
[2026-04-06 04:01:06] Production.INFO: Total Charge 0
[2026-04-06 04:01:06] Production.INFO: CreateAllLog End
[2026-04-06 04:01:06] Production.INFO: Account Balance End.
[2026-04-06 04:01:06] Production.ERROR: CronJobId end 12
[2026-04-06 04:01:06] Production.INFO: ==31030== Releasing lock...
[2026-04-06 04:01:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:01:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:01:14] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045572', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 04:01:14] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 04:01:14] Production.INFO: ProcessCDR(1,17045572,1,1,2)
[2026-04-06 04:01:14] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045572,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:01:14] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045572,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:01:14] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 04:01:14] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 04:01:14] Production.INFO: ==31032== Releasing lock...
[2026-04-06 04:01:14] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 04:01:14] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:01:17] Production.INFO: Cronjob History Delete End.
[2026-04-06 04:01:17] Production.INFO: Job Log Delete Start.
[2026-04-06 04:01:17] Production.INFO: call prc_deleteJobOrCronJobLogByRetention(1,'2025-04-06','Job')
[2026-04-06 04:01:17] Production.INFO: Job Log Delete End.
[2026-04-06 04:01:17] Production.INFO: Customer RateSheet History Delete Starts.
[2026-04-06 04:01:17] Production.INFO: Customer RateSheet History Delete End.
[2026-04-06 04:01:17] Production.INFO: Vendor RateSheet History Delete Start.
[2026-04-06 04:01:17] Production.INFO: Vendor RateSheet History Delete End.
[2026-04-06 04:01:17] Production.INFO: All Old Rate Delete Start
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldVendorRate Start.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldVendorRate Done.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldCustomerRate Start.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldCustomerRate Done.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateTableRate Start.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateTableRate Done.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateSheetDetails Start.
[2026-04-06 04:01:17] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateSheetDetails Done.
[2026-04-06 04:01:17] Production.INFO: All Old Rate Delete End
[2026-04-06 04:01:17] Production.INFO: Customer CDR Delete Start.
[2026-04-06 04:01:17] Production.INFO: Customer CDR Delete End.
[2026-04-06 04:01:17] Production.INFO: Customer Failed Call Start.
[2026-04-06 04:01:17] Production.INFO: Customer Failed Call Delete End.
[2026-04-06 04:01:17] Production.INFO: Vendor CDR Delete Start.
[2026-04-06 04:01:17] Production.INFO: Vendor CDR Delete End.
[2026-04-06 04:01:17] Production.INFO: Vendor CDR Delete Start.
[2026-04-06 04:01:17] Production.INFO: Vendor CDR Delete End.
[2026-04-06 04:01:17] Production.INFO: RateLog Delete Start.
[2026-04-06 04:01:17] Production.INFO: RateLog Delete End.
[2026-04-06 04:01:17] Production.INFO: Archive Old Rate Delete Start.
[2026-04-06 04:01:17] Production.INFO: Archive Old Rate Delete End.
[2026-04-06 04:01:17] Production.INFO: Tickets Delete Start.
[2026-04-06 04:01:17] Production.INFO: Tickets Delete End.
[2026-04-06 04:01:17] Production.INFO: DBcleanup Done.
[2026-04-06 04:01:17] Production.ERROR: CronJobId end 3
[2026-04-06 04:01:17] Production.INFO: ==31022== Releasing lock...
[2026-04-06 04:01:17] Production.INFO: dbcleanup-command-dbcleanup-companyid-1-cronjobid-3 #Stops#
[2026-04-06 04:01:17] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:01:18] Production.ERROR: CronJobId end10
[2026-04-06 04:01:18] Production.INFO: ==31028== Releasing lock...
[2026-04-06 04:01:18] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:01:18] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:01:21] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:01:21] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:01:21] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:01:21] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:01:21] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:01:21] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:01:21] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:01:21] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:01:21] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:01:21] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:01:21] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:01:21] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:01:21] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:01:21] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:01:21] Production.INFO: call_cost start
[2026-04-06 04:01:21] Production.INFO: call_cost end
[2026-04-06 04:01:21] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:01:21] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:01:21] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:01:21] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:01:21] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:01:21] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:01:21] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:01:21] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:01:21] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:01:21] Production.INFO: ==31024== Releasing lock...
[2026-04-06 04:01:21] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:01:21] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:02:01] Production.INFO: ==31094== Lock acquired, processing the job...
[2026-04-06 09:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:02:01] Production.INFO: neon service started
[2026-04-06 09:02:01] Production.INFO: neon service started
[2026-04-06 09:02:01] Production.INFO: ==31094== Releasing lock...
[2026-04-06 09:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:02:01] Production.INFO: ==31096== Lock acquired, processing the job...
[2026-04-06 04:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:02:02] Production.INFO: ==31096== Releasing lock...
[2026-04-06 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:02:02] Production.INFO: ==31098== Lock acquired, processing the job...
[2026-04-06 08:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:02:02] Production.INFO: ==31098== Releasing lock...
[2026-04-06 08:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:02:03] Production.INFO: ==31101== Lock acquired, processing the job...
[2026-04-06 04:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:02:03] Production.INFO: ==31105== Lock acquired, processing the job...
[2026-04-06 04:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:02:03] Production.INFO: ==31111== Lock acquired, processing the job...
[2026-04-06 04:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:02:03] Production.INFO: ==31103== Lock acquired, processing the job...
[2026-04-06 04:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:02:03] Production.INFO: ==31111== Releasing lock...
[2026-04-06 04:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:02:03] Production.INFO: ==31107== Lock acquired, processing the job...
[2026-04-06 04:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:02:03] Production.INFO: ==31109== Lock acquired, processing the job...
[2026-04-06 04:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 04:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:02:03] Production.INFO: Account Balance Start.
[2026-04-06 04:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:02:03] Production.INFO: 117
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.ERROR: done
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: ==31103== Releasing lock...
[2026-04-06 04:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.ERROR: done
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 04:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 04:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: ==31109== Releasing lock...
[2026-04-06 04:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 04:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 04:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:02:04] Production.INFO: Total Charge 0
[2026-04-06 04:02:04] Production.INFO: CreateAllLog End
[2026-04-06 04:02:04] Production.INFO: Account Balance End.
[2026-04-06 04:02:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:02:04] Production.INFO: ==31107== Releasing lock...
[2026-04-06 04:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:02:11] Production.ERROR: CronJobId end10
[2026-04-06 04:02:11] Production.INFO: ==31105== Releasing lock...
[2026-04-06 04:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:02:14] Production.INFO: call_cost start
[2026-04-06 04:02:14] Production.INFO: call_cost end
[2026-04-06 04:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:02:14] Production.INFO: ==31101== Releasing lock...
[2026-04-06 04:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:03:01] Production.INFO: ==31169== Lock acquired, processing the job...
[2026-04-06 09:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:03:01] Production.INFO: neon service started
[2026-04-06 09:03:02] Production.INFO: neon service started
[2026-04-06 09:03:02] Production.INFO: ==31169== Releasing lock...
[2026-04-06 09:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:03:02] Production.INFO: ==31171== Lock acquired, processing the job...
[2026-04-06 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:03:02] Production.INFO: ==31171== Releasing lock...
[2026-04-06 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:03:02] Production.INFO: ==31173== Lock acquired, processing the job...
[2026-04-06 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:03:02] Production.INFO: ==31173== Releasing lock...
[2026-04-06 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:03:03] Production.INFO: ==31175== Lock acquired, processing the job...
[2026-04-06 04:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:03:03] Production.INFO: ==31177== Lock acquired, processing the job...
[2026-04-06 04:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:03:03] Production.INFO: ==31179== Lock acquired, processing the job...
[2026-04-06 04:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:03:03] Production.INFO: ==31181== Lock acquired, processing the job...
[2026-04-06 04:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:03:03] Production.INFO: ==31183== Lock acquired, processing the job...
[2026-04-06 04:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:03:03] Production.INFO: Account Balance Start.
[2026-04-06 04:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:03:03] Production.INFO: 117
[2026-04-06 04:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:03:03] Production.INFO: ==31183== Releasing lock...
[2026-04-06 04:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: ==31177== Releasing lock...
[2026-04-06 04:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:03:04] Production.INFO: Total Charge 0
[2026-04-06 04:03:04] Production.INFO: CreateAllLog End
[2026-04-06 04:03:04] Production.INFO: Account Balance End.
[2026-04-06 04:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:03:05] Production.INFO: ==31181== Releasing lock...
[2026-04-06 04:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:03:12] Production.ERROR: CronJobId end10
[2026-04-06 04:03:12] Production.INFO: ==31179== Releasing lock...
[2026-04-06 04:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:03:14] Production.INFO: call_cost start
[2026-04-06 04:03:14] Production.INFO: call_cost end
[2026-04-06 04:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:03:14] Production.INFO: ==31175== Releasing lock...
[2026-04-06 04:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:04:01] Production.INFO: ==31244== Lock acquired, processing the job...
[2026-04-06 09:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:04:01] Production.INFO: neon service started
[2026-04-06 09:04:01] Production.INFO: neon service started
[2026-04-06 09:04:01] Production.INFO: ==31244== Releasing lock...
[2026-04-06 09:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:04:01] Production.INFO: ==31246== Lock acquired, processing the job...
[2026-04-06 04:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:04:01] Production.INFO: ==31248== Lock acquired, processing the job...
[2026-04-06 08:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:04:01] Production.INFO: ==31248== Releasing lock...
[2026-04-06 08:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:04:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:04:02] Production.INFO: ==31246== Releasing lock...
[2026-04-06 04:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:04:02] Production.INFO: ==31250== Lock acquired, processing the job...
[2026-04-06 04:04:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:04:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:04:02] Production.INFO: ==31257== Lock acquired, processing the job...
[2026-04-06 04:04:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:04:02] Production.INFO: Account Balance Start.
[2026-04-06 04:04:02] Production.INFO: CreateAllLog Start
[2026-04-06 04:04:02] Production.INFO: 117
[2026-04-06 04:04:02] Production.INFO: Date 2026-03-08
[2026-04-06 04:04:02] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:02] Production.INFO: Date 2026-03-09
[2026-04-06 04:04:02] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:02] Production.INFO: Date 2026-03-10
[2026-04-06 04:04:02] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: ==31255== Lock acquired, processing the job...
[2026-04-06 04:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: ==31252== Lock acquired, processing the job...
[2026-04-06 04:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:04:03] Production.INFO: ==31259== Lock acquired, processing the job...
[2026-04-06 04:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: ==31259== Releasing lock...
[2026-04-06 04:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: ==31252== Releasing lock...
[2026-04-06 04:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-28
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-29
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:03] Production.INFO: Date 2026-03-30
[2026-04-06 04:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:04:04] Production.INFO: Total Charge 0
[2026-04-06 04:04:04] Production.INFO: CreateAllLog End
[2026-04-06 04:04:04] Production.INFO: Account Balance End.
[2026-04-06 04:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:04:04] Production.INFO: ==31257== Releasing lock...
[2026-04-06 04:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:04:12] Production.ERROR: CronJobId end10
[2026-04-06 04:04:12] Production.INFO: ==31255== Releasing lock...
[2026-04-06 04:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:04:14] Production.INFO: call_cost start
[2026-04-06 04:04:14] Production.INFO: call_cost end
[2026-04-06 04:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:04:14] Production.INFO: ==31250== Releasing lock...
[2026-04-06 04:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:05:01] Production.INFO: ==31318== Lock acquired, processing the job...
[2026-04-06 09:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:05:01] Production.INFO: neon service started
[2026-04-06 09:05:01] Production.INFO: neon service started
[2026-04-06 09:05:01] Production.INFO: ==31318== Releasing lock...
[2026-04-06 09:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:05:02] Production.INFO: ==31320== Lock acquired, processing the job...
[2026-04-06 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:05:02] Production.INFO: ==31320== Releasing lock...
[2026-04-06 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:05:02] Production.INFO: ==31322== Lock acquired, processing the job...
[2026-04-06 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:05:02] Production.INFO: ==31322== Releasing lock...
[2026-04-06 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:05:03] Production.INFO: ==31324== Lock acquired, processing the job...
[2026-04-06 04:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:05:03] Production.INFO: ==31326== Lock acquired, processing the job...
[2026-04-06 04:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:05:03] Production.INFO: ==31330== Lock acquired, processing the job...
[2026-04-06 04:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:05:03] Production.INFO: ==31328== Lock acquired, processing the job...
[2026-04-06 04:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:05:03] Production.INFO: ==31332== Lock acquired, processing the job...
[2026-04-06 04:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:05:03] Production.INFO: Account Balance Start.
[2026-04-06 04:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:05:03] Production.INFO: 117
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: ==31332== Releasing lock...
[2026-04-06 04:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:03] Production.INFO: ==31326== Releasing lock...
[2026-04-06 04:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:05:04] Production.INFO: Total Charge 0
[2026-04-06 04:05:04] Production.INFO: CreateAllLog End
[2026-04-06 04:05:04] Production.INFO: Account Balance End.
[2026-04-06 04:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:05:04] Production.INFO: ==31330== Releasing lock...
[2026-04-06 04:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:05:11] Production.ERROR: CronJobId end10
[2026-04-06 04:05:11] Production.INFO: ==31328== Releasing lock...
[2026-04-06 04:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:05:14] Production.INFO: call_cost start
[2026-04-06 04:05:14] Production.INFO: call_cost end
[2026-04-06 04:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:05:14] Production.INFO: ==31324== Releasing lock...
[2026-04-06 04:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:06:02] Production.INFO: ==31394== Lock acquired, processing the job...
[2026-04-06 09:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:06:02] Production.INFO: neon service started
[2026-04-06 09:06:02] Production.INFO: neon service started
[2026-04-06 09:06:02] Production.INFO: ==31394== Releasing lock...
[2026-04-06 09:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:06:02] Production.INFO: ==31396== Lock acquired, processing the job...
[2026-04-06 04:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:06:02] Production.INFO: ==31398== Lock acquired, processing the job...
[2026-04-06 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:06:02] Production.INFO: ==31398== Releasing lock...
[2026-04-06 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:06:03] Production.INFO: ==31396== Releasing lock...
[2026-04-06 04:06:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:06:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:06:03] Production.INFO: ==31405== Lock acquired, processing the job...
[2026-04-06 04:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:06:03] Production.INFO: ==31401== Lock acquired, processing the job...
[2026-04-06 04:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:06:03] Production.INFO: ==31403== Lock acquired, processing the job...
[2026-04-06 04:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:06:04] Production.INFO: ==31407== Lock acquired, processing the job...
[2026-04-06 04:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:06:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:06:04] Production.INFO: ==31409== Lock acquired, processing the job...
[2026-04-06 04:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:06:04] Production.INFO: Account Balance Start.
[2026-04-06 04:06:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:06:04] Production.INFO: 117
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:06:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:06:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: ==31409== Releasing lock...
[2026-04-06 04:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: ==31403== Releasing lock...
[2026-04-06 04:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-19
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-20
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-21
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-22
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-23
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-24
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-25
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-26
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-27
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-28
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-30
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:06:05] Production.INFO: Total Charge 0
[2026-04-06 04:06:05] Production.INFO: CreateAllLog End
[2026-04-06 04:06:05] Production.INFO: Account Balance End.
[2026-04-06 04:06:06] Production.ERROR: CronJobId end 12
[2026-04-06 04:06:06] Production.INFO: ==31407== Releasing lock...
[2026-04-06 04:06:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:06:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:06:12] Production.ERROR: CronJobId end10
[2026-04-06 04:06:12] Production.INFO: ==31405== Releasing lock...
[2026-04-06 04:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:06:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:06:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:06:15] Production.INFO: call_cost start
[2026-04-06 04:06:15] Production.INFO: call_cost end
[2026-04-06 04:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:06:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:06:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:06:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:06:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:06:15] Production.INFO: ==31401== Releasing lock...
[2026-04-06 04:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:07:01] Production.INFO: ==31463== Lock acquired, processing the job...
[2026-04-06 09:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:07:01] Production.INFO: neon service started
[2026-04-06 09:07:01] Production.INFO: neon service started
[2026-04-06 09:07:01] Production.INFO: ==31463== Releasing lock...
[2026-04-06 09:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:07:01] Production.INFO: ==31465== Lock acquired, processing the job...
[2026-04-06 04:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:07:02] Production.INFO: ==31465== Releasing lock...
[2026-04-06 04:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:07:02] Production.INFO: ==31467== Lock acquired, processing the job...
[2026-04-06 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:07:02] Production.INFO: ==31467== Releasing lock...
[2026-04-06 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:07:02] Production.INFO: ==31469== Lock acquired, processing the job...
[2026-04-06 04:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:07:03] Production.INFO: ==31474== Lock acquired, processing the job...
[2026-04-06 04:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:07:03] Production.INFO: ==31472== Lock acquired, processing the job...
[2026-04-06 04:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:07:03] Production.INFO: ==31476== Lock acquired, processing the job...
[2026-04-06 04:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:07:03] Production.INFO: Account Balance Start.
[2026-04-06 04:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:07:03] Production.INFO: 117
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:07:03] Production.INFO: ==31478== Lock acquired, processing the job...
[2026-04-06 04:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:07:03] Production.INFO: ==31478== Releasing lock...
[2026-04-06 04:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: ==31472== Releasing lock...
[2026-04-06 04:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:07:04] Production.INFO: Total Charge 0
[2026-04-06 04:07:04] Production.INFO: CreateAllLog End
[2026-04-06 04:07:04] Production.INFO: Account Balance End.
[2026-04-06 04:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:07:04] Production.INFO: ==31476== Releasing lock...
[2026-04-06 04:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:07:11] Production.ERROR: CronJobId end10
[2026-04-06 04:07:11] Production.INFO: ==31474== Releasing lock...
[2026-04-06 04:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:07:13] Production.INFO: call_cost start
[2026-04-06 04:07:13] Production.INFO: call_cost end
[2026-04-06 04:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:07:13] Production.INFO: ==31469== Releasing lock...
[2026-04-06 04:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:08:02] Production.INFO: ==31535== Lock acquired, processing the job...
[2026-04-06 09:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:08:02] Production.INFO: neon service started
[2026-04-06 09:08:02] Production.INFO: neon service started
[2026-04-06 09:08:02] Production.INFO: ==31535== Releasing lock...
[2026-04-06 09:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:08:02] Production.INFO: ==31537== Lock acquired, processing the job...
[2026-04-06 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:08:02] Production.INFO: ==31539== Lock acquired, processing the job...
[2026-04-06 08:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:08:02] Production.INFO: ==31539== Releasing lock...
[2026-04-06 08:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:08:02] Production.INFO: ==31537== Releasing lock...
[2026-04-06 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:08:03] Production.INFO: ==31545== Lock acquired, processing the job...
[2026-04-06 04:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:08:03] Production.INFO: ==31548== Lock acquired, processing the job...
[2026-04-06 04:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:08:03] Production.INFO: ==31543== Lock acquired, processing the job...
[2026-04-06 04:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:08:03] Production.INFO: ==31550== Lock acquired, processing the job...
[2026-04-06 04:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:08:03] Production.INFO: ==31552== Lock acquired, processing the job...
[2026-04-06 04:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:08:03] Production.INFO: ==31545== Releasing lock...
[2026-04-06 04:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:08:04] Production.INFO: Account Balance Start.
[2026-04-06 04:08:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:08:04] Production.INFO: 117
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:08:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:08:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:08:04] Production.INFO: ==31552== Releasing lock...
[2026-04-06 04:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:08:05] Production.INFO: Total Charge 0
[2026-04-06 04:08:05] Production.INFO: CreateAllLog End
[2026-04-06 04:08:05] Production.INFO: Account Balance End.
[2026-04-06 04:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:08:05] Production.INFO: ==31550== Releasing lock...
[2026-04-06 04:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:08:10] Production.ERROR: CronJobId end10
[2026-04-06 04:08:10] Production.INFO: ==31548== Releasing lock...
[2026-04-06 04:08:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:08:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:08:14] Production.INFO: call_cost start
[2026-04-06 04:08:14] Production.INFO: call_cost end
[2026-04-06 04:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:08:14] Production.INFO: ==31543== Releasing lock...
[2026-04-06 04:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:09:01] Production.INFO: ==31611== Lock acquired, processing the job...
[2026-04-06 09:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:09:01] Production.INFO: neon service started
[2026-04-06 09:09:01] Production.INFO: neon service started
[2026-04-06 09:09:01] Production.INFO: ==31611== Releasing lock...
[2026-04-06 09:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:09:01] Production.INFO: ==31613== Lock acquired, processing the job...
[2026-04-06 04:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:09:02] Production.INFO: ==31613== Releasing lock...
[2026-04-06 04:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:09:02] Production.INFO: ==31615== Lock acquired, processing the job...
[2026-04-06 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:09:02] Production.INFO: ==31615== Releasing lock...
[2026-04-06 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:09:02] Production.INFO: ==31619== Lock acquired, processing the job...
[2026-04-06 04:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:09:02] Production.INFO: ==31617== Lock acquired, processing the job...
[2026-04-06 04:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:09:02] Production.INFO: ==31621== Lock acquired, processing the job...
[2026-04-06 04:09:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:09:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:09:02] Production.INFO: ==31623== Lock acquired, processing the job...
[2026-04-06 04:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:09:02] Production.INFO: ==31625== Lock acquired, processing the job...
[2026-04-06 04:09:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:09:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:09:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:09:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:09:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:09:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:09:03] Production.INFO: ==31625== Releasing lock...
[2026-04-06 04:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:09:03] Production.INFO: Account Balance Start.
[2026-04-06 04:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:09:03] Production.INFO: 117
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: ==31619== Releasing lock...
[2026-04-06 04:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:09:04] Production.INFO: Total Charge 0
[2026-04-06 04:09:04] Production.INFO: CreateAllLog End
[2026-04-06 04:09:04] Production.INFO: Account Balance End.
[2026-04-06 04:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:09:04] Production.INFO: ==31623== Releasing lock...
[2026-04-06 04:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:09:10] Production.ERROR: CronJobId end10
[2026-04-06 04:09:10] Production.INFO: ==31621== Releasing lock...
[2026-04-06 04:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:09:14] Production.INFO: call_cost start
[2026-04-06 04:09:14] Production.INFO: call_cost end
[2026-04-06 04:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:09:14] Production.INFO: ==31617== Releasing lock...
[2026-04-06 04:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:10:01] Production.INFO: ==31686== Lock acquired, processing the job...
[2026-04-06 09:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:10:01] Production.INFO: neon service started
[2026-04-06 09:10:01] Production.INFO: neon service started
[2026-04-06 09:10:01] Production.INFO: ==31686== Releasing lock...
[2026-04-06 09:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:10:02] Production.INFO: ==31688== Lock acquired, processing the job...
[2026-04-06 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:10:02] Production.INFO: ==31690== Lock acquired, processing the job...
[2026-04-06 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:10:02] Production.INFO: ==31690== Releasing lock...
[2026-04-06 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:10:02] Production.INFO: ==31688== Releasing lock...
[2026-04-06 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:10:03] Production.INFO: ==31696== Lock acquired, processing the job...
[2026-04-06 04:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:10:03] Production.INFO: ==31694== Lock acquired, processing the job...
[2026-04-06 04:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:10:03] Production.INFO: ==31692== Lock acquired, processing the job...
[2026-04-06 04:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:10:03] Production.INFO: ==31698== Lock acquired, processing the job...
[2026-04-06 04:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:10:03] Production.INFO: ==31700== Lock acquired, processing the job...
[2026-04-06 04:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:10:03] Production.INFO: Account Balance Start.
[2026-04-06 04:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:10:03] Production.INFO: 117
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: ==31700== Releasing lock...
[2026-04-06 04:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:10:04] Production.INFO: ==31694== Releasing lock...
[2026-04-06 04:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:10:04] Production.INFO: Total Charge 0
[2026-04-06 04:10:04] Production.INFO: CreateAllLog End
[2026-04-06 04:10:04] Production.INFO: Account Balance End.
[2026-04-06 04:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:10:04] Production.INFO: ==31698== Releasing lock...
[2026-04-06 04:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:10:11] Production.ERROR: CronJobId end10
[2026-04-06 04:10:11] Production.INFO: ==31696== Releasing lock...
[2026-04-06 04:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:10:14] Production.INFO: call_cost start
[2026-04-06 04:10:14] Production.INFO: call_cost end
[2026-04-06 04:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:10:14] Production.INFO: ==31692== Releasing lock...
[2026-04-06 04:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:11:02] Production.INFO: ==31755== Lock acquired, processing the job...
[2026-04-06 09:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:11:02] Production.INFO: neon service started
[2026-04-06 09:11:02] Production.INFO: neon service started
[2026-04-06 09:11:02] Production.INFO: ==31755== Releasing lock...
[2026-04-06 09:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:11:02] Production.INFO: ==31757== Lock acquired, processing the job...
[2026-04-06 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:11:02] Production.INFO: ==31757== Releasing lock...
[2026-04-06 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:11:03] Production.INFO: ==31759== Lock acquired, processing the job...
[2026-04-06 08:11:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:11:03] Production.INFO: ==31759== Releasing lock...
[2026-04-06 08:11:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:11:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:11:03] Production.INFO: ==31762== Lock acquired, processing the job...
[2026-04-06 04:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 04:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 04:11:03] Production.INFO: ==31766== Lock acquired, processing the job...
[2026-04-06 04:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 04:11:03] Production.INFO: ==31762== Releasing lock...
[2026-04-06 04:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 04:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:11:03] Production.INFO: ==31774== Lock acquired, processing the job...
[2026-04-06 04:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:11:03] Production.INFO: ==31770== Lock acquired, processing the job...
[2026-04-06 04:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:11:04] Production.INFO: Account Balance Start.
[2026-04-06 04:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:11:04] Production.INFO: 117
[2026-04-06 04:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:11:04] Production.INFO: ==31764== Lock acquired, processing the job...
[2026-04-06 04:11:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:11:04] Production.INFO: ==31768== Lock acquired, processing the job...
[2026-04-06 04:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:11:04] Production.INFO: ==31774== Releasing lock...
[2026-04-06 04:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:11:04] Production.INFO: ==31772== Lock acquired, processing the job...
[2026-04-06 04:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: ==31766== Releasing lock...
[2026-04-06 04:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-03-28
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.ERROR: done
[2026-04-06 04:11:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 04:11:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045614', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 04:11:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:11:05] Production.INFO: Total Charge 0
[2026-04-06 04:11:05] Production.INFO: CreateAllLog End
[2026-04-06 04:11:05] Production.INFO: Account Balance End.
[2026-04-06 04:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:11:05] Production.INFO: ==31770== Releasing lock...
[2026-04-06 04:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:11:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045614', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 04:11:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 04:11:11] Production.INFO: ProcessCDR(1,17045614,1,1,2)
[2026-04-06 04:11:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045614,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:11:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045614,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:11:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 04:11:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 04:11:11] Production.INFO: ==31772== Releasing lock...
[2026-04-06 04:11:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 04:11:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:11:15] Production.ERROR: CronJobId end10
[2026-04-06 04:11:15] Production.INFO: ==31768== Releasing lock...
[2026-04-06 04:11:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:11:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:11:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:11:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:11:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:11:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:11:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:11:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:11:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:11:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:11:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:11:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:11:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:11:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:11:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:11:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:11:17] Production.INFO: call_cost start
[2026-04-06 04:11:17] Production.INFO: call_cost end
[2026-04-06 04:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:11:17] Production.INFO: ==31764== Releasing lock...
[2026-04-06 04:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:12:01] Production.INFO: ==31841== Lock acquired, processing the job...
[2026-04-06 09:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:12:01] Production.INFO: neon service started
[2026-04-06 09:12:01] Production.INFO: neon service started
[2026-04-06 09:12:01] Production.INFO: ==31841== Releasing lock...
[2026-04-06 09:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:12:02] Production.INFO: ==31845== Lock acquired, processing the job...
[2026-04-06 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:12:02] Production.INFO: ==31845== Releasing lock...
[2026-04-06 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:12:02] Production.INFO: ==31843== Lock acquired, processing the job...
[2026-04-06 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:12:02] Production.INFO: ==31843== Releasing lock...
[2026-04-06 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:12:02] Production.INFO: ==31848== Lock acquired, processing the job...
[2026-04-06 04:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:12:02] Production.INFO: ==31850== Lock acquired, processing the job...
[2026-04-06 04:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:12:03] Production.INFO: ==31852== Lock acquired, processing the job...
[2026-04-06 04:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:12:03] Production.INFO: ==31854== Lock acquired, processing the job...
[2026-04-06 04:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:12:03] Production.INFO: ==31856== Lock acquired, processing the job...
[2026-04-06 04:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:12:03] Production.INFO: Account Balance Start.
[2026-04-06 04:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:12:03] Production.INFO: 117
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: ==31850== Releasing lock...
[2026-04-06 04:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:12:03] Production.INFO: ==31856== Releasing lock...
[2026-04-06 04:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:12:04] Production.INFO: Total Charge 0
[2026-04-06 04:12:04] Production.INFO: CreateAllLog End
[2026-04-06 04:12:04] Production.INFO: Account Balance End.
[2026-04-06 04:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:12:04] Production.INFO: ==31854== Releasing lock...
[2026-04-06 04:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:12:12] Production.ERROR: CronJobId end10
[2026-04-06 04:12:12] Production.INFO: ==31852== Releasing lock...
[2026-04-06 04:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:12:13] Production.INFO: call_cost start
[2026-04-06 04:12:13] Production.INFO: call_cost end
[2026-04-06 04:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:12:13] Production.INFO: ==31848== Releasing lock...
[2026-04-06 04:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:13:02] Production.INFO: ==31915== Lock acquired, processing the job...
[2026-04-06 09:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:13:02] Production.INFO: neon service started
[2026-04-06 09:13:02] Production.INFO: neon service started
[2026-04-06 09:13:02] Production.INFO: ==31915== Releasing lock...
[2026-04-06 09:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:13:02] Production.INFO: ==31917== Lock acquired, processing the job...
[2026-04-06 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:13:02] Production.INFO: ==31919== Lock acquired, processing the job...
[2026-04-06 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:13:02] Production.INFO: ==31919== Releasing lock...
[2026-04-06 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:13:02] Production.INFO: ==31917== Releasing lock...
[2026-04-06 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:13:03] Production.INFO: ==31926== Lock acquired, processing the job...
[2026-04-06 04:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:13:03] Production.INFO: ==31922== Lock acquired, processing the job...
[2026-04-06 04:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:13:03] Production.INFO: ==31930== Lock acquired, processing the job...
[2026-04-06 04:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:13:03] Production.INFO: ==31924== Lock acquired, processing the job...
[2026-04-06 04:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:13:03] Production.INFO: ==31928== Lock acquired, processing the job...
[2026-04-06 04:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:13:04] Production.INFO: ==31930== Releasing lock...
[2026-04-06 04:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:13:04] Production.INFO: Account Balance Start.
[2026-04-06 04:13:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:13:04] Production.INFO: 117
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: ==31924== Releasing lock...
[2026-04-06 04:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-03-26
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-03-27
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-03-28
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-03-30
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:13:05] Production.INFO: Total Charge 0
[2026-04-06 04:13:05] Production.INFO: CreateAllLog End
[2026-04-06 04:13:05] Production.INFO: Account Balance End.
[2026-04-06 04:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:13:05] Production.INFO: ==31928== Releasing lock...
[2026-04-06 04:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:13:12] Production.ERROR: CronJobId end10
[2026-04-06 04:13:12] Production.INFO: ==31926== Releasing lock...
[2026-04-06 04:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:13:14] Production.INFO: call_cost start
[2026-04-06 04:13:14] Production.INFO: call_cost end
[2026-04-06 04:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:13:14] Production.INFO: ==31922== Releasing lock...
[2026-04-06 04:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:14:01] Production.INFO: ==31983== Lock acquired, processing the job...
[2026-04-06 09:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:14:01] Production.INFO: neon service started
[2026-04-06 09:14:01] Production.INFO: neon service started
[2026-04-06 09:14:01] Production.INFO: ==31983== Releasing lock...
[2026-04-06 09:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:14:01] Production.INFO: ==31985== Lock acquired, processing the job...
[2026-04-06 04:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:14:02] Production.INFO: ==31985== Releasing lock...
[2026-04-06 04:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:14:02] Production.INFO: ==31987== Lock acquired, processing the job...
[2026-04-06 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:14:02] Production.INFO: ==31987== Releasing lock...
[2026-04-06 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:14:02] Production.INFO: ==31989== Lock acquired, processing the job...
[2026-04-06 04:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:14:02] Production.INFO: ==31993== Lock acquired, processing the job...
[2026-04-06 04:14:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:14:02] Production.INFO: ==31995== Lock acquired, processing the job...
[2026-04-06 04:14:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:14:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:14:02] Production.INFO: Account Balance Start.
[2026-04-06 04:14:02] Production.INFO: CreateAllLog Start
[2026-04-06 04:14:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:14:03] Production.INFO: 117
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:14:03] Production.INFO: ==31991== Lock acquired, processing the job...
[2026-04-06 04:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: ==31997== Lock acquired, processing the job...
[2026-04-06 04:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:14:03] Production.INFO: ==31997== Releasing lock...
[2026-04-06 04:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: ==31991== Releasing lock...
[2026-04-06 04:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:14:04] Production.INFO: Total Charge 0
[2026-04-06 04:14:04] Production.INFO: CreateAllLog End
[2026-04-06 04:14:04] Production.INFO: Account Balance End.
[2026-04-06 04:14:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:14:04] Production.INFO: ==31995== Releasing lock...
[2026-04-06 04:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:14:10] Production.ERROR: CronJobId end10
[2026-04-06 04:14:10] Production.INFO: ==31993== Releasing lock...
[2026-04-06 04:14:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:14:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:14:13] Production.INFO: call_cost start
[2026-04-06 04:14:13] Production.INFO: call_cost end
[2026-04-06 04:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:14:13] Production.INFO: ==31989== Releasing lock...
[2026-04-06 04:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:15:01] Production.INFO: ==32057== Lock acquired, processing the job...
[2026-04-06 09:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:15:01] Production.INFO: neon service started
[2026-04-06 09:15:01] Production.INFO: neon service started
[2026-04-06 09:15:01] Production.INFO: ==32057== Releasing lock...
[2026-04-06 09:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:15:02] Production.INFO: ==32059== Lock acquired, processing the job...
[2026-04-06 04:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:15:02] Production.INFO: ==32059== Releasing lock...
[2026-04-06 04:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:15:02] Production.INFO: ==32061== Lock acquired, processing the job...
[2026-04-06 08:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:15:02] Production.INFO: ==32061== Releasing lock...
[2026-04-06 08:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:15:03] Production.INFO: ==32063== Lock acquired, processing the job...
[2026-04-06 04:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:15:03] Production.INFO: ==32067== Lock acquired, processing the job...
[2026-04-06 04:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:15:03] Production.INFO: ==32065== Lock acquired, processing the job...
[2026-04-06 04:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:15:03] Production.INFO: ==32069== Lock acquired, processing the job...
[2026-04-06 04:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:15:03] Production.INFO: ==32071== Lock acquired, processing the job...
[2026-04-06 04:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:15:03] Production.INFO: Account Balance Start.
[2026-04-06 04:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:15:03] Production.INFO: 117
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:15:03] Production.INFO: ==32071== Releasing lock...
[2026-04-06 04:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: ==32065== Releasing lock...
[2026-04-06 04:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:15:04] Production.INFO: Total Charge 0
[2026-04-06 04:15:04] Production.INFO: CreateAllLog End
[2026-04-06 04:15:04] Production.INFO: Account Balance End.
[2026-04-06 04:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:15:04] Production.INFO: ==32069== Releasing lock...
[2026-04-06 04:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:15:11] Production.ERROR: CronJobId end10
[2026-04-06 04:15:11] Production.INFO: ==32067== Releasing lock...
[2026-04-06 04:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:15:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:15:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:15:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:15:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:15:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:15:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:15:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:15:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:15:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:15:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:15:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:15:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:15:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:15:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:15:13] Production.INFO: call_cost start
[2026-04-06 04:15:13] Production.INFO: call_cost end
[2026-04-06 04:15:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:15:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:15:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:15:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:15:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:15:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:15:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:15:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:15:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:15:13] Production.INFO: ==32063== Releasing lock...
[2026-04-06 04:15:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:15:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:16:01] Production.INFO: ==32130== Lock acquired, processing the job...
[2026-04-06 09:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:16:01] Production.INFO: neon service started
[2026-04-06 09:16:01] Production.INFO: neon service started
[2026-04-06 09:16:01] Production.INFO: ==32130== Releasing lock...
[2026-04-06 09:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:16:01] Production.INFO: ==32132== Lock acquired, processing the job...
[2026-04-06 04:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:16:02] Production.INFO: ==32134== Lock acquired, processing the job...
[2026-04-06 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:16:02] Production.INFO: ==32134== Releasing lock...
[2026-04-06 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:16:02] Production.INFO: ==32132== Releasing lock...
[2026-04-06 04:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:16:02] Production.INFO: ==32137== Lock acquired, processing the job...
[2026-04-06 04:16:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:16:03] Production.INFO: ==32141== Lock acquired, processing the job...
[2026-04-06 04:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:16:03] Production.INFO: ==32145== Lock acquired, processing the job...
[2026-04-06 04:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:16:03] Production.INFO: ==32143== Lock acquired, processing the job...
[2026-04-06 04:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:16:03] Production.INFO: ==32139== Lock acquired, processing the job...
[2026-04-06 04:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:16:03] Production.INFO: ==32145== Releasing lock...
[2026-04-06 04:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:16:03] Production.INFO: Account Balance Start.
[2026-04-06 04:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:16:03] Production.INFO: 117
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-28
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-29
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: ==32139== Releasing lock...
[2026-04-06 04:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-30
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-03-31
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:03] Production.INFO: Date 2026-04-01
[2026-04-06 04:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:16:04] Production.INFO: Total Charge 0
[2026-04-06 04:16:04] Production.INFO: CreateAllLog End
[2026-04-06 04:16:04] Production.INFO: Account Balance End.
[2026-04-06 04:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:16:04] Production.INFO: ==32143== Releasing lock...
[2026-04-06 04:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:16:11] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:362
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(362): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateSOAOffSet(1,0))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-06 04:16:11] Production.ERROR: CronJobId end10
[2026-04-06 04:16:11] Production.INFO: ==32141== Releasing lock...
[2026-04-06 04:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:16:14] Production.INFO: call_cost start
[2026-04-06 04:16:14] Production.INFO: call_cost end
[2026-04-06 04:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:16:14] Production.INFO: ==32137== Releasing lock...
[2026-04-06 04:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:17:01] Production.INFO: ==32205== Lock acquired, processing the job...
[2026-04-06 09:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:17:01] Production.INFO: neon service started
[2026-04-06 09:17:01] Production.INFO: neon service started
[2026-04-06 09:17:01] Production.INFO: ==32205== Releasing lock...
[2026-04-06 09:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:17:02] Production.INFO: ==32207== Lock acquired, processing the job...
[2026-04-06 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:17:02] Production.INFO: ==32207== Releasing lock...
[2026-04-06 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:17:02] Production.INFO: ==32209== Lock acquired, processing the job...
[2026-04-06 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:17:02] Production.INFO: ==32209== Releasing lock...
[2026-04-06 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:17:03] Production.INFO: ==32215== Lock acquired, processing the job...
[2026-04-06 04:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:17:03] Production.INFO: ==32211== Lock acquired, processing the job...
[2026-04-06 04:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:17:03] Production.INFO: ==32213== Lock acquired, processing the job...
[2026-04-06 04:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:17:03] Production.INFO: ==32219== Lock acquired, processing the job...
[2026-04-06 04:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:17:03] Production.INFO: ==32217== Lock acquired, processing the job...
[2026-04-06 04:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:17:03] Production.INFO: ==32219== Releasing lock...
[2026-04-06 04:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:17:03] Production.INFO: Account Balance Start.
[2026-04-06 04:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:17:03] Production.INFO: 117
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:03] Production.INFO: ==32213== Releasing lock...
[2026-04-06 04:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:17:04] Production.INFO: Total Charge 0
[2026-04-06 04:17:04] Production.INFO: CreateAllLog End
[2026-04-06 04:17:04] Production.INFO: Account Balance End.
[2026-04-06 04:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:17:04] Production.INFO: ==32217== Releasing lock...
[2026-04-06 04:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:17:10] Production.ERROR: CronJobId end10
[2026-04-06 04:17:10] Production.INFO: ==32215== Releasing lock...
[2026-04-06 04:17:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:17:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:17:14] Production.INFO: call_cost start
[2026-04-06 04:17:14] Production.INFO: call_cost end
[2026-04-06 04:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:17:14] Production.INFO: ==32211== Releasing lock...
[2026-04-06 04:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:18:02] Production.INFO: ==32281== Lock acquired, processing the job...
[2026-04-06 09:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:18:02] Production.INFO: neon service started
[2026-04-06 09:18:02] Production.INFO: neon service started
[2026-04-06 09:18:02] Production.INFO: ==32281== Releasing lock...
[2026-04-06 09:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:18:02] Production.INFO: ==32283== Lock acquired, processing the job...
[2026-04-06 04:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:18:02] Production.INFO: ==32283== Releasing lock...
[2026-04-06 04:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:18:02] Production.INFO: ==32285== Lock acquired, processing the job...
[2026-04-06 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:18:02] Production.INFO: ==32285== Releasing lock...
[2026-04-06 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:18:03] Production.INFO: ==32287== Lock acquired, processing the job...
[2026-04-06 04:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:18:03] Production.INFO: ==32289== Lock acquired, processing the job...
[2026-04-06 04:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:18:03] Production.INFO: ==32293== Lock acquired, processing the job...
[2026-04-06 04:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:18:03] Production.INFO: ==32291== Lock acquired, processing the job...
[2026-04-06 04:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:18:03] Production.INFO: Account Balance Start.
[2026-04-06 04:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:18:03] Production.INFO: 117
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:18:03] Production.INFO: ==32295== Lock acquired, processing the job...
[2026-04-06 04:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.INFO: ==32295== Releasing lock...
[2026-04-06 04:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: ==32289== Releasing lock...
[2026-04-06 04:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:18:04] Production.INFO: Total Charge 0
[2026-04-06 04:18:04] Production.INFO: CreateAllLog End
[2026-04-06 04:18:04] Production.INFO: Account Balance End.
[2026-04-06 04:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:18:04] Production.INFO: ==32293== Releasing lock...
[2026-04-06 04:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:18:12] Production.ERROR: CronJobId end10
[2026-04-06 04:18:12] Production.INFO: ==32291== Releasing lock...
[2026-04-06 04:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:18:15] Production.INFO: call_cost start
[2026-04-06 04:18:15] Production.INFO: call_cost end
[2026-04-06 04:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:18:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:18:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:18:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:18:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:18:15] Production.INFO: ==32287== Releasing lock...
[2026-04-06 04:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:19:01] Production.INFO: ==32352== Lock acquired, processing the job...
[2026-04-06 09:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:19:01] Production.INFO: neon service started
[2026-04-06 09:19:01] Production.INFO: neon service started
[2026-04-06 09:19:01] Production.INFO: ==32352== Releasing lock...
[2026-04-06 09:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:19:01] Production.INFO: ==32356== Lock acquired, processing the job...
[2026-04-06 04:19:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:19:02] Production.INFO: ==32356== Releasing lock...
[2026-04-06 04:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:19:02] Production.INFO: ==32358== Lock acquired, processing the job...
[2026-04-06 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:19:02] Production.INFO: ==32358== Releasing lock...
[2026-04-06 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:19:02] Production.INFO: ==32360== Lock acquired, processing the job...
[2026-04-06 04:19:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:19:02] Production.INFO: ==32362== Lock acquired, processing the job...
[2026-04-06 04:19:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:19:02] Production.INFO: ==32364== Lock acquired, processing the job...
[2026-04-06 04:19:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:19:02] Production.INFO: ==32366== Lock acquired, processing the job...
[2026-04-06 04:19:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:19:03] Production.INFO: ==32368== Lock acquired, processing the job...
[2026-04-06 04:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:19:03] Production.INFO: Account Balance Start.
[2026-04-06 04:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:19:03] Production.INFO: 117
[2026-04-06 04:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:19:03] Production.INFO: ==32368== Releasing lock...
[2026-04-06 04:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: ==32362== Releasing lock...
[2026-04-06 04:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:03] Production.INFO: Date 2026-03-28
[2026-04-06 04:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:19:04] Production.INFO: Total Charge 0
[2026-04-06 04:19:04] Production.INFO: CreateAllLog End
[2026-04-06 04:19:04] Production.INFO: Account Balance End.
[2026-04-06 04:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:19:04] Production.INFO: ==32366== Releasing lock...
[2026-04-06 04:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:19:11] Production.ERROR: CronJobId end10
[2026-04-06 04:19:11] Production.INFO: ==32364== Releasing lock...
[2026-04-06 04:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:19:14] Production.INFO: call_cost start
[2026-04-06 04:19:14] Production.INFO: call_cost end
[2026-04-06 04:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:19:14] Production.INFO: ==32360== Releasing lock...
[2026-04-06 04:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:20:02] Production.INFO: ==32425== Lock acquired, processing the job...
[2026-04-06 09:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:20:02] Production.INFO: neon service started
[2026-04-06 09:20:02] Production.INFO: neon service started
[2026-04-06 09:20:02] Production.INFO: ==32425== Releasing lock...
[2026-04-06 09:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:20:02] Production.INFO: ==32428== Lock acquired, processing the job...
[2026-04-06 04:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:20:02] Production.INFO: ==32428== Releasing lock...
[2026-04-06 04:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:20:02] Production.INFO: ==32430== Lock acquired, processing the job...
[2026-04-06 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:20:02] Production.INFO: ==32430== Releasing lock...
[2026-04-06 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:20:03] Production.INFO: ==32432== Lock acquired, processing the job...
[2026-04-06 04:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:20:03] Production.INFO: ==32435== Lock acquired, processing the job...
[2026-04-06 04:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:20:03] Production.INFO: ==32439== Lock acquired, processing the job...
[2026-04-06 04:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:20:03] Production.INFO: ==32441== Lock acquired, processing the job...
[2026-04-06 04:20:03] Production.INFO: ==32437== Lock acquired, processing the job...
[2026-04-06 04:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:20:03] Production.INFO: Account Balance Start.
[2026-04-06 04:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:20:03] Production.INFO: 117
[2026-04-06 04:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:20:03] Production.INFO: ==32441== Releasing lock...
[2026-04-06 04:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: ==32435== Releasing lock...
[2026-04-06 04:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:20:05] Production.INFO: Total Charge 0
[2026-04-06 04:20:05] Production.INFO: CreateAllLog End
[2026-04-06 04:20:05] Production.INFO: Account Balance End.
[2026-04-06 04:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:20:05] Production.INFO: ==32439== Releasing lock...
[2026-04-06 04:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:20:11] Production.ERROR: CronJobId end10
[2026-04-06 04:20:11] Production.INFO: ==32437== Releasing lock...
[2026-04-06 04:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:20:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:20:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:20:13] Production.INFO: call_cost start
[2026-04-06 04:20:13] Production.INFO: call_cost end
[2026-04-06 04:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:20:13] Production.INFO: ==32432== Releasing lock...
[2026-04-06 04:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:21:01] Production.INFO: ==32496== Lock acquired, processing the job...
[2026-04-06 09:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:21:01] Production.INFO: neon service started
[2026-04-06 09:21:01] Production.INFO: neon service started
[2026-04-06 09:21:01] Production.INFO: ==32496== Releasing lock...
[2026-04-06 09:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:21:01] Production.INFO: ==32500== Lock acquired, processing the job...
[2026-04-06 08:21:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:21:01] Production.INFO: ==32500== Releasing lock...
[2026-04-06 08:21:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:21:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:21:01] Production.INFO: ==32498== Lock acquired, processing the job...
[2026-04-06 04:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:21:02] Production.INFO: ==32498== Releasing lock...
[2026-04-06 04:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:21:02] Production.INFO: ==32502== Lock acquired, processing the job...
[2026-04-06 04:21:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 04:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 04:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 04:21:03] Production.INFO: ==32502== Releasing lock...
[2026-04-06 04:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 04:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:21:03] Production.INFO: ==32504== Lock acquired, processing the job...
[2026-04-06 04:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:21:03] Production.INFO: ==32506== Lock acquired, processing the job...
[2026-04-06 04:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:21:03] Production.INFO: ==32508== Lock acquired, processing the job...
[2026-04-06 04:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:21:03] Production.INFO: ==32510== Lock acquired, processing the job...
[2026-04-06 04:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:21:03] Production.INFO: ==32512== Lock acquired, processing the job...
[2026-04-06 04:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 04:21:03] Production.INFO: ==32514== Lock acquired, processing the job...
[2026-04-06 04:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:21:03] Production.INFO: Account Balance Start.
[2026-04-06 04:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:21:03] Production.INFO: 117
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:21:03] Production.INFO: ==32514== Releasing lock...
[2026-04-06 04:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.ERROR: done
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 04:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045655', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: ==32506== Releasing lock...
[2026-04-06 04:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:21:04] Production.INFO: Total Charge 0
[2026-04-06 04:21:04] Production.INFO: CreateAllLog End
[2026-04-06 04:21:04] Production.INFO: Account Balance End.
[2026-04-06 04:21:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:21:04] Production.INFO: ==32510== Releasing lock...
[2026-04-06 04:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:21:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045655', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 04:21:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 04:21:09] Production.INFO: ProcessCDR(1,17045655,1,1,2)
[2026-04-06 04:21:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045655,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:21:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045655,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:21:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 04:21:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 04:21:10] Production.INFO: ==32512== Releasing lock...
[2026-04-06 04:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 04:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:21:13] Production.ERROR: CronJobId end10
[2026-04-06 04:21:13] Production.INFO: ==32508== Releasing lock...
[2026-04-06 04:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:21:16] Production.INFO: call_cost start
[2026-04-06 04:21:16] Production.INFO: call_cost end
[2026-04-06 04:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:21:16] Production.INFO: ==32504== Releasing lock...
[2026-04-06 04:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:22:01] Production.INFO: ==32584== Lock acquired, processing the job...
[2026-04-06 09:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:22:01] Production.INFO: neon service started
[2026-04-06 09:22:01] Production.INFO: neon service started
[2026-04-06 09:22:01] Production.INFO: ==32584== Releasing lock...
[2026-04-06 09:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:22:02] Production.INFO: ==32586== Lock acquired, processing the job...
[2026-04-06 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:22:02] Production.INFO: ==32586== Releasing lock...
[2026-04-06 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:22:02] Production.INFO: ==32589== Lock acquired, processing the job...
[2026-04-06 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:22:02] Production.INFO: ==32589== Releasing lock...
[2026-04-06 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:22:03] Production.INFO: ==32597== Lock acquired, processing the job...
[2026-04-06 04:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:22:03] Production.INFO: Account Balance Start.
[2026-04-06 04:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:22:03] Production.INFO: 117
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:22:03] Production.INFO: ==32591== Lock acquired, processing the job...
[2026-04-06 04:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: ==32593== Lock acquired, processing the job...
[2026-04-06 04:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: ==32595== Lock acquired, processing the job...
[2026-04-06 04:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: ==32599== Lock acquired, processing the job...
[2026-04-06 04:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: ==32599== Releasing lock...
[2026-04-06 04:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: ==32593== Releasing lock...
[2026-04-06 04:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:22:04] Production.INFO: Total Charge 0
[2026-04-06 04:22:04] Production.INFO: CreateAllLog End
[2026-04-06 04:22:04] Production.INFO: Account Balance End.
[2026-04-06 04:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:22:04] Production.INFO: ==32597== Releasing lock...
[2026-04-06 04:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:22:10] Production.ERROR: CronJobId end10
[2026-04-06 04:22:10] Production.INFO: ==32595== Releasing lock...
[2026-04-06 04:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:22:14] Production.INFO: call_cost start
[2026-04-06 04:22:14] Production.INFO: call_cost end
[2026-04-06 04:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:22:14] Production.INFO: ==32591== Releasing lock...
[2026-04-06 04:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:23:02] Production.INFO: ==32659== Lock acquired, processing the job...
[2026-04-06 09:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:23:02] Production.INFO: neon service started
[2026-04-06 09:23:02] Production.INFO: neon service started
[2026-04-06 09:23:02] Production.INFO: ==32659== Releasing lock...
[2026-04-06 09:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:23:02] Production.INFO: ==32661== Lock acquired, processing the job...
[2026-04-06 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:23:02] Production.INFO: ==32663== Lock acquired, processing the job...
[2026-04-06 08:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:23:02] Production.INFO: ==32663== Releasing lock...
[2026-04-06 08:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:23:03] Production.INFO: ==32661== Releasing lock...
[2026-04-06 04:23:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:23:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:23:03] Production.INFO: ==32666== Lock acquired, processing the job...
[2026-04-06 04:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:23:03] Production.INFO: ==32670== Lock acquired, processing the job...
[2026-04-06 04:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:23:03] Production.INFO: ==32668== Lock acquired, processing the job...
[2026-04-06 04:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:23:03] Production.INFO: ==32672== Lock acquired, processing the job...
[2026-04-06 04:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:23:03] Production.INFO: Account Balance Start.
[2026-04-06 04:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:23:03] Production.INFO: 117
[2026-04-06 04:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: ==32674== Lock acquired, processing the job...
[2026-04-06 04:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:23:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:23:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: ==32674== Releasing lock...
[2026-04-06 04:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: ==32668== Releasing lock...
[2026-04-06 04:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:23:05] Production.INFO: Total Charge 0
[2026-04-06 04:23:05] Production.INFO: CreateAllLog End
[2026-04-06 04:23:05] Production.INFO: Account Balance End.
[2026-04-06 04:23:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:23:05] Production.INFO: ==32672== Releasing lock...
[2026-04-06 04:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:23:10] Production.ERROR: CronJobId end10
[2026-04-06 04:23:10] Production.INFO: ==32670== Releasing lock...
[2026-04-06 04:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:23:14] Production.INFO: call_cost start
[2026-04-06 04:23:14] Production.INFO: call_cost end
[2026-04-06 04:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:23:14] Production.INFO: ==32666== Releasing lock...
[2026-04-06 04:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:24:01] Production.INFO: ==32729== Lock acquired, processing the job...
[2026-04-06 09:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:24:01] Production.INFO: neon service started
[2026-04-06 09:24:01] Production.INFO: neon service started
[2026-04-06 09:24:01] Production.INFO: ==32729== Releasing lock...
[2026-04-06 09:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:24:02] Production.INFO: ==32731== Lock acquired, processing the job...
[2026-04-06 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:24:02] Production.INFO: ==32731== Releasing lock...
[2026-04-06 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:24:02] Production.INFO: ==32733== Lock acquired, processing the job...
[2026-04-06 08:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:24:02] Production.INFO: ==32733== Releasing lock...
[2026-04-06 08:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:24:03] Production.INFO: ==32740== Lock acquired, processing the job...
[2026-04-06 04:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:24:03] Production.INFO: ==32738== Lock acquired, processing the job...
[2026-04-06 04:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:24:03] Production.INFO: ==32736== Lock acquired, processing the job...
[2026-04-06 04:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:24:03] Production.INFO: ==32742== Lock acquired, processing the job...
[2026-04-06 04:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:24:03] Production.INFO: ==32744== Lock acquired, processing the job...
[2026-04-06 04:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:24:03] Production.INFO: Account Balance Start.
[2026-04-06 04:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:24:03] Production.INFO: 117
[2026-04-06 04:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: ==32744== Releasing lock...
[2026-04-06 04:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: ==32738== Releasing lock...
[2026-04-06 04:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-28
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-29
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-30
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-03-31
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-04-01
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:03] Production.INFO: Date 2026-04-02
[2026-04-06 04:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:24:04] Production.INFO: Total Charge 0
[2026-04-06 04:24:04] Production.INFO: CreateAllLog End
[2026-04-06 04:24:04] Production.INFO: Account Balance End.
[2026-04-06 04:24:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:24:04] Production.INFO: ==32742== Releasing lock...
[2026-04-06 04:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:24:10] Production.ERROR: CronJobId end10
[2026-04-06 04:24:10] Production.INFO: ==32740== Releasing lock...
[2026-04-06 04:24:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:24:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:24:13] Production.INFO: call_cost start
[2026-04-06 04:24:13] Production.INFO: call_cost end
[2026-04-06 04:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:24:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:24:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:24:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:24:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:24:13] Production.INFO: ==32736== Releasing lock...
[2026-04-06 04:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:25:02] Production.INFO: ==352== Lock acquired, processing the job...
[2026-04-06 09:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:25:02] Production.INFO: neon service started
[2026-04-06 09:25:02] Production.INFO: neon service started
[2026-04-06 09:25:02] Production.INFO: ==352== Releasing lock...
[2026-04-06 09:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:25:02] Production.INFO: ==354== Lock acquired, processing the job...
[2026-04-06 04:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:25:02] Production.INFO: ==354== Releasing lock...
[2026-04-06 04:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:25:02] Production.INFO: ==356== Lock acquired, processing the job...
[2026-04-06 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:25:02] Production.INFO: ==356== Releasing lock...
[2026-04-06 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:25:03] Production.INFO: ==361== Lock acquired, processing the job...
[2026-04-06 04:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:25:03] Production.INFO: ==367== Lock acquired, processing the job...
[2026-04-06 04:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:25:03] Production.INFO: ==365== Lock acquired, processing the job...
[2026-04-06 04:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:25:03] Production.INFO: ==361== Releasing lock...
[2026-04-06 04:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:25:03] Production.INFO: ==359== Lock acquired, processing the job...
[2026-04-06 04:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:25:03] Production.INFO: Account Balance Start.
[2026-04-06 04:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:25:03] Production.INFO: 117
[2026-04-06 04:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:25:03] Production.INFO: ==363== Lock acquired, processing the job...
[2026-04-06 04:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:25:03] Production.INFO: ==367== Releasing lock...
[2026-04-06 04:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:25:04] Production.INFO: Total Charge 0
[2026-04-06 04:25:04] Production.INFO: CreateAllLog End
[2026-04-06 04:25:04] Production.INFO: Account Balance End.
[2026-04-06 04:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:25:04] Production.INFO: ==365== Releasing lock...
[2026-04-06 04:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:25:11] Production.ERROR: CronJobId end10
[2026-04-06 04:25:11] Production.INFO: ==363== Releasing lock...
[2026-04-06 04:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:25:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:25:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:25:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:25:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:25:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:25:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:25:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:25:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:25:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:25:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:25:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:25:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:25:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:25:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:25:13] Production.INFO: call_cost start
[2026-04-06 04:25:13] Production.INFO: call_cost end
[2026-04-06 04:25:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:25:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:25:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:25:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:25:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:25:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:25:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:25:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:25:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:25:13] Production.INFO: ==359== Releasing lock...
[2026-04-06 04:25:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:25:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:26:01] Production.INFO: ==428== Lock acquired, processing the job...
[2026-04-06 09:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:26:01] Production.INFO: neon service started
[2026-04-06 09:26:01] Production.INFO: neon service started
[2026-04-06 09:26:01] Production.INFO: ==428== Releasing lock...
[2026-04-06 09:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:26:01] Production.INFO: ==432== Lock acquired, processing the job...
[2026-04-06 08:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:26:01] Production.INFO: ==432== Releasing lock...
[2026-04-06 08:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:26:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:26:02] Production.INFO: ==430== Lock acquired, processing the job...
[2026-04-06 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:26:02] Production.INFO: ==430== Releasing lock...
[2026-04-06 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:26:02] Production.INFO: ==435== Lock acquired, processing the job...
[2026-04-06 04:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:26:02] Production.INFO: ==437== Lock acquired, processing the job...
[2026-04-06 04:26:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:26:03] Production.INFO: ==439== Lock acquired, processing the job...
[2026-04-06 04:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:26:03] Production.INFO: ==441== Lock acquired, processing the job...
[2026-04-06 04:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:26:03] Production.INFO: ==443== Lock acquired, processing the job...
[2026-04-06 04:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:26:03] Production.INFO: Account Balance Start.
[2026-04-06 04:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:26:03] Production.INFO: 117
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: ==443== Releasing lock...
[2026-04-06 04:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: ==437== Releasing lock...
[2026-04-06 04:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:26:04] Production.INFO: Total Charge 0
[2026-04-06 04:26:04] Production.INFO: CreateAllLog End
[2026-04-06 04:26:04] Production.INFO: Account Balance End.
[2026-04-06 04:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:26:04] Production.INFO: ==441== Releasing lock...
[2026-04-06 04:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:26:12] Production.ERROR: CronJobId end10
[2026-04-06 04:26:12] Production.INFO: ==439== Releasing lock...
[2026-04-06 04:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:26:14] Production.INFO: call_cost start
[2026-04-06 04:26:14] Production.INFO: call_cost end
[2026-04-06 04:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:26:14] Production.INFO: ==435== Releasing lock...
[2026-04-06 04:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:27:01] Production.INFO: ==519== Lock acquired, processing the job...
[2026-04-06 09:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:27:01] Production.INFO: neon service started
[2026-04-06 09:27:01] Production.INFO: neon service started
[2026-04-06 09:27:01] Production.INFO: ==519== Releasing lock...
[2026-04-06 09:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:27:02] Production.INFO: ==521== Lock acquired, processing the job...
[2026-04-06 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:27:02] Production.INFO: ==523== Lock acquired, processing the job...
[2026-04-06 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:27:02] Production.INFO: ==521== Releasing lock...
[2026-04-06 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:27:02] Production.INFO: ==523== Releasing lock...
[2026-04-06 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:27:03] Production.INFO: ==525== Lock acquired, processing the job...
[2026-04-06 04:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:27:03] Production.INFO: ==529== Lock acquired, processing the job...
[2026-04-06 04:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:27:03] Production.INFO: ==527== Lock acquired, processing the job...
[2026-04-06 04:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:27:03] Production.INFO: ==533== Lock acquired, processing the job...
[2026-04-06 04:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:27:03] Production.INFO: ==531== Lock acquired, processing the job...
[2026-04-06 04:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:27:03] Production.INFO: Account Balance Start.
[2026-04-06 04:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:27:03] Production.INFO: 117
[2026-04-06 04:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:27:03] Production.INFO: ==533== Releasing lock...
[2026-04-06 04:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:27:04] Production.INFO: ==527== Releasing lock...
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:27:04] Production.INFO: Total Charge 0
[2026-04-06 04:27:04] Production.INFO: CreateAllLog End
[2026-04-06 04:27:04] Production.INFO: Account Balance End.
[2026-04-06 04:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:27:04] Production.INFO: ==531== Releasing lock...
[2026-04-06 04:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:27:11] Production.ERROR: CronJobId end10
[2026-04-06 04:27:11] Production.INFO: ==529== Releasing lock...
[2026-04-06 04:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:27:14] Production.INFO: call_cost start
[2026-04-06 04:27:14] Production.INFO: call_cost end
[2026-04-06 04:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:27:14] Production.INFO: ==525== Releasing lock...
[2026-04-06 04:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:28:02] Production.INFO: ==591== Lock acquired, processing the job...
[2026-04-06 09:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:28:02] Production.INFO: neon service started
[2026-04-06 09:28:02] Production.INFO: neon service started
[2026-04-06 09:28:02] Production.INFO: ==591== Releasing lock...
[2026-04-06 09:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:28:02] Production.INFO: ==594== Lock acquired, processing the job...
[2026-04-06 04:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:28:02] Production.INFO: ==594== Releasing lock...
[2026-04-06 04:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:28:03] Production.INFO: ==596== Lock acquired, processing the job...
[2026-04-06 08:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:28:03] Production.INFO: ==596== Releasing lock...
[2026-04-06 08:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:28:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:28:03] Production.INFO: ==600== Lock acquired, processing the job...
[2026-04-06 04:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:28:03] Production.INFO: ==598== Lock acquired, processing the job...
[2026-04-06 04:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:28:03] Production.INFO: ==604== Lock acquired, processing the job...
[2026-04-06 04:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:28:03] Production.INFO: Account Balance Start.
[2026-04-06 04:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:28:03] Production.INFO: 117
[2026-04-06 04:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:03] Production.INFO: ==602== Lock acquired, processing the job...
[2026-04-06 04:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:28:04] Production.INFO: ==606== Lock acquired, processing the job...
[2026-04-06 04:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:28:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:28:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:28:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:28:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:28:04] Production.INFO: ==606== Releasing lock...
[2026-04-06 04:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: ==600== Releasing lock...
[2026-04-06 04:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:28:05] Production.INFO: Total Charge 0
[2026-04-06 04:28:05] Production.INFO: CreateAllLog End
[2026-04-06 04:28:05] Production.INFO: Account Balance End.
[2026-04-06 04:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:28:05] Production.INFO: ==604== Releasing lock...
[2026-04-06 04:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:28:12] Production.ERROR: CronJobId end10
[2026-04-06 04:28:12] Production.INFO: ==602== Releasing lock...
[2026-04-06 04:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:28:14] Production.INFO: call_cost start
[2026-04-06 04:28:14] Production.INFO: call_cost end
[2026-04-06 04:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:28:14] Production.INFO: ==598== Releasing lock...
[2026-04-06 04:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:29:01] Production.INFO: ==691== Lock acquired, processing the job...
[2026-04-06 09:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:29:01] Production.INFO: neon service started
[2026-04-06 09:29:01] Production.INFO: neon service started
[2026-04-06 09:29:01] Production.INFO: ==691== Releasing lock...
[2026-04-06 09:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:29:02] Production.INFO: ==694== Lock acquired, processing the job...
[2026-04-06 04:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:29:02] Production.INFO: ==694== Releasing lock...
[2026-04-06 04:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:29:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:29:02] Production.INFO: ==697== Lock acquired, processing the job...
[2026-04-06 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:29:02] Production.INFO: ==697== Releasing lock...
[2026-04-06 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:29:03] Production.INFO: ==706== Lock acquired, processing the job...
[2026-04-06 04:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:29:03] Production.INFO: ==699== Lock acquired, processing the job...
[2026-04-06 04:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:29:03] Production.INFO: ==701== Lock acquired, processing the job...
[2026-04-06 04:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:29:03] Production.INFO: ==709== Lock acquired, processing the job...
[2026-04-06 04:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:29:03] Production.INFO: ==711== Lock acquired, processing the job...
[2026-04-06 04:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:29:03] Production.INFO: Account Balance Start.
[2026-04-06 04:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:29:03] Production.INFO: 117
[2026-04-06 04:29:03] Production.INFO: ==711== Releasing lock...
[2026-04-06 04:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: ==701== Releasing lock...
[2026-04-06 04:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:29:05] Production.INFO: Total Charge 0
[2026-04-06 04:29:05] Production.INFO: CreateAllLog End
[2026-04-06 04:29:05] Production.INFO: Account Balance End.
[2026-04-06 04:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:29:05] Production.INFO: ==709== Releasing lock...
[2026-04-06 04:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:29:11] Production.ERROR: CronJobId end10
[2026-04-06 04:29:11] Production.INFO: ==706== Releasing lock...
[2026-04-06 04:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:29:13] Production.INFO: call_cost start
[2026-04-06 04:29:13] Production.INFO: call_cost end
[2026-04-06 04:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:29:13] Production.INFO: ==699== Releasing lock...
[2026-04-06 04:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:30:02] Production.INFO: ==776== Lock acquired, processing the job...
[2026-04-06 09:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:30:02] Production.INFO: neon service started
[2026-04-06 09:30:02] Production.INFO: neon service started
[2026-04-06 09:30:02] Production.INFO: ==776== Releasing lock...
[2026-04-06 09:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:30:02] Production.INFO: ==778== Lock acquired, processing the job...
[2026-04-06 04:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:30:02] Production.INFO: ==778== Releasing lock...
[2026-04-06 04:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:30:02] Production.INFO: ==780== Lock acquired, processing the job...
[2026-04-06 08:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:30:03] Production.INFO: ==780== Releasing lock...
[2026-04-06 08:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:30:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:30:03] Production.INFO: ==783== Lock acquired, processing the job...
[2026-04-06 04:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:30:03] Production.INFO: ==785== Lock acquired, processing the job...
[2026-04-06 04:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:30:03] Production.INFO: ==789== Lock acquired, processing the job...
[2026-04-06 04:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:30:03] Production.INFO: ==787== Lock acquired, processing the job...
[2026-04-06 04:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:30:03] Production.INFO: Account Balance Start.
[2026-04-06 04:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:30:03] Production.INFO: 117
[2026-04-06 04:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:30:03] Production.INFO: ==791== Lock acquired, processing the job...
[2026-04-06 04:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:30:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:30:04] Production.INFO: ==791== Releasing lock...
[2026-04-06 04:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: ==785== Releasing lock...
[2026-04-06 04:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:30:05] Production.INFO: Total Charge 0
[2026-04-06 04:30:05] Production.INFO: CreateAllLog End
[2026-04-06 04:30:05] Production.INFO: Account Balance End.
[2026-04-06 04:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:30:05] Production.INFO: ==789== Releasing lock...
[2026-04-06 04:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:30:12] Production.ERROR: CronJobId end10
[2026-04-06 04:30:12] Production.INFO: ==787== Releasing lock...
[2026-04-06 04:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:30:14] Production.INFO: call_cost start
[2026-04-06 04:30:14] Production.INFO: call_cost end
[2026-04-06 04:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:30:14] Production.INFO: ==783== Releasing lock...
[2026-04-06 04:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:31:01] Production.INFO: ==853== Lock acquired, processing the job...
[2026-04-06 09:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:31:01] Production.INFO: neon service started
[2026-04-06 09:31:01] Production.INFO: neon service started
[2026-04-06 09:31:01] Production.INFO: ==853== Releasing lock...
[2026-04-06 09:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:31:01] Production.INFO: ==855== Lock acquired, processing the job...
[2026-04-06 04:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:31:02] Production.INFO: ==855== Releasing lock...
[2026-04-06 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:31:02] Production.INFO: ==857== Lock acquired, processing the job...
[2026-04-06 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:31:02] Production.INFO: ==857== Releasing lock...
[2026-04-06 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:31:03] Production.INFO: ==859== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 04:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 04:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 04:31:03] Production.INFO: ==859== Releasing lock...
[2026-04-06 04:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 04:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:31:03] Production.INFO: ==861== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:31:03] Production.INFO: ==863== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: invoicegenerator-command-invoicegenerator-companyid-1-cronjobid-6 #Starts#
[2026-04-06 04:31:03] Production.INFO: ==865== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:31:03] Production.INFO: ==867== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:31:03] Production.INFO: ==869== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:31:03] Production.INFO: ==871== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 04:31:03] Production.INFO: ==873== Lock acquired, processing the job...
[2026-04-06 04:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:31:03] Production.INFO: Call prc_getBillingAccounts(1,2026-04-06,'','0')
[2026-04-06 04:31:03] Production.INFO: Array
(
[0] => stdClass Object
(
[AccountID] => 124
[NextInvoiceDate] => 2026-04-06
[AccountName] => Dominos 39009 (Mudassar Zia)
[ServiceID] => 0
)
[1] => stdClass Object
(
[AccountID] => 153
[NextInvoiceDate] => 2026-04-06
[AccountName] => Dominos 10191 (Chandresh Patel)
[ServiceID] => 0
)
[2] => stdClass Object
(
[AccountID] => 154
[NextInvoiceDate] => 2026-04-06
[AccountName] => Dominos 10385 (Sandeep Chaudhari)
[ServiceID] => 0
)
[3] => stdClass Object
(
[AccountID] => 206
[NextInvoiceDate] => 2026-04-06
[AccountName] => G4 Jobs
[ServiceID] => 0
)
[4] => stdClass Object
(
[AccountID] => 258
[NextInvoiceDate] => 2025-03-10
[AccountName] => Lion Motors
[ServiceID] => 0
)
)
[2026-04-06 04:31:03] Production.INFO: AccountID =124 FirstInvoiceSend 0
[2026-04-06 04:31:03] Production.INFO: LastInvoiceDate 2026-03-06 NextInvoiceDate 2026-04-06
[2026-04-06 04:31:03] Production.INFO: LastChargeDate 2026-03-06 NextChargeDate 2026-04-05
[2026-04-06 04:31:03] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-04-06 04:31:03] Production.INFO: ========================== Invoice Send Start =============================
[2026-04-06 04:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:31:03] Production.INFO: Account Balance Start.
[2026-04-06 04:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:31:03] Production.INFO: 117
[2026-04-06 04:31:03] Production.INFO: Invoice::sendInvoice(1,124,2026-03-06,2026-04-06,billing@onswitchit.ca)
[2026-04-06 04:31:03] Production.INFO: start Date =2026-03-06 EndDate =2026-04-05 23:59:59
[2026-04-06 04:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:31:03] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-04-06 04:31:03] Production.INFO: InvoiceTemplate->Terms =
This a summary of your subscription and usage charges for this billing period. Detailed charges, such as a list of all billable calls, can be found on subsequent pages.
[2026-04-06 04:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:31:03] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-04-06 04:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:31:03] Production.INFO: AlreadyBilled
[2026-04-06 04:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:03] Production.INFO: ==873== Releasing lock...
[2026-04-06 04:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:03] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 02:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-06 01:59:59
[2026-04-06 04:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.ERROR: done
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Invoice::getAccountUsageTotal(1,124,2026-03-06,2026-04-05 23:59:59)
[2026-04-06 04:31:04] Production.INFO: TotalCharges - 0
[2026-04-06 04:31:04] Production.INFO: TotalUsageCharges - 0.00
[2026-04-06 04:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 04:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045697', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 04:31:04] Production.INFO: Usage Over
[2026-04-06 04:31:04] Production.INFO: Call prc_getAccountSubscription(124,0)
[2026-04-06 04:31:04] Production.INFO: SUBSCRIPTION 3
[2026-04-06 04:31:04] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:04] Production.INFO: SubscriptionID - 5
[2026-04-06 04:31:04] Production.INFO: isAdvanceSubscription - 5
[2026-04-06 04:31:04] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:04] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:04] Production.INFO: SubscriptionDate
[2026-04-06 04:31:04] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:04] Production.INFO: AccountSubscription StartDate 2019-10-04 StartDate 2026-03-06
[2026-04-06 04:31:04] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: AccountSubscriptionID - 432 === 2019-10-04=====2025-05-04
[2026-04-06 04:31:04] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:04] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:04] Production.INFO: SubscriptionID - 4
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:31:04] Production.INFO: isAdvanceSubscription - 4
[2026-04-06 04:31:04] Production.INFO: ==865== Releasing lock...
[2026-04-06 04:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:04] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:04] Production.INFO: SubscriptionDate
[2026-04-06 04:31:04] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:04] Production.INFO: AccountSubscription StartDate 2019-10-04 StartDate 2026-03-06
[2026-04-06 04:31:04] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: AccountSubscriptionID - 433 === 2019-10-04=====2025-05-04
[2026-04-06 04:31:04] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:04] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:04] Production.INFO: SubscriptionID - 11
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: isAdvanceSubscription - 11
[2026-04-06 04:31:04] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:04] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:04] Production.INFO: SubscriptionDate
[2026-04-06 04:31:04] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:04] Production.INFO: AccountSubscription StartDate 2019-10-04 StartDate 2026-03-06
[2026-04-06 04:31:04] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:04] Production.INFO: AccountSubscriptionID - 434 === 2019-10-04=====2025-05-04
[2026-04-06 04:31:04] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:04] Production.INFO: SUBSCRIPTION Over
[2026-04-06 04:31:04] Production.INFO: Call prc_getAccountOneOffCharge(124,0,2026-03-06,2026-04-06 23:59:59)
[2026-04-06 04:31:04] Production.INFO: AccountOneOffCharge 0
[2026-04-06 04:31:04] Production.INFO: AccountOneOffCharge Over
[2026-04-06 04:31:04] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-04-06 04:31:04] Production.INFO: New UsageDates 2026-03-06 - 2026-04-05 23:59:59
[2026-04-06 04:31:04] Production.INFO: SubTotal 0
[2026-04-06 04:31:04] Production.INFO: SubTotalWithouttaxTotal 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: AccountOneOffCharge Tax Over
[2026-04-06 04:31:04] Production.INFO: TotalTax 0
[2026-04-06 04:31:04] Production.INFO: InvoiceGrandTotal 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: InvoiceTaxAmount 0
[2026-04-06 04:31:04] Production.INFO: GrandTotal 0
[2026-04-06 04:31:04] Production.INFO: SubTotal 0.00
[2026-04-06 04:31:04] Production.INFO: TotalDue -65.63
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 02:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-06 01:59:59
[2026-04-06 04:31:04] Production.INFO: CALL prc_getInvoiceUsage(1,'124','0','1','2026-03-06 02:00:00','2026-04-06 01:59:59',0)
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: PDF Generation start
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/124/Invoices/2026/04/06/Invoice-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.pdf
[2026-04-06 04:31:04] Production.INFO: On Linux
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-03-30
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:05] Production.INFO: Total Charge 0
[2026-04-06 04:31:05] Production.INFO: CreateAllLog End
[2026-04-06 04:31:05] Production.INFO: Account Balance End.
[2026-04-06 04:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:31:05] Production.INFO: ==869== Releasing lock...
[2026-04-06 04:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:31:06] Production.INFO: /var/www/html/onswitch.neon.service/wkhtmltox/bin/wkhtmltopdf --header-spacing 3 --footer-spacing 1 --header-html --footer-html "/var/www/tmp/1/124/Invoices/2026/04/06/footer-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.html" "/var/www/tmp/1/124/Invoices/2026/04/06/Invoice-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.html" "/var/www/tmp/1/124/Invoices/2026/04/06/Invoice-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.pdf"
[2026-04-06 04:31:06] Production.INFO:
[2026-04-06 04:31:06] Production.INFO: /var/www/tmp/1/124/Invoices/2026/04/06/Invoice-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.html
[2026-04-06 04:31:06] Production.INFO: /var/www/tmp/1/124/Invoices/2026/04/06/header-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.html
[2026-04-06 04:31:06] Production.INFO: /var/www/tmp/1/124/Invoices/2026/04/06/footer-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.html
[2026-04-06 04:31:06] Production.INFO: Invoice generation PDF path
[2026-04-06 04:31:06] Production.INFO: PDF fullPath 1/124/Invoices/2026/04/06/Invoice-dominos-39009-mudassar-zia-inv13764-from-03-06-2026-to-04-05-2026-12771.pdf
[2026-04-06 04:31:06] Production.INFO: Generate Usage File Start
[2026-04-06 04:31:06] Production.INFO: Usage File fullPath 1/124/InvoiceUsageFile/2026/04/06/dominos-39009-mudassar-zia-06-03-2026-00-00-00-TO-05-04-2026-23-59-59_5193__f4c3cb20-3192-11f1-a33d-f12bd0b6cb52.csv
[2026-04-06 04:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045697', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 04:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 04:31:10] Production.INFO: ProcessCDR(1,17045697,1,1,2)
[2026-04-06 04:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045697,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045697,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 04:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 04:31:10] Production.INFO: ==871== Releasing lock...
[2026-04-06 04:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 04:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:31:10] Production.INFO: Sending Email to Staff over
[2026-04-06 04:31:10] Production.INFO: Email Status 1
[2026-04-06 04:31:10] Production.INFO: Sending Email to Customer
[2026-04-06 04:31:10] Production.INFO: =========== Email Sending over ===========
[2026-04-06 04:31:10] Production.INFO: =========== Returning as Success =========== AccountID 124
[2026-04-06 04:31:10] Production.INFO: Invoice::sendInvoice done
[2026-04-06 04:31:10] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-04-06 04:31:10] Production.INFO: Invoice Committed AccountID = 124
[2026-04-06 04:31:10] Production.INFO: =========== Updating InvoiceDate ===========
[2026-04-06 04:31:10] Production.INFO: NextInvoice 2026-04-06 2026-05-05
[2026-04-06 04:31:10] Production.INFO: new dates
[2026-04-06 04:31:10] Production.INFO: LastInvoiceDate 2026-04-06 NextInvoiceDate 2026-05-06
[2026-04-06 04:31:10] Production.INFO: LastChargeDate 2026-04-06 NextChargeDate 2026-05-05
[2026-04-06 04:31:10] Production.INFO: =========== Updated InvoiceDate ===========
[2026-04-06 04:31:10] Production.INFO: ========================== Invoice Send End =============================
[2026-04-06 04:31:10] Production.INFO: AccountID =153 FirstInvoiceSend 0
[2026-04-06 04:31:10] Production.INFO: LastInvoiceDate 2026-03-06 NextInvoiceDate 2026-04-06
[2026-04-06 04:31:10] Production.INFO: LastChargeDate 2026-03-06 NextChargeDate 2026-04-05
[2026-04-06 04:31:11] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-04-06 04:31:11] Production.INFO: ========================== Invoice Send Start =============================
[2026-04-06 04:31:11] Production.INFO: Invoice::sendInvoice(1,153,2026-03-06,2026-04-06,billing@onswitchit.ca)
[2026-04-06 04:31:11] Production.INFO: start Date =2026-03-06 EndDate =2026-04-05 23:59:59
[2026-04-06 04:31:11] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-04-06 04:31:11] Production.INFO: InvoiceTemplate->Terms =
This a summary of your subscription and usage charges for this billing period. Detailed charges, such as a list of all billable calls, can be found on subsequent pages.
[2026-04-06 04:31:11] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-04-06 04:31:11] Production.INFO: AlreadyBilled
[2026-04-06 04:31:11] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:11] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 02:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-06 01:59:59
[2026-04-06 04:31:11] Production.INFO: Invoice::getAccountUsageTotal(1,153,2026-03-06,2026-04-05 23:59:59)
[2026-04-06 04:31:11] Production.INFO: TotalCharges - 0
[2026-04-06 04:31:11] Production.INFO: TotalUsageCharges - 0.00
[2026-04-06 04:31:11] Production.INFO: Usage Over
[2026-04-06 04:31:11] Production.INFO: Call prc_getAccountSubscription(153,0)
[2026-04-06 04:31:11] Production.INFO: SUBSCRIPTION 3
[2026-04-06 04:31:11] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:11] Production.INFO: SubscriptionID - 5
[2026-04-06 04:31:11] Production.INFO: isAdvanceSubscription - 5
[2026-04-06 04:31:11] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:11] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:11] Production.INFO: SubscriptionDate
[2026-04-06 04:31:11] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:11] Production.INFO: AccountSubscription StartDate 2021-07-05 StartDate 2026-03-06
[2026-04-06 04:31:11] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: AccountSubscriptionID - 607 === 2021-07-05=====2025-05-04
[2026-04-06 04:31:11] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:11] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:11] Production.INFO: SubscriptionID - 11
[2026-04-06 04:31:11] Production.INFO: isAdvanceSubscription - 11
[2026-04-06 04:31:11] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:11] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:11] Production.INFO: SubscriptionDate
[2026-04-06 04:31:11] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:11] Production.INFO: AccountSubscription StartDate 2021-07-05 StartDate 2026-03-06
[2026-04-06 04:31:11] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: AccountSubscriptionID - 608 === 2021-07-05=====2025-05-04
[2026-04-06 04:31:11] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:11] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:11] Production.INFO: SubscriptionID - 4
[2026-04-06 04:31:11] Production.INFO: isAdvanceSubscription - 4
[2026-04-06 04:31:11] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:11] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:11] Production.INFO: SubscriptionDate
[2026-04-06 04:31:11] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:11] Production.INFO: AccountSubscription StartDate 2021-07-05 StartDate 2026-03-06
[2026-04-06 04:31:11] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:11] Production.INFO: AccountSubscriptionID - 609 === 2021-07-05=====2025-05-04
[2026-04-06 04:31:11] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:11] Production.INFO: SUBSCRIPTION Over
[2026-04-06 04:31:11] Production.INFO: Call prc_getAccountOneOffCharge(153,0,2026-03-06,2026-04-06 23:59:59)
[2026-04-06 04:31:11] Production.INFO: AccountOneOffCharge 0
[2026-04-06 04:31:11] Production.INFO: AccountOneOffCharge Over
[2026-04-06 04:31:11] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-04-06 04:31:11] Production.INFO: New UsageDates 2026-03-06 - 2026-04-05 23:59:59
[2026-04-06 04:31:11] Production.INFO: SubTotal 0
[2026-04-06 04:31:11] Production.INFO: SubTotalWithouttaxTotal 0
[2026-04-06 04:31:11] Production.INFO: AccountOneOffCharge Tax Over
[2026-04-06 04:31:11] Production.INFO: TotalTax 0
[2026-04-06 04:31:11] Production.INFO: InvoiceGrandTotal 0
[2026-04-06 04:31:11] Production.INFO: InvoiceTaxAmount 0
[2026-04-06 04:31:11] Production.INFO: GrandTotal 0
[2026-04-06 04:31:11] Production.INFO: SubTotal 0.00
[2026-04-06 04:31:11] Production.INFO: TotalDue -55.13
[2026-04-06 04:31:11] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:11] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 02:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-06 01:59:59
[2026-04-06 04:31:11] Production.INFO: CALL prc_getInvoiceUsage(1,'153','0','1','2026-03-06 02:00:00','2026-04-06 01:59:59',0)
[2026-04-06 04:31:11] Production.INFO: PDF Generation start
[2026-04-06 04:31:11] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/153/Invoices/2026/04/06/Invoice-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.pdf
[2026-04-06 04:31:11] Production.INFO: On Linux
[2026-04-06 04:31:12] Production.INFO: /var/www/html/onswitch.neon.service/wkhtmltox/bin/wkhtmltopdf --header-spacing 3 --footer-spacing 1 --header-html --footer-html "/var/www/tmp/1/153/Invoices/2026/04/06/footer-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.html" "/var/www/tmp/1/153/Invoices/2026/04/06/Invoice-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.html" "/var/www/tmp/1/153/Invoices/2026/04/06/Invoice-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.pdf"
[2026-04-06 04:31:12] Production.INFO:
[2026-04-06 04:31:12] Production.INFO: /var/www/tmp/1/153/Invoices/2026/04/06/Invoice-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.html
[2026-04-06 04:31:12] Production.INFO: /var/www/tmp/1/153/Invoices/2026/04/06/header-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.html
[2026-04-06 04:31:12] Production.INFO: /var/www/tmp/1/153/Invoices/2026/04/06/footer-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.html
[2026-04-06 04:31:12] Production.INFO: Invoice generation PDF path
[2026-04-06 04:31:12] Production.INFO: PDF fullPath 1/153/Invoices/2026/04/06/Invoice-dominos-10191-chandresh-patel-inv13765-from-03-06-2026-to-04-05-2026-12772.pdf
[2026-04-06 04:31:12] Production.INFO: Generate Usage File Start
[2026-04-06 04:31:12] Production.INFO: Usage File fullPath 1/153/InvoiceUsageFile/2026/04/06/dominos-10191-chandresh-patel-06-03-2026-00-00-00-TO-05-04-2026-23-59-59_3149__f8572dd0-3192-11f1-b8ea-e7f8e31edeab.csv
[2026-04-06 04:31:14] Production.INFO: Sending Email to Staff over
[2026-04-06 04:31:14] Production.INFO: Email Status 1
[2026-04-06 04:31:14] Production.INFO: Sending Email to Customer
[2026-04-06 04:31:14] Production.INFO: =========== Email Sending over ===========
[2026-04-06 04:31:14] Production.INFO: =========== Returning as Success =========== AccountID 153
[2026-04-06 04:31:14] Production.INFO: Invoice::sendInvoice done
[2026-04-06 04:31:14] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-04-06 04:31:14] Production.INFO: Invoice Committed AccountID = 153
[2026-04-06 04:31:14] Production.INFO: =========== Updating InvoiceDate ===========
[2026-04-06 04:31:14] Production.INFO: NextInvoice 2026-04-06 2026-05-05
[2026-04-06 04:31:14] Production.INFO: new dates
[2026-04-06 04:31:14] Production.INFO: LastInvoiceDate 2026-04-06 NextInvoiceDate 2026-05-06
[2026-04-06 04:31:14] Production.INFO: LastChargeDate 2026-04-06 NextChargeDate 2026-05-05
[2026-04-06 04:31:14] Production.INFO: =========== Updated InvoiceDate ===========
[2026-04-06 04:31:14] Production.INFO: ========================== Invoice Send End =============================
[2026-04-06 04:31:14] Production.INFO: AccountID =154 FirstInvoiceSend 0
[2026-04-06 04:31:14] Production.INFO: LastInvoiceDate 2026-03-06 NextInvoiceDate 2026-04-06
[2026-04-06 04:31:14] Production.INFO: LastChargeDate 2026-03-06 NextChargeDate 2026-04-05
[2026-04-06 04:31:14] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-04-06 04:31:14] Production.INFO: ========================== Invoice Send Start =============================
[2026-04-06 04:31:14] Production.INFO: Invoice::sendInvoice(1,154,2026-03-06,2026-04-06,billing@onswitchit.ca)
[2026-04-06 04:31:14] Production.INFO: start Date =2026-03-06 EndDate =2026-04-05 23:59:59
[2026-04-06 04:31:14] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-04-06 04:31:14] Production.INFO: InvoiceTemplate->Terms =
This a summary of your subscription and usage charges for this billing period. Detailed charges, such as a list of all billable calls, can be found on subsequent pages.
[2026-04-06 04:31:14] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-04-06 04:31:14] Production.INFO: AlreadyBilled
[2026-04-06 04:31:14] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:14] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 00:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-05 23:59:59
[2026-04-06 04:31:14] Production.INFO: Invoice::getAccountUsageTotal(1,154,2026-03-06,2026-04-05 23:59:59)
[2026-04-06 04:31:14] Production.INFO: TotalCharges - 0
[2026-04-06 04:31:14] Production.INFO: TotalUsageCharges - 0.00
[2026-04-06 04:31:14] Production.INFO: Usage Over
[2026-04-06 04:31:14] Production.INFO: Call prc_getAccountSubscription(154,0)
[2026-04-06 04:31:14] Production.INFO: SUBSCRIPTION 3
[2026-04-06 04:31:14] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:14] Production.INFO: SubscriptionID - 5
[2026-04-06 04:31:14] Production.INFO: isAdvanceSubscription - 5
[2026-04-06 04:31:14] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:14] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:14] Production.INFO: SubscriptionDate
[2026-04-06 04:31:14] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:14] Production.INFO: AccountSubscription StartDate 2021-05-18 StartDate 2026-03-06
[2026-04-06 04:31:14] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: AccountSubscriptionID - 610 === 2021-05-18=====2025-05-04
[2026-04-06 04:31:14] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:14] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:14] Production.INFO: SubscriptionID - 4
[2026-04-06 04:31:14] Production.INFO: isAdvanceSubscription - 4
[2026-04-06 04:31:14] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:14] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:14] Production.INFO: SubscriptionDate
[2026-04-06 04:31:14] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:14] Production.INFO: AccountSubscription StartDate 2021-05-18 StartDate 2026-03-06
[2026-04-06 04:31:14] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: AccountSubscriptionID - 611 === 2021-05-18=====2025-05-04
[2026-04-06 04:31:14] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:14] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:14] Production.INFO: SubscriptionID - 11
[2026-04-06 04:31:14] Production.INFO: isAdvanceSubscription - 11
[2026-04-06 04:31:14] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:14] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:14] Production.INFO: SubscriptionDate
[2026-04-06 04:31:14] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:14] Production.INFO: AccountSubscription StartDate 2021-05-18 StartDate 2026-03-06
[2026-04-06 04:31:14] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:14] Production.INFO: AccountSubscriptionID - 612 === 2021-05-18=====2025-05-04
[2026-04-06 04:31:14] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:14] Production.INFO: SUBSCRIPTION Over
[2026-04-06 04:31:14] Production.INFO: Call prc_getAccountOneOffCharge(154,0,2026-03-06,2026-04-06 23:59:59)
[2026-04-06 04:31:14] Production.INFO: AccountOneOffCharge 0
[2026-04-06 04:31:14] Production.INFO: AccountOneOffCharge Over
[2026-04-06 04:31:14] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-04-06 04:31:14] Production.INFO: New UsageDates 2026-03-06 - 2026-04-05 23:59:59
[2026-04-06 04:31:14] Production.INFO: SubTotal 0
[2026-04-06 04:31:14] Production.INFO: SubTotalWithouttaxTotal 0
[2026-04-06 04:31:14] Production.INFO: AccountOneOffCharge Tax Over
[2026-04-06 04:31:14] Production.INFO: TotalTax 0
[2026-04-06 04:31:14] Production.INFO: InvoiceGrandTotal 0
[2026-04-06 04:31:14] Production.INFO: InvoiceTaxAmount 0
[2026-04-06 04:31:14] Production.INFO: GrandTotal 0
[2026-04-06 04:31:14] Production.INFO: SubTotal 0.00
[2026-04-06 04:31:14] Production.INFO: TotalDue -59.33
[2026-04-06 04:31:14] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:14] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 00:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-05 23:59:59
[2026-04-06 04:31:14] Production.INFO: CALL prc_getInvoiceUsage(1,'154','0','1','2026-03-06 00:00:00','2026-04-05 23:59:59',0)
[2026-04-06 04:31:14] Production.INFO: PDF Generation start
[2026-04-06 04:31:14] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/154/Invoices/2026/04/06/Invoice-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.pdf
[2026-04-06 04:31:14] Production.INFO: On Linux
[2026-04-06 04:31:15] Production.ERROR: CronJobId end10
[2026-04-06 04:31:15] Production.INFO: ==867== Releasing lock...
[2026-04-06 04:31:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:31:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:31:16] Production.INFO: /var/www/html/onswitch.neon.service/wkhtmltox/bin/wkhtmltopdf --header-spacing 3 --footer-spacing 1 --header-html --footer-html "/var/www/tmp/1/154/Invoices/2026/04/06/footer-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.html" "/var/www/tmp/1/154/Invoices/2026/04/06/Invoice-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.html" "/var/www/tmp/1/154/Invoices/2026/04/06/Invoice-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.pdf"
[2026-04-06 04:31:16] Production.INFO:
[2026-04-06 04:31:16] Production.INFO: /var/www/tmp/1/154/Invoices/2026/04/06/Invoice-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.html
[2026-04-06 04:31:16] Production.INFO: /var/www/tmp/1/154/Invoices/2026/04/06/header-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.html
[2026-04-06 04:31:16] Production.INFO: /var/www/tmp/1/154/Invoices/2026/04/06/footer-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.html
[2026-04-06 04:31:16] Production.INFO: Invoice generation PDF path
[2026-04-06 04:31:16] Production.INFO: PDF fullPath 1/154/Invoices/2026/04/06/Invoice-dominos-10385-sandeep-chaudhari-inv13766-from-03-06-2026-to-04-05-2026-12773.pdf
[2026-04-06 04:31:16] Production.INFO: Generate Usage File Start
[2026-04-06 04:31:16] Production.INFO: Usage File fullPath 1/154/InvoiceUsageFile/2026/04/06/dominos-10385-sandeep-chaudhari-06-03-2026-00-00-00-TO-05-04-2026-23-59-59_3415__fa832100-3192-11f1-8c53-f165297a0c4b.csv
[2026-04-06 04:31:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:31:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:31:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:31:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:31:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:31:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:31:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:31:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:31:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:31:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:31:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:31:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:31:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:31:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:31:17] Production.INFO: Sending Email to Staff over
[2026-04-06 04:31:17] Production.INFO: Email Status 1
[2026-04-06 04:31:17] Production.INFO: Sending Email to Customer
[2026-04-06 04:31:17] Production.INFO: =========== Email Sending over ===========
[2026-04-06 04:31:17] Production.INFO: =========== Returning as Success =========== AccountID 154
[2026-04-06 04:31:17] Production.INFO: Invoice::sendInvoice done
[2026-04-06 04:31:17] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-04-06 04:31:17] Production.INFO: Invoice Committed AccountID = 154
[2026-04-06 04:31:17] Production.INFO: =========== Updating InvoiceDate ===========
[2026-04-06 04:31:18] Production.INFO: NextInvoice 2026-04-06 2026-05-05
[2026-04-06 04:31:18] Production.INFO: new dates
[2026-04-06 04:31:18] Production.INFO: LastInvoiceDate 2026-04-06 NextInvoiceDate 2026-05-06
[2026-04-06 04:31:18] Production.INFO: LastChargeDate 2026-04-06 NextChargeDate 2026-05-05
[2026-04-06 04:31:18] Production.INFO: =========== Updated InvoiceDate ===========
[2026-04-06 04:31:18] Production.INFO: ========================== Invoice Send End =============================
[2026-04-06 04:31:18] Production.INFO: AccountID =206 FirstInvoiceSend 0
[2026-04-06 04:31:18] Production.INFO: LastInvoiceDate 2026-03-06 NextInvoiceDate 2026-04-06
[2026-04-06 04:31:18] Production.INFO: LastChargeDate 2026-03-06 NextChargeDate 2026-04-05
[2026-04-06 04:31:18] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-04-06 04:31:18] Production.INFO: ========================== Invoice Send Start =============================
[2026-04-06 04:31:18] Production.INFO: Invoice::sendInvoice(1,206,2026-03-06,2026-04-06,billing@onswitchit.ca)
[2026-04-06 04:31:18] Production.INFO: start Date =2026-03-06 EndDate =2026-04-05 23:59:59
[2026-04-06 04:31:18] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-04-06 04:31:18] Production.INFO: InvoiceTemplate->Terms =
This a summary of your subscription and usage charges for this billing period. Detailed charges, such as a list of all billable calls, can be found on subsequent pages.
[2026-04-06 04:31:18] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-04-06 04:31:18] Production.INFO: AlreadyBilled
[2026-04-06 04:31:18] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:18] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 00:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-05 23:59:59
[2026-04-06 04:31:18] Production.INFO: Invoice::getAccountUsageTotal(1,206,2026-03-06,2026-04-05 23:59:59)
[2026-04-06 04:31:18] Production.INFO: TotalCharges - 0
[2026-04-06 04:31:18] Production.INFO: TotalUsageCharges - 0.00
[2026-04-06 04:31:18] Production.INFO: Usage Over
[2026-04-06 04:31:18] Production.INFO: Call prc_getAccountSubscription(206,0)
[2026-04-06 04:31:18] Production.INFO: SUBSCRIPTION 1
[2026-04-06 04:31:18] Production.INFO: ============================Subscription Start =================
[2026-04-06 04:31:18] Production.INFO: SubscriptionID - 2
[2026-04-06 04:31:18] Production.INFO: isAdvanceSubscription - 2
[2026-04-06 04:31:18] Production.INFO: SubscriptionStartDate =2026-04-06 - SubscriptionEndDate = 2026-05-05
[2026-04-06 04:31:18] Production.INFO: NewNextChargeDate =2026-05-05 00:00:00
[2026-04-06 04:31:18] Production.INFO: EndDate =2025-05-05 00:00:00
[2026-04-06 04:31:18] Production.INFO: NewEndDate1 =2025-05-06
[2026-04-06 04:31:18] Production.INFO: SubscriptionDate
[2026-04-06 04:31:18] Production.INFO: Array
(
[StartDate] => 2025-05-06
[EndDate] => 2026-05-05 00:00:00
[AlreadyCharged] => 0
)
[2026-04-06 04:31:18] Production.INFO: AccountSubscription StartDate 2023-08-14 StartDate 2026-03-06
[2026-04-06 04:31:18] Production.INFO: SubscriptionID - 2025-05-06=====2026-05-05 00:00:00
[2026-04-06 04:31:18] Production.INFO: AccountSubscriptionID - 722 === 2023-08-14=====2025-05-04
[2026-04-06 04:31:18] Production.INFO: ============================Subscription End =================
[2026-04-06 04:31:18] Production.INFO: SUBSCRIPTION Over
[2026-04-06 04:31:18] Production.INFO: Call prc_getAccountOneOffCharge(206,0,2026-03-06,2026-04-06 23:59:59)
[2026-04-06 04:31:18] Production.INFO: AccountOneOffCharge 0
[2026-04-06 04:31:18] Production.INFO: AccountOneOffCharge Over
[2026-04-06 04:31:18] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-04-06 04:31:18] Production.INFO: New UsageDates 2026-03-06 - 2026-04-05 23:59:59
[2026-04-06 04:31:18] Production.INFO: SubTotal 0
[2026-04-06 04:31:18] Production.INFO: SubTotalWithouttaxTotal 0
[2026-04-06 04:31:18] Production.INFO: AccountOneOffCharge Tax Over
[2026-04-06 04:31:18] Production.INFO: TotalTax 0
[2026-04-06 04:31:18] Production.INFO: InvoiceGrandTotal 0
[2026-04-06 04:31:18] Production.INFO: InvoiceTaxAmount 0
[2026-04-06 04:31:18] Production.INFO: GrandTotal 0
[2026-04-06 04:31:18] Production.INFO: SubTotal 0.00
[2026-04-06 04:31:18] Production.INFO: TotalDue 141.42
[2026-04-06 04:31:18] Production.INFO: Reseller ==> 0
[2026-04-06 04:31:18] Production.INFO: original start date ==>2026-03-06 changed start date ==>2026-03-06 00:00:00 original end date ==>2026-04-05 23:59:59 changed end date ==>2026-04-05 23:59:59
[2026-04-06 04:31:18] Production.INFO: CALL prc_getInvoiceUsage(1,'206','0','1','2026-03-06 00:00:00','2026-04-05 23:59:59',0)
[2026-04-06 04:31:18] Production.INFO: PDF Generation start
[2026-04-06 04:31:18] Production.INFO: call_cost start
[2026-04-06 04:31:18] Production.INFO: call_cost end
[2026-04-06 04:31:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:31:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:31:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:31:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:31:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:31:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:31:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:31:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:31:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:31:18] Production.INFO: ==861== Releasing lock...
[2026-04-06 04:31:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:31:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 04:31:18] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/206/Invoices/2026/04/06/Invoice-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.pdf
[2026-04-06 04:31:18] Production.INFO: On Linux
[2026-04-06 04:31:19] Production.INFO: /var/www/html/onswitch.neon.service/wkhtmltox/bin/wkhtmltopdf --header-spacing 3 --footer-spacing 1 --header-html --footer-html "/var/www/tmp/1/206/Invoices/2026/04/06/footer-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.html" "/var/www/tmp/1/206/Invoices/2026/04/06/Invoice-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.html" "/var/www/tmp/1/206/Invoices/2026/04/06/Invoice-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.pdf"
[2026-04-06 04:31:19] Production.INFO:
[2026-04-06 04:31:19] Production.INFO: /var/www/tmp/1/206/Invoices/2026/04/06/Invoice-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.html
[2026-04-06 04:31:19] Production.INFO: /var/www/tmp/1/206/Invoices/2026/04/06/header-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.html
[2026-04-06 04:31:19] Production.INFO: /var/www/tmp/1/206/Invoices/2026/04/06/footer-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.html
[2026-04-06 04:31:19] Production.INFO: Invoice generation PDF path
[2026-04-06 04:31:19] Production.INFO: PDF fullPath 1/206/Invoices/2026/04/06/Invoice-g4-jobs-inv13767-from-03-06-2026-to-04-05-2026-12774.pdf
[2026-04-06 04:31:19] Production.INFO: Generate Usage File Start
[2026-04-06 04:31:19] Production.INFO: Usage File fullPath 1/206/InvoiceUsageFile/2026/04/06/g4-jobs-06-03-2026-00-00-00-TO-05-04-2026-23-59-59_2813__fc50d180-3192-11f1-8ff5-7f2f3b27a41f.csv
[2026-04-06 04:31:20] Production.INFO: Sending Email to Staff over
[2026-04-06 04:31:20] Production.INFO: Email Status 1
[2026-04-06 04:31:20] Production.INFO: Sending Email to Customer
[2026-04-06 04:31:20] Production.INFO: =========== Email Sending over ===========
[2026-04-06 04:31:20] Production.INFO: =========== Returning as Success =========== AccountID 206
[2026-04-06 04:31:20] Production.INFO: Invoice::sendInvoice done
[2026-04-06 04:31:20] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-04-06 04:31:20] Production.INFO: Invoice Committed AccountID = 206
[2026-04-06 04:31:20] Production.INFO: =========== Updating InvoiceDate ===========
[2026-04-06 04:31:20] Production.INFO: NextInvoice 2026-04-06 2026-05-05
[2026-04-06 04:31:20] Production.INFO: new dates
[2026-04-06 04:31:20] Production.INFO: LastInvoiceDate 2026-04-06 NextInvoiceDate 2026-05-06
[2026-04-06 04:31:20] Production.INFO: LastChargeDate 2026-04-06 NextChargeDate 2026-05-05
[2026-04-06 04:31:20] Production.INFO: =========== Updated InvoiceDate ===========
[2026-04-06 04:31:20] Production.INFO: ========================== Invoice Send End =============================
[2026-04-06 04:31:20] Production.INFO: AccountID =258 FirstInvoiceSend 0
[2026-04-06 04:31:20] Production.INFO: LastInvoiceDate 2025-02-10 NextInvoiceDate 2025-03-10
[2026-04-06 04:31:20] Production.INFO: LastChargeDate 2025-02-10 NextChargeDate 2025-03-09
[2026-04-06 04:31:20] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-04-06 04:31:20] Production.INFO: ========================== Invoice Send Start =============================
[2026-04-06 04:31:20] Production.INFO: Invoice::sendInvoice(1,258,2025-02-10,2025-03-10,billing@onswitchit.ca)
[2026-04-06 04:31:20] Production.INFO: start Date =2025-02-10 EndDate =2025-03-09 23:59:59
[2026-04-06 04:31:20] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-04-06 04:31:20] Production.INFO: InvoiceTemplate->Terms =
This a summary of your subscription and usage charges for this billing period. Detailed charges, such as a list of all billable calls, can be found on subsequent pages.
[2026-04-06 04:31:20] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-04-06 04:31:20] Production.INFO: Invoice::sendInvoice done
[2026-04-06 04:31:20] Production.INFO: Invoice rollback AccountID = 258
[2026-04-06 04:31:20] Production.INFO: ========================== Error =============================
[2026-04-06 04:31:20] Production.INFO: Invoice with Error - Array
(
[status] => failure
[message] => Lion Motors Account is already billed on this duration
)
[2026-04-06 04:31:20] Production.INFO: ========================== Invoice Send End =============================
[2026-04-06 04:31:20] Production.INFO: ========================== Recurring invoice Start =============================
[2026-04-06 04:31:20] Production.INFO: recurring invoices ID
[2026-04-06 04:31:20] Production.INFO:
[2026-04-06 04:31:20] Production.INFO: recurring errorsArray
(
)
[2026-04-06 04:31:20] Production.INFO: ========================== Recurring invoice End =============================
[2026-04-06 04:31:20] Production.INFO: ========================== Job Updated =============================
[2026-04-06 04:31:21] Production.INFO: ========================== Job Email Sent =============================
[2026-04-06 04:31:23] Production.ERROR: **Email Sent Status 1
[2026-04-06 04:31:23] Production.ERROR: **Email Sent message Email has been sent
[2026-04-06 04:31:23] Production.ERROR: CronJobId end6
[2026-04-06 04:31:23] Production.INFO: ==863== Releasing lock...
[2026-04-06 04:31:23] Production.INFO: invoicegenerator-command-invoicegenerator-companyid-1-cronjobid-6 #Stops#
[2026-04-06 04:31:23] Production.INFO: 38 MB #Memory Used#
[2026-04-06 09:32:01] Production.INFO: ==1006== Lock acquired, processing the job...
[2026-04-06 09:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:32:01] Production.INFO: neon service started
[2026-04-06 09:32:01] Production.INFO: neon service started
[2026-04-06 09:32:01] Production.INFO: ==1006== Releasing lock...
[2026-04-06 09:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:32:02] Production.INFO: ==1010== Lock acquired, processing the job...
[2026-04-06 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:32:02] Production.INFO: ==1010== Releasing lock...
[2026-04-06 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:32:02] Production.INFO: ==1008== Lock acquired, processing the job...
[2026-04-06 04:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:32:02] Production.INFO: ==1008== Releasing lock...
[2026-04-06 04:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:32:03] Production.INFO: ==1013== Lock acquired, processing the job...
[2026-04-06 04:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:32:03] Production.INFO: ==1017== Lock acquired, processing the job...
[2026-04-06 04:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:32:03] Production.INFO: ==1021== Lock acquired, processing the job...
[2026-04-06 04:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:32:03] Production.INFO: ==1015== Lock acquired, processing the job...
[2026-04-06 04:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:32:03] Production.INFO: ==1019== Lock acquired, processing the job...
[2026-04-06 04:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:32:03] Production.INFO: ==1021== Releasing lock...
[2026-04-06 04:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:32:03] Production.INFO: Account Balance Start.
[2026-04-06 04:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:32:03] Production.INFO: 117
[2026-04-06 04:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: ==1015== Releasing lock...
[2026-04-06 04:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:32:05] Production.INFO: Total Charge 0
[2026-04-06 04:32:05] Production.INFO: CreateAllLog End
[2026-04-06 04:32:05] Production.INFO: Account Balance End.
[2026-04-06 04:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:32:05] Production.INFO: ==1019== Releasing lock...
[2026-04-06 04:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:32:12] Production.ERROR: CronJobId end10
[2026-04-06 04:32:12] Production.INFO: ==1017== Releasing lock...
[2026-04-06 04:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:32:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:32:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:32:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:32:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:32:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:32:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:32:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:32:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:32:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:32:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:32:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:32:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:32:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:32:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:32:15] Production.INFO: call_cost start
[2026-04-06 04:32:15] Production.INFO: call_cost end
[2026-04-06 04:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:32:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:32:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:32:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:32:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:32:15] Production.INFO: ==1013== Releasing lock...
[2026-04-06 04:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:33:02] Production.INFO: ==1089== Lock acquired, processing the job...
[2026-04-06 09:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:33:02] Production.INFO: neon service started
[2026-04-06 09:33:02] Production.INFO: neon service started
[2026-04-06 09:33:02] Production.INFO: ==1089== Releasing lock...
[2026-04-06 09:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:33:02] Production.INFO: ==1094== Lock acquired, processing the job...
[2026-04-06 08:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:33:02] Production.INFO: ==1094== Releasing lock...
[2026-04-06 08:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:33:02] Production.INFO: ==1092== Lock acquired, processing the job...
[2026-04-06 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:33:02] Production.INFO: ==1092== Releasing lock...
[2026-04-06 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:33:03] Production.INFO: ==1096== Lock acquired, processing the job...
[2026-04-06 04:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:33:03] Production.INFO: ==1098== Lock acquired, processing the job...
[2026-04-06 04:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:33:03] Production.INFO: ==1100== Lock acquired, processing the job...
[2026-04-06 04:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:33:03] Production.INFO: ==1102== Lock acquired, processing the job...
[2026-04-06 04:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:33:03] Production.INFO: ==1104== Lock acquired, processing the job...
[2026-04-06 04:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:33:03] Production.INFO: Account Balance Start.
[2026-04-06 04:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:33:03] Production.INFO: 117
[2026-04-06 04:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: ==1104== Releasing lock...
[2026-04-06 04:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: ==1098== Releasing lock...
[2026-04-06 04:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:33:04] Production.INFO: Total Charge 0
[2026-04-06 04:33:04] Production.INFO: CreateAllLog End
[2026-04-06 04:33:05] Production.INFO: Account Balance End.
[2026-04-06 04:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:33:05] Production.INFO: ==1102== Releasing lock...
[2026-04-06 04:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:33:11] Production.ERROR: CronJobId end10
[2026-04-06 04:33:11] Production.INFO: ==1100== Releasing lock...
[2026-04-06 04:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:33:14] Production.INFO: call_cost start
[2026-04-06 04:33:14] Production.INFO: call_cost end
[2026-04-06 04:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:33:14] Production.INFO: ==1096== Releasing lock...
[2026-04-06 04:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:34:01] Production.INFO: ==1177== Lock acquired, processing the job...
[2026-04-06 09:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:34:01] Production.INFO: neon service started
[2026-04-06 09:34:01] Production.INFO: neon service started
[2026-04-06 09:34:01] Production.INFO: ==1177== Releasing lock...
[2026-04-06 09:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:34:02] Production.INFO: ==1179== Lock acquired, processing the job...
[2026-04-06 04:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:34:02] Production.INFO: ==1179== Releasing lock...
[2026-04-06 04:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:34:02] Production.INFO: ==1181== Lock acquired, processing the job...
[2026-04-06 08:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:34:02] Production.INFO: ==1181== Releasing lock...
[2026-04-06 08:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:34:03] Production.INFO: ==1183== Lock acquired, processing the job...
[2026-04-06 04:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:34:03] Production.INFO: ==1187== Lock acquired, processing the job...
[2026-04-06 04:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:34:03] Production.INFO: ==1185== Lock acquired, processing the job...
[2026-04-06 04:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:34:03] Production.INFO: ==1189== Lock acquired, processing the job...
[2026-04-06 04:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:34:03] Production.INFO: ==1191== Lock acquired, processing the job...
[2026-04-06 04:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:34:03] Production.INFO: Account Balance Start.
[2026-04-06 04:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:34:03] Production.INFO: 117
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: ==1191== Releasing lock...
[2026-04-06 04:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: ==1185== Releasing lock...
[2026-04-06 04:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:34:04] Production.INFO: Total Charge 0
[2026-04-06 04:34:04] Production.INFO: CreateAllLog End
[2026-04-06 04:34:04] Production.INFO: Account Balance End.
[2026-04-06 04:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:34:04] Production.INFO: ==1189== Releasing lock...
[2026-04-06 04:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:34:10] Production.ERROR: CronJobId end10
[2026-04-06 04:34:10] Production.INFO: ==1187== Releasing lock...
[2026-04-06 04:34:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:34:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:34:14] Production.INFO: call_cost start
[2026-04-06 04:34:14] Production.INFO: call_cost end
[2026-04-06 04:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:34:14] Production.INFO: ==1183== Releasing lock...
[2026-04-06 04:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:35:02] Production.INFO: ==1268== Lock acquired, processing the job...
[2026-04-06 09:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:35:02] Production.INFO: neon service started
[2026-04-06 09:35:02] Production.INFO: neon service started
[2026-04-06 09:35:02] Production.INFO: ==1268== Releasing lock...
[2026-04-06 09:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:35:02] Production.INFO: ==1270== Lock acquired, processing the job...
[2026-04-06 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:35:02] Production.INFO: ==1270== Releasing lock...
[2026-04-06 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:35:02] Production.INFO: ==1272== Lock acquired, processing the job...
[2026-04-06 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:35:02] Production.INFO: ==1272== Releasing lock...
[2026-04-06 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:35:03] Production.INFO: ==1275== Lock acquired, processing the job...
[2026-04-06 04:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:35:03] Production.INFO: ==1277== Lock acquired, processing the job...
[2026-04-06 04:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:35:03] Production.INFO: ==1281== Lock acquired, processing the job...
[2026-04-06 04:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:35:03] Production.INFO: ==1279== Lock acquired, processing the job...
[2026-04-06 04:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:35:03] Production.INFO: Account Balance Start.
[2026-04-06 04:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:35:03] Production.INFO: 117
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:35:03] Production.INFO: ==1283== Lock acquired, processing the job...
[2026-04-06 04:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: ==1283== Releasing lock...
[2026-04-06 04:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: ==1277== Releasing lock...
[2026-04-06 04:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:35:04] Production.INFO: Total Charge 0
[2026-04-06 04:35:04] Production.INFO: CreateAllLog End
[2026-04-06 04:35:04] Production.INFO: Account Balance End.
[2026-04-06 04:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:35:05] Production.INFO: ==1281== Releasing lock...
[2026-04-06 04:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:35:12] Production.ERROR: CronJobId end10
[2026-04-06 04:35:12] Production.INFO: ==1279== Releasing lock...
[2026-04-06 04:35:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:35:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:35:14] Production.INFO: call_cost start
[2026-04-06 04:35:14] Production.INFO: call_cost end
[2026-04-06 04:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:35:14] Production.INFO: ==1275== Releasing lock...
[2026-04-06 04:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:36:01] Production.INFO: ==1347== Lock acquired, processing the job...
[2026-04-06 09:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:36:01] Production.INFO: neon service started
[2026-04-06 09:36:01] Production.INFO: neon service started
[2026-04-06 09:36:01] Production.INFO: ==1347== Releasing lock...
[2026-04-06 09:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:36:02] Production.INFO: ==1349== Lock acquired, processing the job...
[2026-04-06 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:36:02] Production.INFO: ==1351== Lock acquired, processing the job...
[2026-04-06 08:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:36:02] Production.INFO: ==1351== Releasing lock...
[2026-04-06 08:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:36:02] Production.INFO: ==1349== Releasing lock...
[2026-04-06 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:36:03] Production.INFO: ==1355== Lock acquired, processing the job...
[2026-04-06 04:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:36:03] Production.INFO: ==1357== Lock acquired, processing the job...
[2026-04-06 04:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:36:03] Production.INFO: ==1359== Lock acquired, processing the job...
[2026-04-06 04:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:36:03] Production.INFO: ==1361== Lock acquired, processing the job...
[2026-04-06 04:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:36:03] Production.INFO: ==1363== Lock acquired, processing the job...
[2026-04-06 04:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:36:03] Production.INFO: Account Balance Start.
[2026-04-06 04:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:36:03] Production.INFO: 117
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:36:03] Production.INFO: ==1363== Releasing lock...
[2026-04-06 04:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: ==1357== Releasing lock...
[2026-04-06 04:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:36:04] Production.INFO: Total Charge 0
[2026-04-06 04:36:04] Production.INFO: CreateAllLog End
[2026-04-06 04:36:04] Production.INFO: Account Balance End.
[2026-04-06 04:36:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:36:04] Production.INFO: ==1361== Releasing lock...
[2026-04-06 04:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:36:10] Production.ERROR: CronJobId end10
[2026-04-06 04:36:10] Production.INFO: ==1359== Releasing lock...
[2026-04-06 04:36:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:36:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:36:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:36:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:36:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:36:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:36:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:36:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:36:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:36:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:36:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:36:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:36:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:36:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:36:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:36:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:36:13] Production.INFO: call_cost start
[2026-04-06 04:36:13] Production.INFO: call_cost end
[2026-04-06 04:36:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:36:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:36:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:36:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:36:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:36:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:36:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:36:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:36:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:36:13] Production.INFO: ==1355== Releasing lock...
[2026-04-06 04:36:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:36:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:37:01] Production.INFO: ==1428== Lock acquired, processing the job...
[2026-04-06 09:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:37:01] Production.INFO: neon service started
[2026-04-06 09:37:01] Production.INFO: neon service started
[2026-04-06 09:37:01] Production.INFO: ==1428== Releasing lock...
[2026-04-06 09:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:37:02] Production.INFO: ==1432== Lock acquired, processing the job...
[2026-04-06 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:37:02] Production.INFO: ==1432== Releasing lock...
[2026-04-06 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:37:02] Production.INFO: ==1430== Lock acquired, processing the job...
[2026-04-06 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:37:02] Production.INFO: ==1430== Releasing lock...
[2026-04-06 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:37:03] Production.INFO: ==1437== Lock acquired, processing the job...
[2026-04-06 04:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:37:03] Production.INFO: ==1435== Lock acquired, processing the job...
[2026-04-06 04:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:37:03] Production.INFO: ==1439== Lock acquired, processing the job...
[2026-04-06 04:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:37:03] Production.INFO: ==1441== Lock acquired, processing the job...
[2026-04-06 04:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:37:03] Production.INFO: ==1443== Lock acquired, processing the job...
[2026-04-06 04:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:37:03] Production.INFO: Account Balance Start.
[2026-04-06 04:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:37:03] Production.INFO: 117
[2026-04-06 04:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:37:03] Production.INFO: ==1443== Releasing lock...
[2026-04-06 04:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: ==1437== Releasing lock...
[2026-04-06 04:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:37:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:37:05] Production.INFO: Total Charge 0
[2026-04-06 04:37:05] Production.INFO: CreateAllLog End
[2026-04-06 04:37:05] Production.INFO: Account Balance End.
[2026-04-06 04:37:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:37:05] Production.INFO: ==1441== Releasing lock...
[2026-04-06 04:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:37:11] Production.ERROR: CronJobId end10
[2026-04-06 04:37:11] Production.INFO: ==1439== Releasing lock...
[2026-04-06 04:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:37:14] Production.INFO: call_cost start
[2026-04-06 04:37:14] Production.INFO: call_cost end
[2026-04-06 04:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:37:14] Production.INFO: ==1435== Releasing lock...
[2026-04-06 04:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:38:02] Production.INFO: ==1541== Lock acquired, processing the job...
[2026-04-06 09:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:38:02] Production.INFO: neon service started
[2026-04-06 09:38:02] Production.INFO: neon service started
[2026-04-06 09:38:02] Production.INFO: ==1541== Releasing lock...
[2026-04-06 09:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:38:02] Production.INFO: ==1543== Lock acquired, processing the job...
[2026-04-06 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:38:02] Production.INFO: ==1545== Lock acquired, processing the job...
[2026-04-06 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:38:03] Production.INFO: ==1545== Releasing lock...
[2026-04-06 08:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:38:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:38:03] Production.INFO: ==1543== Releasing lock...
[2026-04-06 04:38:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:38:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:38:04] Production.INFO: ==1548== Lock acquired, processing the job...
[2026-04-06 04:38:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:38:04] Production.INFO: ==1550== Lock acquired, processing the job...
[2026-04-06 04:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:38:04] Production.INFO: ==1553== Lock acquired, processing the job...
[2026-04-06 04:38:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:38:04] Production.INFO: ==1555== Lock acquired, processing the job...
[2026-04-06 04:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:38:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:38:04] Production.INFO: ==1558== Lock acquired, processing the job...
[2026-04-06 04:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:38:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:38:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:38:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:38:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:38:04] Production.INFO: Account Balance Start.
[2026-04-06 04:38:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:38:04] Production.INFO: 117
[2026-04-06 04:38:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:38:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:38:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: ==1558== Releasing lock...
[2026-04-06 04:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: ==1550== Releasing lock...
[2026-04-06 04:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-21
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-22
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-23
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-24
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-25
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-26
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-27
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-28
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-30
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:38:05] Production.INFO: Total Charge 0
[2026-04-06 04:38:05] Production.INFO: CreateAllLog End
[2026-04-06 04:38:06] Production.INFO: Account Balance End.
[2026-04-06 04:38:06] Production.ERROR: CronJobId end 12
[2026-04-06 04:38:06] Production.INFO: ==1555== Releasing lock...
[2026-04-06 04:38:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:38:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:38:12] Production.ERROR: CronJobId end10
[2026-04-06 04:38:12] Production.INFO: ==1553== Releasing lock...
[2026-04-06 04:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:38:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:38:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:38:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:38:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:38:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:38:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:38:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:38:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:38:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:38:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:38:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:38:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:38:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:38:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:38:15] Production.INFO: call_cost start
[2026-04-06 04:38:15] Production.INFO: call_cost end
[2026-04-06 04:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:38:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:38:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:38:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:38:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:38:15] Production.INFO: ==1548== Releasing lock...
[2026-04-06 04:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:39:01] Production.INFO: ==1623== Lock acquired, processing the job...
[2026-04-06 09:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:39:01] Production.INFO: neon service started
[2026-04-06 09:39:01] Production.INFO: neon service started
[2026-04-06 09:39:01] Production.INFO: ==1623== Releasing lock...
[2026-04-06 09:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:39:02] Production.INFO: ==1625== Lock acquired, processing the job...
[2026-04-06 04:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:39:02] Production.INFO: ==1625== Releasing lock...
[2026-04-06 04:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:39:02] Production.INFO: ==1627== Lock acquired, processing the job...
[2026-04-06 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:39:02] Production.INFO: ==1627== Releasing lock...
[2026-04-06 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:39:02] Production.INFO: ==1629== Lock acquired, processing the job...
[2026-04-06 04:39:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:39:03] Production.INFO: ==1631== Lock acquired, processing the job...
[2026-04-06 04:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:39:03] Production.INFO: ==1633== Lock acquired, processing the job...
[2026-04-06 04:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:39:03] Production.INFO: ==1635== Lock acquired, processing the job...
[2026-04-06 04:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:39:03] Production.INFO: ==1638== Lock acquired, processing the job...
[2026-04-06 04:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:39:03] Production.INFO: Account Balance Start.
[2026-04-06 04:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:39:03] Production.INFO: 117
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: ==1638== Releasing lock...
[2026-04-06 04:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: ==1631== Releasing lock...
[2026-04-06 04:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:39:04] Production.INFO: Total Charge 0
[2026-04-06 04:39:04] Production.INFO: CreateAllLog End
[2026-04-06 04:39:04] Production.INFO: Account Balance End.
[2026-04-06 04:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:39:04] Production.INFO: ==1635== Releasing lock...
[2026-04-06 04:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:39:10] Production.ERROR: CronJobId end10
[2026-04-06 04:39:10] Production.INFO: ==1633== Releasing lock...
[2026-04-06 04:39:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:39:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:39:13] Production.INFO: call_cost start
[2026-04-06 04:39:13] Production.INFO: call_cost end
[2026-04-06 04:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:39:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:39:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:39:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:39:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:39:13] Production.INFO: ==1629== Releasing lock...
[2026-04-06 04:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:40:02] Production.INFO: ==1705== Lock acquired, processing the job...
[2026-04-06 09:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:40:02] Production.INFO: neon service started
[2026-04-06 09:40:02] Production.INFO: neon service started
[2026-04-06 09:40:02] Production.INFO: ==1705== Releasing lock...
[2026-04-06 09:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:40:02] Production.INFO: ==1707== Lock acquired, processing the job...
[2026-04-06 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:40:02] Production.INFO: ==1707== Releasing lock...
[2026-04-06 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:40:02] Production.INFO: ==1709== Lock acquired, processing the job...
[2026-04-06 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:40:02] Production.INFO: ==1709== Releasing lock...
[2026-04-06 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:40:03] Production.INFO: ==1713== Lock acquired, processing the job...
[2026-04-06 04:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:40:03] Production.INFO: ==1715== Lock acquired, processing the job...
[2026-04-06 04:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:40:03] Production.INFO: ==1711== Lock acquired, processing the job...
[2026-04-06 04:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:40:03] Production.INFO: ==1719== Lock acquired, processing the job...
[2026-04-06 04:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:40:03] Production.INFO: ==1717== Lock acquired, processing the job...
[2026-04-06 04:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:40:03] Production.INFO: ==1719== Releasing lock...
[2026-04-06 04:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:40:03] Production.INFO: Account Balance Start.
[2026-04-06 04:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:40:03] Production.INFO: 117
[2026-04-06 04:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: ==1713== Releasing lock...
[2026-04-06 04:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:40:04] Production.INFO: Total Charge 0
[2026-04-06 04:40:05] Production.INFO: CreateAllLog End
[2026-04-06 04:40:05] Production.INFO: Account Balance End.
[2026-04-06 04:40:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:40:05] Production.INFO: ==1717== Releasing lock...
[2026-04-06 04:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:40:12] Production.ERROR: CronJobId end10
[2026-04-06 04:40:12] Production.INFO: ==1715== Releasing lock...
[2026-04-06 04:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:40:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:40:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:40:14] Production.INFO: call_cost start
[2026-04-06 04:40:14] Production.INFO: call_cost end
[2026-04-06 04:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:40:14] Production.INFO: ==1711== Releasing lock...
[2026-04-06 04:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:41:01] Production.INFO: ==1782== Lock acquired, processing the job...
[2026-04-06 09:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:41:01] Production.INFO: neon service started
[2026-04-06 09:41:01] Production.INFO: neon service started
[2026-04-06 09:41:01] Production.INFO: ==1782== Releasing lock...
[2026-04-06 09:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:41:01] Production.INFO: ==1786== Lock acquired, processing the job...
[2026-04-06 08:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:41:02] Production.INFO: ==1786== Releasing lock...
[2026-04-06 08:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:41:02] Production.INFO: ==1784== Lock acquired, processing the job...
[2026-04-06 04:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:41:02] Production.INFO: ==1784== Releasing lock...
[2026-04-06 04:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:41:03] Production.INFO: ==1789== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 04:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 04:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 04:41:03] Production.INFO: ==1789== Releasing lock...
[2026-04-06 04:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 04:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:41:03] Production.INFO: ==1797== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:41:03] Production.INFO: ==1799== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 04:41:03] Production.INFO: ==1791== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:41:03] Production.INFO: Account Balance Start.
[2026-04-06 04:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:41:03] Production.INFO: 117
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:41:03] Production.INFO: ==1801== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: ==1793== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:41:03] Production.INFO: ==1795== Lock acquired, processing the job...
[2026-04-06 04:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:41:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: ==1801== Releasing lock...
[2026-04-06 04:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.ERROR: done
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 04:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045738', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:41:04] Production.INFO: Total Charge 0
[2026-04-06 04:41:04] Production.INFO: ==1793== Releasing lock...
[2026-04-06 04:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:41:04] Production.INFO: CreateAllLog End
[2026-04-06 04:41:05] Production.INFO: Account Balance End.
[2026-04-06 04:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:41:05] Production.INFO: ==1797== Releasing lock...
[2026-04-06 04:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045738', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 04:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 04:41:10] Production.INFO: ProcessCDR(1,17045738,1,1,2)
[2026-04-06 04:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045738,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045738,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 04:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 04:41:10] Production.INFO: ==1799== Releasing lock...
[2026-04-06 04:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 04:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:41:13] Production.ERROR: CronJobId end10
[2026-04-06 04:41:13] Production.INFO: ==1795== Releasing lock...
[2026-04-06 04:41:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:41:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:41:16] Production.INFO: call_cost start
[2026-04-06 04:41:16] Production.INFO: call_cost end
[2026-04-06 04:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:41:16] Production.INFO: ==1791== Releasing lock...
[2026-04-06 04:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:42:02] Production.INFO: ==1881== Lock acquired, processing the job...
[2026-04-06 09:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:42:02] Production.INFO: neon service started
[2026-04-06 09:42:02] Production.INFO: neon service started
[2026-04-06 09:42:02] Production.INFO: ==1881== Releasing lock...
[2026-04-06 09:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:42:02] Production.INFO: ==1883== Lock acquired, processing the job...
[2026-04-06 04:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:42:02] Production.INFO: ==1883== Releasing lock...
[2026-04-06 04:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:42:02] Production.INFO: ==1886== Lock acquired, processing the job...
[2026-04-06 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:42:02] Production.INFO: ==1886== Releasing lock...
[2026-04-06 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:42:03] Production.INFO: ==1890== Lock acquired, processing the job...
[2026-04-06 04:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:42:03] Production.INFO: ==1888== Lock acquired, processing the job...
[2026-04-06 04:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:42:03] Production.INFO: ==1894== Lock acquired, processing the job...
[2026-04-06 04:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:42:03] Production.INFO: ==1896== Lock acquired, processing the job...
[2026-04-06 04:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:42:03] Production.INFO: ==1892== Lock acquired, processing the job...
[2026-04-06 04:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:42:03] Production.INFO: Account Balance Start.
[2026-04-06 04:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:42:03] Production.INFO: 117
[2026-04-06 04:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:03] Production.INFO: ==1896== Releasing lock...
[2026-04-06 04:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: ==1890== Releasing lock...
[2026-04-06 04:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:42:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:42:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:42:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:42:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:42:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:42:05] Production.INFO: Total Charge 0
[2026-04-06 04:42:05] Production.INFO: CreateAllLog End
[2026-04-06 04:42:05] Production.INFO: Account Balance End.
[2026-04-06 04:42:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:42:05] Production.INFO: ==1894== Releasing lock...
[2026-04-06 04:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:42:13] Production.ERROR: CronJobId end10
[2026-04-06 04:42:13] Production.INFO: ==1892== Releasing lock...
[2026-04-06 04:42:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:42:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:42:15] Production.INFO: call_cost start
[2026-04-06 04:42:15] Production.INFO: call_cost end
[2026-04-06 04:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:42:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:42:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:42:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:42:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:42:15] Production.INFO: ==1888== Releasing lock...
[2026-04-06 04:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:43:01] Production.INFO: ==1961== Lock acquired, processing the job...
[2026-04-06 09:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:43:01] Production.INFO: neon service started
[2026-04-06 09:43:01] Production.INFO: neon service started
[2026-04-06 09:43:01] Production.INFO: ==1961== Releasing lock...
[2026-04-06 09:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:43:01] Production.INFO: ==1963== Lock acquired, processing the job...
[2026-04-06 04:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:43:02] Production.INFO: ==1965== Lock acquired, processing the job...
[2026-04-06 08:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:43:02] Production.INFO: ==1965== Releasing lock...
[2026-04-06 08:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:43:02] Production.INFO: ==1963== Releasing lock...
[2026-04-06 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:43:03] Production.INFO: ==1968== Lock acquired, processing the job...
[2026-04-06 04:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:43:03] Production.INFO: ==1974== Lock acquired, processing the job...
[2026-04-06 04:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:43:03] Production.INFO: ==1970== Lock acquired, processing the job...
[2026-04-06 04:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:43:03] Production.INFO: ==1972== Lock acquired, processing the job...
[2026-04-06 04:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:43:03] Production.INFO: ==1976== Lock acquired, processing the job...
[2026-04-06 04:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:43:03] Production.INFO: Account Balance Start.
[2026-04-06 04:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:43:03] Production.INFO: 117
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:43:03] Production.INFO: ==1976== Releasing lock...
[2026-04-06 04:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: ==1970== Releasing lock...
[2026-04-06 04:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:43:04] Production.INFO: Total Charge 0
[2026-04-06 04:43:04] Production.INFO: CreateAllLog End
[2026-04-06 04:43:04] Production.INFO: Account Balance End.
[2026-04-06 04:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:43:04] Production.INFO: ==1974== Releasing lock...
[2026-04-06 04:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:43:10] Production.ERROR: CronJobId end10
[2026-04-06 04:43:10] Production.INFO: ==1972== Releasing lock...
[2026-04-06 04:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:43:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:43:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:43:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:43:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:43:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:43:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:43:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:43:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:43:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:43:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:43:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:43:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:43:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:43:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:43:13] Production.INFO: call_cost start
[2026-04-06 04:43:13] Production.INFO: call_cost end
[2026-04-06 04:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:43:13] Production.INFO: ==1968== Releasing lock...
[2026-04-06 04:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:44:01] Production.INFO: ==2042== Lock acquired, processing the job...
[2026-04-06 09:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:44:01] Production.INFO: neon service started
[2026-04-06 09:44:01] Production.INFO: neon service started
[2026-04-06 09:44:01] Production.INFO: ==2042== Releasing lock...
[2026-04-06 09:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:44:02] Production.INFO: ==2046== Lock acquired, processing the job...
[2026-04-06 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:44:02] Production.INFO: ==2046== Releasing lock...
[2026-04-06 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:44:02] Production.INFO: ==2044== Lock acquired, processing the job...
[2026-04-06 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:44:02] Production.INFO: ==2044== Releasing lock...
[2026-04-06 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:44:03] Production.INFO: ==2048== Lock acquired, processing the job...
[2026-04-06 04:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:44:03] Production.INFO: ==2050== Lock acquired, processing the job...
[2026-04-06 04:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:44:03] Production.INFO: ==2052== Lock acquired, processing the job...
[2026-04-06 04:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:44:03] Production.INFO: ==2054== Lock acquired, processing the job...
[2026-04-06 04:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:44:03] Production.INFO: ==2056== Lock acquired, processing the job...
[2026-04-06 04:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:44:03] Production.INFO: Account Balance Start.
[2026-04-06 04:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:44:03] Production.INFO: 117
[2026-04-06 04:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:44:03] Production.INFO: ==2056== Releasing lock...
[2026-04-06 04:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: ==2050== Releasing lock...
[2026-04-06 04:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:44:04] Production.INFO: Total Charge 0
[2026-04-06 04:44:04] Production.INFO: CreateAllLog End
[2026-04-06 04:44:04] Production.INFO: Account Balance End.
[2026-04-06 04:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:44:04] Production.INFO: ==2054== Releasing lock...
[2026-04-06 04:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:44:11] Production.ERROR: CronJobId end10
[2026-04-06 04:44:11] Production.INFO: ==2052== Releasing lock...
[2026-04-06 04:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:44:14] Production.INFO: call_cost start
[2026-04-06 04:44:14] Production.INFO: call_cost end
[2026-04-06 04:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:44:14] Production.INFO: ==2048== Releasing lock...
[2026-04-06 04:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:45:02] Production.INFO: ==2130== Lock acquired, processing the job...
[2026-04-06 09:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:45:02] Production.INFO: neon service started
[2026-04-06 09:45:02] Production.INFO: neon service started
[2026-04-06 09:45:02] Production.INFO: ==2130== Releasing lock...
[2026-04-06 09:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:45:02] Production.INFO: ==2132== Lock acquired, processing the job...
[2026-04-06 04:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:45:02] Production.INFO: ==2132== Releasing lock...
[2026-04-06 04:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:45:02] Production.INFO: ==2134== Lock acquired, processing the job...
[2026-04-06 08:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:45:02] Production.INFO: ==2134== Releasing lock...
[2026-04-06 08:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:45:03] Production.INFO: ==2136== Lock acquired, processing the job...
[2026-04-06 04:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:45:03] Production.INFO: ==2138== Lock acquired, processing the job...
[2026-04-06 04:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:45:03] Production.INFO: ==2140== Lock acquired, processing the job...
[2026-04-06 04:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:45:03] Production.INFO: ==2142== Lock acquired, processing the job...
[2026-04-06 04:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:45:03] Production.INFO: ==2145== Lock acquired, processing the job...
[2026-04-06 04:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:45:03] Production.INFO: Account Balance Start.
[2026-04-06 04:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:45:03] Production.INFO: 117
[2026-04-06 04:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:45:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: ==2145== Releasing lock...
[2026-04-06 04:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: ==2138== Releasing lock...
[2026-04-06 04:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:45:05] Production.INFO: Total Charge 0
[2026-04-06 04:45:05] Production.INFO: CreateAllLog End
[2026-04-06 04:45:05] Production.INFO: Account Balance End.
[2026-04-06 04:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:45:05] Production.INFO: ==2142== Releasing lock...
[2026-04-06 04:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:45:11] Production.ERROR: CronJobId end10
[2026-04-06 04:45:11] Production.INFO: ==2140== Releasing lock...
[2026-04-06 04:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:45:14] Production.INFO: call_cost start
[2026-04-06 04:45:14] Production.INFO: call_cost end
[2026-04-06 04:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:45:14] Production.INFO: ==2136== Releasing lock...
[2026-04-06 04:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:46:01] Production.INFO: ==2211== Lock acquired, processing the job...
[2026-04-06 09:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:46:01] Production.INFO: neon service started
[2026-04-06 09:46:01] Production.INFO: neon service started
[2026-04-06 09:46:01] Production.INFO: ==2211== Releasing lock...
[2026-04-06 09:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:46:01] Production.INFO: ==2213== Lock acquired, processing the job...
[2026-04-06 04:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:46:02] Production.INFO: ==2213== Releasing lock...
[2026-04-06 04:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:46:02] Production.INFO: ==2215== Lock acquired, processing the job...
[2026-04-06 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:46:02] Production.INFO: ==2215== Releasing lock...
[2026-04-06 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:46:02] Production.INFO: ==2219== Lock acquired, processing the job...
[2026-04-06 04:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:46:02] Production.INFO: ==2225== Lock acquired, processing the job...
[2026-04-06 04:46:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:46:03] Production.INFO: ==2221== Lock acquired, processing the job...
[2026-04-06 04:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:46:03] Production.INFO: ==2225== Releasing lock...
[2026-04-06 04:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:46:03] Production.INFO: ==2217== Lock acquired, processing the job...
[2026-04-06 04:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:46:03] Production.INFO: ==2223== Lock acquired, processing the job...
[2026-04-06 04:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:46:03] Production.INFO: ==2219== Releasing lock...
[2026-04-06 04:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:46:03] Production.INFO: Account Balance Start.
[2026-04-06 04:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:46:03] Production.INFO: 117
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:46:04] Production.INFO: Total Charge 0
[2026-04-06 04:46:04] Production.INFO: CreateAllLog End
[2026-04-06 04:46:04] Production.INFO: Account Balance End.
[2026-04-06 04:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:46:04] Production.INFO: ==2223== Releasing lock...
[2026-04-06 04:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:46:13] Production.ERROR: CronJobId end10
[2026-04-06 04:46:13] Production.INFO: ==2221== Releasing lock...
[2026-04-06 04:46:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:46:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:46:14] Production.INFO: call_cost start
[2026-04-06 04:46:14] Production.INFO: call_cost end
[2026-04-06 04:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:46:14] Production.INFO: ==2217== Releasing lock...
[2026-04-06 04:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:47:02] Production.INFO: ==2288== Lock acquired, processing the job...
[2026-04-06 09:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:47:02] Production.INFO: neon service started
[2026-04-06 09:47:02] Production.INFO: neon service started
[2026-04-06 09:47:02] Production.INFO: ==2288== Releasing lock...
[2026-04-06 09:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:47:02] Production.INFO: ==2292== Lock acquired, processing the job...
[2026-04-06 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:47:02] Production.INFO: ==2292== Releasing lock...
[2026-04-06 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:47:02] Production.INFO: ==2290== Lock acquired, processing the job...
[2026-04-06 04:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:47:02] Production.INFO: ==2290== Releasing lock...
[2026-04-06 04:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:47:03] Production.INFO: ==2294== Lock acquired, processing the job...
[2026-04-06 04:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:47:03] Production.INFO: ==2298== Lock acquired, processing the job...
[2026-04-06 04:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:47:03] Production.INFO: ==2296== Lock acquired, processing the job...
[2026-04-06 04:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:47:03] Production.INFO: ==2303== Lock acquired, processing the job...
[2026-04-06 04:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:47:03] Production.INFO: ==2300== Lock acquired, processing the job...
[2026-04-06 04:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:47:03] Production.INFO: Account Balance Start.
[2026-04-06 04:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:47:03] Production.INFO: 117
[2026-04-06 04:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:47:03] Production.INFO: ==2303== Releasing lock...
[2026-04-06 04:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: ==2296== Releasing lock...
[2026-04-06 04:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:47:05] Production.INFO: Total Charge 0
[2026-04-06 04:47:05] Production.INFO: CreateAllLog End
[2026-04-06 04:47:05] Production.INFO: Account Balance End.
[2026-04-06 04:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:47:05] Production.INFO: ==2300== Releasing lock...
[2026-04-06 04:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:47:12] Production.ERROR: CronJobId end10
[2026-04-06 04:47:12] Production.INFO: ==2298== Releasing lock...
[2026-04-06 04:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:47:14] Production.INFO: call_cost start
[2026-04-06 04:47:14] Production.INFO: call_cost end
[2026-04-06 04:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:47:14] Production.INFO: ==2294== Releasing lock...
[2026-04-06 04:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:48:01] Production.INFO: ==2371== Lock acquired, processing the job...
[2026-04-06 09:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:48:01] Production.INFO: neon service started
[2026-04-06 09:48:01] Production.INFO: neon service started
[2026-04-06 09:48:01] Production.INFO: ==2371== Releasing lock...
[2026-04-06 09:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:48:02] Production.INFO: ==2373== Lock acquired, processing the job...
[2026-04-06 04:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:48:02] Production.INFO: ==2375== Lock acquired, processing the job...
[2026-04-06 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:48:02] Production.INFO: ==2375== Releasing lock...
[2026-04-06 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:48:02] Production.INFO: ==2373== Releasing lock...
[2026-04-06 04:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:48:03] Production.INFO: ==2378== Lock acquired, processing the job...
[2026-04-06 04:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:48:03] Production.INFO: ==2380== Lock acquired, processing the job...
[2026-04-06 04:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:48:03] Production.INFO: ==2382== Lock acquired, processing the job...
[2026-04-06 04:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:48:03] Production.INFO: ==2384== Lock acquired, processing the job...
[2026-04-06 04:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:48:03] Production.INFO: ==2386== Lock acquired, processing the job...
[2026-04-06 04:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:48:03] Production.INFO: Account Balance Start.
[2026-04-06 04:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:48:03] Production.INFO: 117
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:48:03] Production.INFO: ==2386== Releasing lock...
[2026-04-06 04:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:03] Production.INFO: ==2380== Releasing lock...
[2026-04-06 04:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:48:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:48:04] Production.INFO: Total Charge 0
[2026-04-06 04:48:04] Production.INFO: CreateAllLog End
[2026-04-06 04:48:04] Production.INFO: Account Balance End.
[2026-04-06 04:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:48:04] Production.INFO: ==2384== Releasing lock...
[2026-04-06 04:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:48:11] Production.ERROR: CronJobId end10
[2026-04-06 04:48:11] Production.INFO: ==2382== Releasing lock...
[2026-04-06 04:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:48:14] Production.INFO: call_cost start
[2026-04-06 04:48:14] Production.INFO: call_cost end
[2026-04-06 04:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:48:14] Production.INFO: ==2378== Releasing lock...
[2026-04-06 04:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:49:01] Production.INFO: ==2448== Lock acquired, processing the job...
[2026-04-06 09:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:49:01] Production.INFO: neon service started
[2026-04-06 09:49:01] Production.INFO: neon service started
[2026-04-06 09:49:01] Production.INFO: ==2448== Releasing lock...
[2026-04-06 09:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:49:02] Production.INFO: ==2450== Lock acquired, processing the job...
[2026-04-06 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:49:02] Production.INFO: ==2450== Releasing lock...
[2026-04-06 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:49:02] Production.INFO: ==2452== Lock acquired, processing the job...
[2026-04-06 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:49:02] Production.INFO: ==2452== Releasing lock...
[2026-04-06 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:49:03] Production.INFO: ==2464== Lock acquired, processing the job...
[2026-04-06 04:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:49:03] Production.INFO: ==2460== Lock acquired, processing the job...
[2026-04-06 04:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:49:03] Production.INFO: ==2454== Lock acquired, processing the job...
[2026-04-06 04:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:49:03] Production.INFO: ==2456== Lock acquired, processing the job...
[2026-04-06 04:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:49:03] Production.INFO: ==2464== Releasing lock...
[2026-04-06 04:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:49:03] Production.INFO: ==2458== Lock acquired, processing the job...
[2026-04-06 04:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:49:03] Production.INFO: Account Balance Start.
[2026-04-06 04:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:49:03] Production.INFO: 117
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: ==2456== Releasing lock...
[2026-04-06 04:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:49:04] Production.INFO: Total Charge 0
[2026-04-06 04:49:04] Production.INFO: CreateAllLog End
[2026-04-06 04:49:04] Production.INFO: Account Balance End.
[2026-04-06 04:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:49:04] Production.INFO: ==2460== Releasing lock...
[2026-04-06 04:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:49:12] Production.ERROR: CronJobId end10
[2026-04-06 04:49:12] Production.INFO: ==2458== Releasing lock...
[2026-04-06 04:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:49:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:49:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:49:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:49:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:49:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:49:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:49:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:49:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:49:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:49:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:49:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:49:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:49:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:49:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:49:15] Production.INFO: call_cost start
[2026-04-06 04:49:15] Production.INFO: call_cost end
[2026-04-06 04:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:49:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:49:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:49:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:49:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:49:15] Production.INFO: ==2454== Releasing lock...
[2026-04-06 04:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:50:02] Production.INFO: ==2531== Lock acquired, processing the job...
[2026-04-06 09:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:50:02] Production.INFO: neon service started
[2026-04-06 09:50:02] Production.INFO: neon service started
[2026-04-06 09:50:02] Production.INFO: ==2531== Releasing lock...
[2026-04-06 09:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:50:02] Production.INFO: ==2533== Lock acquired, processing the job...
[2026-04-06 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:50:02] Production.INFO: ==2533== Releasing lock...
[2026-04-06 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:50:03] Production.INFO: ==2535== Lock acquired, processing the job...
[2026-04-06 08:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:50:03] Production.INFO: ==2535== Releasing lock...
[2026-04-06 08:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:50:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:50:03] Production.INFO: ==2537== Lock acquired, processing the job...
[2026-04-06 04:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:50:03] Production.INFO: ==2541== Lock acquired, processing the job...
[2026-04-06 04:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:50:03] Production.INFO: ==2539== Lock acquired, processing the job...
[2026-04-06 04:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:50:03] Production.INFO: ==2545== Lock acquired, processing the job...
[2026-04-06 04:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:50:03] Production.INFO: ==2543== Lock acquired, processing the job...
[2026-04-06 04:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:50:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:50:04] Production.INFO: Account Balance Start.
[2026-04-06 04:50:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:50:04] Production.INFO: CreateAllLog Start
[2026-04-06 04:50:04] Production.INFO: 117
[2026-04-06 04:50:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-08
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: ==2545== Releasing lock...
[2026-04-06 04:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:50:04] Production.INFO: ==2539== Releasing lock...
[2026-04-06 04:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:50:05] Production.INFO: Total Charge 0
[2026-04-06 04:50:05] Production.INFO: CreateAllLog End
[2026-04-06 04:50:05] Production.INFO: Account Balance End.
[2026-04-06 04:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:50:05] Production.INFO: ==2543== Releasing lock...
[2026-04-06 04:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:50:11] Production.ERROR: CronJobId end10
[2026-04-06 04:50:11] Production.INFO: ==2541== Releasing lock...
[2026-04-06 04:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:50:15] Production.INFO: call_cost start
[2026-04-06 04:50:15] Production.INFO: call_cost end
[2026-04-06 04:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:50:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:50:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:50:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:50:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:50:15] Production.INFO: ==2537== Releasing lock...
[2026-04-06 04:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:51:01] Production.INFO: ==2612== Lock acquired, processing the job...
[2026-04-06 09:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:51:01] Production.INFO: neon service started
[2026-04-06 09:51:01] Production.INFO: neon service started
[2026-04-06 09:51:01] Production.INFO: ==2612== Releasing lock...
[2026-04-06 09:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:51:02] Production.INFO: ==2616== Lock acquired, processing the job...
[2026-04-06 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:51:02] Production.INFO: ==2616== Releasing lock...
[2026-04-06 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:51:02] Production.INFO: ==2614== Lock acquired, processing the job...
[2026-04-06 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:51:02] Production.INFO: ==2614== Releasing lock...
[2026-04-06 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:51:03] Production.INFO: ==2621== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:51:03] Production.INFO: ==2619== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 04:51:03] Production.INFO: ==2623== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 04:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 04:51:03] Production.ERROR: CronJob PID - 2621
[2026-04-06 04:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 04:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 04:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 04:51:00
[2026-04-06 04:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 04:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 04:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 04:51:03] Production.ERROR: CronJob PID - 2623
[2026-04-06 04:51:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 04:51:03] Production.ERROR: CronJob ID - 7
[2026-04-06 04:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 04:51:00
[2026-04-06 04:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 04:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 04:51:03] Production.INFO: ==2625== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:51:03] Production.INFO: ==2627== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 04:51:03] Production.INFO: ==2619== Releasing lock...
[2026-04-06 04:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 04:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 04:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:51:03] Production.INFO: ==2631== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:51:03] Production.INFO: ==2629== Lock acquired, processing the job...
[2026-04-06 04:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 04:51:03] Production.INFO: Account Balance Start.
[2026-04-06 04:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:51:03] Production.INFO: 117
[2026-04-06 04:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 04:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:51:03] Production.INFO: ==2631== Releasing lock...
[2026-04-06 04:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.ERROR: done
[2026-04-06 04:51:04] Production.INFO: ==2623== Releasing lock...
[2026-04-06 04:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 04:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045779', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:51:04] Production.INFO: Total Charge 0
[2026-04-06 04:51:04] Production.INFO: CreateAllLog End
[2026-04-06 04:51:04] Production.INFO: Account Balance End.
[2026-04-06 04:51:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:51:04] Production.INFO: ==2627== Releasing lock...
[2026-04-06 04:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045779', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 04:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 04:51:10] Production.INFO: ProcessCDR(1,17045779,1,1,2)
[2026-04-06 04:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045779,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045779,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 04:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 04:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 04:51:10] Production.INFO: ==2629== Releasing lock...
[2026-04-06 04:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 04:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 04:51:15] Production.ERROR: CronJobId end10
[2026-04-06 04:51:15] Production.INFO: ==2625== Releasing lock...
[2026-04-06 04:51:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:51:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:51:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:51:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:51:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:51:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:51:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:51:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:51:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:51:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:51:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:51:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:51:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:51:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:51:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:51:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:51:17] Production.INFO: call_cost start
[2026-04-06 04:51:17] Production.INFO: call_cost end
[2026-04-06 04:51:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:51:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:51:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:51:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:51:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:51:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:51:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:51:17] Production.INFO: ==2621== Releasing lock...
[2026-04-06 04:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:52:02] Production.INFO: ==2699== Lock acquired, processing the job...
[2026-04-06 09:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:52:02] Production.INFO: neon service started
[2026-04-06 09:52:02] Production.INFO: neon service started
[2026-04-06 09:52:02] Production.INFO: ==2699== Releasing lock...
[2026-04-06 09:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:52:02] Production.INFO: ==2701== Lock acquired, processing the job...
[2026-04-06 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:52:02] Production.INFO: ==2701== Releasing lock...
[2026-04-06 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:52:02] Production.INFO: ==2703== Lock acquired, processing the job...
[2026-04-06 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:52:02] Production.INFO: ==2703== Releasing lock...
[2026-04-06 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:52:03] Production.INFO: ==2716== Lock acquired, processing the job...
[2026-04-06 04:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:52:03] Production.INFO: ==2716== Releasing lock...
[2026-04-06 04:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:52:03] Production.INFO: ==2707== Lock acquired, processing the job...
[2026-04-06 04:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:52:03] Production.INFO: ==2709== Lock acquired, processing the job...
[2026-04-06 04:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:52:03] Production.INFO: ==2713== Lock acquired, processing the job...
[2026-04-06 04:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:52:03] Production.INFO: ==2711== Lock acquired, processing the job...
[2026-04-06 04:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:52:03] Production.INFO: Account Balance Start.
[2026-04-06 04:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:52:03] Production.INFO: 117
[2026-04-06 04:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-09
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-10
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-11
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-12
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-13
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: ==2709== Releasing lock...
[2026-04-06 04:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-03-26
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-03-27
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-03-28
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-03-29
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-03-30
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-03-31
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-04-01
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-04-02
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-04-03
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-04-04
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-04-05
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:52:05] Production.INFO: Total Charge 0
[2026-04-06 04:52:05] Production.INFO: CreateAllLog End
[2026-04-06 04:52:05] Production.INFO: Account Balance End.
[2026-04-06 04:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:52:05] Production.INFO: ==2713== Releasing lock...
[2026-04-06 04:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:52:11] Production.ERROR: CronJobId end10
[2026-04-06 04:52:11] Production.INFO: ==2711== Releasing lock...
[2026-04-06 04:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:52:14] Production.INFO: call_cost start
[2026-04-06 04:52:14] Production.INFO: call_cost end
[2026-04-06 04:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:52:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:52:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:52:15] Production.INFO: ==2707== Releasing lock...
[2026-04-06 04:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:53:01] Production.INFO: ==2777== Lock acquired, processing the job...
[2026-04-06 09:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:53:01] Production.INFO: neon service started
[2026-04-06 09:53:01] Production.INFO: neon service started
[2026-04-06 09:53:01] Production.INFO: ==2777== Releasing lock...
[2026-04-06 09:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:53:02] Production.INFO: ==2782== Lock acquired, processing the job...
[2026-04-06 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 04:53:02] Production.INFO: ==2780== Lock acquired, processing the job...
[2026-04-06 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:53:02] Production.INFO: ==2782== Releasing lock...
[2026-04-06 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:53:02] Production.INFO: ==2780== Releasing lock...
[2026-04-06 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:53:03] Production.INFO: ==2790== Lock acquired, processing the job...
[2026-04-06 04:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:53:03] Production.INFO: ==2784== Lock acquired, processing the job...
[2026-04-06 04:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:53:03] Production.INFO: ==2788== Lock acquired, processing the job...
[2026-04-06 04:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:53:03] Production.INFO: Account Balance Start.
[2026-04-06 04:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:53:03] Production.INFO: 117
[2026-04-06 04:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:53:03] Production.INFO: ==2786== Lock acquired, processing the job...
[2026-04-06 04:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:53:03] Production.INFO: ==2792== Lock acquired, processing the job...
[2026-04-06 04:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:53:03] Production.INFO: ==2792== Releasing lock...
[2026-04-06 04:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-28
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:03] Production.INFO: ==2786== Releasing lock...
[2026-04-06 04:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:53:03] Production.INFO: Date 2026-03-29
[2026-04-06 04:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:53:04] Production.INFO: Total Charge 0
[2026-04-06 04:53:04] Production.INFO: CreateAllLog End
[2026-04-06 04:53:04] Production.INFO: Account Balance End.
[2026-04-06 04:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:53:04] Production.INFO: ==2790== Releasing lock...
[2026-04-06 04:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:53:11] Production.ERROR: CronJobId end10
[2026-04-06 04:53:11] Production.INFO: ==2788== Releasing lock...
[2026-04-06 04:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:53:13] Production.INFO: call_cost start
[2026-04-06 04:53:13] Production.INFO: call_cost end
[2026-04-06 04:53:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:53:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:53:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:53:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:53:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:53:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:53:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:53:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:53:13] Production.INFO: ==2784== Releasing lock...
[2026-04-06 04:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:54:01] Production.INFO: ==2860== Lock acquired, processing the job...
[2026-04-06 09:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:54:01] Production.INFO: neon service started
[2026-04-06 09:54:02] Production.INFO: neon service started
[2026-04-06 09:54:02] Production.INFO: ==2860== Releasing lock...
[2026-04-06 09:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:54:02] Production.INFO: ==2862== Lock acquired, processing the job...
[2026-04-06 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:54:02] Production.INFO: ==2862== Releasing lock...
[2026-04-06 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:54:02] Production.INFO: ==2864== Lock acquired, processing the job...
[2026-04-06 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:54:02] Production.INFO: ==2864== Releasing lock...
[2026-04-06 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:54:03] Production.INFO: ==2867== Lock acquired, processing the job...
[2026-04-06 04:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:54:03] Production.INFO: ==2875== Lock acquired, processing the job...
[2026-04-06 04:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:54:03] Production.INFO: ==2869== Lock acquired, processing the job...
[2026-04-06 04:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:54:03] Production.INFO: ==2873== Lock acquired, processing the job...
[2026-04-06 04:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:54:03] Production.INFO: ==2871== Lock acquired, processing the job...
[2026-04-06 04:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:54:03] Production.INFO: Account Balance Start.
[2026-04-06 04:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:54:03] Production.INFO: 117
[2026-04-06 04:54:03] Production.INFO: ==2875== Releasing lock...
[2026-04-06 04:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: ==2869== Releasing lock...
[2026-04-06 04:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:54:04] Production.INFO: Total Charge 0
[2026-04-06 04:54:04] Production.INFO: CreateAllLog End
[2026-04-06 04:54:04] Production.INFO: Account Balance End.
[2026-04-06 04:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:54:04] Production.INFO: ==2873== Releasing lock...
[2026-04-06 04:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:54:12] Production.ERROR: CronJobId end10
[2026-04-06 04:54:12] Production.INFO: ==2871== Releasing lock...
[2026-04-06 04:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:54:15] Production.INFO: call_cost start
[2026-04-06 04:54:15] Production.INFO: call_cost end
[2026-04-06 04:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:54:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:54:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:54:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:54:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:54:15] Production.INFO: ==2867== Releasing lock...
[2026-04-06 04:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:55:01] Production.INFO: ==2940== Lock acquired, processing the job...
[2026-04-06 09:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:55:01] Production.INFO: neon service started
[2026-04-06 09:55:01] Production.INFO: neon service started
[2026-04-06 09:55:01] Production.INFO: ==2940== Releasing lock...
[2026-04-06 09:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:55:01] Production.INFO: ==2942== Lock acquired, processing the job...
[2026-04-06 04:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:55:01] Production.INFO: ==2942== Releasing lock...
[2026-04-06 04:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:55:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:55:02] Production.INFO: ==2944== Lock acquired, processing the job...
[2026-04-06 08:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:55:02] Production.INFO: ==2944== Releasing lock...
[2026-04-06 08:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:55:02] Production.INFO: ==2950== Lock acquired, processing the job...
[2026-04-06 04:55:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:55:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:55:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:55:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:55:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:55:02] Production.INFO: ==2946== Lock acquired, processing the job...
[2026-04-06 04:55:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:55:02] Production.INFO: ==2948== Lock acquired, processing the job...
[2026-04-06 04:55:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:55:03] Production.INFO: ==2954== Lock acquired, processing the job...
[2026-04-06 04:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:55:03] Production.INFO: ==2952== Lock acquired, processing the job...
[2026-04-06 04:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:55:03] Production.INFO: Account Balance Start.
[2026-04-06 04:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:55:03] Production.INFO: 117
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:55:03] Production.INFO: ==2954== Releasing lock...
[2026-04-06 04:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: ==2948== Releasing lock...
[2026-04-06 04:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:55:04] Production.INFO: Total Charge 0
[2026-04-06 04:55:04] Production.INFO: CreateAllLog End
[2026-04-06 04:55:04] Production.INFO: Account Balance End.
[2026-04-06 04:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:55:04] Production.INFO: ==2952== Releasing lock...
[2026-04-06 04:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:55:11] Production.ERROR: CronJobId end10
[2026-04-06 04:55:11] Production.INFO: ==2950== Releasing lock...
[2026-04-06 04:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:55:13] Production.INFO: call_cost start
[2026-04-06 04:55:13] Production.INFO: call_cost end
[2026-04-06 04:55:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:55:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:55:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:55:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:55:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:55:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:55:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:55:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:55:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:55:13] Production.INFO: ==2946== Releasing lock...
[2026-04-06 04:55:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:55:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:56:01] Production.INFO: ==3024== Lock acquired, processing the job...
[2026-04-06 09:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:56:01] Production.INFO: neon service started
[2026-04-06 09:56:01] Production.INFO: neon service started
[2026-04-06 09:56:01] Production.INFO: ==3024== Releasing lock...
[2026-04-06 09:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:56:02] Production.INFO: ==3028== Lock acquired, processing the job...
[2026-04-06 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:56:02] Production.INFO: ==3028== Releasing lock...
[2026-04-06 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:56:02] Production.INFO: ==3026== Lock acquired, processing the job...
[2026-04-06 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:56:02] Production.INFO: ==3026== Releasing lock...
[2026-04-06 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 04:56:03] Production.INFO: ==3031== Lock acquired, processing the job...
[2026-04-06 04:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:56:03] Production.INFO: ==3033== Lock acquired, processing the job...
[2026-04-06 04:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:56:03] Production.INFO: ==3038== Lock acquired, processing the job...
[2026-04-06 04:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:56:03] Production.INFO: ==3035== Lock acquired, processing the job...
[2026-04-06 04:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:56:03] Production.INFO: Account Balance Start.
[2026-04-06 04:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:56:03] Production.INFO: 117
[2026-04-06 04:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:56:03] Production.INFO: ==3040== Lock acquired, processing the job...
[2026-04-06 04:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:03] Production.INFO: ==3040== Releasing lock...
[2026-04-06 04:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: ==3033== Releasing lock...
[2026-04-06 04:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:56:04] Production.INFO: Total Charge 0
[2026-04-06 04:56:04] Production.INFO: CreateAllLog End
[2026-04-06 04:56:05] Production.INFO: Account Balance End.
[2026-04-06 04:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:56:05] Production.INFO: ==3038== Releasing lock...
[2026-04-06 04:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:56:11] Production.ERROR: CronJobId end10
[2026-04-06 04:56:11] Production.INFO: ==3035== Releasing lock...
[2026-04-06 04:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:56:13] Production.INFO: call_cost start
[2026-04-06 04:56:13] Production.INFO: call_cost end
[2026-04-06 04:56:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:56:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:56:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:56:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:56:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:56:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:56:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:56:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:56:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:56:13] Production.INFO: ==3031== Releasing lock...
[2026-04-06 04:56:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:56:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:57:02] Production.INFO: ==3113== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:57:02] Production.INFO: neon service started
[2026-04-06 09:57:02] Production.INFO: neon service started
[2026-04-06 09:57:02] Production.INFO: ==3113== Releasing lock...
[2026-04-06 09:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:57:02] Production.INFO: ==3115== Lock acquired, processing the job...
[2026-04-06 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:57:02] Production.INFO: ==3115== Releasing lock...
[2026-04-06 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:57:02] Production.INFO: ==3117== Lock acquired, processing the job...
[2026-04-06 08:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:57:03] Production.INFO: ==3117== Releasing lock...
[2026-04-06 08:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:57:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:57:03] Production.INFO: ==3121== Lock acquired, processing the job...
[2026-04-06 04:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:57:03] Production.INFO: ==3123== Lock acquired, processing the job...
[2026-04-06 04:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:57:03] Production.INFO: ==3127== Lock acquired, processing the job...
[2026-04-06 04:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:57:03] Production.INFO: ==3129== Lock acquired, processing the job...
[2026-04-06 04:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:57:03] Production.INFO: ==3125== Lock acquired, processing the job...
[2026-04-06 04:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:57:03] Production.INFO: Account Balance Start.
[2026-04-06 04:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:57:03] Production.INFO: 117
[2026-04-06 04:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:57:03] Production.INFO: ==3129== Releasing lock...
[2026-04-06 04:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-14
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-15
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-16
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:57:04] Production.INFO: ==3123== Releasing lock...
[2026-04-06 04:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:57:04] Production.INFO: Total Charge 0
[2026-04-06 04:57:04] Production.INFO: CreateAllLog End
[2026-04-06 04:57:04] Production.INFO: Account Balance End.
[2026-04-06 04:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:57:04] Production.INFO: ==3127== Releasing lock...
[2026-04-06 04:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:57:12] Production.ERROR: CronJobId end10
[2026-04-06 04:57:12] Production.INFO: ==3125== Releasing lock...
[2026-04-06 04:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:57:14] Production.INFO: call_cost start
[2026-04-06 04:57:14] Production.INFO: call_cost end
[2026-04-06 04:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:57:14] Production.INFO: ==3121== Releasing lock...
[2026-04-06 04:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:58:01] Production.INFO: ==3189== Lock acquired, processing the job...
[2026-04-06 09:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:58:01] Production.INFO: neon service started
[2026-04-06 09:58:01] Production.INFO: neon service started
[2026-04-06 09:58:01] Production.INFO: ==3189== Releasing lock...
[2026-04-06 09:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:58:01] Production.INFO: ==3191== Lock acquired, processing the job...
[2026-04-06 04:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:58:02] Production.INFO: ==3191== Releasing lock...
[2026-04-06 04:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:58:02] Production.INFO: ==3193== Lock acquired, processing the job...
[2026-04-06 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:58:02] Production.INFO: ==3193== Releasing lock...
[2026-04-06 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:58:02] Production.INFO: ==3197== Lock acquired, processing the job...
[2026-04-06 04:58:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:58:02] Production.INFO: ==3195== Lock acquired, processing the job...
[2026-04-06 04:58:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:58:03] Production.INFO: ==3203== Lock acquired, processing the job...
[2026-04-06 04:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:58:03] Production.INFO: ==3201== Lock acquired, processing the job...
[2026-04-06 04:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:58:03] Production.INFO: ==3199== Lock acquired, processing the job...
[2026-04-06 04:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:58:03] Production.INFO: ==3203== Releasing lock...
[2026-04-06 04:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:58:03] Production.INFO: Account Balance Start.
[2026-04-06 04:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:58:03] Production.INFO: 117
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: ==3197== Releasing lock...
[2026-04-06 04:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-18
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-19
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-20
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-21
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-22
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-23
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-24
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-25
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-26
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:03] Production.INFO: Date 2026-03-27
[2026-04-06 04:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 04:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:58:04] Production.INFO: Total Charge 0
[2026-04-06 04:58:04] Production.INFO: CreateAllLog End
[2026-04-06 04:58:04] Production.INFO: Account Balance End.
[2026-04-06 04:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 04:58:04] Production.INFO: ==3201== Releasing lock...
[2026-04-06 04:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:58:11] Production.ERROR: CronJobId end10
[2026-04-06 04:58:11] Production.INFO: ==3199== Releasing lock...
[2026-04-06 04:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:58:13] Production.INFO: call_cost start
[2026-04-06 04:58:13] Production.INFO: call_cost end
[2026-04-06 04:58:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:58:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:58:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:58:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:58:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:58:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:58:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:58:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:58:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:58:13] Production.INFO: ==3195== Releasing lock...
[2026-04-06 04:58:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:58:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 09:59:01] Production.INFO: ==3272== Lock acquired, processing the job...
[2026-04-06 09:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 09:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 09:59:02] Production.INFO: neon service started
[2026-04-06 09:59:02] Production.INFO: neon service started
[2026-04-06 09:59:02] Production.INFO: ==3272== Releasing lock...
[2026-04-06 09:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 09:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 04:59:02] Production.INFO: ==3274== Lock acquired, processing the job...
[2026-04-06 04:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 04:59:02] Production.INFO: ==3274== Releasing lock...
[2026-04-06 04:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 04:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:59:02] Production.INFO: ==3276== Lock acquired, processing the job...
[2026-04-06 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:59:02] Production.INFO: ==3276== Releasing lock...
[2026-04-06 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 08:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 04:59:03] Production.INFO: ==3278== Lock acquired, processing the job...
[2026-04-06 04:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 04:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 04:59:03] Production.INFO: ==3280== Lock acquired, processing the job...
[2026-04-06 04:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 04:59:03] Production.INFO: ==3282== Lock acquired, processing the job...
[2026-04-06 04:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 04:59:03] Production.INFO: ==3284== Lock acquired, processing the job...
[2026-04-06 04:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 04:59:03] Production.INFO: Account Balance Start.
[2026-04-06 04:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 04:59:03] Production.INFO: 117
[2026-04-06 04:59:03] Production.INFO: ==3286== Lock acquired, processing the job...
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 04:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 04:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 04:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 04:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 04:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 04:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 04:59:03] Production.INFO: ==3286== Releasing lock...
[2026-04-06 04:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 04:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:03] Production.INFO: Date 2026-03-16
[2026-04-06 04:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: ==3280== Releasing lock...
[2026-04-06 04:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 04:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 04:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:05] Production.INFO: Date 2026-04-06
[2026-04-06 04:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 04:59:05] Production.INFO: Total Charge 0
[2026-04-06 04:59:05] Production.INFO: CreateAllLog End
[2026-04-06 04:59:05] Production.INFO: Account Balance End.
[2026-04-06 04:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 04:59:05] Production.INFO: ==3284== Releasing lock...
[2026-04-06 04:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 04:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 04:59:13] Production.ERROR: CronJobId end10
[2026-04-06 04:59:13] Production.INFO: ==3282== Releasing lock...
[2026-04-06 04:59:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 04:59:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 04:59:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 04:59:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 04:59:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 04:59:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 04:59:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 04:59:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 04:59:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 04:59:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 04:59:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 04:59:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 04:59:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 04:59:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 04:59:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 04:59:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 04:59:16] Production.INFO: call_cost start
[2026-04-06 04:59:16] Production.INFO: call_cost end
[2026-04-06 04:59:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 04:59:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 04:59:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 04:59:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 04:59:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 04:59:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 04:59:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 04:59:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 04:59:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 04:59:16] Production.INFO: ==3278== Releasing lock...
[2026-04-06 04:59:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 04:59:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:00:01] Production.INFO: ==3347== Lock acquired, processing the job...
[2026-04-06 10:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:00:01] Production.INFO: neon service started
[2026-04-06 10:00:01] Production.INFO: neon service started
[2026-04-06 10:00:01] Production.INFO: ==3347== Releasing lock...
[2026-04-06 10:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:00:01] Production.INFO: ==3351== Lock acquired, processing the job...
[2026-04-06 09:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:00:01] Production.INFO: ==3351== Releasing lock...
[2026-04-06 09:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:00:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:00:02] Production.INFO: ==3349== Lock acquired, processing the job...
[2026-04-06 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:00:02] Production.INFO: ==3349== Releasing lock...
[2026-04-06 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:00:02] Production.INFO: ==3358== Lock acquired, processing the job...
[2026-04-06 05:00:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:00:02] Production.INFO: ==3356== Lock acquired, processing the job...
[2026-04-06 05:00:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:00:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:00:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:00:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:00:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:00:03] Production.INFO: ==3354== Lock acquired, processing the job...
[2026-04-06 05:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:00:03] Production.INFO: ==3360== Lock acquired, processing the job...
[2026-04-06 05:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:00:03] Production.INFO: ==3362== Lock acquired, processing the job...
[2026-04-06 05:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:00:03] Production.INFO: ==3356== Releasing lock...
[2026-04-06 05:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:00:03] Production.INFO: Account Balance Start.
[2026-04-06 05:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:00:03] Production.INFO: 117
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: ==3362== Releasing lock...
[2026-04-06 05:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:00:04] Production.INFO: Total Charge 0
[2026-04-06 05:00:04] Production.INFO: CreateAllLog End
[2026-04-06 05:00:04] Production.INFO: Account Balance End.
[2026-04-06 05:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:00:04] Production.INFO: ==3360== Releasing lock...
[2026-04-06 05:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:00:11] Production.ERROR: CronJobId end10
[2026-04-06 05:00:11] Production.INFO: ==3358== Releasing lock...
[2026-04-06 05:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:00:14] Production.INFO: call_cost start
[2026-04-06 05:00:14] Production.INFO: call_cost end
[2026-04-06 05:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:00:14] Production.INFO: ==3354== Releasing lock...
[2026-04-06 05:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:01:01] Production.INFO: ==3432== Lock acquired, processing the job...
[2026-04-06 10:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:01:01] Production.INFO: neon service started
[2026-04-06 10:01:01] Production.INFO: neon service started
[2026-04-06 10:01:01] Production.INFO: ==3432== Releasing lock...
[2026-04-06 10:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:01:02] Production.INFO: ==3447== Lock acquired, processing the job...
[2026-04-06 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:01:02] Production.INFO: ==3447== Releasing lock...
[2026-04-06 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:01:02] Production.INFO: ==3445== Lock acquired, processing the job...
[2026-04-06 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:01:02] Production.INFO: ==3445== Releasing lock...
[2026-04-06 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:01:03] Production.INFO: ==3450== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 05:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 05:01:03] Production.INFO: ==3452== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 05:01:03] Production.INFO: ==3454== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: ==3450== Releasing lock...
[2026-04-06 05:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 05:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 05:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:01:03] Production.INFO: ==3456== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:01:03] Production.INFO: ==3460== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: ==3462== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 05:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:01:03] Production.INFO: ==3458== Lock acquired, processing the job...
[2026-04-06 05:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:01:04] Production.INFO: Account Balance Start.
[2026-04-06 05:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:01:04] Production.INFO: 117
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: ==3462== Releasing lock...
[2026-04-06 05:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: ==3454== Releasing lock...
[2026-04-06 05:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:01:04] Production.ERROR: done
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 05:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045820', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:01:05] Production.INFO: Total Charge 0
[2026-04-06 05:01:05] Production.INFO: CreateAllLog End
[2026-04-06 05:01:05] Production.INFO: Account Balance End.
[2026-04-06 05:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:01:05] Production.INFO: ==3458== Releasing lock...
[2026-04-06 05:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045820', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 05:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 05:01:10] Production.INFO: ProcessCDR(1,17045820,1,1,2)
[2026-04-06 05:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045820,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045820,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 05:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 05:01:10] Production.INFO: ==3460== Releasing lock...
[2026-04-06 05:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 05:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:01:15] Production.ERROR: CronJobId end10
[2026-04-06 05:01:15] Production.INFO: ==3456== Releasing lock...
[2026-04-06 05:01:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:01:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:01:17] Production.INFO: call_cost start
[2026-04-06 05:01:17] Production.INFO: call_cost end
[2026-04-06 05:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:01:17] Production.INFO: ==3452== Releasing lock...
[2026-04-06 05:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:02:02] Production.INFO: ==3528== Lock acquired, processing the job...
[2026-04-06 10:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:02:02] Production.INFO: neon service started
[2026-04-06 10:02:02] Production.INFO: neon service started
[2026-04-06 10:02:02] Production.INFO: ==3528== Releasing lock...
[2026-04-06 10:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:02:02] Production.INFO: ==3530== Lock acquired, processing the job...
[2026-04-06 05:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:02:02] Production.INFO: ==3530== Releasing lock...
[2026-04-06 05:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:02:02] Production.INFO: ==3532== Lock acquired, processing the job...
[2026-04-06 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:02:02] Production.INFO: ==3532== Releasing lock...
[2026-04-06 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:02:03] Production.INFO: ==3542== Lock acquired, processing the job...
[2026-04-06 05:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 05:02:03] Production.INFO: ==3538== Lock acquired, processing the job...
[2026-04-06 05:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:02:03] Production.INFO: ==3544== Lock acquired, processing the job...
[2026-04-06 05:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:02:03] Production.INFO: ==3534== Lock acquired, processing the job...
[2026-04-06 05:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:02:04] Production.INFO: ==3536== Lock acquired, processing the job...
[2026-04-06 05:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:02:04] Production.INFO: ==3540== Lock acquired, processing the job...
[2026-04-06 05:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:02:04] Production.INFO: ==3544== Releasing lock...
[2026-04-06 05:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:02:04] Production.INFO: Account Balance Start.
[2026-04-06 05:02:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:02:04] Production.INFO: 117
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.ERROR: done
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:04] Production.ERROR: done
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-16
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: ==3536== Releasing lock...
[2026-04-06 05:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-17
[2026-04-06 05:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 05:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:02:05] Production.INFO: ==3542== Releasing lock...
[2026-04-06 05:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 05:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-18
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-19
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-20
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-21
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-22
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-23
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-24
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-25
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-26
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-27
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:02:06] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:06] Production.INFO: Date 2026-04-06
[2026-04-06 05:02:06] Production.INFO: Reseller ==> 0
[2026-04-06 05:02:06] Production.INFO: Total Charge 0
[2026-04-06 05:02:06] Production.INFO: CreateAllLog End
[2026-04-06 05:02:06] Production.INFO: Account Balance End.
[2026-04-06 05:02:06] Production.ERROR: CronJobId end 12
[2026-04-06 05:02:06] Production.INFO: ==3540== Releasing lock...
[2026-04-06 05:02:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:02:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:02:12] Production.ERROR: CronJobId end10
[2026-04-06 05:02:12] Production.INFO: ==3538== Releasing lock...
[2026-04-06 05:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:02:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:02:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:02:15] Production.INFO: call_cost start
[2026-04-06 05:02:15] Production.INFO: call_cost end
[2026-04-06 05:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:02:15] Production.INFO: ==3534== Releasing lock...
[2026-04-06 05:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:03:01] Production.INFO: ==3607== Lock acquired, processing the job...
[2026-04-06 10:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:03:01] Production.INFO: neon service started
[2026-04-06 10:03:01] Production.INFO: neon service started
[2026-04-06 10:03:01] Production.INFO: ==3607== Releasing lock...
[2026-04-06 10:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:03:02] Production.INFO: ==3609== Lock acquired, processing the job...
[2026-04-06 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:03:02] Production.INFO: ==3611== Lock acquired, processing the job...
[2026-04-06 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:03:02] Production.INFO: ==3611== Releasing lock...
[2026-04-06 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:03:02] Production.INFO: ==3609== Releasing lock...
[2026-04-06 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:03:03] Production.INFO: ==3616== Lock acquired, processing the job...
[2026-04-06 05:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:03:03] Production.INFO: ==3614== Lock acquired, processing the job...
[2026-04-06 05:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:03:03] Production.INFO: ==3620== Lock acquired, processing the job...
[2026-04-06 05:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:03:03] Production.INFO: ==3618== Lock acquired, processing the job...
[2026-04-06 05:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:03:03] Production.INFO: ==3622== Lock acquired, processing the job...
[2026-04-06 05:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:03:03] Production.INFO: Account Balance Start.
[2026-04-06 05:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:03:03] Production.INFO: 117
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:03:03] Production.INFO: ==3622== Releasing lock...
[2026-04-06 05:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: ==3616== Releasing lock...
[2026-04-06 05:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:03:04] Production.INFO: Total Charge 0
[2026-04-06 05:03:04] Production.INFO: CreateAllLog End
[2026-04-06 05:03:04] Production.INFO: Account Balance End.
[2026-04-06 05:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:03:04] Production.INFO: ==3620== Releasing lock...
[2026-04-06 05:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:03:10] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_LowBal...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#4 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#8 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#9 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#10 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#11 [internal function]: App\Console\Commands\NeonAlerts->fire()
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_LowBalanceReminder(1,0,7))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#2 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#4 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#7 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#9 [internal function]: App\Console\Commands\NeonAlerts->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-06 05:03:10] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:03:10] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:03:10] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:03:10] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:03:10] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:03:10] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:03:10] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:03:10] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:03:10] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:03:10] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:03:10] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:03:10] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:03:10] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:03:10] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:03:10] Production.INFO: call_cost start
[2026-04-06 05:03:10] Production.INFO: call_cost end
[2026-04-06 05:03:10] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:03:10] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:03:10] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:03:10] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:03:10] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:03:10] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:03:10] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:03:10] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:03:10] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:03:10] Production.INFO: ==3614== Releasing lock...
[2026-04-06 05:03:10] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:03:10] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 05:03:10] Production.ERROR: CronJobId end10
[2026-04-06 05:03:10] Production.INFO: ==3618== Releasing lock...
[2026-04-06 05:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:04:02] Production.INFO: ==3684== Lock acquired, processing the job...
[2026-04-06 10:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:04:02] Production.INFO: neon service started
[2026-04-06 10:04:02] Production.INFO: neon service started
[2026-04-06 10:04:02] Production.INFO: ==3684== Releasing lock...
[2026-04-06 10:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:04:02] Production.INFO: ==3686== Lock acquired, processing the job...
[2026-04-06 05:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:04:02] Production.INFO: ==3688== Lock acquired, processing the job...
[2026-04-06 09:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:04:02] Production.INFO: ==3688== Releasing lock...
[2026-04-06 09:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:04:02] Production.INFO: ==3686== Releasing lock...
[2026-04-06 05:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:04:03] Production.INFO: ==3691== Lock acquired, processing the job...
[2026-04-06 05:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:04:03] Production.INFO: ==3693== Lock acquired, processing the job...
[2026-04-06 05:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:04:03] Production.INFO: ==3697== Lock acquired, processing the job...
[2026-04-06 05:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:04:03] Production.INFO: ==3695== Lock acquired, processing the job...
[2026-04-06 05:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:04:03] Production.INFO: ==3699== Lock acquired, processing the job...
[2026-04-06 05:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:04:03] Production.INFO: Account Balance Start.
[2026-04-06 05:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:04:03] Production.INFO: 117
[2026-04-06 05:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:04:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:04:04] Production.INFO: ==3699== Releasing lock...
[2026-04-06 05:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: ==3693== Releasing lock...
[2026-04-06 05:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:04:05] Production.INFO: Total Charge 0
[2026-04-06 05:04:05] Production.INFO: CreateAllLog End
[2026-04-06 05:04:05] Production.INFO: Account Balance End.
[2026-04-06 05:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:04:05] Production.INFO: ==3697== Releasing lock...
[2026-04-06 05:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:04:12] Production.ERROR: CronJobId end10
[2026-04-06 05:04:12] Production.INFO: ==3695== Releasing lock...
[2026-04-06 05:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:04:14] Production.INFO: call_cost start
[2026-04-06 05:04:14] Production.INFO: call_cost end
[2026-04-06 05:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:04:14] Production.INFO: ==3691== Releasing lock...
[2026-04-06 05:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:05:01] Production.INFO: ==3770== Lock acquired, processing the job...
[2026-04-06 10:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:05:01] Production.INFO: neon service started
[2026-04-06 10:05:01] Production.INFO: neon service started
[2026-04-06 10:05:01] Production.INFO: ==3770== Releasing lock...
[2026-04-06 10:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:05:01] Production.INFO: ==3772== Lock acquired, processing the job...
[2026-04-06 05:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:05:02] Production.INFO: ==3772== Releasing lock...
[2026-04-06 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:05:02] Production.INFO: ==3774== Lock acquired, processing the job...
[2026-04-06 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:05:02] Production.INFO: ==3774== Releasing lock...
[2026-04-06 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:05:02] Production.INFO: ==3784== Lock acquired, processing the job...
[2026-04-06 05:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:05:03] Production.INFO: ==3778== Lock acquired, processing the job...
[2026-04-06 05:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:05:03] Production.INFO: ==3776== Lock acquired, processing the job...
[2026-04-06 05:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:05:03] Production.INFO: ==3784== Releasing lock...
[2026-04-06 05:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:05:03] Production.INFO: ==3780== Lock acquired, processing the job...
[2026-04-06 05:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:05:03] Production.INFO: ==3782== Lock acquired, processing the job...
[2026-04-06 05:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:05:03] Production.INFO: Account Balance Start.
[2026-04-06 05:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:05:03] Production.INFO: 117
[2026-04-06 05:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:03] Production.INFO: ==3778== Releasing lock...
[2026-04-06 05:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:05:04] Production.INFO: Total Charge 0
[2026-04-06 05:05:04] Production.INFO: CreateAllLog End
[2026-04-06 05:05:04] Production.INFO: Account Balance End.
[2026-04-06 05:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:05:04] Production.INFO: ==3782== Releasing lock...
[2026-04-06 05:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:05:12] Production.ERROR: CronJobId end10
[2026-04-06 05:05:12] Production.INFO: ==3780== Releasing lock...
[2026-04-06 05:05:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:05:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:05:14] Production.INFO: call_cost start
[2026-04-06 05:05:14] Production.INFO: call_cost end
[2026-04-06 05:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:05:14] Production.INFO: ==3776== Releasing lock...
[2026-04-06 05:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:06:01] Production.INFO: ==3847== Lock acquired, processing the job...
[2026-04-06 10:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:06:01] Production.INFO: neon service started
[2026-04-06 10:06:01] Production.INFO: neon service started
[2026-04-06 10:06:01] Production.INFO: ==3847== Releasing lock...
[2026-04-06 10:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:06:02] Production.INFO: ==3851== Lock acquired, processing the job...
[2026-04-06 09:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:06:02] Production.INFO: ==3851== Releasing lock...
[2026-04-06 09:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:06:02] Production.INFO: ==3849== Lock acquired, processing the job...
[2026-04-06 05:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:06:02] Production.INFO: ==3849== Releasing lock...
[2026-04-06 05:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:06:03] Production.INFO: ==3853== Lock acquired, processing the job...
[2026-04-06 05:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:06:03] Production.INFO: ==3855== Lock acquired, processing the job...
[2026-04-06 05:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:06:03] Production.INFO: ==3861== Lock acquired, processing the job...
[2026-04-06 05:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:06:03] Production.INFO: ==3859== Lock acquired, processing the job...
[2026-04-06 05:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:06:03] Production.INFO: ==3857== Lock acquired, processing the job...
[2026-04-06 05:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:06:03] Production.INFO: ==3861== Releasing lock...
[2026-04-06 05:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:06:03] Production.INFO: Account Balance Start.
[2026-04-06 05:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:06:03] Production.INFO: 117
[2026-04-06 05:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:06:04] Production.INFO: ==3855== Releasing lock...
[2026-04-06 05:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:06:05] Production.INFO: Total Charge 0
[2026-04-06 05:06:05] Production.INFO: CreateAllLog End
[2026-04-06 05:06:05] Production.INFO: Account Balance End.
[2026-04-06 05:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:06:05] Production.INFO: ==3859== Releasing lock...
[2026-04-06 05:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:06:12] Production.ERROR: CronJobId end10
[2026-04-06 05:06:12] Production.INFO: ==3857== Releasing lock...
[2026-04-06 05:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:06:14] Production.INFO: call_cost start
[2026-04-06 05:06:14] Production.INFO: call_cost end
[2026-04-06 05:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:06:14] Production.INFO: ==3853== Releasing lock...
[2026-04-06 05:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:07:01] Production.INFO: ==3928== Lock acquired, processing the job...
[2026-04-06 10:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:07:01] Production.INFO: neon service started
[2026-04-06 10:07:01] Production.INFO: neon service started
[2026-04-06 10:07:01] Production.INFO: ==3928== Releasing lock...
[2026-04-06 10:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:07:01] Production.INFO: ==3932== Lock acquired, processing the job...
[2026-04-06 09:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:07:01] Production.INFO: ==3932== Releasing lock...
[2026-04-06 09:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:07:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:07:01] Production.INFO: ==3930== Lock acquired, processing the job...
[2026-04-06 05:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:07:02] Production.INFO: ==3930== Releasing lock...
[2026-04-06 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:07:02] Production.INFO: ==3935== Lock acquired, processing the job...
[2026-04-06 05:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:07:02] Production.INFO: ==3939== Lock acquired, processing the job...
[2026-04-06 05:07:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:07:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:07:02] Production.INFO: ==3943== Lock acquired, processing the job...
[2026-04-06 05:07:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:07:02] Production.INFO: ==3937== Lock acquired, processing the job...
[2026-04-06 05:07:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:07:03] Production.INFO: ==3941== Lock acquired, processing the job...
[2026-04-06 05:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:07:03] Production.INFO: Account Balance Start.
[2026-04-06 05:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:07:03] Production.INFO: 117
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: ==3943== Releasing lock...
[2026-04-06 05:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: ==3937== Releasing lock...
[2026-04-06 05:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:07:04] Production.INFO: Total Charge 0
[2026-04-06 05:07:04] Production.INFO: CreateAllLog End
[2026-04-06 05:07:04] Production.INFO: Account Balance End.
[2026-04-06 05:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:07:04] Production.INFO: ==3941== Releasing lock...
[2026-04-06 05:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:07:11] Production.ERROR: CronJobId end10
[2026-04-06 05:07:11] Production.INFO: ==3939== Releasing lock...
[2026-04-06 05:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:07:13] Production.INFO: call_cost start
[2026-04-06 05:07:13] Production.INFO: call_cost end
[2026-04-06 05:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:07:13] Production.INFO: ==3935== Releasing lock...
[2026-04-06 05:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:08:01] Production.INFO: ==4003== Lock acquired, processing the job...
[2026-04-06 10:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:08:01] Production.INFO: neon service started
[2026-04-06 10:08:01] Production.INFO: neon service started
[2026-04-06 10:08:01] Production.INFO: ==4003== Releasing lock...
[2026-04-06 10:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:08:02] Production.INFO: ==4008== Lock acquired, processing the job...
[2026-04-06 09:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:08:02] Production.INFO: ==4008== Releasing lock...
[2026-04-06 09:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:08:02] Production.INFO: ==4006== Lock acquired, processing the job...
[2026-04-06 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:08:02] Production.INFO: ==4006== Releasing lock...
[2026-04-06 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:08:03] Production.INFO: ==4010== Lock acquired, processing the job...
[2026-04-06 05:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:08:03] Production.INFO: ==4012== Lock acquired, processing the job...
[2026-04-06 05:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:08:03] Production.INFO: ==4014== Lock acquired, processing the job...
[2026-04-06 05:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:08:03] Production.INFO: ==4016== Lock acquired, processing the job...
[2026-04-06 05:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:08:03] Production.INFO: ==4018== Lock acquired, processing the job...
[2026-04-06 05:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:08:03] Production.INFO: Account Balance Start.
[2026-04-06 05:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:08:03] Production.INFO: 117
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:08:03] Production.INFO: ==4018== Releasing lock...
[2026-04-06 05:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: ==4012== Releasing lock...
[2026-04-06 05:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:08:04] Production.INFO: Total Charge 0
[2026-04-06 05:08:04] Production.INFO: CreateAllLog End
[2026-04-06 05:08:05] Production.INFO: Account Balance End.
[2026-04-06 05:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:08:05] Production.INFO: ==4016== Releasing lock...
[2026-04-06 05:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:08:12] Production.ERROR: CronJobId end10
[2026-04-06 05:08:12] Production.INFO: ==4014== Releasing lock...
[2026-04-06 05:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:08:15] Production.INFO: call_cost start
[2026-04-06 05:08:15] Production.INFO: call_cost end
[2026-04-06 05:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:08:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:08:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:08:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:08:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:08:15] Production.INFO: ==4010== Releasing lock...
[2026-04-06 05:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:09:02] Production.INFO: ==4082== Lock acquired, processing the job...
[2026-04-06 10:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:09:02] Production.INFO: neon service started
[2026-04-06 10:09:02] Production.INFO: neon service started
[2026-04-06 10:09:02] Production.INFO: ==4082== Releasing lock...
[2026-04-06 10:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:09:02] Production.INFO: ==4084== Lock acquired, processing the job...
[2026-04-06 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:09:02] Production.INFO: ==4084== Releasing lock...
[2026-04-06 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:09:02] Production.INFO: ==4086== Lock acquired, processing the job...
[2026-04-06 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:09:02] Production.INFO: ==4086== Releasing lock...
[2026-04-06 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:09:03] Production.INFO: ==4091== Lock acquired, processing the job...
[2026-04-06 05:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:09:03] Production.INFO: ==4093== Lock acquired, processing the job...
[2026-04-06 05:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:09:03] Production.INFO: ==4097== Lock acquired, processing the job...
[2026-04-06 05:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:09:03] Production.INFO: ==4095== Lock acquired, processing the job...
[2026-04-06 05:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:09:03] Production.INFO: ==4099== Lock acquired, processing the job...
[2026-04-06 05:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:09:03] Production.INFO: Account Balance Start.
[2026-04-06 05:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:09:03] Production.INFO: 117
[2026-04-06 05:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:09:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: ==4099== Releasing lock...
[2026-04-06 05:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: ==4093== Releasing lock...
[2026-04-06 05:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:09:04] Production.INFO: Total Charge 0
[2026-04-06 05:09:05] Production.INFO: CreateAllLog End
[2026-04-06 05:09:05] Production.INFO: Account Balance End.
[2026-04-06 05:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:09:05] Production.INFO: ==4097== Releasing lock...
[2026-04-06 05:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:09:12] Production.ERROR: CronJobId end10
[2026-04-06 05:09:12] Production.INFO: ==4095== Releasing lock...
[2026-04-06 05:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:09:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:09:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:09:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:09:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:09:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:09:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:09:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:09:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:09:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:09:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:09:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:09:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:09:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:09:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:09:15] Production.INFO: call_cost start
[2026-04-06 05:09:15] Production.INFO: call_cost end
[2026-04-06 05:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:09:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:09:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:09:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:09:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:09:15] Production.INFO: ==4091== Releasing lock...
[2026-04-06 05:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:10:01] Production.INFO: ==4168== Lock acquired, processing the job...
[2026-04-06 10:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:10:01] Production.INFO: neon service started
[2026-04-06 10:10:01] Production.INFO: neon service started
[2026-04-06 10:10:01] Production.INFO: ==4168== Releasing lock...
[2026-04-06 10:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:10:02] Production.INFO: ==4170== Lock acquired, processing the job...
[2026-04-06 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:10:02] Production.INFO: ==4170== Releasing lock...
[2026-04-06 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:10:02] Production.INFO: ==4172== Lock acquired, processing the job...
[2026-04-06 09:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:10:02] Production.INFO: ==4172== Releasing lock...
[2026-04-06 09:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:10:03] Production.INFO: ==4175== Lock acquired, processing the job...
[2026-04-06 05:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:10:03] Production.INFO: ==4179== Lock acquired, processing the job...
[2026-04-06 05:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:10:03] Production.INFO: ==4177== Lock acquired, processing the job...
[2026-04-06 05:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:10:03] Production.INFO: ==4181== Lock acquired, processing the job...
[2026-04-06 05:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:10:03] Production.INFO: ==4183== Lock acquired, processing the job...
[2026-04-06 05:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:10:03] Production.INFO: Account Balance Start.
[2026-04-06 05:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:10:03] Production.INFO: 117
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:10:03] Production.INFO: ==4183== Releasing lock...
[2026-04-06 05:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: ==4177== Releasing lock...
[2026-04-06 05:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:10:04] Production.INFO: Total Charge 0
[2026-04-06 05:10:04] Production.INFO: CreateAllLog End
[2026-04-06 05:10:05] Production.INFO: Account Balance End.
[2026-04-06 05:10:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:10:05] Production.INFO: ==4181== Releasing lock...
[2026-04-06 05:10:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:10:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:10:11] Production.ERROR: CronJobId end10
[2026-04-06 05:10:11] Production.INFO: ==4179== Releasing lock...
[2026-04-06 05:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:10:13] Production.INFO: call_cost start
[2026-04-06 05:10:13] Production.INFO: call_cost end
[2026-04-06 05:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:10:13] Production.INFO: ==4175== Releasing lock...
[2026-04-06 05:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:11:02] Production.INFO: ==4247== Lock acquired, processing the job...
[2026-04-06 10:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:11:02] Production.INFO: neon service started
[2026-04-06 10:11:02] Production.INFO: neon service started
[2026-04-06 10:11:02] Production.INFO: ==4247== Releasing lock...
[2026-04-06 10:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:11:02] Production.INFO: ==4249== Lock acquired, processing the job...
[2026-04-06 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:11:02] Production.INFO: ==4251== Lock acquired, processing the job...
[2026-04-06 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:11:02] Production.INFO: ==4251== Releasing lock...
[2026-04-06 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:11:02] Production.INFO: ==4249== Releasing lock...
[2026-04-06 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:11:03] Production.INFO: ==4254== Lock acquired, processing the job...
[2026-04-06 05:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 05:11:03] Production.INFO: ==4256== Lock acquired, processing the job...
[2026-04-06 05:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 05:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 05:11:03] Production.INFO: ==4258== Lock acquired, processing the job...
[2026-04-06 05:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:11:03] Production.INFO: ==4254== Releasing lock...
[2026-04-06 05:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 05:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 05:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:11:03] Production.INFO: ==4262== Lock acquired, processing the job...
[2026-04-06 05:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:11:03] Production.INFO: ==4260== Lock acquired, processing the job...
[2026-04-06 05:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:11:03] Production.INFO: ==4264== Lock acquired, processing the job...
[2026-04-06 05:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 05:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:11:04] Production.INFO: Account Balance Start.
[2026-04-06 05:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:11:04] Production.INFO: 117
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:11:04] Production.INFO: ==4266== Lock acquired, processing the job...
[2026-04-06 05:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: ==4266== Releasing lock...
[2026-04-06 05:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:11:04] Production.ERROR: done
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 05:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045862', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: ==4258== Releasing lock...
[2026-04-06 05:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:11:05] Production.INFO: Total Charge 0
[2026-04-06 05:11:05] Production.INFO: CreateAllLog End
[2026-04-06 05:11:05] Production.INFO: Account Balance End.
[2026-04-06 05:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:11:05] Production.INFO: ==4262== Releasing lock...
[2026-04-06 05:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:11:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045862', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 05:11:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 05:11:11] Production.INFO: ProcessCDR(1,17045862,1,1,2)
[2026-04-06 05:11:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045862,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:11:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045862,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:11:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 05:11:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 05:11:11] Production.INFO: ==4264== Releasing lock...
[2026-04-06 05:11:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 05:11:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:11:14] Production.ERROR: CronJobId end10
[2026-04-06 05:11:14] Production.INFO: ==4260== Releasing lock...
[2026-04-06 05:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:11:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:11:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:11:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:11:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:11:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:11:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:11:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:11:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:11:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:11:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:11:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:11:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:11:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:11:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:11:17] Production.INFO: call_cost start
[2026-04-06 05:11:17] Production.INFO: call_cost end
[2026-04-06 05:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:11:17] Production.INFO: ==4256== Releasing lock...
[2026-04-06 05:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:12:01] Production.INFO: ==4329== Lock acquired, processing the job...
[2026-04-06 10:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:12:01] Production.INFO: neon service started
[2026-04-06 10:12:01] Production.INFO: neon service started
[2026-04-06 10:12:01] Production.INFO: ==4329== Releasing lock...
[2026-04-06 10:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:12:01] Production.INFO: ==4331== Lock acquired, processing the job...
[2026-04-06 05:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:12:01] Production.INFO: ==4331== Releasing lock...
[2026-04-06 05:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:12:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:12:02] Production.INFO: ==4333== Lock acquired, processing the job...
[2026-04-06 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:12:02] Production.INFO: ==4333== Releasing lock...
[2026-04-06 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:12:02] Production.INFO: ==4338== Lock acquired, processing the job...
[2026-04-06 05:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:12:02] Production.INFO: ==4342== Lock acquired, processing the job...
[2026-04-06 05:12:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:12:02] Production.INFO: ==4340== Lock acquired, processing the job...
[2026-04-06 05:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:12:02] Production.INFO: ==4336== Lock acquired, processing the job...
[2026-04-06 05:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:12:02] Production.INFO: Account Balance Start.
[2026-04-06 05:12:02] Production.INFO: CreateAllLog Start
[2026-04-06 05:12:02] Production.INFO: 117
[2026-04-06 05:12:02] Production.INFO: Date 2026-03-08
[2026-04-06 05:12:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:12:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:12:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:12:03] Production.INFO: ==4344== Lock acquired, processing the job...
[2026-04-06 05:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:12:03] Production.INFO: ==4344== Releasing lock...
[2026-04-06 05:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: ==4338== Releasing lock...
[2026-04-06 05:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:03] Production.INFO: Date 2026-03-27
[2026-04-06 05:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:12:04] Production.INFO: Total Charge 0
[2026-04-06 05:12:04] Production.INFO: CreateAllLog End
[2026-04-06 05:12:04] Production.INFO: Account Balance End.
[2026-04-06 05:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:12:04] Production.INFO: ==4342== Releasing lock...
[2026-04-06 05:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:12:11] Production.ERROR: CronJobId end10
[2026-04-06 05:12:11] Production.INFO: ==4340== Releasing lock...
[2026-04-06 05:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:12:13] Production.INFO: call_cost start
[2026-04-06 05:12:13] Production.INFO: call_cost end
[2026-04-06 05:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:12:13] Production.INFO: ==4336== Releasing lock...
[2026-04-06 05:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:13:01] Production.INFO: ==4410== Lock acquired, processing the job...
[2026-04-06 10:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:13:01] Production.INFO: neon service started
[2026-04-06 10:13:01] Production.INFO: neon service started
[2026-04-06 10:13:01] Production.INFO: ==4410== Releasing lock...
[2026-04-06 10:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:13:02] Production.INFO: ==4412== Lock acquired, processing the job...
[2026-04-06 05:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:13:02] Production.INFO: ==4412== Releasing lock...
[2026-04-06 05:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:13:02] Production.INFO: ==4414== Lock acquired, processing the job...
[2026-04-06 09:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:13:02] Production.INFO: ==4414== Releasing lock...
[2026-04-06 09:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:13:03] Production.INFO: ==4416== Lock acquired, processing the job...
[2026-04-06 05:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:13:03] Production.INFO: ==4422== Lock acquired, processing the job...
[2026-04-06 05:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:13:03] Production.INFO: Account Balance Start.
[2026-04-06 05:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:13:03] Production.INFO: 117
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.INFO: ==4418== Lock acquired, processing the job...
[2026-04-06 05:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:13:03] Production.INFO: ==4420== Lock acquired, processing the job...
[2026-04-06 05:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:13:03] Production.INFO: ==4424== Lock acquired, processing the job...
[2026-04-06 05:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:13:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:13:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: ==4424== Releasing lock...
[2026-04-06 05:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: ==4418== Releasing lock...
[2026-04-06 05:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:13:04] Production.INFO: Total Charge 0
[2026-04-06 05:13:04] Production.INFO: CreateAllLog End
[2026-04-06 05:13:04] Production.INFO: Account Balance End.
[2026-04-06 05:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:13:05] Production.INFO: ==4422== Releasing lock...
[2026-04-06 05:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:13:11] Production.ERROR: CronJobId end10
[2026-04-06 05:13:11] Production.INFO: ==4420== Releasing lock...
[2026-04-06 05:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:13:14] Production.INFO: call_cost start
[2026-04-06 05:13:14] Production.INFO: call_cost end
[2026-04-06 05:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:13:14] Production.INFO: ==4416== Releasing lock...
[2026-04-06 05:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:14:02] Production.INFO: ==4486== Lock acquired, processing the job...
[2026-04-06 10:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:14:02] Production.INFO: neon service started
[2026-04-06 10:14:02] Production.INFO: neon service started
[2026-04-06 10:14:02] Production.INFO: ==4486== Releasing lock...
[2026-04-06 10:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:14:02] Production.INFO: ==4490== Lock acquired, processing the job...
[2026-04-06 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:14:02] Production.INFO: ==4488== Lock acquired, processing the job...
[2026-04-06 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:14:02] Production.INFO: ==4490== Releasing lock...
[2026-04-06 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:14:03] Production.INFO: ==4488== Releasing lock...
[2026-04-06 05:14:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:14:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:14:03] Production.INFO: ==4495== Lock acquired, processing the job...
[2026-04-06 05:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:14:03] Production.INFO: ==4493== Lock acquired, processing the job...
[2026-04-06 05:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:14:03] Production.INFO: ==4497== Lock acquired, processing the job...
[2026-04-06 05:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:14:03] Production.INFO: ==4499== Lock acquired, processing the job...
[2026-04-06 05:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:14:03] Production.INFO: Account Balance Start.
[2026-04-06 05:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:14:03] Production.INFO: 117
[2026-04-06 05:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:03] Production.INFO: ==4501== Lock acquired, processing the job...
[2026-04-06 05:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:14:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:14:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:14:04] Production.INFO: ==4501== Releasing lock...
[2026-04-06 05:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: ==4495== Releasing lock...
[2026-04-06 05:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:14:05] Production.INFO: Total Charge 0
[2026-04-06 05:14:05] Production.INFO: CreateAllLog End
[2026-04-06 05:14:05] Production.INFO: Account Balance End.
[2026-04-06 05:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:14:05] Production.INFO: ==4499== Releasing lock...
[2026-04-06 05:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:14:12] Production.ERROR: CronJobId end10
[2026-04-06 05:14:12] Production.INFO: ==4497== Releasing lock...
[2026-04-06 05:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:14:15] Production.INFO: call_cost start
[2026-04-06 05:14:15] Production.INFO: call_cost end
[2026-04-06 05:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:14:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:14:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:14:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:14:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:14:15] Production.INFO: ==4493== Releasing lock...
[2026-04-06 05:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:15:01] Production.INFO: ==4564== Lock acquired, processing the job...
[2026-04-06 10:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:15:01] Production.INFO: neon service started
[2026-04-06 10:15:01] Production.INFO: neon service started
[2026-04-06 10:15:01] Production.INFO: ==4564== Releasing lock...
[2026-04-06 10:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:15:02] Production.INFO: ==4566== Lock acquired, processing the job...
[2026-04-06 05:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:15:02] Production.INFO: ==4568== Lock acquired, processing the job...
[2026-04-06 09:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:15:02] Production.INFO: ==4568== Releasing lock...
[2026-04-06 09:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:15:02] Production.INFO: ==4566== Releasing lock...
[2026-04-06 05:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:15:03] Production.INFO: ==4571== Lock acquired, processing the job...
[2026-04-06 05:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:15:03] Production.INFO: ==4573== Lock acquired, processing the job...
[2026-04-06 05:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:15:03] Production.INFO: ==4575== Lock acquired, processing the job...
[2026-04-06 05:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:15:03] Production.INFO: ==4577== Lock acquired, processing the job...
[2026-04-06 05:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:15:03] Production.INFO: ==4579== Lock acquired, processing the job...
[2026-04-06 05:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:15:03] Production.INFO: Account Balance Start.
[2026-04-06 05:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:15:03] Production.INFO: 117
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:15:03] Production.INFO: ==4579== Releasing lock...
[2026-04-06 05:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:15:04] Production.INFO: ==4573== Releasing lock...
[2026-04-06 05:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:15:04] Production.INFO: Total Charge 0
[2026-04-06 05:15:04] Production.INFO: CreateAllLog End
[2026-04-06 05:15:04] Production.INFO: Account Balance End.
[2026-04-06 05:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:15:04] Production.INFO: ==4577== Releasing lock...
[2026-04-06 05:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:15:11] Production.ERROR: CronJobId end10
[2026-04-06 05:15:11] Production.INFO: ==4575== Releasing lock...
[2026-04-06 05:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:15:13] Production.INFO: call_cost start
[2026-04-06 05:15:13] Production.INFO: call_cost end
[2026-04-06 05:15:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:15:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:15:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:15:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:15:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:15:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:15:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:15:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:15:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:15:13] Production.INFO: ==4571== Releasing lock...
[2026-04-06 05:15:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:15:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:16:02] Production.INFO: ==4639== Lock acquired, processing the job...
[2026-04-06 10:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:16:02] Production.INFO: neon service started
[2026-04-06 10:16:02] Production.INFO: neon service started
[2026-04-06 10:16:02] Production.INFO: ==4639== Releasing lock...
[2026-04-06 10:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:16:02] Production.INFO: ==4643== Lock acquired, processing the job...
[2026-04-06 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:16:02] Production.INFO: ==4643== Releasing lock...
[2026-04-06 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:16:02] Production.INFO: ==4641== Lock acquired, processing the job...
[2026-04-06 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:16:02] Production.INFO: ==4641== Releasing lock...
[2026-04-06 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:16:03] Production.INFO: ==4645== Lock acquired, processing the job...
[2026-04-06 05:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:16:03] Production.INFO: ==4647== Lock acquired, processing the job...
[2026-04-06 05:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:16:03] Production.INFO: ==4649== Lock acquired, processing the job...
[2026-04-06 05:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:16:03] Production.INFO: ==4654== Lock acquired, processing the job...
[2026-04-06 05:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:16:03] Production.INFO: ==4652== Lock acquired, processing the job...
[2026-04-06 05:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:16:03] Production.INFO: Account Balance Start.
[2026-04-06 05:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:16:03] Production.INFO: 117
[2026-04-06 05:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:03] Production.INFO: ==4654== Releasing lock...
[2026-04-06 05:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: ==4647== Releasing lock...
[2026-04-06 05:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:16:04] Production.INFO: Total Charge 0
[2026-04-06 05:16:04] Production.INFO: CreateAllLog End
[2026-04-06 05:16:05] Production.INFO: Account Balance End.
[2026-04-06 05:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:16:05] Production.INFO: ==4652== Releasing lock...
[2026-04-06 05:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:16:12] Production.ERROR: CronJobId end10
[2026-04-06 05:16:12] Production.INFO: ==4649== Releasing lock...
[2026-04-06 05:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:16:15] Production.INFO: call_cost start
[2026-04-06 05:16:15] Production.INFO: call_cost end
[2026-04-06 05:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:16:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:16:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:16:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:16:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:16:15] Production.INFO: ==4645== Releasing lock...
[2026-04-06 05:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:17:01] Production.INFO: ==4721== Lock acquired, processing the job...
[2026-04-06 10:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:17:01] Production.INFO: neon service started
[2026-04-06 10:17:01] Production.INFO: neon service started
[2026-04-06 10:17:01] Production.INFO: ==4721== Releasing lock...
[2026-04-06 10:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:17:01] Production.INFO: ==4725== Lock acquired, processing the job...
[2026-04-06 09:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:17:01] Production.INFO: ==4725== Releasing lock...
[2026-04-06 09:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:17:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:17:01] Production.INFO: ==4723== Lock acquired, processing the job...
[2026-04-06 05:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:17:02] Production.INFO: ==4723== Releasing lock...
[2026-04-06 05:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:17:02] Production.INFO: ==4731== Lock acquired, processing the job...
[2026-04-06 05:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:17:03] Production.INFO: ==4727== Lock acquired, processing the job...
[2026-04-06 05:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:17:03] Production.INFO: ==4733== Lock acquired, processing the job...
[2026-04-06 05:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:17:03] Production.INFO: ==4729== Lock acquired, processing the job...
[2026-04-06 05:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:17:03] Production.INFO: Account Balance Start.
[2026-04-06 05:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:17:03] Production.INFO: 117
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:17:03] Production.INFO: ==4735== Lock acquired, processing the job...
[2026-04-06 05:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:17:03] Production.INFO: ==4735== Releasing lock...
[2026-04-06 05:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: ==4729== Releasing lock...
[2026-04-06 05:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:17:04] Production.INFO: Total Charge 0
[2026-04-06 05:17:04] Production.INFO: CreateAllLog End
[2026-04-06 05:17:04] Production.INFO: Account Balance End.
[2026-04-06 05:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:17:04] Production.INFO: ==4733== Releasing lock...
[2026-04-06 05:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:17:11] Production.ERROR: CronJobId end10
[2026-04-06 05:17:11] Production.INFO: ==4731== Releasing lock...
[2026-04-06 05:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:17:14] Production.INFO: call_cost start
[2026-04-06 05:17:14] Production.INFO: call_cost end
[2026-04-06 05:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:17:14] Production.INFO: ==4727== Releasing lock...
[2026-04-06 05:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:18:01] Production.INFO: ==4792== Lock acquired, processing the job...
[2026-04-06 10:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:18:01] Production.INFO: neon service started
[2026-04-06 10:18:01] Production.INFO: neon service started
[2026-04-06 10:18:01] Production.INFO: ==4792== Releasing lock...
[2026-04-06 10:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:18:02] Production.INFO: ==4794== Lock acquired, processing the job...
[2026-04-06 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:18:02] Production.INFO: ==4794== Releasing lock...
[2026-04-06 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:18:02] Production.INFO: ==4796== Lock acquired, processing the job...
[2026-04-06 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:18:02] Production.INFO: ==4796== Releasing lock...
[2026-04-06 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:18:03] Production.INFO: ==4798== Lock acquired, processing the job...
[2026-04-06 05:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:18:03] Production.INFO: ==4800== Lock acquired, processing the job...
[2026-04-06 05:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:18:03] Production.INFO: ==4802== Lock acquired, processing the job...
[2026-04-06 05:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:18:03] Production.INFO: ==4804== Lock acquired, processing the job...
[2026-04-06 05:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:18:03] Production.INFO: Account Balance Start.
[2026-04-06 05:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:18:03] Production.INFO: 117
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: ==4806== Lock acquired, processing the job...
[2026-04-06 05:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:18:03] Production.INFO: ==4806== Releasing lock...
[2026-04-06 05:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:18:04] Production.INFO: ==4800== Releasing lock...
[2026-04-06 05:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:18:04] Production.INFO: Total Charge 0
[2026-04-06 05:18:04] Production.INFO: CreateAllLog End
[2026-04-06 05:18:04] Production.INFO: Account Balance End.
[2026-04-06 05:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:18:04] Production.INFO: ==4804== Releasing lock...
[2026-04-06 05:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:18:12] Production.ERROR: CronJobId end10
[2026-04-06 05:18:12] Production.INFO: ==4802== Releasing lock...
[2026-04-06 05:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:18:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:18:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:18:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:18:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:18:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:18:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:18:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:18:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:18:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:18:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:18:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:18:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:18:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:18:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:18:15] Production.INFO: call_cost start
[2026-04-06 05:18:15] Production.INFO: call_cost end
[2026-04-06 05:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:18:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:18:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:18:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:18:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:18:15] Production.INFO: ==4798== Releasing lock...
[2026-04-06 05:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:19:02] Production.INFO: ==4873== Lock acquired, processing the job...
[2026-04-06 10:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:19:02] Production.INFO: neon service started
[2026-04-06 10:19:02] Production.INFO: neon service started
[2026-04-06 10:19:02] Production.INFO: ==4873== Releasing lock...
[2026-04-06 10:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:19:02] Production.INFO: ==4875== Lock acquired, processing the job...
[2026-04-06 05:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:19:02] Production.INFO: ==4877== Lock acquired, processing the job...
[2026-04-06 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:19:02] Production.INFO: ==4877== Releasing lock...
[2026-04-06 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:19:03] Production.INFO: ==4875== Releasing lock...
[2026-04-06 05:19:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:19:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:19:03] Production.INFO: ==4882== Lock acquired, processing the job...
[2026-04-06 05:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:19:03] Production.INFO: ==4880== Lock acquired, processing the job...
[2026-04-06 05:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:19:03] Production.INFO: ==4886== Lock acquired, processing the job...
[2026-04-06 05:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:19:03] Production.INFO: ==4884== Lock acquired, processing the job...
[2026-04-06 05:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:19:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:19:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:19:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:19:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:19:04] Production.INFO: Account Balance Start.
[2026-04-06 05:19:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:19:04] Production.INFO: 117
[2026-04-06 05:19:04] Production.INFO: ==4888== Lock acquired, processing the job...
[2026-04-06 05:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:19:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:19:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:19:04] Production.INFO: ==4888== Releasing lock...
[2026-04-06 05:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: ==4882== Releasing lock...
[2026-04-06 05:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:19:05] Production.INFO: Total Charge 0
[2026-04-06 05:19:05] Production.INFO: CreateAllLog End
[2026-04-06 05:19:05] Production.INFO: Account Balance End.
[2026-04-06 05:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:19:05] Production.INFO: ==4886== Releasing lock...
[2026-04-06 05:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:19:13] Production.ERROR: CronJobId end10
[2026-04-06 05:19:13] Production.INFO: ==4884== Releasing lock...
[2026-04-06 05:19:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:19:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:19:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:19:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:19:15] Production.INFO: call_cost start
[2026-04-06 05:19:16] Production.INFO: call_cost end
[2026-04-06 05:19:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:19:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:19:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:19:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:19:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:19:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:19:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:19:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:19:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:19:16] Production.INFO: ==4880== Releasing lock...
[2026-04-06 05:19:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:19:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:20:01] Production.INFO: ==4945== Lock acquired, processing the job...
[2026-04-06 10:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:20:01] Production.INFO: neon service started
[2026-04-06 10:20:01] Production.INFO: neon service started
[2026-04-06 10:20:01] Production.INFO: ==4945== Releasing lock...
[2026-04-06 10:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:20:01] Production.INFO: ==4948== Lock acquired, processing the job...
[2026-04-06 05:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:20:02] Production.INFO: ==4948== Releasing lock...
[2026-04-06 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:20:02] Production.INFO: ==4950== Lock acquired, processing the job...
[2026-04-06 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:20:02] Production.INFO: ==4950== Releasing lock...
[2026-04-06 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:20:03] Production.INFO: ==4958== Lock acquired, processing the job...
[2026-04-06 05:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:20:03] Production.INFO: ==4952== Lock acquired, processing the job...
[2026-04-06 05:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:20:03] Production.INFO: Account Balance Start.
[2026-04-06 05:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:20:03] Production.INFO: 117
[2026-04-06 05:20:03] Production.INFO: ==4954== Lock acquired, processing the job...
[2026-04-06 05:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: ==4960== Lock acquired, processing the job...
[2026-04-06 05:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:20:03] Production.INFO: ==4956== Lock acquired, processing the job...
[2026-04-06 05:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:20:03] Production.INFO: ==4960== Releasing lock...
[2026-04-06 05:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-27
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-28
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-29
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-30
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-03-31
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-04-01
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-04-02
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-04-03
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: ==4954== Releasing lock...
[2026-04-06 05:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:20:03] Production.INFO: Date 2026-04-04
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-04-05
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Date 2026-04-06
[2026-04-06 05:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:20:03] Production.INFO: Total Charge 0
[2026-04-06 05:20:04] Production.INFO: CreateAllLog End
[2026-04-06 05:20:04] Production.INFO: Account Balance End.
[2026-04-06 05:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:20:04] Production.INFO: ==4958== Releasing lock...
[2026-04-06 05:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:20:11] Production.ERROR: CronJobId end10
[2026-04-06 05:20:11] Production.INFO: ==4956== Releasing lock...
[2026-04-06 05:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:20:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:20:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:20:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:20:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:20:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:20:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:20:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:20:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:20:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:20:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:20:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:20:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:20:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:20:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:20:13] Production.INFO: call_cost start
[2026-04-06 05:20:13] Production.INFO: call_cost end
[2026-04-06 05:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:20:13] Production.INFO: ==4952== Releasing lock...
[2026-04-06 05:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:21:01] Production.INFO: ==5040== Lock acquired, processing the job...
[2026-04-06 10:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:21:01] Production.INFO: neon service started
[2026-04-06 10:21:01] Production.INFO: neon service started
[2026-04-06 10:21:01] Production.INFO: ==5040== Releasing lock...
[2026-04-06 10:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:21:02] Production.INFO: ==5042== Lock acquired, processing the job...
[2026-04-06 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:21:02] Production.INFO: ==5044== Lock acquired, processing the job...
[2026-04-06 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:21:02] Production.INFO: ==5044== Releasing lock...
[2026-04-06 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:21:02] Production.INFO: ==5042== Releasing lock...
[2026-04-06 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:21:03] Production.INFO: ==5055== Lock acquired, processing the job...
[2026-04-06 05:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:21:03] Production.INFO: Account Balance Start.
[2026-04-06 05:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:21:03] Production.INFO: 117
[2026-04-06 05:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:21:03] Production.INFO: ==5059== Lock acquired, processing the job...
[2026-04-06 05:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:03] Production.INFO: ==5059== Releasing lock...
[2026-04-06 05:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: ==5047== Lock acquired, processing the job...
[2026-04-06 05:21:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: ==5049== Lock acquired, processing the job...
[2026-04-06 05:21:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:21:04] Production.INFO: ==5053== Lock acquired, processing the job...
[2026-04-06 05:21:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:21:04] Production.INFO: ==5051== Lock acquired, processing the job...
[2026-04-06 05:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 05:21:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 05:21:04] Production.ERROR: CronJob PID - 5049
[2026-04-06 05:21:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 05:21:04] Production.ERROR: CronJob ID - 5
[2026-04-06 05:21:04] Production.ERROR: CronJob Last Run Time 2026-04-06 05:21:00
[2026-04-06 05:21:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 05:21:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 05:21:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 05:21:04] Production.ERROR: CronJob PID - 5055
[2026-04-06 05:21:04] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 05:21:04] Production.ERROR: CronJob ID - 12
[2026-04-06 05:21:04] Production.ERROR: CronJob Last Run Time 2026-04-06 05:21:00
[2026-04-06 05:21:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 05:21:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 05:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:21:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 05:21:04] Production.INFO: ==5047== Releasing lock...
[2026-04-06 05:21:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 05:21:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: ==5057== Lock acquired, processing the job...
[2026-04-06 05:21:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:21:04] Production.INFO: Total Charge 0
[2026-04-06 05:21:04] Production.INFO: CreateAllLog End
[2026-04-06 05:21:04] Production.INFO: ==5051== Releasing lock...
[2026-04-06 05:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:21:04] Production.ERROR: done
[2026-04-06 05:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 05:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045903', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 05:21:05] Production.INFO: Account Balance End.
[2026-04-06 05:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:21:05] Production.INFO: ==5055== Releasing lock...
[2026-04-06 05:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045903', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 05:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 05:21:10] Production.INFO: ProcessCDR(1,17045903,1,1,2)
[2026-04-06 05:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045903,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045903,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 05:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 05:21:10] Production.INFO: ==5057== Releasing lock...
[2026-04-06 05:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 05:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:21:14] Production.ERROR: CronJobId end10
[2026-04-06 05:21:14] Production.INFO: ==5053== Releasing lock...
[2026-04-06 05:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:21:16] Production.INFO: call_cost start
[2026-04-06 05:21:16] Production.INFO: call_cost end
[2026-04-06 05:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:21:16] Production.INFO: ==5049== Releasing lock...
[2026-04-06 05:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:22:01] Production.INFO: ==5131== Lock acquired, processing the job...
[2026-04-06 10:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:22:01] Production.INFO: neon service started
[2026-04-06 10:22:01] Production.INFO: neon service started
[2026-04-06 10:22:01] Production.INFO: ==5131== Releasing lock...
[2026-04-06 10:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:22:02] Production.INFO: ==5133== Lock acquired, processing the job...
[2026-04-06 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:22:02] Production.INFO: ==5135== Lock acquired, processing the job...
[2026-04-06 09:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:22:02] Production.INFO: ==5135== Releasing lock...
[2026-04-06 09:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:22:02] Production.INFO: ==5133== Releasing lock...
[2026-04-06 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:22:02] Production.INFO: ==5138== Lock acquired, processing the job...
[2026-04-06 05:22:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:22:02] Production.INFO: ==5140== Lock acquired, processing the job...
[2026-04-06 05:22:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:22:03] Production.INFO: ==5144== Lock acquired, processing the job...
[2026-04-06 05:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:22:03] Production.INFO: Account Balance Start.
[2026-04-06 05:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:22:03] Production.INFO: 117
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:22:03] Production.INFO: ==5142== Lock acquired, processing the job...
[2026-04-06 05:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: ==5146== Lock acquired, processing the job...
[2026-04-06 05:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:22:03] Production.INFO: ==5146== Releasing lock...
[2026-04-06 05:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:22:03] Production.INFO: ==5140== Releasing lock...
[2026-04-06 05:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-27
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-28
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-29
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-30
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-03-31
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-04-01
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-04-02
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-04-03
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-04-04
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-04-05
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Date 2026-04-06
[2026-04-06 05:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:22:03] Production.INFO: Total Charge 0
[2026-04-06 05:22:04] Production.INFO: CreateAllLog End
[2026-04-06 05:22:04] Production.INFO: Account Balance End.
[2026-04-06 05:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:22:04] Production.INFO: ==5144== Releasing lock...
[2026-04-06 05:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:22:11] Production.ERROR: CronJobId end10
[2026-04-06 05:22:11] Production.INFO: ==5142== Releasing lock...
[2026-04-06 05:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:22:14] Production.INFO: call_cost start
[2026-04-06 05:22:14] Production.INFO: call_cost end
[2026-04-06 05:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:22:14] Production.INFO: ==5138== Releasing lock...
[2026-04-06 05:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:23:01] Production.INFO: ==5203== Lock acquired, processing the job...
[2026-04-06 10:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:23:01] Production.INFO: neon service started
[2026-04-06 10:23:01] Production.INFO: neon service started
[2026-04-06 10:23:01] Production.INFO: ==5203== Releasing lock...
[2026-04-06 10:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:23:02] Production.INFO: ==5206== Lock acquired, processing the job...
[2026-04-06 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:23:02] Production.INFO: ==5208== Lock acquired, processing the job...
[2026-04-06 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:23:02] Production.INFO: ==5208== Releasing lock...
[2026-04-06 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:23:02] Production.INFO: ==5206== Releasing lock...
[2026-04-06 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:23:03] Production.INFO: ==5212== Lock acquired, processing the job...
[2026-04-06 05:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:23:03] Production.INFO: ==5210== Lock acquired, processing the job...
[2026-04-06 05:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:23:03] Production.INFO: ==5214== Lock acquired, processing the job...
[2026-04-06 05:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:23:03] Production.INFO: ==5218== Lock acquired, processing the job...
[2026-04-06 05:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:23:03] Production.INFO: ==5216== Lock acquired, processing the job...
[2026-04-06 05:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:23:03] Production.INFO: Account Balance Start.
[2026-04-06 05:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:23:03] Production.INFO: 117
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:23:03] Production.INFO: ==5218== Releasing lock...
[2026-04-06 05:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: ==5212== Releasing lock...
[2026-04-06 05:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:23:04] Production.INFO: Total Charge 0
[2026-04-06 05:23:04] Production.INFO: CreateAllLog End
[2026-04-06 05:23:04] Production.INFO: Account Balance End.
[2026-04-06 05:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:23:04] Production.INFO: ==5216== Releasing lock...
[2026-04-06 05:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:23:10] Production.ERROR: CronJobId end10
[2026-04-06 05:23:10] Production.INFO: ==5214== Releasing lock...
[2026-04-06 05:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:23:14] Production.INFO: call_cost start
[2026-04-06 05:23:14] Production.INFO: call_cost end
[2026-04-06 05:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:23:14] Production.INFO: ==5210== Releasing lock...
[2026-04-06 05:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:24:02] Production.INFO: ==5283== Lock acquired, processing the job...
[2026-04-06 10:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:24:02] Production.INFO: neon service started
[2026-04-06 10:24:02] Production.INFO: neon service started
[2026-04-06 10:24:02] Production.INFO: ==5283== Releasing lock...
[2026-04-06 10:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:24:02] Production.INFO: ==5289== Lock acquired, processing the job...
[2026-04-06 09:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:24:02] Production.INFO: ==5289== Releasing lock...
[2026-04-06 09:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:24:02] Production.INFO: ==5287== Lock acquired, processing the job...
[2026-04-06 05:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:24:02] Production.INFO: ==5287== Releasing lock...
[2026-04-06 05:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:24:03] Production.INFO: ==5297== Lock acquired, processing the job...
[2026-04-06 05:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:24:03] Production.INFO: ==5291== Lock acquired, processing the job...
[2026-04-06 05:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:24:03] Production.INFO: ==5293== Lock acquired, processing the job...
[2026-04-06 05:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:24:03] Production.INFO: ==5295== Lock acquired, processing the job...
[2026-04-06 05:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:24:03] Production.INFO: ==5299== Lock acquired, processing the job...
[2026-04-06 05:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:24:03] Production.INFO: Account Balance Start.
[2026-04-06 05:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:24:03] Production.INFO: 117
[2026-04-06 05:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:24:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: ==5299== Releasing lock...
[2026-04-06 05:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: ==5293== Releasing lock...
[2026-04-06 05:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-03-26
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-03-27
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:24:05] Production.INFO: Total Charge 0
[2026-04-06 05:24:05] Production.INFO: CreateAllLog End
[2026-04-06 05:24:05] Production.INFO: Account Balance End.
[2026-04-06 05:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:24:05] Production.INFO: ==5297== Releasing lock...
[2026-04-06 05:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:24:11] Production.ERROR: CronJobId end10
[2026-04-06 05:24:11] Production.INFO: ==5295== Releasing lock...
[2026-04-06 05:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:24:14] Production.INFO: call_cost start
[2026-04-06 05:24:14] Production.INFO: call_cost end
[2026-04-06 05:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:24:14] Production.INFO: ==5291== Releasing lock...
[2026-04-06 05:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:25:01] Production.INFO: ==5362== Lock acquired, processing the job...
[2026-04-06 10:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:25:01] Production.INFO: neon service started
[2026-04-06 10:25:01] Production.INFO: neon service started
[2026-04-06 10:25:01] Production.INFO: ==5362== Releasing lock...
[2026-04-06 10:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:25:01] Production.INFO: ==5366== Lock acquired, processing the job...
[2026-04-06 09:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:25:02] Production.INFO: ==5366== Releasing lock...
[2026-04-06 09:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:25:02] Production.INFO: ==5364== Lock acquired, processing the job...
[2026-04-06 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:25:02] Production.INFO: ==5364== Releasing lock...
[2026-04-06 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:25:03] Production.INFO: ==5368== Lock acquired, processing the job...
[2026-04-06 05:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:25:03] Production.INFO: ==5370== Lock acquired, processing the job...
[2026-04-06 05:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:25:03] Production.INFO: ==5372== Lock acquired, processing the job...
[2026-04-06 05:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:25:03] Production.INFO: ==5374== Lock acquired, processing the job...
[2026-04-06 05:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:25:03] Production.INFO: ==5376== Lock acquired, processing the job...
[2026-04-06 05:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:25:03] Production.INFO: Account Balance Start.
[2026-04-06 05:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:25:03] Production.INFO: 117
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: ==5376== Releasing lock...
[2026-04-06 05:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: ==5370== Releasing lock...
[2026-04-06 05:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:25:04] Production.INFO: Total Charge 0
[2026-04-06 05:25:04] Production.INFO: CreateAllLog End
[2026-04-06 05:25:04] Production.INFO: Account Balance End.
[2026-04-06 05:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:25:04] Production.INFO: ==5374== Releasing lock...
[2026-04-06 05:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:25:11] Production.ERROR: CronJobId end10
[2026-04-06 05:25:11] Production.INFO: ==5372== Releasing lock...
[2026-04-06 05:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:25:13] Production.INFO: call_cost start
[2026-04-06 05:25:13] Production.INFO: call_cost end
[2026-04-06 05:25:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:25:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:25:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:25:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:25:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:25:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:25:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:25:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:25:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:25:13] Production.INFO: ==5368== Releasing lock...
[2026-04-06 05:25:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:25:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:26:02] Production.INFO: ==5437== Lock acquired, processing the job...
[2026-04-06 10:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:26:02] Production.INFO: neon service started
[2026-04-06 10:26:02] Production.INFO: neon service started
[2026-04-06 10:26:02] Production.INFO: ==5437== Releasing lock...
[2026-04-06 10:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:26:02] Production.INFO: ==5439== Lock acquired, processing the job...
[2026-04-06 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:26:02] Production.INFO: ==5441== Lock acquired, processing the job...
[2026-04-06 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:26:02] Production.INFO: ==5441== Releasing lock...
[2026-04-06 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:26:02] Production.INFO: ==5439== Releasing lock...
[2026-04-06 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:26:03] Production.INFO: ==5445== Lock acquired, processing the job...
[2026-04-06 05:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:26:03] Production.INFO: ==5449== Lock acquired, processing the job...
[2026-04-06 05:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:26:03] Production.INFO: ==5452== Lock acquired, processing the job...
[2026-04-06 05:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:26:03] Production.INFO: Account Balance Start.
[2026-04-06 05:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:26:03] Production.INFO: 117
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: ==5443== Lock acquired, processing the job...
[2026-04-06 05:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:26:03] Production.INFO: ==5452== Releasing lock...
[2026-04-06 05:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: ==5447== Lock acquired, processing the job...
[2026-04-06 05:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:26:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: ==5445== Releasing lock...
[2026-04-06 05:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:26:04] Production.INFO: Total Charge 0
[2026-04-06 05:26:04] Production.INFO: CreateAllLog End
[2026-04-06 05:26:05] Production.INFO: Account Balance End.
[2026-04-06 05:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:26:05] Production.INFO: ==5449== Releasing lock...
[2026-04-06 05:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:26:12] Production.ERROR: CronJobId end10
[2026-04-06 05:26:12] Production.INFO: ==5447== Releasing lock...
[2026-04-06 05:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:26:14] Production.INFO: call_cost start
[2026-04-06 05:26:14] Production.INFO: call_cost end
[2026-04-06 05:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:26:14] Production.INFO: ==5443== Releasing lock...
[2026-04-06 05:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:27:01] Production.INFO: ==5514== Lock acquired, processing the job...
[2026-04-06 10:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:27:01] Production.INFO: neon service started
[2026-04-06 10:27:01] Production.INFO: neon service started
[2026-04-06 10:27:01] Production.INFO: ==5514== Releasing lock...
[2026-04-06 10:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:27:01] Production.INFO: ==5516== Lock acquired, processing the job...
[2026-04-06 05:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:27:01] Production.INFO: ==5516== Releasing lock...
[2026-04-06 05:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:27:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:27:02] Production.INFO: ==5518== Lock acquired, processing the job...
[2026-04-06 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:27:02] Production.INFO: ==5518== Releasing lock...
[2026-04-06 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:27:02] Production.INFO: ==5524== Lock acquired, processing the job...
[2026-04-06 05:27:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:27:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:27:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:27:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:27:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:27:03] Production.INFO: ==5520== Lock acquired, processing the job...
[2026-04-06 05:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:27:03] Production.INFO: ==5522== Lock acquired, processing the job...
[2026-04-06 05:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:27:03] Production.INFO: ==5526== Lock acquired, processing the job...
[2026-04-06 05:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:27:03] Production.INFO: ==5528== Lock acquired, processing the job...
[2026-04-06 05:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:27:03] Production.INFO: Account Balance Start.
[2026-04-06 05:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:27:03] Production.INFO: 117
[2026-04-06 05:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:27:03] Production.INFO: ==5528== Releasing lock...
[2026-04-06 05:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: ==5522== Releasing lock...
[2026-04-06 05:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:27:04] Production.INFO: Total Charge 0
[2026-04-06 05:27:04] Production.INFO: CreateAllLog End
[2026-04-06 05:27:04] Production.INFO: Account Balance End.
[2026-04-06 05:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:27:04] Production.INFO: ==5526== Releasing lock...
[2026-04-06 05:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:27:11] Production.ERROR: CronJobId end10
[2026-04-06 05:27:11] Production.INFO: ==5524== Releasing lock...
[2026-04-06 05:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:27:15] Production.INFO: call_cost start
[2026-04-06 05:27:15] Production.INFO: call_cost end
[2026-04-06 05:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:27:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:27:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:27:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:27:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:27:15] Production.INFO: ==5520== Releasing lock...
[2026-04-06 05:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:28:01] Production.INFO: ==5598== Lock acquired, processing the job...
[2026-04-06 10:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:28:01] Production.INFO: neon service started
[2026-04-06 10:28:01] Production.INFO: neon service started
[2026-04-06 10:28:01] Production.INFO: ==5598== Releasing lock...
[2026-04-06 10:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:28:02] Production.INFO: ==5600== Lock acquired, processing the job...
[2026-04-06 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:28:02] Production.INFO: ==5602== Lock acquired, processing the job...
[2026-04-06 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:28:02] Production.INFO: ==5602== Releasing lock...
[2026-04-06 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:28:02] Production.INFO: ==5600== Releasing lock...
[2026-04-06 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:28:03] Production.INFO: ==5613== Lock acquired, processing the job...
[2026-04-06 05:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:28:03] Production.INFO: ==5605== Lock acquired, processing the job...
[2026-04-06 05:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:28:03] Production.INFO: ==5613== Releasing lock...
[2026-04-06 05:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:28:03] Production.INFO: ==5607== Lock acquired, processing the job...
[2026-04-06 05:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:28:03] Production.INFO: ==5611== Lock acquired, processing the job...
[2026-04-06 05:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:28:03] Production.INFO: ==5609== Lock acquired, processing the job...
[2026-04-06 05:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:28:03] Production.INFO: Account Balance Start.
[2026-04-06 05:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:28:03] Production.INFO: 117
[2026-04-06 05:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: ==5607== Releasing lock...
[2026-04-06 05:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:28:05] Production.INFO: Total Charge 0
[2026-04-06 05:28:05] Production.INFO: CreateAllLog End
[2026-04-06 05:28:05] Production.INFO: Account Balance End.
[2026-04-06 05:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:28:05] Production.INFO: ==5611== Releasing lock...
[2026-04-06 05:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:28:12] Production.ERROR: CronJobId end10
[2026-04-06 05:28:12] Production.INFO: ==5609== Releasing lock...
[2026-04-06 05:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:28:13] Production.INFO: call_cost start
[2026-04-06 05:28:13] Production.INFO: call_cost end
[2026-04-06 05:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:28:13] Production.INFO: ==5605== Releasing lock...
[2026-04-06 05:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:29:02] Production.INFO: ==5675== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:29:02] Production.INFO: neon service started
[2026-04-06 10:29:02] Production.INFO: neon service started
[2026-04-06 10:29:02] Production.INFO: ==5675== Releasing lock...
[2026-04-06 10:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:29:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:29:02] Production.INFO: ==5679== Lock acquired, processing the job...
[2026-04-06 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:29:02] Production.INFO: ==5679== Releasing lock...
[2026-04-06 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:29:02] Production.INFO: ==5677== Lock acquired, processing the job...
[2026-04-06 05:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:29:02] Production.INFO: ==5677== Releasing lock...
[2026-04-06 05:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:29:03] Production.INFO: ==5687== Lock acquired, processing the job...
[2026-04-06 05:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:29:03] Production.INFO: ==5681== Lock acquired, processing the job...
[2026-04-06 05:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:29:03] Production.INFO: Account Balance Start.
[2026-04-06 05:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:29:03] Production.INFO: 117
[2026-04-06 05:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:03] Production.INFO: ==5685== Lock acquired, processing the job...
[2026-04-06 05:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:03] Production.INFO: ==5683== Lock acquired, processing the job...
[2026-04-06 05:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:29:04] Production.INFO: ==5689== Lock acquired, processing the job...
[2026-04-06 05:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:29:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:29:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:29:04] Production.INFO: ==5689== Releasing lock...
[2026-04-06 05:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: ==5683== Releasing lock...
[2026-04-06 05:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:29:05] Production.INFO: Total Charge 0
[2026-04-06 05:29:05] Production.INFO: CreateAllLog End
[2026-04-06 05:29:05] Production.INFO: Account Balance End.
[2026-04-06 05:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:29:05] Production.INFO: ==5687== Releasing lock...
[2026-04-06 05:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:29:11] Production.ERROR: CronJobId end10
[2026-04-06 05:29:11] Production.INFO: ==5685== Releasing lock...
[2026-04-06 05:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:29:14] Production.INFO: call_cost start
[2026-04-06 05:29:14] Production.INFO: call_cost end
[2026-04-06 05:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:29:14] Production.INFO: ==5681== Releasing lock...
[2026-04-06 05:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:30:01] Production.INFO: ==5747== Lock acquired, processing the job...
[2026-04-06 10:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:30:01] Production.INFO: neon service started
[2026-04-06 10:30:01] Production.INFO: neon service started
[2026-04-06 10:30:01] Production.INFO: ==5747== Releasing lock...
[2026-04-06 10:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:30:02] Production.INFO: ==5749== Lock acquired, processing the job...
[2026-04-06 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:30:02] Production.INFO: ==5749== Releasing lock...
[2026-04-06 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:30:02] Production.INFO: ==5751== Lock acquired, processing the job...
[2026-04-06 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:30:02] Production.INFO: ==5751== Releasing lock...
[2026-04-06 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:30:03] Production.INFO: ==5759== Lock acquired, processing the job...
[2026-04-06 05:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:30:03] Production.INFO: Account Balance Start.
[2026-04-06 05:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:30:03] Production.INFO: 117
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: ==5753== Lock acquired, processing the job...
[2026-04-06 05:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: ==5755== Lock acquired, processing the job...
[2026-04-06 05:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:30:03] Production.INFO: ==5757== Lock acquired, processing the job...
[2026-04-06 05:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: ==5761== Lock acquired, processing the job...
[2026-04-06 05:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: ==5761== Releasing lock...
[2026-04-06 05:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: ==5755== Releasing lock...
[2026-04-06 05:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:30:04] Production.INFO: Total Charge 0
[2026-04-06 05:30:04] Production.INFO: CreateAllLog End
[2026-04-06 05:30:04] Production.INFO: Account Balance End.
[2026-04-06 05:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:30:04] Production.INFO: ==5759== Releasing lock...
[2026-04-06 05:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:30:11] Production.ERROR: CronJobId end10
[2026-04-06 05:30:11] Production.INFO: ==5757== Releasing lock...
[2026-04-06 05:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:30:13] Production.INFO: call_cost start
[2026-04-06 05:30:13] Production.INFO: call_cost end
[2026-04-06 05:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:30:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:30:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:30:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:30:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:30:13] Production.INFO: ==5753== Releasing lock...
[2026-04-06 05:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:31:02] Production.INFO: ==5824== Lock acquired, processing the job...
[2026-04-06 10:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:31:02] Production.INFO: neon service started
[2026-04-06 10:31:02] Production.INFO: neon service started
[2026-04-06 10:31:02] Production.INFO: ==5824== Releasing lock...
[2026-04-06 10:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:31:02] Production.INFO: ==5828== Lock acquired, processing the job...
[2026-04-06 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:31:02] Production.INFO: ==5828== Releasing lock...
[2026-04-06 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:31:02] Production.INFO: ==5826== Lock acquired, processing the job...
[2026-04-06 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:31:02] Production.INFO: ==5826== Releasing lock...
[2026-04-06 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:31:03] Production.INFO: ==5831== Lock acquired, processing the job...
[2026-04-06 05:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 05:31:03] Production.INFO: ==5833== Lock acquired, processing the job...
[2026-04-06 05:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:31:03] Production.INFO: ==5835== Lock acquired, processing the job...
[2026-04-06 05:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:31:03] Production.INFO: ==5837== Lock acquired, processing the job...
[2026-04-06 05:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 05:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 05:31:03] Production.ERROR: CronJob PID - 5833
[2026-04-06 05:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 05:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 05:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 05:31:00
[2026-04-06 05:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 05:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 05:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 05:31:03] Production.ERROR: CronJob PID - 5835
[2026-04-06 05:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 05:31:03] Production.ERROR: CronJob ID - 7
[2026-04-06 05:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 05:31:00
[2026-04-06 05:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 05:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 05:31:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 05:31:04] Production.INFO: ==5831== Releasing lock...
[2026-04-06 05:31:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 05:31:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:31:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 05:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:31:04] Production.INFO: ==5839== Lock acquired, processing the job...
[2026-04-06 05:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:31:04] Production.INFO: ==5843== Lock acquired, processing the job...
[2026-04-06 05:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:31:04] Production.INFO: ==5841== Lock acquired, processing the job...
[2026-04-06 05:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 05:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:31:04] Production.INFO: Account Balance Start.
[2026-04-06 05:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:31:04] Production.INFO: 117
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: ==5843== Releasing lock...
[2026-04-06 05:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:04] Production.INFO: ==5835== Releasing lock...
[2026-04-06 05:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.ERROR: done
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-23
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 05:31:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045944', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-24
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-25
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-26
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-27
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:31:05] Production.INFO: Total Charge 0
[2026-04-06 05:31:05] Production.INFO: CreateAllLog End
[2026-04-06 05:31:05] Production.INFO: Account Balance End.
[2026-04-06 05:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:31:05] Production.INFO: ==5839== Releasing lock...
[2026-04-06 05:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045944', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 05:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 05:31:10] Production.INFO: ProcessCDR(1,17045944,1,1,2)
[2026-04-06 05:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045944,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045944,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 05:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 05:31:10] Production.INFO: ==5841== Releasing lock...
[2026-04-06 05:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 05:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:31:15] Production.ERROR: CronJobId end10
[2026-04-06 05:31:15] Production.INFO: ==5837== Releasing lock...
[2026-04-06 05:31:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:31:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:31:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:31:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:31:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:31:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:31:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:31:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:31:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:31:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:31:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:31:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:31:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:31:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:31:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:31:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:31:17] Production.INFO: call_cost start
[2026-04-06 05:31:17] Production.INFO: call_cost end
[2026-04-06 05:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:31:17] Production.INFO: ==5833== Releasing lock...
[2026-04-06 05:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:32:01] Production.INFO: ==5900== Lock acquired, processing the job...
[2026-04-06 10:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:32:01] Production.INFO: neon service started
[2026-04-06 10:32:01] Production.INFO: neon service started
[2026-04-06 10:32:01] Production.INFO: ==5900== Releasing lock...
[2026-04-06 10:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:32:01] Production.INFO: ==5904== Lock acquired, processing the job...
[2026-04-06 09:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:32:01] Production.INFO: ==5904== Releasing lock...
[2026-04-06 09:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:32:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:32:01] Production.INFO: ==5902== Lock acquired, processing the job...
[2026-04-06 05:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:32:02] Production.INFO: ==5902== Releasing lock...
[2026-04-06 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:32:02] Production.INFO: ==5911== Lock acquired, processing the job...
[2026-04-06 05:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:32:03] Production.INFO: ==5907== Lock acquired, processing the job...
[2026-04-06 05:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:32:03] Production.INFO: ==5909== Lock acquired, processing the job...
[2026-04-06 05:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:32:03] Production.INFO: ==5913== Lock acquired, processing the job...
[2026-04-06 05:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:32:03] Production.INFO: ==5915== Lock acquired, processing the job...
[2026-04-06 05:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:32:03] Production.INFO: Account Balance Start.
[2026-04-06 05:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:32:03] Production.INFO: 117
[2026-04-06 05:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:03] Production.INFO: ==5915== Releasing lock...
[2026-04-06 05:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: ==5909== Releasing lock...
[2026-04-06 05:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:32:04] Production.INFO: Total Charge 0
[2026-04-06 05:32:04] Production.INFO: CreateAllLog End
[2026-04-06 05:32:04] Production.INFO: Account Balance End.
[2026-04-06 05:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:32:05] Production.INFO: ==5913== Releasing lock...
[2026-04-06 05:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:32:11] Production.ERROR: CronJobId end10
[2026-04-06 05:32:11] Production.INFO: ==5911== Releasing lock...
[2026-04-06 05:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:32:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:32:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:32:14] Production.INFO: call_cost start
[2026-04-06 05:32:14] Production.INFO: call_cost end
[2026-04-06 05:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:32:14] Production.INFO: ==5907== Releasing lock...
[2026-04-06 05:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:33:01] Production.INFO: ==5980== Lock acquired, processing the job...
[2026-04-06 10:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:33:01] Production.INFO: neon service started
[2026-04-06 10:33:01] Production.INFO: neon service started
[2026-04-06 10:33:01] Production.INFO: ==5980== Releasing lock...
[2026-04-06 10:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:33:02] Production.INFO: ==5982== Lock acquired, processing the job...
[2026-04-06 05:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:33:02] Production.INFO: ==5982== Releasing lock...
[2026-04-06 05:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:33:02] Production.INFO: ==5984== Lock acquired, processing the job...
[2026-04-06 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:33:02] Production.INFO: ==5984== Releasing lock...
[2026-04-06 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:33:02] Production.INFO: ==5986== Lock acquired, processing the job...
[2026-04-06 05:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:33:03] Production.INFO: ==5988== Lock acquired, processing the job...
[2026-04-06 05:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:33:03] Production.INFO: ==5993== Lock acquired, processing the job...
[2026-04-06 05:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:33:03] Production.INFO: Account Balance Start.
[2026-04-06 05:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:33:03] Production.INFO: 117
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: ==5990== Lock acquired, processing the job...
[2026-04-06 05:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:33:03] Production.INFO: ==5995== Lock acquired, processing the job...
[2026-04-06 05:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: ==5995== Releasing lock...
[2026-04-06 05:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:33:03] Production.INFO: ==5988== Releasing lock...
[2026-04-06 05:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:33:04] Production.INFO: Total Charge 0
[2026-04-06 05:33:04] Production.INFO: CreateAllLog End
[2026-04-06 05:33:04] Production.INFO: Account Balance End.
[2026-04-06 05:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:33:04] Production.INFO: ==5993== Releasing lock...
[2026-04-06 05:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:33:12] Production.ERROR: CronJobId end10
[2026-04-06 05:33:12] Production.INFO: ==5990== Releasing lock...
[2026-04-06 05:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:33:14] Production.INFO: call_cost start
[2026-04-06 05:33:14] Production.INFO: call_cost end
[2026-04-06 05:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:33:14] Production.INFO: ==5986== Releasing lock...
[2026-04-06 05:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:34:02] Production.INFO: ==6051== Lock acquired, processing the job...
[2026-04-06 10:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:34:02] Production.INFO: neon service started
[2026-04-06 10:34:02] Production.INFO: neon service started
[2026-04-06 10:34:02] Production.INFO: ==6051== Releasing lock...
[2026-04-06 10:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:34:02] Production.INFO: ==6053== Lock acquired, processing the job...
[2026-04-06 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:34:02] Production.INFO: ==6053== Releasing lock...
[2026-04-06 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:34:03] Production.INFO: ==6055== Lock acquired, processing the job...
[2026-04-06 09:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:34:03] Production.INFO: ==6055== Releasing lock...
[2026-04-06 09:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:34:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:34:03] Production.INFO: ==6059== Lock acquired, processing the job...
[2026-04-06 05:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:34:03] Production.INFO: ==6057== Lock acquired, processing the job...
[2026-04-06 05:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:34:03] Production.INFO: ==6061== Lock acquired, processing the job...
[2026-04-06 05:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:34:03] Production.INFO: ==6063== Lock acquired, processing the job...
[2026-04-06 05:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:34:03] Production.INFO: ==6065== Lock acquired, processing the job...
[2026-04-06 05:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:34:03] Production.INFO: Account Balance Start.
[2026-04-06 05:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:34:03] Production.INFO: 117
[2026-04-06 05:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:34:03] Production.INFO: ==6065== Releasing lock...
[2026-04-06 05:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: ==6059== Releasing lock...
[2026-04-06 05:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:34:05] Production.INFO: Total Charge 0
[2026-04-06 05:34:05] Production.INFO: CreateAllLog End
[2026-04-06 05:34:05] Production.INFO: Account Balance End.
[2026-04-06 05:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:34:05] Production.INFO: ==6063== Releasing lock...
[2026-04-06 05:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:34:11] Production.ERROR: CronJobId end10
[2026-04-06 05:34:11] Production.INFO: ==6061== Releasing lock...
[2026-04-06 05:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:34:14] Production.INFO: call_cost start
[2026-04-06 05:34:14] Production.INFO: call_cost end
[2026-04-06 05:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:34:14] Production.INFO: ==6057== Releasing lock...
[2026-04-06 05:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:35:01] Production.INFO: ==6127== Lock acquired, processing the job...
[2026-04-06 10:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:35:01] Production.INFO: neon service started
[2026-04-06 10:35:01] Production.INFO: neon service started
[2026-04-06 10:35:01] Production.INFO: ==6127== Releasing lock...
[2026-04-06 10:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:35:02] Production.INFO: ==6131== Lock acquired, processing the job...
[2026-04-06 09:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:35:02] Production.INFO: ==6129== Lock acquired, processing the job...
[2026-04-06 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:35:02] Production.INFO: ==6131== Releasing lock...
[2026-04-06 09:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:35:02] Production.INFO: ==6129== Releasing lock...
[2026-04-06 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:35:03] Production.INFO: ==6138== Lock acquired, processing the job...
[2026-04-06 05:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:35:03] Production.INFO: ==6134== Lock acquired, processing the job...
[2026-04-06 05:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:35:03] Production.INFO: ==6136== Lock acquired, processing the job...
[2026-04-06 05:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:35:03] Production.INFO: ==6140== Lock acquired, processing the job...
[2026-04-06 05:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:35:03] Production.INFO: ==6142== Lock acquired, processing the job...
[2026-04-06 05:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:35:03] Production.INFO: Account Balance Start.
[2026-04-06 05:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:35:03] Production.INFO: 117
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:35:03] Production.INFO: ==6142== Releasing lock...
[2026-04-06 05:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: ==6136== Releasing lock...
[2026-04-06 05:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:35:05] Production.INFO: Total Charge 0
[2026-04-06 05:35:05] Production.INFO: CreateAllLog End
[2026-04-06 05:35:05] Production.INFO: Account Balance End.
[2026-04-06 05:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:35:05] Production.INFO: ==6140== Releasing lock...
[2026-04-06 05:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:35:12] Production.ERROR: CronJobId end10
[2026-04-06 05:35:12] Production.INFO: ==6138== Releasing lock...
[2026-04-06 05:35:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:35:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:35:14] Production.INFO: call_cost start
[2026-04-06 05:35:14] Production.INFO: call_cost end
[2026-04-06 05:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:35:14] Production.INFO: ==6134== Releasing lock...
[2026-04-06 05:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:36:02] Production.INFO: ==6202== Lock acquired, processing the job...
[2026-04-06 10:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:36:02] Production.INFO: neon service started
[2026-04-06 10:36:02] Production.INFO: neon service started
[2026-04-06 10:36:02] Production.INFO: ==6202== Releasing lock...
[2026-04-06 10:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:36:02] Production.INFO: ==6204== Lock acquired, processing the job...
[2026-04-06 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:36:02] Production.INFO: ==6204== Releasing lock...
[2026-04-06 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:36:02] Production.INFO: ==6206== Lock acquired, processing the job...
[2026-04-06 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:36:02] Production.INFO: ==6206== Releasing lock...
[2026-04-06 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:36:03] Production.INFO: ==6208== Lock acquired, processing the job...
[2026-04-06 05:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:36:03] Production.INFO: ==6210== Lock acquired, processing the job...
[2026-04-06 05:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:36:03] Production.INFO: ==6216== Lock acquired, processing the job...
[2026-04-06 05:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:36:03] Production.INFO: ==6212== Lock acquired, processing the job...
[2026-04-06 05:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:36:03] Production.INFO: ==6214== Lock acquired, processing the job...
[2026-04-06 05:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:36:03] Production.INFO: Account Balance Start.
[2026-04-06 05:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:36:03] Production.INFO: 117
[2026-04-06 05:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:36:03] Production.INFO: ==6216== Releasing lock...
[2026-04-06 05:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: ==6210== Releasing lock...
[2026-04-06 05:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:36:05] Production.INFO: Total Charge 0
[2026-04-06 05:36:05] Production.INFO: CreateAllLog End
[2026-04-06 05:36:05] Production.INFO: Account Balance End.
[2026-04-06 05:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:36:05] Production.INFO: ==6214== Releasing lock...
[2026-04-06 05:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:36:12] Production.ERROR: CronJobId end10
[2026-04-06 05:36:12] Production.INFO: ==6212== Releasing lock...
[2026-04-06 05:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:36:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:36:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:36:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:36:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:36:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:36:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:36:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:36:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:36:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:36:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:36:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:36:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:36:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:36:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:36:16] Production.INFO: call_cost start
[2026-04-06 05:36:16] Production.INFO: call_cost end
[2026-04-06 05:36:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:36:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:36:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:36:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:36:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:36:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:36:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:36:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:36:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:36:16] Production.INFO: ==6208== Releasing lock...
[2026-04-06 05:36:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:36:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:37:01] Production.INFO: ==6274== Lock acquired, processing the job...
[2026-04-06 10:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:37:01] Production.INFO: neon service started
[2026-04-06 10:37:01] Production.INFO: neon service started
[2026-04-06 10:37:01] Production.INFO: ==6274== Releasing lock...
[2026-04-06 10:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:37:01] Production.INFO: ==6276== Lock acquired, processing the job...
[2026-04-06 05:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:37:01] Production.INFO: ==6276== Releasing lock...
[2026-04-06 05:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:37:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:37:02] Production.INFO: ==6278== Lock acquired, processing the job...
[2026-04-06 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:37:02] Production.INFO: ==6278== Releasing lock...
[2026-04-06 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:37:02] Production.INFO: ==6280== Lock acquired, processing the job...
[2026-04-06 05:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:37:02] Production.INFO: ==6282== Lock acquired, processing the job...
[2026-04-06 05:37:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:37:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:37:02] Production.INFO: ==6286== Lock acquired, processing the job...
[2026-04-06 05:37:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:37:02] Production.INFO: ==6284== Lock acquired, processing the job...
[2026-04-06 05:37:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:37:02] Production.INFO: ==6288== Lock acquired, processing the job...
[2026-04-06 05:37:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:37:02] Production.INFO: Account Balance Start.
[2026-04-06 05:37:02] Production.INFO: CreateAllLog Start
[2026-04-06 05:37:02] Production.INFO: 117
[2026-04-06 05:37:02] Production.INFO: Date 2026-03-08
[2026-04-06 05:37:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:37:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:37:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:37:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:37:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:37:02] Production.INFO: Date 2026-03-09
[2026-04-06 05:37:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: ==6288== Releasing lock...
[2026-04-06 05:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: ==6282== Releasing lock...
[2026-04-06 05:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-27
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-28
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-29
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-30
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-03-31
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-04-01
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-04-02
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-04-03
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-04-04
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-04-05
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Date 2026-04-06
[2026-04-06 05:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:37:03] Production.INFO: Total Charge 0
[2026-04-06 05:37:03] Production.INFO: CreateAllLog End
[2026-04-06 05:37:04] Production.INFO: Account Balance End.
[2026-04-06 05:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:37:04] Production.INFO: ==6286== Releasing lock...
[2026-04-06 05:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:37:11] Production.ERROR: CronJobId end10
[2026-04-06 05:37:11] Production.INFO: ==6284== Releasing lock...
[2026-04-06 05:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:37:13] Production.INFO: call_cost start
[2026-04-06 05:37:13] Production.INFO: call_cost end
[2026-04-06 05:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:37:13] Production.INFO: ==6280== Releasing lock...
[2026-04-06 05:37:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:37:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:38:01] Production.INFO: ==6347== Lock acquired, processing the job...
[2026-04-06 10:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:38:01] Production.INFO: neon service started
[2026-04-06 10:38:01] Production.INFO: neon service started
[2026-04-06 10:38:01] Production.INFO: ==6347== Releasing lock...
[2026-04-06 10:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:38:02] Production.INFO: ==6350== Lock acquired, processing the job...
[2026-04-06 05:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:38:02] Production.INFO: ==6352== Lock acquired, processing the job...
[2026-04-06 09:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:38:02] Production.INFO: ==6352== Releasing lock...
[2026-04-06 09:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:38:02] Production.INFO: ==6350== Releasing lock...
[2026-04-06 05:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:38:03] Production.INFO: ==6354== Lock acquired, processing the job...
[2026-04-06 05:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:38:03] Production.INFO: ==6356== Lock acquired, processing the job...
[2026-04-06 05:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:38:03] Production.INFO: ==6358== Lock acquired, processing the job...
[2026-04-06 05:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:38:03] Production.INFO: ==6360== Lock acquired, processing the job...
[2026-04-06 05:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:38:03] Production.INFO: ==6362== Lock acquired, processing the job...
[2026-04-06 05:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:38:03] Production.INFO: Account Balance Start.
[2026-04-06 05:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:38:03] Production.INFO: 117
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:03] Production.INFO: ==6362== Releasing lock...
[2026-04-06 05:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: ==6356== Releasing lock...
[2026-04-06 05:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:38:04] Production.INFO: Total Charge 0
[2026-04-06 05:38:04] Production.INFO: CreateAllLog End
[2026-04-06 05:38:05] Production.INFO: Account Balance End.
[2026-04-06 05:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:38:05] Production.INFO: ==6360== Releasing lock...
[2026-04-06 05:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:38:11] Production.ERROR: CronJobId end10
[2026-04-06 05:38:11] Production.INFO: ==6358== Releasing lock...
[2026-04-06 05:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:38:14] Production.INFO: call_cost start
[2026-04-06 05:38:14] Production.INFO: call_cost end
[2026-04-06 05:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:38:14] Production.INFO: ==6354== Releasing lock...
[2026-04-06 05:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:39:02] Production.INFO: ==6422== Lock acquired, processing the job...
[2026-04-06 10:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:39:02] Production.INFO: neon service started
[2026-04-06 10:39:02] Production.INFO: neon service started
[2026-04-06 10:39:02] Production.INFO: ==6422== Releasing lock...
[2026-04-06 10:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:39:02] Production.INFO: ==6424== Lock acquired, processing the job...
[2026-04-06 05:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:39:02] Production.INFO: ==6424== Releasing lock...
[2026-04-06 05:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:39:03] Production.INFO: ==6426== Lock acquired, processing the job...
[2026-04-06 09:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:39:03] Production.INFO: ==6426== Releasing lock...
[2026-04-06 09:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:39:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:39:03] Production.INFO: ==6429== Lock acquired, processing the job...
[2026-04-06 05:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:39:03] Production.INFO: ==6433== Lock acquired, processing the job...
[2026-04-06 05:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:39:03] Production.INFO: ==6437== Lock acquired, processing the job...
[2026-04-06 05:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:39:03] Production.INFO: ==6431== Lock acquired, processing the job...
[2026-04-06 05:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:39:03] Production.INFO: ==6435== Lock acquired, processing the job...
[2026-04-06 05:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:39:03] Production.INFO: ==6437== Releasing lock...
[2026-04-06 05:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:39:03] Production.INFO: Account Balance Start.
[2026-04-06 05:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:39:03] Production.INFO: 117
[2026-04-06 05:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: ==6431== Releasing lock...
[2026-04-06 05:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:39:05] Production.INFO: Total Charge 0
[2026-04-06 05:39:05] Production.INFO: CreateAllLog End
[2026-04-06 05:39:05] Production.INFO: Account Balance End.
[2026-04-06 05:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:39:05] Production.INFO: ==6435== Releasing lock...
[2026-04-06 05:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:39:12] Production.ERROR: CronJobId end10
[2026-04-06 05:39:12] Production.INFO: ==6433== Releasing lock...
[2026-04-06 05:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:39:15] Production.INFO: call_cost start
[2026-04-06 05:39:15] Production.INFO: call_cost end
[2026-04-06 05:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:39:15] Production.INFO: ==6429== Releasing lock...
[2026-04-06 05:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:40:01] Production.INFO: ==6494== Lock acquired, processing the job...
[2026-04-06 10:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:40:01] Production.INFO: neon service started
[2026-04-06 10:40:01] Production.INFO: neon service started
[2026-04-06 10:40:01] Production.INFO: ==6494== Releasing lock...
[2026-04-06 10:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:40:01] Production.INFO: ==6498== Lock acquired, processing the job...
[2026-04-06 09:40:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:40:01] Production.INFO: ==6498== Releasing lock...
[2026-04-06 09:40:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:40:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:40:02] Production.INFO: ==6496== Lock acquired, processing the job...
[2026-04-06 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:40:02] Production.INFO: ==6496== Releasing lock...
[2026-04-06 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:40:03] Production.INFO: ==6501== Lock acquired, processing the job...
[2026-04-06 05:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:40:03] Production.INFO: ==6503== Lock acquired, processing the job...
[2026-04-06 05:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:40:03] Production.INFO: ==6505== Lock acquired, processing the job...
[2026-04-06 05:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:40:03] Production.INFO: ==6507== Lock acquired, processing the job...
[2026-04-06 05:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:40:03] Production.INFO: ==6509== Lock acquired, processing the job...
[2026-04-06 05:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:40:03] Production.INFO: Account Balance Start.
[2026-04-06 05:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:40:03] Production.INFO: 117
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:40:03] Production.INFO: ==6509== Releasing lock...
[2026-04-06 05:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: ==6503== Releasing lock...
[2026-04-06 05:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:40:04] Production.INFO: Total Charge 0
[2026-04-06 05:40:04] Production.INFO: CreateAllLog End
[2026-04-06 05:40:04] Production.INFO: Account Balance End.
[2026-04-06 05:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:40:04] Production.INFO: ==6507== Releasing lock...
[2026-04-06 05:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:40:10] Production.ERROR: CronJobId end10
[2026-04-06 05:40:10] Production.INFO: ==6505== Releasing lock...
[2026-04-06 05:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:40:14] Production.INFO: call_cost start
[2026-04-06 05:40:14] Production.INFO: call_cost end
[2026-04-06 05:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:40:14] Production.INFO: ==6501== Releasing lock...
[2026-04-06 05:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:41:01] Production.INFO: ==6570== Lock acquired, processing the job...
[2026-04-06 10:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:41:01] Production.INFO: neon service started
[2026-04-06 10:41:01] Production.INFO: neon service started
[2026-04-06 10:41:01] Production.INFO: ==6570== Releasing lock...
[2026-04-06 10:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:41:02] Production.INFO: ==6574== Lock acquired, processing the job...
[2026-04-06 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:41:02] Production.INFO: ==6574== Releasing lock...
[2026-04-06 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:41:02] Production.INFO: ==6572== Lock acquired, processing the job...
[2026-04-06 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:41:02] Production.INFO: ==6572== Releasing lock...
[2026-04-06 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:41:03] Production.INFO: ==6576== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 05:41:03] Production.INFO: ==6578== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 05:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 05:41:03] Production.ERROR: CronJob PID - 6578
[2026-04-06 05:41:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 05:41:03] Production.ERROR: CronJob ID - 5
[2026-04-06 05:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 05:41:00
[2026-04-06 05:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 05:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 05:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 05:41:03] Production.INFO: ==6576== Releasing lock...
[2026-04-06 05:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 05:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 05:41:03] Production.INFO: ==6580== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:41:03] Production.INFO: ==6582== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:41:03] Production.INFO: ==6584== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:41:03] Production.INFO: ==6586== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 05:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:41:03] Production.INFO: ==6588== Lock acquired, processing the job...
[2026-04-06 05:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:41:03] Production.INFO: Account Balance Start.
[2026-04-06 05:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:41:03] Production.INFO: 117
[2026-04-06 05:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: ==6588== Releasing lock...
[2026-04-06 05:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:41:04] Production.INFO: ==6580== Releasing lock...
[2026-04-06 05:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:41:04] Production.ERROR: done
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 05:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045985', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:41:05] Production.INFO: Total Charge 0
[2026-04-06 05:41:05] Production.INFO: CreateAllLog End
[2026-04-06 05:41:05] Production.INFO: Account Balance End.
[2026-04-06 05:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:41:05] Production.INFO: ==6584== Releasing lock...
[2026-04-06 05:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:41:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17045985', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 05:41:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 05:41:09] Production.INFO: ProcessCDR(1,17045985,1,1,2)
[2026-04-06 05:41:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17045985,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:41:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17045985,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:41:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 05:41:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 05:41:10] Production.INFO: ==6586== Releasing lock...
[2026-04-06 05:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 05:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:41:13] Production.ERROR: CronJobId end10
[2026-04-06 05:41:13] Production.INFO: ==6582== Releasing lock...
[2026-04-06 05:41:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:41:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:41:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:41:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:41:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:41:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:41:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:41:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:41:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:41:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:41:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:41:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:41:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:41:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:41:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:41:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:41:16] Production.INFO: call_cost start
[2026-04-06 05:41:16] Production.INFO: call_cost end
[2026-04-06 05:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:41:16] Production.INFO: ==6578== Releasing lock...
[2026-04-06 05:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:42:01] Production.INFO: ==6645== Lock acquired, processing the job...
[2026-04-06 10:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:42:01] Production.INFO: neon service started
[2026-04-06 10:42:01] Production.INFO: neon service started
[2026-04-06 10:42:01] Production.INFO: ==6645== Releasing lock...
[2026-04-06 10:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:42:02] Production.INFO: ==6647== Lock acquired, processing the job...
[2026-04-06 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:42:02] Production.INFO: ==6649== Lock acquired, processing the job...
[2026-04-06 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:42:02] Production.INFO: ==6649== Releasing lock...
[2026-04-06 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:42:02] Production.INFO: ==6647== Releasing lock...
[2026-04-06 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:42:03] Production.INFO: ==6652== Lock acquired, processing the job...
[2026-04-06 05:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:42:03] Production.INFO: ==6658== Lock acquired, processing the job...
[2026-04-06 05:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:42:03] Production.INFO: ==6654== Lock acquired, processing the job...
[2026-04-06 05:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:42:03] Production.INFO: ==6656== Lock acquired, processing the job...
[2026-04-06 05:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:42:03] Production.INFO: Account Balance Start.
[2026-04-06 05:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:42:03] Production.INFO: ==6660== Lock acquired, processing the job...
[2026-04-06 05:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:42:03] Production.INFO: 117
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:42:03] Production.INFO: ==6660== Releasing lock...
[2026-04-06 05:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: ==6654== Releasing lock...
[2026-04-06 05:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:42:04] Production.INFO: Total Charge 0
[2026-04-06 05:42:04] Production.INFO: CreateAllLog End
[2026-04-06 05:42:04] Production.INFO: Account Balance End.
[2026-04-06 05:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:42:04] Production.INFO: ==6658== Releasing lock...
[2026-04-06 05:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:42:11] Production.ERROR: CronJobId end10
[2026-04-06 05:42:11] Production.INFO: ==6656== Releasing lock...
[2026-04-06 05:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:42:14] Production.INFO: call_cost start
[2026-04-06 05:42:14] Production.INFO: call_cost end
[2026-04-06 05:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:42:14] Production.INFO: ==6652== Releasing lock...
[2026-04-06 05:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:43:01] Production.INFO: ==6721== Lock acquired, processing the job...
[2026-04-06 10:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:43:01] Production.INFO: neon service started
[2026-04-06 10:43:01] Production.INFO: neon service started
[2026-04-06 10:43:01] Production.INFO: ==6721== Releasing lock...
[2026-04-06 10:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:43:02] Production.INFO: ==6724== Lock acquired, processing the job...
[2026-04-06 05:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:43:02] Production.INFO: ==6724== Releasing lock...
[2026-04-06 05:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:43:02] Production.INFO: ==6726== Lock acquired, processing the job...
[2026-04-06 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:43:02] Production.INFO: ==6726== Releasing lock...
[2026-04-06 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:43:03] Production.INFO: ==6728== Lock acquired, processing the job...
[2026-04-06 05:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:43:03] Production.INFO: ==6730== Lock acquired, processing the job...
[2026-04-06 05:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:43:03] Production.INFO: ==6734== Lock acquired, processing the job...
[2026-04-06 05:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:43:03] Production.INFO: ==6732== Lock acquired, processing the job...
[2026-04-06 05:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:43:03] Production.INFO: Account Balance Start.
[2026-04-06 05:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:43:03] Production.INFO: 117
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: ==6736== Lock acquired, processing the job...
[2026-04-06 05:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: ==6736== Releasing lock...
[2026-04-06 05:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: ==6730== Releasing lock...
[2026-04-06 05:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:43:04] Production.INFO: Total Charge 0
[2026-04-06 05:43:04] Production.INFO: CreateAllLog End
[2026-04-06 05:43:05] Production.INFO: Account Balance End.
[2026-04-06 05:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:43:05] Production.INFO: ==6734== Releasing lock...
[2026-04-06 05:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:43:11] Production.ERROR: CronJobId end10
[2026-04-06 05:43:11] Production.INFO: ==6732== Releasing lock...
[2026-04-06 05:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:43:14] Production.INFO: call_cost start
[2026-04-06 05:43:14] Production.INFO: call_cost end
[2026-04-06 05:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:43:14] Production.INFO: ==6728== Releasing lock...
[2026-04-06 05:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:44:02] Production.INFO: ==6800== Lock acquired, processing the job...
[2026-04-06 10:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:44:02] Production.INFO: neon service started
[2026-04-06 10:44:02] Production.INFO: neon service started
[2026-04-06 10:44:02] Production.INFO: ==6800== Releasing lock...
[2026-04-06 10:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:44:02] Production.INFO: ==6802== Lock acquired, processing the job...
[2026-04-06 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:44:02] Production.INFO: ==6802== Releasing lock...
[2026-04-06 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:44:02] Production.INFO: ==6804== Lock acquired, processing the job...
[2026-04-06 09:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:44:03] Production.INFO: ==6804== Releasing lock...
[2026-04-06 09:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:44:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:44:03] Production.INFO: ==6807== Lock acquired, processing the job...
[2026-04-06 05:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:44:03] Production.INFO: ==6809== Lock acquired, processing the job...
[2026-04-06 05:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:44:03] Production.INFO: ==6811== Lock acquired, processing the job...
[2026-04-06 05:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:44:03] Production.INFO: ==6813== Lock acquired, processing the job...
[2026-04-06 05:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:44:03] Production.INFO: ==6815== Lock acquired, processing the job...
[2026-04-06 05:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:44:03] Production.INFO: Account Balance Start.
[2026-04-06 05:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:44:03] Production.INFO: 117
[2026-04-06 05:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:44:03] Production.INFO: ==6815== Releasing lock...
[2026-04-06 05:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: ==6809== Releasing lock...
[2026-04-06 05:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:44:04] Production.INFO: Total Charge 0
[2026-04-06 05:44:04] Production.INFO: CreateAllLog End
[2026-04-06 05:44:05] Production.INFO: Account Balance End.
[2026-04-06 05:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:44:05] Production.INFO: ==6813== Releasing lock...
[2026-04-06 05:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:44:11] Production.ERROR: CronJobId end10
[2026-04-06 05:44:11] Production.INFO: ==6811== Releasing lock...
[2026-04-06 05:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:44:14] Production.INFO: call_cost start
[2026-04-06 05:44:14] Production.INFO: call_cost end
[2026-04-06 05:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:44:14] Production.INFO: ==6807== Releasing lock...
[2026-04-06 05:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:45:01] Production.INFO: ==6867== Lock acquired, processing the job...
[2026-04-06 10:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:45:01] Production.INFO: neon service started
[2026-04-06 10:45:01] Production.INFO: neon service started
[2026-04-06 10:45:01] Production.INFO: ==6867== Releasing lock...
[2026-04-06 10:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:45:01] Production.INFO: ==6869== Lock acquired, processing the job...
[2026-04-06 05:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:45:02] Production.INFO: ==6869== Releasing lock...
[2026-04-06 05:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:45:02] Production.INFO: ==6871== Lock acquired, processing the job...
[2026-04-06 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:45:02] Production.INFO: ==6871== Releasing lock...
[2026-04-06 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:45:03] Production.INFO: ==6874== Lock acquired, processing the job...
[2026-04-06 05:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:45:03] Production.INFO: ==6876== Lock acquired, processing the job...
[2026-04-06 05:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:45:03] Production.INFO: ==6878== Lock acquired, processing the job...
[2026-04-06 05:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:45:03] Production.INFO: ==6880== Lock acquired, processing the job...
[2026-04-06 05:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:45:03] Production.INFO: ==6882== Lock acquired, processing the job...
[2026-04-06 05:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:45:03] Production.INFO: Account Balance Start.
[2026-04-06 05:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:45:03] Production.INFO: 117
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:45:03] Production.INFO: ==6882== Releasing lock...
[2026-04-06 05:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: ==6876== Releasing lock...
[2026-04-06 05:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-27
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:03] Production.INFO: Date 2026-03-28
[2026-04-06 05:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:45:04] Production.INFO: Total Charge 0
[2026-04-06 05:45:04] Production.INFO: CreateAllLog End
[2026-04-06 05:45:04] Production.INFO: Account Balance End.
[2026-04-06 05:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:45:04] Production.INFO: ==6880== Releasing lock...
[2026-04-06 05:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:45:11] Production.ERROR: CronJobId end10
[2026-04-06 05:45:11] Production.INFO: ==6878== Releasing lock...
[2026-04-06 05:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:45:14] Production.INFO: call_cost start
[2026-04-06 05:45:14] Production.INFO: call_cost end
[2026-04-06 05:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:45:14] Production.INFO: ==6874== Releasing lock...
[2026-04-06 05:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:46:01] Production.INFO: ==6944== Lock acquired, processing the job...
[2026-04-06 10:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:46:02] Production.INFO: neon service started
[2026-04-06 10:46:02] Production.INFO: neon service started
[2026-04-06 10:46:02] Production.INFO: ==6944== Releasing lock...
[2026-04-06 10:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:46:02] Production.INFO: ==6948== Lock acquired, processing the job...
[2026-04-06 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:46:02] Production.INFO: ==6948== Releasing lock...
[2026-04-06 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:46:02] Production.INFO: ==6946== Lock acquired, processing the job...
[2026-04-06 05:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:46:02] Production.INFO: ==6946== Releasing lock...
[2026-04-06 05:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:46:03] Production.INFO: ==6950== Lock acquired, processing the job...
[2026-04-06 05:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:46:03] Production.INFO: ==6954== Lock acquired, processing the job...
[2026-04-06 05:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:46:03] Production.INFO: ==6952== Lock acquired, processing the job...
[2026-04-06 05:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:46:03] Production.INFO: ==6956== Lock acquired, processing the job...
[2026-04-06 05:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:46:03] Production.INFO: ==6958== Lock acquired, processing the job...
[2026-04-06 05:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:46:03] Production.INFO: Account Balance Start.
[2026-04-06 05:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:46:03] Production.INFO: 117
[2026-04-06 05:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:46:03] Production.INFO: ==6958== Releasing lock...
[2026-04-06 05:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: ==6952== Releasing lock...
[2026-04-06 05:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:46:04] Production.INFO: Total Charge 0
[2026-04-06 05:46:04] Production.INFO: CreateAllLog End
[2026-04-06 05:46:04] Production.INFO: Account Balance End.
[2026-04-06 05:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:46:05] Production.INFO: ==6956== Releasing lock...
[2026-04-06 05:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:46:11] Production.ERROR: CronJobId end10
[2026-04-06 05:46:11] Production.INFO: ==6954== Releasing lock...
[2026-04-06 05:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:46:14] Production.INFO: call_cost start
[2026-04-06 05:46:14] Production.INFO: call_cost end
[2026-04-06 05:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:46:14] Production.INFO: ==6950== Releasing lock...
[2026-04-06 05:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:47:01] Production.INFO: ==7014== Lock acquired, processing the job...
[2026-04-06 10:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:47:01] Production.INFO: neon service started
[2026-04-06 10:47:01] Production.INFO: neon service started
[2026-04-06 10:47:01] Production.INFO: ==7014== Releasing lock...
[2026-04-06 10:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:47:01] Production.INFO: ==7016== Lock acquired, processing the job...
[2026-04-06 05:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:47:02] Production.INFO: ==7016== Releasing lock...
[2026-04-06 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:47:02] Production.INFO: ==7018== Lock acquired, processing the job...
[2026-04-06 09:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:47:02] Production.INFO: ==7018== Releasing lock...
[2026-04-06 09:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:47:02] Production.INFO: ==7026== Lock acquired, processing the job...
[2026-04-06 05:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:47:02] Production.INFO: Account Balance Start.
[2026-04-06 05:47:02] Production.INFO: CreateAllLog Start
[2026-04-06 05:47:02] Production.INFO: 117
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-08
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-09
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-10
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:02] Production.INFO: ==7020== Lock acquired, processing the job...
[2026-04-06 05:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-11
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-12
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-13
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:47:02] Production.INFO: ==7022== Lock acquired, processing the job...
[2026-04-06 05:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:47:02] Production.INFO: Date 2026-03-14
[2026-04-06 05:47:02] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: ==7024== Lock acquired, processing the job...
[2026-04-06 05:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: ==7028== Lock acquired, processing the job...
[2026-04-06 05:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:47:03] Production.INFO: ==7028== Releasing lock...
[2026-04-06 05:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-27
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-28
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-29
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-30
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-03-31
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-04-01
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-04-02
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-04-03
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: ==7022== Releasing lock...
[2026-04-06 05:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:47:03] Production.INFO: Date 2026-04-04
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-04-05
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Date 2026-04-06
[2026-04-06 05:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:47:03] Production.INFO: Total Charge 0
[2026-04-06 05:47:03] Production.INFO: CreateAllLog End
[2026-04-06 05:47:03] Production.INFO: Account Balance End.
[2026-04-06 05:47:03] Production.ERROR: CronJobId end 12
[2026-04-06 05:47:03] Production.INFO: ==7026== Releasing lock...
[2026-04-06 05:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:47:11] Production.ERROR: CronJobId end10
[2026-04-06 05:47:11] Production.INFO: ==7024== Releasing lock...
[2026-04-06 05:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:47:15] Production.INFO: call_cost start
[2026-04-06 05:47:15] Production.INFO: call_cost end
[2026-04-06 05:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:47:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:47:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:47:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:47:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:47:15] Production.INFO: ==7020== Releasing lock...
[2026-04-06 05:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:48:01] Production.INFO: ==7087== Lock acquired, processing the job...
[2026-04-06 10:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:48:01] Production.INFO: neon service started
[2026-04-06 10:48:01] Production.INFO: neon service started
[2026-04-06 10:48:01] Production.INFO: ==7087== Releasing lock...
[2026-04-06 10:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:48:02] Production.INFO: ==7089== Lock acquired, processing the job...
[2026-04-06 05:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:48:02] Production.INFO: ==7089== Releasing lock...
[2026-04-06 05:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:48:02] Production.INFO: ==7091== Lock acquired, processing the job...
[2026-04-06 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:48:02] Production.INFO: ==7091== Releasing lock...
[2026-04-06 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:48:03] Production.INFO: ==7094== Lock acquired, processing the job...
[2026-04-06 05:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:48:03] Production.INFO: ==7096== Lock acquired, processing the job...
[2026-04-06 05:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:48:03] Production.INFO: ==7098== Lock acquired, processing the job...
[2026-04-06 05:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:48:03] Production.INFO: ==7100== Lock acquired, processing the job...
[2026-04-06 05:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:48:03] Production.INFO: ==7102== Lock acquired, processing the job...
[2026-04-06 05:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:48:03] Production.INFO: Account Balance Start.
[2026-04-06 05:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:48:03] Production.INFO: 117
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:48:03] Production.INFO: ==7102== Releasing lock...
[2026-04-06 05:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: ==7096== Releasing lock...
[2026-04-06 05:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:48:04] Production.INFO: Total Charge 0
[2026-04-06 05:48:04] Production.INFO: CreateAllLog End
[2026-04-06 05:48:04] Production.INFO: Account Balance End.
[2026-04-06 05:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:48:04] Production.INFO: ==7100== Releasing lock...
[2026-04-06 05:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:48:11] Production.ERROR: CronJobId end10
[2026-04-06 05:48:11] Production.INFO: ==7098== Releasing lock...
[2026-04-06 05:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:48:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:48:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:48:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:48:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:48:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:48:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:48:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:48:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:48:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:48:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:48:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:48:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:48:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:48:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:48:12] Production.INFO: call_cost start
[2026-04-06 05:48:12] Production.INFO: call_cost end
[2026-04-06 05:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:48:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:48:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:48:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:48:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:48:13] Production.INFO: ==7094== Releasing lock...
[2026-04-06 05:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:49:02] Production.INFO: ==7160== Lock acquired, processing the job...
[2026-04-06 10:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:49:02] Production.INFO: neon service started
[2026-04-06 10:49:02] Production.INFO: neon service started
[2026-04-06 10:49:02] Production.INFO: ==7160== Releasing lock...
[2026-04-06 10:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:49:02] Production.INFO: ==7164== Lock acquired, processing the job...
[2026-04-06 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:49:02] Production.INFO: ==7162== Lock acquired, processing the job...
[2026-04-06 05:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:49:02] Production.INFO: ==7164== Releasing lock...
[2026-04-06 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:49:03] Production.INFO: ==7162== Releasing lock...
[2026-04-06 05:49:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:49:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:49:03] Production.INFO: ==7171== Lock acquired, processing the job...
[2026-04-06 05:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:49:03] Production.INFO: ==7169== Lock acquired, processing the job...
[2026-04-06 05:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:49:03] Production.INFO: ==7167== Lock acquired, processing the job...
[2026-04-06 05:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:49:03] Production.INFO: ==7173== Lock acquired, processing the job...
[2026-04-06 05:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:49:03] Production.INFO: ==7175== Lock acquired, processing the job...
[2026-04-06 05:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:49:03] Production.INFO: Account Balance Start.
[2026-04-06 05:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:49:03] Production.INFO: 117
[2026-04-06 05:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:49:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:49:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:49:04] Production.INFO: ==7175== Releasing lock...
[2026-04-06 05:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: ==7169== Releasing lock...
[2026-04-06 05:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:49:04] Production.INFO: Total Charge 0
[2026-04-06 05:49:04] Production.INFO: CreateAllLog End
[2026-04-06 05:49:04] Production.INFO: Account Balance End.
[2026-04-06 05:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:49:05] Production.INFO: ==7173== Releasing lock...
[2026-04-06 05:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:49:11] Production.ERROR: CronJobId end10
[2026-04-06 05:49:11] Production.INFO: ==7171== Releasing lock...
[2026-04-06 05:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:49:14] Production.INFO: call_cost start
[2026-04-06 05:49:14] Production.INFO: call_cost end
[2026-04-06 05:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:49:14] Production.INFO: ==7167== Releasing lock...
[2026-04-06 05:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:50:01] Production.INFO: ==7233== Lock acquired, processing the job...
[2026-04-06 10:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:50:01] Production.INFO: neon service started
[2026-04-06 10:50:01] Production.INFO: neon service started
[2026-04-06 10:50:01] Production.INFO: ==7233== Releasing lock...
[2026-04-06 10:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:50:01] Production.INFO: ==7237== Lock acquired, processing the job...
[2026-04-06 09:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:50:02] Production.INFO: ==7237== Releasing lock...
[2026-04-06 09:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:50:02] Production.INFO: ==7235== Lock acquired, processing the job...
[2026-04-06 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:50:02] Production.INFO: ==7235== Releasing lock...
[2026-04-06 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:50:03] Production.INFO: ==7240== Lock acquired, processing the job...
[2026-04-06 05:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:50:03] Production.INFO: ==7242== Lock acquired, processing the job...
[2026-04-06 05:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:50:03] Production.INFO: ==7246== Lock acquired, processing the job...
[2026-04-06 05:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:50:03] Production.INFO: ==7244== Lock acquired, processing the job...
[2026-04-06 05:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:50:03] Production.INFO: Account Balance Start.
[2026-04-06 05:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:50:03] Production.INFO: 117
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:50:03] Production.INFO: ==7248== Lock acquired, processing the job...
[2026-04-06 05:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: ==7248== Releasing lock...
[2026-04-06 05:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: ==7242== Releasing lock...
[2026-04-06 05:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:03] Production.INFO: Date 2026-03-26
[2026-04-06 05:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:50:04] Production.INFO: Total Charge 0
[2026-04-06 05:50:04] Production.INFO: CreateAllLog End
[2026-04-06 05:50:04] Production.INFO: Account Balance End.
[2026-04-06 05:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:50:04] Production.INFO: ==7246== Releasing lock...
[2026-04-06 05:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:50:11] Production.ERROR: CronJobId end10
[2026-04-06 05:50:11] Production.INFO: ==7244== Releasing lock...
[2026-04-06 05:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:50:14] Production.INFO: call_cost start
[2026-04-06 05:50:14] Production.INFO: call_cost end
[2026-04-06 05:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:50:14] Production.INFO: ==7240== Releasing lock...
[2026-04-06 05:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:51:01] Production.INFO: ==7304== Lock acquired, processing the job...
[2026-04-06 10:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:51:01] Production.INFO: neon service started
[2026-04-06 10:51:02] Production.INFO: neon service started
[2026-04-06 10:51:02] Production.INFO: ==7304== Releasing lock...
[2026-04-06 10:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:51:02] Production.INFO: ==7306== Lock acquired, processing the job...
[2026-04-06 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:51:02] Production.INFO: ==7308== Lock acquired, processing the job...
[2026-04-06 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:51:02] Production.INFO: ==7308== Releasing lock...
[2026-04-06 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:51:02] Production.INFO: ==7306== Releasing lock...
[2026-04-06 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:51:03] Production.INFO: ==7311== Lock acquired, processing the job...
[2026-04-06 05:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 05:51:03] Production.INFO: ==7313== Lock acquired, processing the job...
[2026-04-06 05:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:51:03] Production.INFO: ==7315== Lock acquired, processing the job...
[2026-04-06 05:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:51:03] Production.INFO: ==7317== Lock acquired, processing the job...
[2026-04-06 05:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 05:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 05:51:03] Production.ERROR: CronJob PID - 7313
[2026-04-06 05:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 05:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 05:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 05:51:00
[2026-04-06 05:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 05:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 05:51:03] Production.INFO: ==7319== Lock acquired, processing the job...
[2026-04-06 05:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 05:51:03] Production.INFO: ==7311== Releasing lock...
[2026-04-06 05:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 05:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 05:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:51:04] Production.INFO: ==7321== Lock acquired, processing the job...
[2026-04-06 05:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 05:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 05:51:04] Production.INFO: Account Balance Start.
[2026-04-06 05:51:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:51:04] Production.INFO: 117
[2026-04-06 05:51:04] Production.INFO: ==7323== Lock acquired, processing the job...
[2026-04-06 05:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:51:04] Production.INFO: ==7323== Releasing lock...
[2026-04-06 05:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:51:04] Production.ERROR: done
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 05:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046026', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: ==7315== Releasing lock...
[2026-04-06 05:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:51:05] Production.INFO: Total Charge 0
[2026-04-06 05:51:05] Production.INFO: CreateAllLog End
[2026-04-06 05:51:05] Production.INFO: Account Balance End.
[2026-04-06 05:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:51:05] Production.INFO: ==7319== Releasing lock...
[2026-04-06 05:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:51:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046026', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 05:51:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 05:51:09] Production.INFO: ProcessCDR(1,17046026,1,1,2)
[2026-04-06 05:51:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046026,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:51:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046026,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 05:51:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 05:51:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 05:51:09] Production.INFO: ==7321== Releasing lock...
[2026-04-06 05:51:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 05:51:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 05:51:13] Production.ERROR: CronJobId end10
[2026-04-06 05:51:13] Production.INFO: ==7317== Releasing lock...
[2026-04-06 05:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:51:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:51:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:51:16] Production.INFO: call_cost start
[2026-04-06 05:51:16] Production.INFO: call_cost end
[2026-04-06 05:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:51:16] Production.INFO: ==7313== Releasing lock...
[2026-04-06 05:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:52:01] Production.INFO: ==7383== Lock acquired, processing the job...
[2026-04-06 10:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:52:01] Production.INFO: neon service started
[2026-04-06 10:52:01] Production.INFO: neon service started
[2026-04-06 10:52:01] Production.INFO: ==7383== Releasing lock...
[2026-04-06 10:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:52:01] Production.INFO: ==7385== Lock acquired, processing the job...
[2026-04-06 05:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:52:02] Production.INFO: ==7387== Lock acquired, processing the job...
[2026-04-06 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 05:52:02] Production.INFO: ==7385== Releasing lock...
[2026-04-06 05:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:52:02] Production.INFO: ==7387== Releasing lock...
[2026-04-06 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:52:02] Production.INFO: ==7393== Lock acquired, processing the job...
[2026-04-06 05:52:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:52:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:52:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:52:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:52:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:52:02] Production.INFO: ==7389== Lock acquired, processing the job...
[2026-04-06 05:52:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:52:03] Production.INFO: ==7391== Lock acquired, processing the job...
[2026-04-06 05:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:52:03] Production.INFO: ==7398== Lock acquired, processing the job...
[2026-04-06 05:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:52:03] Production.INFO: ==7396== Lock acquired, processing the job...
[2026-04-06 05:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:52:03] Production.INFO: ==7398== Releasing lock...
[2026-04-06 05:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:52:03] Production.INFO: Account Balance Start.
[2026-04-06 05:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:52:03] Production.INFO: 117
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-19
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-20
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-21
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: ==7391== Releasing lock...
[2026-04-06 05:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-22
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-23
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-24
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:03] Production.INFO: Date 2026-03-25
[2026-04-06 05:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:52:04] Production.INFO: Total Charge 0
[2026-04-06 05:52:04] Production.INFO: CreateAllLog End
[2026-04-06 05:52:04] Production.INFO: Account Balance End.
[2026-04-06 05:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:52:04] Production.INFO: ==7396== Releasing lock...
[2026-04-06 05:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:52:10] Production.ERROR: CronJobId end10
[2026-04-06 05:52:10] Production.INFO: ==7393== Releasing lock...
[2026-04-06 05:52:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:52:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:52:13] Production.INFO: call_cost start
[2026-04-06 05:52:13] Production.INFO: call_cost end
[2026-04-06 05:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:52:13] Production.INFO: ==7389== Releasing lock...
[2026-04-06 05:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:53:01] Production.INFO: ==7454== Lock acquired, processing the job...
[2026-04-06 10:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:53:01] Production.INFO: neon service started
[2026-04-06 10:53:01] Production.INFO: neon service started
[2026-04-06 10:53:01] Production.INFO: ==7454== Releasing lock...
[2026-04-06 10:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:53:02] Production.INFO: ==7458== Lock acquired, processing the job...
[2026-04-06 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:53:02] Production.INFO: ==7458== Releasing lock...
[2026-04-06 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:53:02] Production.INFO: ==7456== Lock acquired, processing the job...
[2026-04-06 05:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:53:02] Production.INFO: ==7456== Releasing lock...
[2026-04-06 05:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:53:03] Production.INFO: ==7460== Lock acquired, processing the job...
[2026-04-06 05:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:53:03] Production.INFO: ==7462== Lock acquired, processing the job...
[2026-04-06 05:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:53:03] Production.INFO: ==7464== Lock acquired, processing the job...
[2026-04-06 05:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:53:03] Production.INFO: ==7466== Lock acquired, processing the job...
[2026-04-06 05:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:53:03] Production.INFO: ==7468== Lock acquired, processing the job...
[2026-04-06 05:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:53:03] Production.INFO: Account Balance Start.
[2026-04-06 05:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:53:03] Production.INFO: 117
[2026-04-06 05:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:53:03] Production.INFO: ==7468== Releasing lock...
[2026-04-06 05:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: ==7462== Releasing lock...
[2026-04-06 05:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-24
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-25
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-26
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-27
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:53:05] Production.INFO: Total Charge 0
[2026-04-06 05:53:05] Production.INFO: CreateAllLog End
[2026-04-06 05:53:05] Production.INFO: Account Balance End.
[2026-04-06 05:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:53:05] Production.INFO: ==7466== Releasing lock...
[2026-04-06 05:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:53:11] Production.ERROR: CronJobId end10
[2026-04-06 05:53:11] Production.INFO: ==7464== Releasing lock...
[2026-04-06 05:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:53:14] Production.INFO: call_cost start
[2026-04-06 05:53:14] Production.INFO: call_cost end
[2026-04-06 05:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:53:14] Production.INFO: ==7460== Releasing lock...
[2026-04-06 05:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:54:02] Production.INFO: ==7532== Lock acquired, processing the job...
[2026-04-06 10:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:54:02] Production.INFO: neon service started
[2026-04-06 10:54:02] Production.INFO: neon service started
[2026-04-06 10:54:02] Production.INFO: ==7532== Releasing lock...
[2026-04-06 10:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:54:02] Production.INFO: ==7534== Lock acquired, processing the job...
[2026-04-06 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:54:02] Production.INFO: ==7534== Releasing lock...
[2026-04-06 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:54:02] Production.INFO: ==7536== Lock acquired, processing the job...
[2026-04-06 09:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:54:03] Production.INFO: ==7536== Releasing lock...
[2026-04-06 09:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:54:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:54:03] Production.INFO: ==7540== Lock acquired, processing the job...
[2026-04-06 05:54:03] Production.INFO: ==7538== Lock acquired, processing the job...
[2026-04-06 05:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:54:03] Production.INFO: ==7544== Lock acquired, processing the job...
[2026-04-06 05:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:54:03] Production.INFO: ==7542== Lock acquired, processing the job...
[2026-04-06 05:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:54:03] Production.INFO: ==7546== Lock acquired, processing the job...
[2026-04-06 05:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:54:03] Production.INFO: Account Balance Start.
[2026-04-06 05:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:54:03] Production.INFO: 117
[2026-04-06 05:54:03] Production.INFO: ==7546== Releasing lock...
[2026-04-06 05:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: ==7540== Releasing lock...
[2026-04-06 05:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:54:05] Production.INFO: Total Charge 0
[2026-04-06 05:54:05] Production.INFO: CreateAllLog End
[2026-04-06 05:54:05] Production.INFO: Account Balance End.
[2026-04-06 05:54:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:54:05] Production.INFO: ==7544== Releasing lock...
[2026-04-06 05:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:54:12] Production.ERROR: CronJobId end10
[2026-04-06 05:54:12] Production.INFO: ==7542== Releasing lock...
[2026-04-06 05:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:54:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:54:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:54:15] Production.INFO: call_cost start
[2026-04-06 05:54:15] Production.INFO: call_cost end
[2026-04-06 05:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:54:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:54:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:54:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:54:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:54:15] Production.INFO: ==7538== Releasing lock...
[2026-04-06 05:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:55:01] Production.INFO: ==7604== Lock acquired, processing the job...
[2026-04-06 10:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:55:01] Production.INFO: neon service started
[2026-04-06 10:55:01] Production.INFO: neon service started
[2026-04-06 10:55:01] Production.INFO: ==7604== Releasing lock...
[2026-04-06 10:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:55:02] Production.INFO: ==7606== Lock acquired, processing the job...
[2026-04-06 05:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:55:02] Production.INFO: ==7608== Lock acquired, processing the job...
[2026-04-06 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:55:02] Production.INFO: ==7608== Releasing lock...
[2026-04-06 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:55:02] Production.INFO: ==7606== Releasing lock...
[2026-04-06 05:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:55:03] Production.INFO: ==7611== Lock acquired, processing the job...
[2026-04-06 05:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:55:03] Production.INFO: ==7613== Lock acquired, processing the job...
[2026-04-06 05:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:55:03] Production.INFO: ==7617== Lock acquired, processing the job...
[2026-04-06 05:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:55:03] Production.INFO: ==7615== Lock acquired, processing the job...
[2026-04-06 05:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:55:03] Production.INFO: ==7619== Lock acquired, processing the job...
[2026-04-06 05:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:55:03] Production.INFO: Account Balance Start.
[2026-04-06 05:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:55:03] Production.INFO: 117
[2026-04-06 05:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:03] Production.INFO: ==7619== Releasing lock...
[2026-04-06 05:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: ==7613== Releasing lock...
[2026-04-06 05:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:55:04] Production.INFO: Total Charge 0
[2026-04-06 05:55:04] Production.INFO: CreateAllLog End
[2026-04-06 05:55:04] Production.INFO: Account Balance End.
[2026-04-06 05:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:55:04] Production.INFO: ==7617== Releasing lock...
[2026-04-06 05:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:55:10] Production.ERROR: CronJobId end10
[2026-04-06 05:55:10] Production.INFO: ==7615== Releasing lock...
[2026-04-06 05:55:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:55:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:55:13] Production.INFO: call_cost start
[2026-04-06 05:55:13] Production.INFO: call_cost end
[2026-04-06 05:55:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:55:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:55:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:55:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:55:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:55:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:55:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:55:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:55:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:55:13] Production.INFO: ==7611== Releasing lock...
[2026-04-06 05:55:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:55:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:56:02] Production.INFO: ==7675== Lock acquired, processing the job...
[2026-04-06 10:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:56:02] Production.INFO: neon service started
[2026-04-06 10:56:02] Production.INFO: neon service started
[2026-04-06 10:56:02] Production.INFO: ==7675== Releasing lock...
[2026-04-06 10:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:56:02] Production.INFO: ==7679== Lock acquired, processing the job...
[2026-04-06 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:56:02] Production.INFO: ==7679== Releasing lock...
[2026-04-06 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:56:02] Production.INFO: ==7677== Lock acquired, processing the job...
[2026-04-06 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:56:02] Production.INFO: ==7677== Releasing lock...
[2026-04-06 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:56:03] Production.INFO: ==7687== Lock acquired, processing the job...
[2026-04-06 05:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:56:03] Production.INFO: ==7681== Lock acquired, processing the job...
[2026-04-06 05:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:56:03] Production.INFO: ==7689== Lock acquired, processing the job...
[2026-04-06 05:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:56:03] Production.INFO: ==7683== Lock acquired, processing the job...
[2026-04-06 05:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:56:03] Production.INFO: ==7685== Lock acquired, processing the job...
[2026-04-06 05:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:56:03] Production.INFO: Account Balance Start.
[2026-04-06 05:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:56:03] Production.INFO: 117
[2026-04-06 05:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:56:03] Production.INFO: ==7689== Releasing lock...
[2026-04-06 05:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: ==7683== Releasing lock...
[2026-04-06 05:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:56:04] Production.INFO: Total Charge 0
[2026-04-06 05:56:04] Production.INFO: CreateAllLog End
[2026-04-06 05:56:04] Production.INFO: Account Balance End.
[2026-04-06 05:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:56:04] Production.INFO: ==7687== Releasing lock...
[2026-04-06 05:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:56:12] Production.ERROR: CronJobId end10
[2026-04-06 05:56:12] Production.INFO: ==7685== Releasing lock...
[2026-04-06 05:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:56:14] Production.INFO: call_cost start
[2026-04-06 05:56:14] Production.INFO: call_cost end
[2026-04-06 05:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:56:14] Production.INFO: ==7681== Releasing lock...
[2026-04-06 05:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:57:01] Production.INFO: ==7744== Lock acquired, processing the job...
[2026-04-06 10:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:57:01] Production.INFO: neon service started
[2026-04-06 10:57:01] Production.INFO: neon service started
[2026-04-06 10:57:01] Production.INFO: ==7744== Releasing lock...
[2026-04-06 10:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:57:02] Production.INFO: ==7746== Lock acquired, processing the job...
[2026-04-06 05:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:57:02] Production.INFO: ==7748== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:57:02] Production.INFO: ==7748== Releasing lock...
[2026-04-06 09:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:57:02] Production.INFO: ==7746== Releasing lock...
[2026-04-06 05:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:57:03] Production.INFO: ==7750== Lock acquired, processing the job...
[2026-04-06 05:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:57:03] Production.INFO: ==7752== Lock acquired, processing the job...
[2026-04-06 05:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:57:03] Production.INFO: ==7754== Lock acquired, processing the job...
[2026-04-06 05:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:57:03] Production.INFO: ==7759== Lock acquired, processing the job...
[2026-04-06 05:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:57:03] Production.INFO: ==7757== Lock acquired, processing the job...
[2026-04-06 05:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:57:03] Production.INFO: Account Balance Start.
[2026-04-06 05:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:57:03] Production.INFO: 117
[2026-04-06 05:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:57:03] Production.INFO: ==7759== Releasing lock...
[2026-04-06 05:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: ==7752== Releasing lock...
[2026-04-06 05:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 05:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:57:04] Production.INFO: Total Charge 0
[2026-04-06 05:57:04] Production.INFO: CreateAllLog End
[2026-04-06 05:57:04] Production.INFO: Account Balance End.
[2026-04-06 05:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 05:57:04] Production.INFO: ==7757== Releasing lock...
[2026-04-06 05:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:57:10] Production.ERROR: CronJobId end10
[2026-04-06 05:57:10] Production.INFO: ==7754== Releasing lock...
[2026-04-06 05:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:57:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:57:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:57:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:57:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:57:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:57:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:57:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:57:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:57:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:57:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:57:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:57:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:57:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:57:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:57:13] Production.INFO: call_cost start
[2026-04-06 05:57:13] Production.INFO: call_cost end
[2026-04-06 05:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:57:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:57:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:57:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:57:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:57:13] Production.INFO: ==7750== Releasing lock...
[2026-04-06 05:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:58:01] Production.INFO: ==7823== Lock acquired, processing the job...
[2026-04-06 10:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:58:01] Production.INFO: neon service started
[2026-04-06 10:58:01] Production.INFO: neon service started
[2026-04-06 10:58:01] Production.INFO: ==7823== Releasing lock...
[2026-04-06 10:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:58:02] Production.INFO: ==7827== Lock acquired, processing the job...
[2026-04-06 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:58:02] Production.INFO: ==7827== Releasing lock...
[2026-04-06 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:58:02] Production.INFO: ==7825== Lock acquired, processing the job...
[2026-04-06 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 05:58:02] Production.INFO: ==7825== Releasing lock...
[2026-04-06 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:58:03] Production.INFO: ==7829== Lock acquired, processing the job...
[2026-04-06 05:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:58:03] Production.INFO: ==7833== Lock acquired, processing the job...
[2026-04-06 05:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:58:03] Production.INFO: ==7831== Lock acquired, processing the job...
[2026-04-06 05:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:58:03] Production.INFO: ==7837== Lock acquired, processing the job...
[2026-04-06 05:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:58:03] Production.INFO: ==7835== Lock acquired, processing the job...
[2026-04-06 05:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:58:03] Production.INFO: Account Balance Start.
[2026-04-06 05:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 05:58:03] Production.INFO: 117
[2026-04-06 05:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 05:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:03] Production.INFO: ==7837== Releasing lock...
[2026-04-06 05:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 05:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: ==7831== Releasing lock...
[2026-04-06 05:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 05:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:58:04] Production.INFO: Total Charge 0
[2026-04-06 05:58:04] Production.INFO: CreateAllLog End
[2026-04-06 05:58:05] Production.INFO: Account Balance End.
[2026-04-06 05:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:58:05] Production.INFO: ==7835== Releasing lock...
[2026-04-06 05:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:58:11] Production.ERROR: CronJobId end10
[2026-04-06 05:58:11] Production.INFO: ==7833== Releasing lock...
[2026-04-06 05:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:58:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:58:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:58:15] Production.INFO: call_cost start
[2026-04-06 05:58:15] Production.INFO: call_cost end
[2026-04-06 05:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:58:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:58:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:58:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:58:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:58:15] Production.INFO: ==7829== Releasing lock...
[2026-04-06 05:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 10:59:02] Production.INFO: ==7898== Lock acquired, processing the job...
[2026-04-06 10:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 10:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 10:59:02] Production.INFO: neon service started
[2026-04-06 10:59:02] Production.INFO: neon service started
[2026-04-06 10:59:02] Production.INFO: ==7898== Releasing lock...
[2026-04-06 10:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 10:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 05:59:02] Production.INFO: ==7901== Lock acquired, processing the job...
[2026-04-06 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:59:03] Production.INFO: ==7903== Lock acquired, processing the job...
[2026-04-06 09:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:59:03] Production.INFO: ==7903== Releasing lock...
[2026-04-06 09:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 09:59:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 05:59:03] Production.INFO: ==7901== Releasing lock...
[2026-04-06 05:59:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 05:59:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 05:59:03] Production.INFO: ==7909== Lock acquired, processing the job...
[2026-04-06 05:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 05:59:03] Production.INFO: ==7907== Lock acquired, processing the job...
[2026-04-06 05:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 05:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 05:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 05:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 05:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 05:59:04] Production.INFO: ==7905== Lock acquired, processing the job...
[2026-04-06 05:59:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 05:59:04] Production.INFO: ==7913== Lock acquired, processing the job...
[2026-04-06 05:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 05:59:04] Production.INFO: ==7911== Lock acquired, processing the job...
[2026-04-06 05:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 05:59:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 05:59:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 05:59:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 05:59:04] Production.INFO: ==7907== Releasing lock...
[2026-04-06 05:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 05:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 05:59:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 05:59:04] Production.INFO: Account Balance Start.
[2026-04-06 05:59:04] Production.INFO: CreateAllLog Start
[2026-04-06 05:59:04] Production.INFO: ==7913== Releasing lock...
[2026-04-06 05:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 05:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 05:59:04] Production.INFO: 117
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-08
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-09
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-10
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-11
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 05:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-24
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-25
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-26
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-27
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-28
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-29
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-30
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-03-31
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-04-01
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-04-02
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-04-03
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-04-04
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-04-05
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Date 2026-04-06
[2026-04-06 05:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 05:59:05] Production.INFO: Total Charge 0
[2026-04-06 05:59:05] Production.INFO: CreateAllLog End
[2026-04-06 05:59:05] Production.INFO: Account Balance End.
[2026-04-06 05:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 05:59:05] Production.INFO: ==7911== Releasing lock...
[2026-04-06 05:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 05:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 05:59:11] Production.ERROR: CronJobId end10
[2026-04-06 05:59:11] Production.INFO: ==7909== Releasing lock...
[2026-04-06 05:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 05:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 05:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 05:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 05:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 05:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 05:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 05:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 05:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 05:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 05:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 05:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 05:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 05:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 05:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 05:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 05:59:14] Production.INFO: call_cost start
[2026-04-06 05:59:14] Production.INFO: call_cost end
[2026-04-06 05:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 05:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 05:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 05:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 05:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 05:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 05:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 05:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 05:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 05:59:14] Production.INFO: ==7905== Releasing lock...
[2026-04-06 05:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 05:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:00:01] Production.INFO: ==7970== Lock acquired, processing the job...
[2026-04-06 11:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:00:01] Production.INFO: neon service started
[2026-04-06 11:00:01] Production.INFO: neon service started
[2026-04-06 11:00:01] Production.INFO: ==7970== Releasing lock...
[2026-04-06 11:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:00:02] Production.INFO: ==7973== Lock acquired, processing the job...
[2026-04-06 06:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:00:02] Production.INFO: ==7976== Lock acquired, processing the job...
[2026-04-06 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:00:02] Production.INFO: ==7976== Releasing lock...
[2026-04-06 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:00:02] Production.INFO: ==7973== Releasing lock...
[2026-04-06 06:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:00:03] Production.INFO: ==7982== Lock acquired, processing the job...
[2026-04-06 06:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:00:03] Production.INFO: ==7978== Lock acquired, processing the job...
[2026-04-06 06:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:00:03] Production.INFO: ==7980== Lock acquired, processing the job...
[2026-04-06 06:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:00:03] Production.INFO: ==7984== Lock acquired, processing the job...
[2026-04-06 06:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:00:03] Production.INFO: ==7986== Lock acquired, processing the job...
[2026-04-06 06:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:00:04] Production.INFO: Account Balance Start.
[2026-04-06 06:00:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:00:04] Production.INFO: 117
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:00:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:00:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: ==7986== Releasing lock...
[2026-04-06 06:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: ==7980== Releasing lock...
[2026-04-06 06:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:00:05] Production.INFO: Total Charge 0
[2026-04-06 06:00:05] Production.INFO: CreateAllLog End
[2026-04-06 06:00:05] Production.INFO: Account Balance End.
[2026-04-06 06:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:00:05] Production.INFO: ==7984== Releasing lock...
[2026-04-06 06:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:00:11] Production.ERROR: CronJobId end10
[2026-04-06 06:00:11] Production.INFO: ==7982== Releasing lock...
[2026-04-06 06:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:00:14] Production.INFO: call_cost start
[2026-04-06 06:00:14] Production.INFO: call_cost end
[2026-04-06 06:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:00:14] Production.INFO: ==7978== Releasing lock...
[2026-04-06 06:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:01:02] Production.INFO: ==8044== Lock acquired, processing the job...
[2026-04-06 11:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:01:02] Production.INFO: neon service started
[2026-04-06 11:01:02] Production.INFO: neon service started
[2026-04-06 11:01:02] Production.INFO: ==8044== Releasing lock...
[2026-04-06 11:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:01:02] Production.INFO: ==8056== Lock acquired, processing the job...
[2026-04-06 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:01:02] Production.INFO: ==8056== Releasing lock...
[2026-04-06 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:01:03] Production.INFO: ==8058== Lock acquired, processing the job...
[2026-04-06 10:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:01:03] Production.INFO: ==8058== Releasing lock...
[2026-04-06 10:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:01:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:01:03] Production.INFO: ==8061== Lock acquired, processing the job...
[2026-04-06 06:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 06:01:03] Production.INFO: ==8063== Lock acquired, processing the job...
[2026-04-06 06:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:01:03] Production.INFO: ==8065== Lock acquired, processing the job...
[2026-04-06 06:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 06:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 06:01:03] Production.INFO: ==8061== Releasing lock...
[2026-04-06 06:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 06:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:01:03] Production.INFO: ==8067== Lock acquired, processing the job...
[2026-04-06 06:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:01:03] Production.INFO: ==8071== Lock acquired, processing the job...
[2026-04-06 06:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 06:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:01:04] Production.INFO: ==8069== Lock acquired, processing the job...
[2026-04-06 06:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:01:04] Production.INFO: ==8073== Lock acquired, processing the job...
[2026-04-06 06:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:01:04] Production.INFO: Account Balance Start.
[2026-04-06 06:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:01:04] Production.INFO: 117
[2026-04-06 06:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: ==8073== Releasing lock...
[2026-04-06 06:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:01:04] Production.INFO: ==8065== Releasing lock...
[2026-04-06 06:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.ERROR: done
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 06:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046067', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-21
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-22
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-23
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-24
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-25
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-26
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:01:05] Production.INFO: Total Charge 0
[2026-04-06 06:01:05] Production.INFO: CreateAllLog End
[2026-04-06 06:01:05] Production.INFO: Account Balance End.
[2026-04-06 06:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:01:05] Production.INFO: ==8069== Releasing lock...
[2026-04-06 06:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046067', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 06:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 06:01:11] Production.INFO: ProcessCDR(1,17046067,1,1,2)
[2026-04-06 06:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046067,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046067,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 06:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 06:01:11] Production.INFO: ==8071== Releasing lock...
[2026-04-06 06:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 06:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 06:01:14] Production.ERROR: CronJobId end10
[2026-04-06 06:01:14] Production.INFO: ==8067== Releasing lock...
[2026-04-06 06:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:01:17] Production.INFO: call_cost start
[2026-04-06 06:01:17] Production.INFO: call_cost end
[2026-04-06 06:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:01:17] Production.INFO: ==8063== Releasing lock...
[2026-04-06 06:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:02:01] Production.INFO: ==8129== Lock acquired, processing the job...
[2026-04-06 11:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:02:01] Production.INFO: neon service started
[2026-04-06 11:02:01] Production.INFO: neon service started
[2026-04-06 11:02:01] Production.INFO: ==8129== Releasing lock...
[2026-04-06 11:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:02:01] Production.INFO: ==8133== Lock acquired, processing the job...
[2026-04-06 10:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:02:01] Production.INFO: ==8133== Releasing lock...
[2026-04-06 10:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:02:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:02:02] Production.INFO: ==8131== Lock acquired, processing the job...
[2026-04-06 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:02:02] Production.INFO: ==8131== Releasing lock...
[2026-04-06 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:02:03] Production.INFO: ==8138== Lock acquired, processing the job...
[2026-04-06 06:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:02:03] Production.INFO: ==8144== Lock acquired, processing the job...
[2026-04-06 06:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 06:02:03] Production.INFO: ==8142== Lock acquired, processing the job...
[2026-04-06 06:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:02:03] Production.INFO: ==8136== Lock acquired, processing the job...
[2026-04-06 06:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:02:03] Production.INFO: Account Balance Start.
[2026-04-06 06:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:02:03] Production.INFO: 117
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: ==8140== Lock acquired, processing the job...
[2026-04-06 06:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:02:03] Production.INFO: ==8146== Lock acquired, processing the job...
[2026-04-06 06:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:02:03] Production.INFO: ==8146== Releasing lock...
[2026-04-06 06:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.ERROR: done
[2026-04-06 06:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:02:04] Production.INFO: ==8138== Releasing lock...
[2026-04-06 06:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.ERROR: done
[2026-04-06 06:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:02:04] Production.INFO: Total Charge 0
[2026-04-06 06:02:04] Production.INFO: CreateAllLog End
[2026-04-06 06:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 06:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 06:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:02:04] Production.INFO: ==8144== Releasing lock...
[2026-04-06 06:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 06:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 06:02:04] Production.INFO: Account Balance End.
[2026-04-06 06:02:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:02:04] Production.INFO: ==8142== Releasing lock...
[2026-04-06 06:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:02:12] Production.ERROR: CronJobId end10
[2026-04-06 06:02:12] Production.INFO: ==8140== Releasing lock...
[2026-04-06 06:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:02:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:02:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:02:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:02:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:02:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:02:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:02:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:02:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:02:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:02:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:02:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:02:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:02:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:02:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:02:14] Production.INFO: call_cost start
[2026-04-06 06:02:14] Production.INFO: call_cost end
[2026-04-06 06:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:02:14] Production.INFO: ==8136== Releasing lock...
[2026-04-06 06:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:03:02] Production.INFO: ==8203== Lock acquired, processing the job...
[2026-04-06 11:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:03:02] Production.INFO: neon service started
[2026-04-06 11:03:02] Production.INFO: neon service started
[2026-04-06 11:03:02] Production.INFO: ==8203== Releasing lock...
[2026-04-06 11:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:03:02] Production.INFO: ==8207== Lock acquired, processing the job...
[2026-04-06 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:03:02] Production.INFO: ==8207== Releasing lock...
[2026-04-06 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:03:02] Production.INFO: ==8205== Lock acquired, processing the job...
[2026-04-06 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:03:02] Production.INFO: ==8205== Releasing lock...
[2026-04-06 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:03:03] Production.INFO: ==8213== Lock acquired, processing the job...
[2026-04-06 06:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:03:03] Production.INFO: ==8211== Lock acquired, processing the job...
[2026-04-06 06:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:03:03] Production.INFO: ==8217== Lock acquired, processing the job...
[2026-04-06 06:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:03:03] Production.INFO: ==8209== Lock acquired, processing the job...
[2026-04-06 06:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:03:03] Production.INFO: ==8215== Lock acquired, processing the job...
[2026-04-06 06:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:03:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:03:04] Production.INFO: ==8217== Releasing lock...
[2026-04-06 06:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:03:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:03:04] Production.INFO: Account Balance Start.
[2026-04-06 06:03:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:03:04] Production.INFO: 117
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: ==8211== Releasing lock...
[2026-04-06 06:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:03:05] Production.INFO: Total Charge 0
[2026-04-06 06:03:05] Production.INFO: CreateAllLog End
[2026-04-06 06:03:05] Production.INFO: Account Balance End.
[2026-04-06 06:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:03:05] Production.INFO: ==8215== Releasing lock...
[2026-04-06 06:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:03:11] Production.ERROR: CronJobId end10
[2026-04-06 06:03:11] Production.INFO: ==8213== Releasing lock...
[2026-04-06 06:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:03:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:03:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:03:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:03:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:03:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:03:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:03:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:03:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:03:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:03:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:03:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:03:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:03:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:03:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:03:16] Production.INFO: call_cost start
[2026-04-06 06:03:16] Production.INFO: call_cost end
[2026-04-06 06:03:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:03:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:03:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:03:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:03:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:03:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:03:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:03:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:03:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:03:16] Production.INFO: ==8209== Releasing lock...
[2026-04-06 06:03:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:03:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:04:01] Production.INFO: ==8283== Lock acquired, processing the job...
[2026-04-06 11:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:04:01] Production.INFO: neon service started
[2026-04-06 11:04:01] Production.INFO: neon service started
[2026-04-06 11:04:01] Production.INFO: ==8283== Releasing lock...
[2026-04-06 11:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:04:01] Production.INFO: ==8285== Lock acquired, processing the job...
[2026-04-06 06:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:04:01] Production.INFO: ==8285== Releasing lock...
[2026-04-06 06:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:04:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:04:02] Production.INFO: ==8287== Lock acquired, processing the job...
[2026-04-06 10:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:04:02] Production.INFO: ==8287== Releasing lock...
[2026-04-06 10:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:04:02] Production.INFO: ==8289== Lock acquired, processing the job...
[2026-04-06 06:04:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:04:02] Production.INFO: ==8293== Lock acquired, processing the job...
[2026-04-06 06:04:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:04:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:04:02] Production.INFO: ==8297== Lock acquired, processing the job...
[2026-04-06 06:04:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:04:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:04:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:04:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:04:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:04:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:04:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:04:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:04:02] Production.INFO: ==8297== Releasing lock...
[2026-04-06 06:04:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:04:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:04:03] Production.INFO: ==8291== Lock acquired, processing the job...
[2026-04-06 06:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:04:03] Production.INFO: ==8295== Lock acquired, processing the job...
[2026-04-06 06:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:04:03] Production.INFO: Account Balance Start.
[2026-04-06 06:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:04:03] Production.INFO: 117
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: ==8291== Releasing lock...
[2026-04-06 06:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-30
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-03-31
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-04-01
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-04-02
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:03] Production.INFO: Date 2026-04-03
[2026-04-06 06:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:04:04] Production.INFO: Total Charge 0
[2026-04-06 06:04:04] Production.INFO: CreateAllLog End
[2026-04-06 06:04:04] Production.INFO: Account Balance End.
[2026-04-06 06:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:04:04] Production.INFO: ==8295== Releasing lock...
[2026-04-06 06:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:04:10] Production.ERROR: CronJobId end10
[2026-04-06 06:04:10] Production.INFO: ==8293== Releasing lock...
[2026-04-06 06:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:04:14] Production.INFO: call_cost start
[2026-04-06 06:04:14] Production.INFO: call_cost end
[2026-04-06 06:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:04:14] Production.INFO: ==8289== Releasing lock...
[2026-04-06 06:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:05:01] Production.INFO: ==8354== Lock acquired, processing the job...
[2026-04-06 11:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:05:01] Production.INFO: neon service started
[2026-04-06 11:05:01] Production.INFO: neon service started
[2026-04-06 11:05:01] Production.INFO: ==8354== Releasing lock...
[2026-04-06 11:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:05:02] Production.INFO: ==8358== Lock acquired, processing the job...
[2026-04-06 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:05:02] Production.INFO: ==8358== Releasing lock...
[2026-04-06 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:05:02] Production.INFO: ==8356== Lock acquired, processing the job...
[2026-04-06 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:05:02] Production.INFO: ==8356== Releasing lock...
[2026-04-06 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:05:03] Production.INFO: ==8361== Lock acquired, processing the job...
[2026-04-06 06:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:05:03] Production.INFO: ==8365== Lock acquired, processing the job...
[2026-04-06 06:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:05:03] Production.INFO: ==8363== Lock acquired, processing the job...
[2026-04-06 06:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:05:03] Production.INFO: ==8367== Lock acquired, processing the job...
[2026-04-06 06:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:05:03] Production.INFO: ==8369== Lock acquired, processing the job...
[2026-04-06 06:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:05:03] Production.INFO: Account Balance Start.
[2026-04-06 06:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:05:03] Production.INFO: 117
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:05:03] Production.INFO: ==8369== Releasing lock...
[2026-04-06 06:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: ==8363== Releasing lock...
[2026-04-06 06:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:05:04] Production.INFO: Total Charge 0
[2026-04-06 06:05:04] Production.INFO: CreateAllLog End
[2026-04-06 06:05:04] Production.INFO: Account Balance End.
[2026-04-06 06:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:05:05] Production.INFO: ==8367== Releasing lock...
[2026-04-06 06:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:05:10] Production.ERROR: CronJobId end10
[2026-04-06 06:05:10] Production.INFO: ==8365== Releasing lock...
[2026-04-06 06:05:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:05:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:05:13] Production.INFO: call_cost start
[2026-04-06 06:05:13] Production.INFO: call_cost end
[2026-04-06 06:05:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:05:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:05:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:05:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:05:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:05:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:05:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:05:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:05:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:05:13] Production.INFO: ==8361== Releasing lock...
[2026-04-06 06:05:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:05:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:06:02] Production.INFO: ==8432== Lock acquired, processing the job...
[2026-04-06 11:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:06:02] Production.INFO: neon service started
[2026-04-06 11:06:02] Production.INFO: neon service started
[2026-04-06 11:06:02] Production.INFO: ==8432== Releasing lock...
[2026-04-06 11:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:06:02] Production.INFO: ==8434== Lock acquired, processing the job...
[2026-04-06 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:06:02] Production.INFO: ==8434== Releasing lock...
[2026-04-06 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:06:02] Production.INFO: ==8436== Lock acquired, processing the job...
[2026-04-06 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:06:02] Production.INFO: ==8436== Releasing lock...
[2026-04-06 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:06:03] Production.INFO: ==8438== Lock acquired, processing the job...
[2026-04-06 06:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:06:03] Production.INFO: ==8440== Lock acquired, processing the job...
[2026-04-06 06:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:06:03] Production.INFO: ==8442== Lock acquired, processing the job...
[2026-04-06 06:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:06:03] Production.INFO: ==8446== Lock acquired, processing the job...
[2026-04-06 06:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:06:03] Production.INFO: ==8444== Lock acquired, processing the job...
[2026-04-06 06:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:06:03] Production.INFO: Account Balance Start.
[2026-04-06 06:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:06:03] Production.INFO: 117
[2026-04-06 06:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:03] Production.INFO: ==8446== Releasing lock...
[2026-04-06 06:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: ==8440== Releasing lock...
[2026-04-06 06:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:06:04] Production.INFO: Total Charge 0
[2026-04-06 06:06:05] Production.INFO: CreateAllLog End
[2026-04-06 06:06:05] Production.INFO: Account Balance End.
[2026-04-06 06:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:06:05] Production.INFO: ==8444== Releasing lock...
[2026-04-06 06:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:06:12] Production.ERROR: CronJobId end10
[2026-04-06 06:06:12] Production.INFO: ==8442== Releasing lock...
[2026-04-06 06:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:06:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:06:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:06:15] Production.INFO: call_cost start
[2026-04-06 06:06:15] Production.INFO: call_cost end
[2026-04-06 06:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:06:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:06:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:06:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:06:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:06:15] Production.INFO: ==8438== Releasing lock...
[2026-04-06 06:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:07:01] Production.INFO: ==8501== Lock acquired, processing the job...
[2026-04-06 11:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:07:01] Production.INFO: neon service started
[2026-04-06 11:07:01] Production.INFO: neon service started
[2026-04-06 11:07:01] Production.INFO: ==8501== Releasing lock...
[2026-04-06 11:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:07:01] Production.INFO: ==8503== Lock acquired, processing the job...
[2026-04-06 06:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:07:02] Production.INFO: ==8503== Releasing lock...
[2026-04-06 06:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:07:02] Production.INFO: ==8505== Lock acquired, processing the job...
[2026-04-06 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:07:02] Production.INFO: ==8505== Releasing lock...
[2026-04-06 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:07:03] Production.INFO: ==8507== Lock acquired, processing the job...
[2026-04-06 06:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:07:03] Production.INFO: ==8511== Lock acquired, processing the job...
[2026-04-06 06:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:07:03] Production.INFO: ==8509== Lock acquired, processing the job...
[2026-04-06 06:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:07:03] Production.INFO: ==8513== Lock acquired, processing the job...
[2026-04-06 06:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:07:03] Production.INFO: ==8515== Lock acquired, processing the job...
[2026-04-06 06:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:07:03] Production.INFO: Account Balance Start.
[2026-04-06 06:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:07:03] Production.INFO: 117
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:07:03] Production.INFO: ==8515== Releasing lock...
[2026-04-06 06:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: ==8509== Releasing lock...
[2026-04-06 06:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:07:04] Production.INFO: Total Charge 0
[2026-04-06 06:07:04] Production.INFO: CreateAllLog End
[2026-04-06 06:07:04] Production.INFO: Account Balance End.
[2026-04-06 06:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:07:04] Production.INFO: ==8513== Releasing lock...
[2026-04-06 06:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:07:11] Production.ERROR: CronJobId end10
[2026-04-06 06:07:11] Production.INFO: ==8511== Releasing lock...
[2026-04-06 06:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:07:14] Production.INFO: call_cost start
[2026-04-06 06:07:14] Production.INFO: call_cost end
[2026-04-06 06:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:07:14] Production.INFO: ==8507== Releasing lock...
[2026-04-06 06:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:08:02] Production.INFO: ==8575== Lock acquired, processing the job...
[2026-04-06 11:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:08:02] Production.INFO: neon service started
[2026-04-06 11:08:02] Production.INFO: neon service started
[2026-04-06 11:08:02] Production.INFO: ==8575== Releasing lock...
[2026-04-06 11:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:08:02] Production.INFO: ==8577== Lock acquired, processing the job...
[2026-04-06 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:08:02] Production.INFO: ==8577== Releasing lock...
[2026-04-06 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:08:02] Production.INFO: ==8580== Lock acquired, processing the job...
[2026-04-06 10:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:08:02] Production.INFO: ==8580== Releasing lock...
[2026-04-06 10:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:08:03] Production.INFO: ==8584== Lock acquired, processing the job...
[2026-04-06 06:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:08:03] Production.INFO: ==8582== Lock acquired, processing the job...
[2026-04-06 06:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:08:03] Production.INFO: ==8586== Lock acquired, processing the job...
[2026-04-06 06:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:08:03] Production.INFO: ==8588== Lock acquired, processing the job...
[2026-04-06 06:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:08:03] Production.INFO: ==8590== Lock acquired, processing the job...
[2026-04-06 06:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:08:03] Production.INFO: Account Balance Start.
[2026-04-06 06:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:08:03] Production.INFO: 117
[2026-04-06 06:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:08:03] Production.INFO: ==8590== Releasing lock...
[2026-04-06 06:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:03] Production.INFO: ==8584== Releasing lock...
[2026-04-06 06:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:08:05] Production.INFO: Total Charge 0
[2026-04-06 06:08:05] Production.INFO: CreateAllLog End
[2026-04-06 06:08:05] Production.INFO: Account Balance End.
[2026-04-06 06:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:08:05] Production.INFO: ==8588== Releasing lock...
[2026-04-06 06:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:08:11] Production.ERROR: CronJobId end10
[2026-04-06 06:08:11] Production.INFO: ==8586== Releasing lock...
[2026-04-06 06:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:08:14] Production.INFO: call_cost start
[2026-04-06 06:08:14] Production.INFO: call_cost end
[2026-04-06 06:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:08:14] Production.INFO: ==8582== Releasing lock...
[2026-04-06 06:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:09:01] Production.INFO: ==8647== Lock acquired, processing the job...
[2026-04-06 11:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:09:01] Production.INFO: neon service started
[2026-04-06 11:09:01] Production.INFO: neon service started
[2026-04-06 11:09:01] Production.INFO: ==8647== Releasing lock...
[2026-04-06 11:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:09:01] Production.INFO: ==8651== Lock acquired, processing the job...
[2026-04-06 10:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:09:01] Production.INFO: ==8651== Releasing lock...
[2026-04-06 10:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:09:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:09:01] Production.INFO: ==8649== Lock acquired, processing the job...
[2026-04-06 06:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:09:02] Production.INFO: ==8649== Releasing lock...
[2026-04-06 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:09:02] Production.INFO: ==8656== Lock acquired, processing the job...
[2026-04-06 06:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:09:02] Production.INFO: ==8654== Lock acquired, processing the job...
[2026-04-06 06:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:09:03] Production.INFO: ==8660== Lock acquired, processing the job...
[2026-04-06 06:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:09:03] Production.INFO: ==8662== Lock acquired, processing the job...
[2026-04-06 06:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:09:03] Production.INFO: ==8658== Lock acquired, processing the job...
[2026-04-06 06:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:09:03] Production.INFO: Account Balance Start.
[2026-04-06 06:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:09:03] Production.INFO: 117
[2026-04-06 06:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:09:03] Production.INFO: ==8662== Releasing lock...
[2026-04-06 06:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: ==8656== Releasing lock...
[2026-04-06 06:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:09:04] Production.INFO: Total Charge 0
[2026-04-06 06:09:04] Production.INFO: CreateAllLog End
[2026-04-06 06:09:04] Production.INFO: Account Balance End.
[2026-04-06 06:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:09:04] Production.INFO: ==8660== Releasing lock...
[2026-04-06 06:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:09:11] Production.ERROR: CronJobId end10
[2026-04-06 06:09:11] Production.INFO: ==8658== Releasing lock...
[2026-04-06 06:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:09:14] Production.INFO: call_cost start
[2026-04-06 06:09:14] Production.INFO: call_cost end
[2026-04-06 06:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:09:14] Production.INFO: ==8654== Releasing lock...
[2026-04-06 06:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:10:01] Production.INFO: ==8725== Lock acquired, processing the job...
[2026-04-06 11:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:10:01] Production.INFO: neon service started
[2026-04-06 11:10:01] Production.INFO: neon service started
[2026-04-06 11:10:01] Production.INFO: ==8725== Releasing lock...
[2026-04-06 11:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:10:02] Production.INFO: ==8727== Lock acquired, processing the job...
[2026-04-06 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:10:02] Production.INFO: ==8727== Releasing lock...
[2026-04-06 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:10:02] Production.INFO: ==8729== Lock acquired, processing the job...
[2026-04-06 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:10:02] Production.INFO: ==8729== Releasing lock...
[2026-04-06 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:10:03] Production.INFO: ==8736== Lock acquired, processing the job...
[2026-04-06 06:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:10:03] Production.INFO: ==8732== Lock acquired, processing the job...
[2026-04-06 06:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:10:03] Production.INFO: ==8740== Lock acquired, processing the job...
[2026-04-06 06:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:10:03] Production.INFO: ==8734== Lock acquired, processing the job...
[2026-04-06 06:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:10:03] Production.INFO: ==8738== Lock acquired, processing the job...
[2026-04-06 06:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:10:03] Production.INFO: Account Balance Start.
[2026-04-06 06:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:10:03] Production.INFO: 117
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: ==8740== Releasing lock...
[2026-04-06 06:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: ==8734== Releasing lock...
[2026-04-06 06:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:10:04] Production.INFO: Total Charge 0
[2026-04-06 06:10:04] Production.INFO: CreateAllLog End
[2026-04-06 06:10:04] Production.INFO: Account Balance End.
[2026-04-06 06:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:10:04] Production.INFO: ==8738== Releasing lock...
[2026-04-06 06:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:10:11] Production.ERROR: CronJobId end10
[2026-04-06 06:10:11] Production.INFO: ==8736== Releasing lock...
[2026-04-06 06:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:10:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:10:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:10:14] Production.INFO: call_cost start
[2026-04-06 06:10:14] Production.INFO: call_cost end
[2026-04-06 06:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:10:14] Production.INFO: ==8732== Releasing lock...
[2026-04-06 06:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:11:02] Production.INFO: ==8800== Lock acquired, processing the job...
[2026-04-06 11:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:11:02] Production.INFO: neon service started
[2026-04-06 11:11:02] Production.INFO: neon service started
[2026-04-06 11:11:02] Production.INFO: ==8800== Releasing lock...
[2026-04-06 11:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:11:02] Production.INFO: ==8802== Lock acquired, processing the job...
[2026-04-06 06:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:11:02] Production.INFO: ==8804== Lock acquired, processing the job...
[2026-04-06 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:11:02] Production.INFO: ==8804== Releasing lock...
[2026-04-06 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:11:03] Production.INFO: ==8802== Releasing lock...
[2026-04-06 06:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:11:03] Production.INFO: ==8807== Lock acquired, processing the job...
[2026-04-06 06:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 06:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 06:11:03] Production.INFO: ==8809== Lock acquired, processing the job...
[2026-04-06 06:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 06:11:03] Production.INFO: ==8807== Releasing lock...
[2026-04-06 06:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 06:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:11:04] Production.INFO: ==8815== Lock acquired, processing the job...
[2026-04-06 06:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:11:04] Production.INFO: ==8811== Lock acquired, processing the job...
[2026-04-06 06:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:11:04] Production.INFO: ==8817== Lock acquired, processing the job...
[2026-04-06 06:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 06:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:11:04] Production.INFO: ==8813== Lock acquired, processing the job...
[2026-04-06 06:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:11:04] Production.INFO: Account Balance Start.
[2026-04-06 06:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:11:04] Production.INFO: 117
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: ==8819== Lock acquired, processing the job...
[2026-04-06 06:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: ==8819== Releasing lock...
[2026-04-06 06:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: ==8811== Releasing lock...
[2026-04-06 06:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:11:04] Production.ERROR: done
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 06:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046109', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-21
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-22
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-23
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-24
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-25
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-26
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:11:05] Production.INFO: Total Charge 0
[2026-04-06 06:11:05] Production.INFO: CreateAllLog End
[2026-04-06 06:11:05] Production.INFO: Account Balance End.
[2026-04-06 06:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:11:05] Production.INFO: ==8815== Releasing lock...
[2026-04-06 06:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:11:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046109', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 06:11:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 06:11:11] Production.INFO: ProcessCDR(1,17046109,1,1,2)
[2026-04-06 06:11:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046109,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:11:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046109,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:11:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 06:11:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 06:11:11] Production.INFO: ==8817== Releasing lock...
[2026-04-06 06:11:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 06:11:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 06:11:14] Production.ERROR: CronJobId end10
[2026-04-06 06:11:14] Production.INFO: ==8813== Releasing lock...
[2026-04-06 06:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:11:17] Production.INFO: call_cost start
[2026-04-06 06:11:17] Production.INFO: call_cost end
[2026-04-06 06:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:11:17] Production.INFO: ==8809== Releasing lock...
[2026-04-06 06:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:12:01] Production.INFO: ==8873== Lock acquired, processing the job...
[2026-04-06 11:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:12:01] Production.INFO: neon service started
[2026-04-06 11:12:01] Production.INFO: neon service started
[2026-04-06 11:12:01] Production.INFO: ==8873== Releasing lock...
[2026-04-06 11:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:12:02] Production.INFO: ==8877== Lock acquired, processing the job...
[2026-04-06 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:12:02] Production.INFO: ==8877== Releasing lock...
[2026-04-06 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:12:02] Production.INFO: ==8875== Lock acquired, processing the job...
[2026-04-06 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:12:02] Production.INFO: ==8875== Releasing lock...
[2026-04-06 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:12:03] Production.INFO: ==8884== Lock acquired, processing the job...
[2026-04-06 06:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:12:03] Production.INFO: ==8888== Lock acquired, processing the job...
[2026-04-06 06:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:12:03] Production.INFO: ==8880== Lock acquired, processing the job...
[2026-04-06 06:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:12:03] Production.INFO: ==8882== Lock acquired, processing the job...
[2026-04-06 06:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:12:03] Production.INFO: ==8886== Lock acquired, processing the job...
[2026-04-06 06:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:12:03] Production.INFO: ==8888== Releasing lock...
[2026-04-06 06:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:12:03] Production.INFO: Account Balance Start.
[2026-04-06 06:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:12:03] Production.INFO: 117
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:12:04] Production.INFO: ==8882== Releasing lock...
[2026-04-06 06:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:12:04] Production.INFO: Total Charge 0
[2026-04-06 06:12:04] Production.INFO: CreateAllLog End
[2026-04-06 06:12:04] Production.INFO: Account Balance End.
[2026-04-06 06:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:12:04] Production.INFO: ==8886== Releasing lock...
[2026-04-06 06:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:12:11] Production.ERROR: CronJobId end10
[2026-04-06 06:12:11] Production.INFO: ==8884== Releasing lock...
[2026-04-06 06:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:12:13] Production.INFO: call_cost start
[2026-04-06 06:12:13] Production.INFO: call_cost end
[2026-04-06 06:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:12:13] Production.INFO: ==8880== Releasing lock...
[2026-04-06 06:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:13:02] Production.INFO: ==8955== Lock acquired, processing the job...
[2026-04-06 11:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:13:02] Production.INFO: neon service started
[2026-04-06 11:13:02] Production.INFO: neon service started
[2026-04-06 11:13:02] Production.INFO: ==8955== Releasing lock...
[2026-04-06 11:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:13:02] Production.INFO: ==8959== Lock acquired, processing the job...
[2026-04-06 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:13:02] Production.INFO: ==8957== Lock acquired, processing the job...
[2026-04-06 06:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:13:02] Production.INFO: ==8959== Releasing lock...
[2026-04-06 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:13:02] Production.INFO: ==8957== Releasing lock...
[2026-04-06 06:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:13:03] Production.INFO: ==8962== Lock acquired, processing the job...
[2026-04-06 06:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:13:03] Production.INFO: ==8966== Lock acquired, processing the job...
[2026-04-06 06:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:13:03] Production.INFO: ==8964== Lock acquired, processing the job...
[2026-04-06 06:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:13:03] Production.INFO: ==8970== Lock acquired, processing the job...
[2026-04-06 06:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:13:03] Production.INFO: ==8968== Lock acquired, processing the job...
[2026-04-06 06:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:13:03] Production.INFO: Account Balance Start.
[2026-04-06 06:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:13:03] Production.INFO: 117
[2026-04-06 06:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:03] Production.INFO: ==8970== Releasing lock...
[2026-04-06 06:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: ==8964== Releasing lock...
[2026-04-06 06:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:13:05] Production.INFO: Total Charge 0
[2026-04-06 06:13:05] Production.INFO: CreateAllLog End
[2026-04-06 06:13:05] Production.INFO: Account Balance End.
[2026-04-06 06:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:13:05] Production.INFO: ==8968== Releasing lock...
[2026-04-06 06:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:13:11] Production.ERROR: CronJobId end10
[2026-04-06 06:13:11] Production.INFO: ==8966== Releasing lock...
[2026-04-06 06:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:13:14] Production.INFO: call_cost start
[2026-04-06 06:13:14] Production.INFO: call_cost end
[2026-04-06 06:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:13:14] Production.INFO: ==8962== Releasing lock...
[2026-04-06 06:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:14:01] Production.INFO: ==9032== Lock acquired, processing the job...
[2026-04-06 11:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:14:01] Production.INFO: neon service started
[2026-04-06 11:14:01] Production.INFO: neon service started
[2026-04-06 11:14:01] Production.INFO: ==9032== Releasing lock...
[2026-04-06 11:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:14:01] Production.INFO: ==9036== Lock acquired, processing the job...
[2026-04-06 10:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:14:01] Production.INFO: ==9036== Releasing lock...
[2026-04-06 10:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:14:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:14:02] Production.INFO: ==9034== Lock acquired, processing the job...
[2026-04-06 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:14:02] Production.INFO: ==9034== Releasing lock...
[2026-04-06 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:14:03] Production.INFO: ==9039== Lock acquired, processing the job...
[2026-04-06 06:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:14:03] Production.INFO: ==9041== Lock acquired, processing the job...
[2026-04-06 06:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:14:03] Production.INFO: ==9047== Lock acquired, processing the job...
[2026-04-06 06:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:14:03] Production.INFO: ==9043== Lock acquired, processing the job...
[2026-04-06 06:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:14:03] Production.INFO: ==9045== Lock acquired, processing the job...
[2026-04-06 06:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:14:03] Production.INFO: ==9047== Releasing lock...
[2026-04-06 06:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:14:03] Production.INFO: Account Balance Start.
[2026-04-06 06:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:14:03] Production.INFO: 117
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:03] Production.INFO: ==9041== Releasing lock...
[2026-04-06 06:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:14:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:14:04] Production.INFO: Total Charge 0
[2026-04-06 06:14:04] Production.INFO: CreateAllLog End
[2026-04-06 06:14:04] Production.INFO: Account Balance End.
[2026-04-06 06:14:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:14:04] Production.INFO: ==9045== Releasing lock...
[2026-04-06 06:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:14:11] Production.ERROR: CronJobId end10
[2026-04-06 06:14:11] Production.INFO: ==9043== Releasing lock...
[2026-04-06 06:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:14:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:14:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:14:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:14:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:14:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:14:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:14:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:14:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:14:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:14:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:14:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:14:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:14:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:14:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:14:13] Production.INFO: call_cost start
[2026-04-06 06:14:13] Production.INFO: call_cost end
[2026-04-06 06:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:14:13] Production.INFO: ==9039== Releasing lock...
[2026-04-06 06:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:15:01] Production.INFO: ==9109== Lock acquired, processing the job...
[2026-04-06 11:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:15:01] Production.INFO: neon service started
[2026-04-06 11:15:01] Production.INFO: neon service started
[2026-04-06 11:15:01] Production.INFO: ==9109== Releasing lock...
[2026-04-06 11:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:15:02] Production.INFO: ==9111== Lock acquired, processing the job...
[2026-04-06 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:15:02] Production.INFO: ==9111== Releasing lock...
[2026-04-06 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:15:02] Production.INFO: ==9113== Lock acquired, processing the job...
[2026-04-06 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:15:02] Production.INFO: ==9113== Releasing lock...
[2026-04-06 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:15:03] Production.INFO: ==9116== Lock acquired, processing the job...
[2026-04-06 06:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:15:03] Production.INFO: ==9118== Lock acquired, processing the job...
[2026-04-06 06:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:15:03] Production.INFO: ==9122== Lock acquired, processing the job...
[2026-04-06 06:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:15:03] Production.INFO: Account Balance Start.
[2026-04-06 06:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:15:03] Production.INFO: 117
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: ==9120== Lock acquired, processing the job...
[2026-04-06 06:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: ==9124== Lock acquired, processing the job...
[2026-04-06 06:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:15:03] Production.INFO: ==9124== Releasing lock...
[2026-04-06 06:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:03] Production.INFO: ==9118== Releasing lock...
[2026-04-06 06:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:15:04] Production.INFO: Total Charge 0
[2026-04-06 06:15:04] Production.INFO: CreateAllLog End
[2026-04-06 06:15:04] Production.INFO: Account Balance End.
[2026-04-06 06:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:15:04] Production.INFO: ==9122== Releasing lock...
[2026-04-06 06:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:15:12] Production.ERROR: CronJobId end10
[2026-04-06 06:15:12] Production.INFO: ==9120== Releasing lock...
[2026-04-06 06:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:15:14] Production.INFO: call_cost start
[2026-04-06 06:15:14] Production.INFO: call_cost end
[2026-04-06 06:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:15:14] Production.INFO: ==9116== Releasing lock...
[2026-04-06 06:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:16:02] Production.INFO: ==9186== Lock acquired, processing the job...
[2026-04-06 11:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:16:02] Production.INFO: neon service started
[2026-04-06 11:16:02] Production.INFO: neon service started
[2026-04-06 11:16:02] Production.INFO: ==9186== Releasing lock...
[2026-04-06 11:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:16:02] Production.INFO: ==9188== Lock acquired, processing the job...
[2026-04-06 06:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:16:02] Production.INFO: ==9188== Releasing lock...
[2026-04-06 06:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:16:03] Production.INFO: ==9190== Lock acquired, processing the job...
[2026-04-06 10:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:16:03] Production.INFO: ==9190== Releasing lock...
[2026-04-06 10:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:16:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:16:03] Production.INFO: ==9192== Lock acquired, processing the job...
[2026-04-06 06:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:16:03] Production.INFO: ==9194== Lock acquired, processing the job...
[2026-04-06 06:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:16:03] Production.INFO: ==9198== Lock acquired, processing the job...
[2026-04-06 06:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:16:03] Production.INFO: ==9196== Lock acquired, processing the job...
[2026-04-06 06:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:16:03] Production.INFO: ==9200== Lock acquired, processing the job...
[2026-04-06 06:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:16:03] Production.INFO: Account Balance Start.
[2026-04-06 06:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:16:03] Production.INFO: 117
[2026-04-06 06:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:16:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:16:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:16:04] Production.INFO: ==9200== Releasing lock...
[2026-04-06 06:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: ==9194== Releasing lock...
[2026-04-06 06:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:16:04] Production.INFO: Total Charge 0
[2026-04-06 06:16:04] Production.INFO: CreateAllLog End
[2026-04-06 06:16:05] Production.INFO: Account Balance End.
[2026-04-06 06:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:16:05] Production.INFO: ==9198== Releasing lock...
[2026-04-06 06:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:16:12] Production.ERROR: CronJobId end10
[2026-04-06 06:16:12] Production.INFO: ==9196== Releasing lock...
[2026-04-06 06:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:16:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:16:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:16:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:16:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:16:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:16:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:16:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:16:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:16:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:16:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:16:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:16:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:16:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:16:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:16:15] Production.INFO: call_cost start
[2026-04-06 06:16:15] Production.INFO: call_cost end
[2026-04-06 06:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:16:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:16:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:16:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:16:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:16:15] Production.INFO: ==9192== Releasing lock...
[2026-04-06 06:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:17:01] Production.INFO: ==9260== Lock acquired, processing the job...
[2026-04-06 11:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:17:01] Production.INFO: neon service started
[2026-04-06 11:17:01] Production.INFO: neon service started
[2026-04-06 11:17:01] Production.INFO: ==9260== Releasing lock...
[2026-04-06 11:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:17:02] Production.INFO: ==9262== Lock acquired, processing the job...
[2026-04-06 06:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:17:02] Production.INFO: ==9262== Releasing lock...
[2026-04-06 06:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:17:02] Production.INFO: ==9264== Lock acquired, processing the job...
[2026-04-06 10:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:17:02] Production.INFO: ==9264== Releasing lock...
[2026-04-06 10:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:17:03] Production.INFO: ==9266== Lock acquired, processing the job...
[2026-04-06 06:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:17:03] Production.INFO: ==9270== Lock acquired, processing the job...
[2026-04-06 06:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:17:03] Production.INFO: ==9275== Lock acquired, processing the job...
[2026-04-06 06:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:17:03] Production.INFO: ==9268== Lock acquired, processing the job...
[2026-04-06 06:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:17:03] Production.INFO: ==9275== Releasing lock...
[2026-04-06 06:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:17:03] Production.INFO: ==9272== Lock acquired, processing the job...
[2026-04-06 06:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:17:03] Production.INFO: Account Balance Start.
[2026-04-06 06:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:17:03] Production.INFO: 117
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: ==9268== Releasing lock...
[2026-04-06 06:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:17:04] Production.INFO: Total Charge 0
[2026-04-06 06:17:04] Production.INFO: CreateAllLog End
[2026-04-06 06:17:04] Production.INFO: Account Balance End.
[2026-04-06 06:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:17:04] Production.INFO: ==9272== Releasing lock...
[2026-04-06 06:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:17:11] Production.ERROR: CronJobId end10
[2026-04-06 06:17:11] Production.INFO: ==9270== Releasing lock...
[2026-04-06 06:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:17:14] Production.INFO: call_cost start
[2026-04-06 06:17:14] Production.INFO: call_cost end
[2026-04-06 06:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:17:14] Production.INFO: ==9266== Releasing lock...
[2026-04-06 06:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:18:02] Production.INFO: ==9330== Lock acquired, processing the job...
[2026-04-06 11:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:18:02] Production.INFO: neon service started
[2026-04-06 11:18:02] Production.INFO: neon service started
[2026-04-06 11:18:02] Production.INFO: ==9330== Releasing lock...
[2026-04-06 11:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:18:02] Production.INFO: ==9333== Lock acquired, processing the job...
[2026-04-06 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:18:02] Production.INFO: ==9333== Releasing lock...
[2026-04-06 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:18:02] Production.INFO: ==9335== Lock acquired, processing the job...
[2026-04-06 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:18:02] Production.INFO: ==9335== Releasing lock...
[2026-04-06 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:18:03] Production.INFO: ==9345== Lock acquired, processing the job...
[2026-04-06 06:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:18:03] Production.INFO: ==9337== Lock acquired, processing the job...
[2026-04-06 06:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:18:03] Production.INFO: ==9339== Lock acquired, processing the job...
[2026-04-06 06:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:18:03] Production.INFO: ==9345== Releasing lock...
[2026-04-06 06:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:18:03] Production.INFO: ==9341== Lock acquired, processing the job...
[2026-04-06 06:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:18:03] Production.INFO: ==9343== Lock acquired, processing the job...
[2026-04-06 06:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:18:03] Production.INFO: Account Balance Start.
[2026-04-06 06:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:18:03] Production.INFO: 117
[2026-04-06 06:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: ==9339== Releasing lock...
[2026-04-06 06:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:18:04] Production.INFO: Total Charge 0
[2026-04-06 06:18:04] Production.INFO: CreateAllLog End
[2026-04-06 06:18:05] Production.INFO: Account Balance End.
[2026-04-06 06:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:18:05] Production.INFO: ==9343== Releasing lock...
[2026-04-06 06:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:18:11] Production.ERROR: CronJobId end10
[2026-04-06 06:18:11] Production.INFO: ==9341== Releasing lock...
[2026-04-06 06:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:18:13] Production.INFO: call_cost start
[2026-04-06 06:18:13] Production.INFO: call_cost end
[2026-04-06 06:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:18:13] Production.INFO: ==9337== Releasing lock...
[2026-04-06 06:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:19:01] Production.INFO: ==9406== Lock acquired, processing the job...
[2026-04-06 11:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:19:01] Production.INFO: neon service started
[2026-04-06 11:19:01] Production.INFO: neon service started
[2026-04-06 11:19:01] Production.INFO: ==9406== Releasing lock...
[2026-04-06 11:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:19:01] Production.INFO: ==9408== Lock acquired, processing the job...
[2026-04-06 06:19:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:19:02] Production.INFO: ==9408== Releasing lock...
[2026-04-06 06:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:19:02] Production.INFO: ==9410== Lock acquired, processing the job...
[2026-04-06 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:19:02] Production.INFO: ==9410== Releasing lock...
[2026-04-06 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:19:02] Production.INFO: ==9416== Lock acquired, processing the job...
[2026-04-06 06:19:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:19:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:19:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:19:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:19:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:19:03] Production.INFO: ==9412== Lock acquired, processing the job...
[2026-04-06 06:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:19:03] Production.INFO: ==9414== Lock acquired, processing the job...
[2026-04-06 06:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:19:03] Production.INFO: ==9418== Lock acquired, processing the job...
[2026-04-06 06:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:19:03] Production.INFO: Account Balance Start.
[2026-04-06 06:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:19:03] Production.INFO: 117
[2026-04-06 06:19:03] Production.INFO: ==9420== Lock acquired, processing the job...
[2026-04-06 06:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:19:03] Production.INFO: ==9420== Releasing lock...
[2026-04-06 06:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: ==9414== Releasing lock...
[2026-04-06 06:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:19:04] Production.INFO: Total Charge 0
[2026-04-06 06:19:04] Production.INFO: CreateAllLog End
[2026-04-06 06:19:04] Production.INFO: Account Balance End.
[2026-04-06 06:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:19:04] Production.INFO: ==9418== Releasing lock...
[2026-04-06 06:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:19:11] Production.ERROR: CronJobId end10
[2026-04-06 06:19:11] Production.INFO: ==9416== Releasing lock...
[2026-04-06 06:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:19:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:19:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:19:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:19:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:19:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:19:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:19:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:19:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:19:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:19:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:19:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:19:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:19:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:19:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:19:13] Production.INFO: call_cost start
[2026-04-06 06:19:13] Production.INFO: call_cost end
[2026-04-06 06:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:19:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:19:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:19:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:19:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:19:13] Production.INFO: ==9412== Releasing lock...
[2026-04-06 06:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:20:01] Production.INFO: ==9476== Lock acquired, processing the job...
[2026-04-06 11:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:20:02] Production.INFO: neon service started
[2026-04-06 11:20:02] Production.INFO: neon service started
[2026-04-06 11:20:02] Production.INFO: ==9476== Releasing lock...
[2026-04-06 11:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:20:02] Production.INFO: ==9478== Lock acquired, processing the job...
[2026-04-06 06:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:20:02] Production.INFO: ==9478== Releasing lock...
[2026-04-06 06:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:20:02] Production.INFO: ==9480== Lock acquired, processing the job...
[2026-04-06 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:20:02] Production.INFO: ==9480== Releasing lock...
[2026-04-06 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:20:03] Production.INFO: ==9482== Lock acquired, processing the job...
[2026-04-06 06:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:20:03] Production.INFO: ==9490== Lock acquired, processing the job...
[2026-04-06 06:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:20:03] Production.INFO: ==9484== Lock acquired, processing the job...
[2026-04-06 06:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:20:03] Production.INFO: ==9486== Lock acquired, processing the job...
[2026-04-06 06:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:20:03] Production.INFO: ==9488== Lock acquired, processing the job...
[2026-04-06 06:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:20:03] Production.INFO: Account Balance Start.
[2026-04-06 06:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:20:03] Production.INFO: 117
[2026-04-06 06:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:20:03] Production.INFO: ==9490== Releasing lock...
[2026-04-06 06:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: ==9484== Releasing lock...
[2026-04-06 06:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:20:04] Production.INFO: Total Charge 0
[2026-04-06 06:20:04] Production.INFO: CreateAllLog End
[2026-04-06 06:20:04] Production.INFO: Account Balance End.
[2026-04-06 06:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:20:05] Production.INFO: ==9488== Releasing lock...
[2026-04-06 06:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:20:12] Production.ERROR: CronJobId end10
[2026-04-06 06:20:12] Production.INFO: ==9486== Releasing lock...
[2026-04-06 06:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:20:15] Production.INFO: call_cost start
[2026-04-06 06:20:15] Production.INFO: call_cost end
[2026-04-06 06:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:20:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:20:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:20:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:20:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:20:15] Production.INFO: ==9482== Releasing lock...
[2026-04-06 06:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:21:01] Production.INFO: ==9552== Lock acquired, processing the job...
[2026-04-06 11:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:21:01] Production.INFO: neon service started
[2026-04-06 11:21:01] Production.INFO: neon service started
[2026-04-06 11:21:01] Production.INFO: ==9552== Releasing lock...
[2026-04-06 11:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:21:02] Production.INFO: ==9554== Lock acquired, processing the job...
[2026-04-06 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:21:02] Production.INFO: ==9556== Lock acquired, processing the job...
[2026-04-06 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:21:02] Production.INFO: ==9556== Releasing lock...
[2026-04-06 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:21:02] Production.INFO: ==9554== Releasing lock...
[2026-04-06 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:21:03] Production.INFO: ==9559== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 06:21:03] Production.INFO: ==9561== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 06:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 06:21:03] Production.ERROR: CronJob PID - 9561
[2026-04-06 06:21:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 06:21:03] Production.ERROR: CronJob ID - 5
[2026-04-06 06:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 06:21:00
[2026-04-06 06:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 06:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 06:21:03] Production.INFO: ==9565== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 06:21:03] Production.INFO: ==9559== Releasing lock...
[2026-04-06 06:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 06:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:21:03] Production.INFO: ==9563== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:21:03] Production.INFO: ==9567== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:21:03] Production.INFO: ==9569== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 06:21:03] Production.INFO: ==9571== Lock acquired, processing the job...
[2026-04-06 06:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:21:03] Production.INFO: Account Balance Start.
[2026-04-06 06:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:21:03] Production.INFO: 117
[2026-04-06 06:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: ==9563== Releasing lock...
[2026-04-06 06:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:21:04] Production.INFO: ==9571== Releasing lock...
[2026-04-06 06:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.ERROR: done
[2026-04-06 06:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046150', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 06:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:21:04] Production.INFO: Total Charge 0
[2026-04-06 06:21:04] Production.INFO: CreateAllLog End
[2026-04-06 06:21:04] Production.INFO: Account Balance End.
[2026-04-06 06:21:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:21:04] Production.INFO: ==9567== Releasing lock...
[2026-04-06 06:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046150', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 06:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 06:21:10] Production.INFO: ProcessCDR(1,17046150,1,1,2)
[2026-04-06 06:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046150,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046150,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 06:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 06:21:10] Production.INFO: ==9569== Releasing lock...
[2026-04-06 06:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 06:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 06:21:13] Production.ERROR: CronJobId end10
[2026-04-06 06:21:13] Production.INFO: ==9565== Releasing lock...
[2026-04-06 06:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:21:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:21:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:21:16] Production.INFO: call_cost start
[2026-04-06 06:21:16] Production.INFO: call_cost end
[2026-04-06 06:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:21:16] Production.INFO: ==9561== Releasing lock...
[2026-04-06 06:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:22:01] Production.INFO: ==9627== Lock acquired, processing the job...
[2026-04-06 11:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:22:01] Production.INFO: neon service started
[2026-04-06 11:22:01] Production.INFO: neon service started
[2026-04-06 11:22:01] Production.INFO: ==9627== Releasing lock...
[2026-04-06 11:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:22:02] Production.INFO: ==9629== Lock acquired, processing the job...
[2026-04-06 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:22:02] Production.INFO: ==9629== Releasing lock...
[2026-04-06 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:22:02] Production.INFO: ==9631== Lock acquired, processing the job...
[2026-04-06 10:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:22:02] Production.INFO: ==9631== Releasing lock...
[2026-04-06 10:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:22:03] Production.INFO: ==9637== Lock acquired, processing the job...
[2026-04-06 06:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:22:03] Production.INFO: ==9635== Lock acquired, processing the job...
[2026-04-06 06:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:22:03] Production.INFO: ==9633== Lock acquired, processing the job...
[2026-04-06 06:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:22:03] Production.INFO: ==9639== Lock acquired, processing the job...
[2026-04-06 06:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:22:03] Production.INFO: ==9641== Lock acquired, processing the job...
[2026-04-06 06:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:22:03] Production.INFO: Account Balance Start.
[2026-04-06 06:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:22:03] Production.INFO: 117
[2026-04-06 06:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:03] Production.INFO: ==9641== Releasing lock...
[2026-04-06 06:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: ==9635== Releasing lock...
[2026-04-06 06:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:22:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:22:05] Production.INFO: Total Charge 0
[2026-04-06 06:22:05] Production.INFO: CreateAllLog End
[2026-04-06 06:22:05] Production.INFO: Account Balance End.
[2026-04-06 06:22:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:22:05] Production.INFO: ==9639== Releasing lock...
[2026-04-06 06:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:22:12] Production.ERROR: CronJobId end10
[2026-04-06 06:22:12] Production.INFO: ==9637== Releasing lock...
[2026-04-06 06:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:22:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:22:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:22:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:22:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:22:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:22:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:22:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:22:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:22:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:22:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:22:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:22:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:22:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:22:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:22:15] Production.INFO: call_cost start
[2026-04-06 06:22:15] Production.INFO: call_cost end
[2026-04-06 06:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:22:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:22:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:22:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:22:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:22:15] Production.INFO: ==9633== Releasing lock...
[2026-04-06 06:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:23:01] Production.INFO: ==9700== Lock acquired, processing the job...
[2026-04-06 11:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:23:01] Production.INFO: neon service started
[2026-04-06 11:23:01] Production.INFO: neon service started
[2026-04-06 11:23:01] Production.INFO: ==9700== Releasing lock...
[2026-04-06 11:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:23:01] Production.INFO: ==9702== Lock acquired, processing the job...
[2026-04-06 06:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:23:01] Production.INFO: ==9702== Releasing lock...
[2026-04-06 06:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:23:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:23:02] Production.INFO: ==9704== Lock acquired, processing the job...
[2026-04-06 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:23:02] Production.INFO: ==9704== Releasing lock...
[2026-04-06 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:23:02] Production.INFO: ==9711== Lock acquired, processing the job...
[2026-04-06 06:23:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:23:02] Production.INFO: ==9707== Lock acquired, processing the job...
[2026-04-06 06:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:23:02] Production.INFO: ==9709== Lock acquired, processing the job...
[2026-04-06 06:23:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:23:02] Production.INFO: ==9715== Lock acquired, processing the job...
[2026-04-06 06:23:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:23:03] Production.INFO: ==9713== Lock acquired, processing the job...
[2026-04-06 06:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:23:03] Production.INFO: Account Balance Start.
[2026-04-06 06:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:23:03] Production.INFO: 117
[2026-04-06 06:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:23:03] Production.INFO: ==9715== Releasing lock...
[2026-04-06 06:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: ==9709== Releasing lock...
[2026-04-06 06:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-30
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-03-31
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:03] Production.INFO: Date 2026-04-01
[2026-04-06 06:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:23:04] Production.INFO: Total Charge 0
[2026-04-06 06:23:04] Production.INFO: CreateAllLog End
[2026-04-06 06:23:04] Production.INFO: Account Balance End.
[2026-04-06 06:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:23:04] Production.INFO: ==9713== Releasing lock...
[2026-04-06 06:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:23:11] Production.ERROR: CronJobId end10
[2026-04-06 06:23:11] Production.INFO: ==9711== Releasing lock...
[2026-04-06 06:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:23:15] Production.INFO: call_cost start
[2026-04-06 06:23:15] Production.INFO: call_cost end
[2026-04-06 06:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:23:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:23:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:23:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:23:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:23:15] Production.INFO: ==9707== Releasing lock...
[2026-04-06 06:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:24:01] Production.INFO: ==9773== Lock acquired, processing the job...
[2026-04-06 11:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:24:01] Production.INFO: neon service started
[2026-04-06 11:24:01] Production.INFO: neon service started
[2026-04-06 11:24:01] Production.INFO: ==9773== Releasing lock...
[2026-04-06 11:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:24:02] Production.INFO: ==9777== Lock acquired, processing the job...
[2026-04-06 10:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:24:02] Production.INFO: ==9777== Releasing lock...
[2026-04-06 10:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:24:02] Production.INFO: ==9775== Lock acquired, processing the job...
[2026-04-06 06:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:24:02] Production.INFO: ==9775== Releasing lock...
[2026-04-06 06:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:24:03] Production.INFO: ==9780== Lock acquired, processing the job...
[2026-04-06 06:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:24:03] Production.INFO: ==9782== Lock acquired, processing the job...
[2026-04-06 06:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:24:03] Production.INFO: ==9788== Lock acquired, processing the job...
[2026-04-06 06:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:24:03] Production.INFO: ==9784== Lock acquired, processing the job...
[2026-04-06 06:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:24:03] Production.INFO: ==9786== Lock acquired, processing the job...
[2026-04-06 06:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:24:03] Production.INFO: Account Balance Start.
[2026-04-06 06:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:24:03] Production.INFO: 117
[2026-04-06 06:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:24:03] Production.INFO: ==9788== Releasing lock...
[2026-04-06 06:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: ==9782== Releasing lock...
[2026-04-06 06:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:24:05] Production.INFO: Total Charge 0
[2026-04-06 06:24:05] Production.INFO: CreateAllLog End
[2026-04-06 06:24:05] Production.INFO: Account Balance End.
[2026-04-06 06:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:24:05] Production.INFO: ==9786== Releasing lock...
[2026-04-06 06:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:24:12] Production.ERROR: CronJobId end10
[2026-04-06 06:24:12] Production.INFO: ==9784== Releasing lock...
[2026-04-06 06:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:24:15] Production.INFO: call_cost start
[2026-04-06 06:24:15] Production.INFO: call_cost end
[2026-04-06 06:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:24:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:24:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:24:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:24:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:24:15] Production.INFO: ==9780== Releasing lock...
[2026-04-06 06:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:25:02] Production.INFO: ==9848== Lock acquired, processing the job...
[2026-04-06 11:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:25:02] Production.INFO: neon service started
[2026-04-06 11:25:02] Production.INFO: neon service started
[2026-04-06 11:25:02] Production.INFO: ==9848== Releasing lock...
[2026-04-06 11:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:25:02] Production.INFO: ==9852== Lock acquired, processing the job...
[2026-04-06 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:25:02] Production.INFO: ==9852== Releasing lock...
[2026-04-06 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:25:02] Production.INFO: ==9850== Lock acquired, processing the job...
[2026-04-06 06:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:25:03] Production.INFO: ==9850== Releasing lock...
[2026-04-06 06:25:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:25:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:25:03] Production.INFO: ==9858== Lock acquired, processing the job...
[2026-04-06 06:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:25:04] Production.INFO: ==9854== Lock acquired, processing the job...
[2026-04-06 06:25:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:25:04] Production.INFO: ==9856== Lock acquired, processing the job...
[2026-04-06 06:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:25:04] Production.INFO: ==9860== Lock acquired, processing the job...
[2026-04-06 06:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:25:04] Production.INFO: ==9862== Lock acquired, processing the job...
[2026-04-06 06:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:25:04] Production.INFO: Account Balance Start.
[2026-04-06 06:25:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:25:04] Production.INFO: 117
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:25:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:25:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:25:04] Production.INFO: ==9862== Releasing lock...
[2026-04-06 06:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:25:04] Production.INFO: ==9856== Releasing lock...
[2026-04-06 06:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:25:05] Production.INFO: Total Charge 0
[2026-04-06 06:25:05] Production.INFO: CreateAllLog End
[2026-04-06 06:25:05] Production.INFO: Account Balance End.
[2026-04-06 06:25:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:25:05] Production.INFO: ==9860== Releasing lock...
[2026-04-06 06:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:25:11] Production.ERROR: CronJobId end10
[2026-04-06 06:25:11] Production.INFO: ==9858== Releasing lock...
[2026-04-06 06:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:25:14] Production.INFO: call_cost start
[2026-04-06 06:25:14] Production.INFO: call_cost end
[2026-04-06 06:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:25:14] Production.INFO: ==9854== Releasing lock...
[2026-04-06 06:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:26:01] Production.INFO: ==9918== Lock acquired, processing the job...
[2026-04-06 11:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:26:01] Production.INFO: neon service started
[2026-04-06 11:26:01] Production.INFO: neon service started
[2026-04-06 11:26:01] Production.INFO: ==9918== Releasing lock...
[2026-04-06 11:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:26:02] Production.INFO: ==9920== Lock acquired, processing the job...
[2026-04-06 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:26:02] Production.INFO: ==9920== Releasing lock...
[2026-04-06 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:26:02] Production.INFO: ==9922== Lock acquired, processing the job...
[2026-04-06 10:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:26:02] Production.INFO: ==9922== Releasing lock...
[2026-04-06 10:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:26:03] Production.INFO: ==9924== Lock acquired, processing the job...
[2026-04-06 06:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:26:03] Production.INFO: ==9928== Lock acquired, processing the job...
[2026-04-06 06:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:26:03] Production.INFO: ==9932== Lock acquired, processing the job...
[2026-04-06 06:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:26:03] Production.INFO: ==9926== Lock acquired, processing the job...
[2026-04-06 06:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:26:03] Production.INFO: ==9930== Lock acquired, processing the job...
[2026-04-06 06:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:26:03] Production.INFO: ==9932== Releasing lock...
[2026-04-06 06:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:26:03] Production.INFO: Account Balance Start.
[2026-04-06 06:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:26:03] Production.INFO: 117
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: ==9926== Releasing lock...
[2026-04-06 06:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:26:04] Production.INFO: Total Charge 0
[2026-04-06 06:26:04] Production.INFO: CreateAllLog End
[2026-04-06 06:26:04] Production.INFO: Account Balance End.
[2026-04-06 06:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:26:04] Production.INFO: ==9930== Releasing lock...
[2026-04-06 06:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:26:11] Production.ERROR: CronJobId end10
[2026-04-06 06:26:11] Production.INFO: ==9928== Releasing lock...
[2026-04-06 06:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:26:14] Production.INFO: call_cost start
[2026-04-06 06:26:14] Production.INFO: call_cost end
[2026-04-06 06:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:26:14] Production.INFO: ==9924== Releasing lock...
[2026-04-06 06:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:27:02] Production.INFO: ==9993== Lock acquired, processing the job...
[2026-04-06 11:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:27:02] Production.INFO: neon service started
[2026-04-06 11:27:02] Production.INFO: neon service started
[2026-04-06 11:27:02] Production.INFO: ==9993== Releasing lock...
[2026-04-06 11:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:27:02] Production.INFO: ==9997== Lock acquired, processing the job...
[2026-04-06 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:27:02] Production.INFO: ==9997== Releasing lock...
[2026-04-06 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:27:02] Production.INFO: ==9995== Lock acquired, processing the job...
[2026-04-06 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:27:02] Production.INFO: ==9995== Releasing lock...
[2026-04-06 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:27:03] Production.INFO: ==9999== Lock acquired, processing the job...
[2026-04-06 06:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:27:03] Production.INFO: ==10001== Lock acquired, processing the job...
[2026-04-06 06:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:27:03] Production.INFO: ==10003== Lock acquired, processing the job...
[2026-04-06 06:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:27:03] Production.INFO: ==10005== Lock acquired, processing the job...
[2026-04-06 06:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:27:03] Production.INFO: ==10007== Lock acquired, processing the job...
[2026-04-06 06:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:27:03] Production.INFO: Account Balance Start.
[2026-04-06 06:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:27:03] Production.INFO: 117
[2026-04-06 06:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:27:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:27:04] Production.INFO: ==10007== Releasing lock...
[2026-04-06 06:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: ==10001== Releasing lock...
[2026-04-06 06:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:27:04] Production.INFO: Total Charge 0
[2026-04-06 06:27:04] Production.INFO: CreateAllLog End
[2026-04-06 06:27:05] Production.INFO: Account Balance End.
[2026-04-06 06:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:27:05] Production.INFO: ==10005== Releasing lock...
[2026-04-06 06:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:27:11] Production.ERROR: CronJobId end10
[2026-04-06 06:27:11] Production.INFO: ==10003== Releasing lock...
[2026-04-06 06:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:27:14] Production.INFO: call_cost start
[2026-04-06 06:27:14] Production.INFO: call_cost end
[2026-04-06 06:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:27:14] Production.INFO: ==9999== Releasing lock...
[2026-04-06 06:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:28:01] Production.INFO: ==10076== Lock acquired, processing the job...
[2026-04-06 11:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:28:01] Production.INFO: neon service started
[2026-04-06 11:28:01] Production.INFO: neon service started
[2026-04-06 11:28:01] Production.INFO: ==10076== Releasing lock...
[2026-04-06 11:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:28:01] Production.INFO: ==10078== Lock acquired, processing the job...
[2026-04-06 06:28:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:28:02] Production.INFO: ==10078== Releasing lock...
[2026-04-06 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:28:02] Production.INFO: ==10080== Lock acquired, processing the job...
[2026-04-06 10:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:28:02] Production.INFO: ==10080== Releasing lock...
[2026-04-06 10:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:28:02] Production.INFO: ==10084== Lock acquired, processing the job...
[2026-04-06 06:28:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:28:03] Production.INFO: ==10088== Lock acquired, processing the job...
[2026-04-06 06:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:28:03] Production.INFO: ==10082== Lock acquired, processing the job...
[2026-04-06 06:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:28:03] Production.INFO: ==10086== Lock acquired, processing the job...
[2026-04-06 06:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:28:03] Production.INFO: ==10090== Lock acquired, processing the job...
[2026-04-06 06:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:28:03] Production.INFO: Account Balance Start.
[2026-04-06 06:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:28:03] Production.INFO: 117
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:28:03] Production.INFO: ==10090== Releasing lock...
[2026-04-06 06:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: ==10084== Releasing lock...
[2026-04-06 06:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:28:04] Production.INFO: Total Charge 0
[2026-04-06 06:28:04] Production.INFO: CreateAllLog End
[2026-04-06 06:28:04] Production.INFO: Account Balance End.
[2026-04-06 06:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:28:04] Production.INFO: ==10088== Releasing lock...
[2026-04-06 06:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:28:12] Production.ERROR: CronJobId end10
[2026-04-06 06:28:12] Production.INFO: ==10086== Releasing lock...
[2026-04-06 06:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:28:14] Production.INFO: call_cost start
[2026-04-06 06:28:14] Production.INFO: call_cost end
[2026-04-06 06:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:28:14] Production.INFO: ==10082== Releasing lock...
[2026-04-06 06:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:29:01] Production.INFO: ==10149== Lock acquired, processing the job...
[2026-04-06 11:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:29:01] Production.INFO: neon service started
[2026-04-06 11:29:01] Production.INFO: neon service started
[2026-04-06 11:29:01] Production.INFO: ==10149== Releasing lock...
[2026-04-06 11:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:29:02] Production.INFO: ==10151== Lock acquired, processing the job...
[2026-04-06 06:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:29:02] Production.INFO: ==10153== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:29:02] Production.INFO: ==10151== Releasing lock...
[2026-04-06 06:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:29:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:29:02] Production.INFO: ==10153== Releasing lock...
[2026-04-06 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:29:03] Production.INFO: ==10157== Lock acquired, processing the job...
[2026-04-06 06:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:29:03] Production.INFO: ==10162== Lock acquired, processing the job...
[2026-04-06 06:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:29:03] Production.INFO: ==10159== Lock acquired, processing the job...
[2026-04-06 06:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:29:03] Production.INFO: ==10155== Lock acquired, processing the job...
[2026-04-06 06:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:29:03] Production.INFO: Account Balance Start.
[2026-04-06 06:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:29:03] Production.INFO: 117
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: ==10164== Lock acquired, processing the job...
[2026-04-06 06:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: ==10157== Releasing lock...
[2026-04-06 06:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: ==10164== Releasing lock...
[2026-04-06 06:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:29:04] Production.INFO: Total Charge 0
[2026-04-06 06:29:04] Production.INFO: CreateAllLog End
[2026-04-06 06:29:04] Production.INFO: Account Balance End.
[2026-04-06 06:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:29:04] Production.INFO: ==10162== Releasing lock...
[2026-04-06 06:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:29:11] Production.ERROR: CronJobId end10
[2026-04-06 06:29:11] Production.INFO: ==10159== Releasing lock...
[2026-04-06 06:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:29:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:29:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:29:14] Production.INFO: call_cost start
[2026-04-06 06:29:14] Production.INFO: call_cost end
[2026-04-06 06:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:29:14] Production.INFO: ==10155== Releasing lock...
[2026-04-06 06:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:30:02] Production.INFO: ==10224== Lock acquired, processing the job...
[2026-04-06 11:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:30:02] Production.INFO: neon service started
[2026-04-06 11:30:02] Production.INFO: neon service started
[2026-04-06 11:30:02] Production.INFO: ==10224== Releasing lock...
[2026-04-06 11:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:30:02] Production.INFO: ==10226== Lock acquired, processing the job...
[2026-04-06 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:30:02] Production.INFO: ==10228== Lock acquired, processing the job...
[2026-04-06 10:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:30:02] Production.INFO: ==10228== Releasing lock...
[2026-04-06 10:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:30:03] Production.INFO: ==10226== Releasing lock...
[2026-04-06 06:30:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:30:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:30:03] Production.INFO: ==10233== Lock acquired, processing the job...
[2026-04-06 06:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:30:03] Production.INFO: ==10230== Lock acquired, processing the job...
[2026-04-06 06:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:30:03] Production.INFO: ==10237== Lock acquired, processing the job...
[2026-04-06 06:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:30:04] Production.INFO: ==10235== Lock acquired, processing the job...
[2026-04-06 06:30:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:30:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:30:04] Production.INFO: Account Balance Start.
[2026-04-06 06:30:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:30:04] Production.INFO: 117
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:30:04] Production.INFO: ==10239== Lock acquired, processing the job...
[2026-04-06 06:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:30:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:30:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:30:04] Production.INFO: ==10239== Releasing lock...
[2026-04-06 06:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: ==10233== Releasing lock...
[2026-04-06 06:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-24
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-25
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-26
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:30:05] Production.INFO: Total Charge 0
[2026-04-06 06:30:05] Production.INFO: CreateAllLog End
[2026-04-06 06:30:05] Production.INFO: Account Balance End.
[2026-04-06 06:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:30:05] Production.INFO: ==10237== Releasing lock...
[2026-04-06 06:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:30:12] Production.ERROR: CronJobId end10
[2026-04-06 06:30:12] Production.INFO: ==10235== Releasing lock...
[2026-04-06 06:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:30:15] Production.INFO: call_cost start
[2026-04-06 06:30:15] Production.INFO: call_cost end
[2026-04-06 06:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:30:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:30:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:30:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:30:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:30:15] Production.INFO: ==10230== Releasing lock...
[2026-04-06 06:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:31:01] Production.INFO: ==10299== Lock acquired, processing the job...
[2026-04-06 11:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:31:01] Production.INFO: neon service started
[2026-04-06 11:31:01] Production.INFO: neon service started
[2026-04-06 11:31:01] Production.INFO: ==10299== Releasing lock...
[2026-04-06 11:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:31:02] Production.INFO: ==10301== Lock acquired, processing the job...
[2026-04-06 06:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:31:02] Production.INFO: ==10301== Releasing lock...
[2026-04-06 06:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:31:02] Production.INFO: ==10303== Lock acquired, processing the job...
[2026-04-06 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:31:02] Production.INFO: ==10303== Releasing lock...
[2026-04-06 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:31:03] Production.INFO: ==10305== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 06:31:03] Production.INFO: ==10307== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 06:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 06:31:03] Production.ERROR: CronJob PID - 10307
[2026-04-06 06:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 06:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 06:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 06:31:00
[2026-04-06 06:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 06:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 06:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 06:31:03] Production.INFO: ==10305== Releasing lock...
[2026-04-06 06:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 06:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:31:03] Production.INFO: ==10309== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:31:03] Production.INFO: ==10311== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:31:03] Production.INFO: ==10313== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:31:03] Production.INFO: ==10315== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 06:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:31:03] Production.INFO: Account Balance Start.
[2026-04-06 06:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:31:03] Production.INFO: 117
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:31:03] Production.INFO: ==10317== Lock acquired, processing the job...
[2026-04-06 06:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:31:04] Production.INFO: ==10317== Releasing lock...
[2026-04-06 06:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.ERROR: done
[2026-04-06 06:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 06:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046191', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: ==10309== Releasing lock...
[2026-04-06 06:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:31:04] Production.INFO: Total Charge 0
[2026-04-06 06:31:04] Production.INFO: CreateAllLog End
[2026-04-06 06:31:04] Production.INFO: Account Balance End.
[2026-04-06 06:31:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:31:04] Production.INFO: ==10313== Releasing lock...
[2026-04-06 06:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:31:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046191', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 06:31:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 06:31:09] Production.INFO: ProcessCDR(1,17046191,1,1,2)
[2026-04-06 06:31:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046191,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:31:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046191,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:31:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 06:31:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 06:31:09] Production.INFO: ==10315== Releasing lock...
[2026-04-06 06:31:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 06:31:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 06:31:13] Production.ERROR: CronJobId end10
[2026-04-06 06:31:13] Production.INFO: ==10311== Releasing lock...
[2026-04-06 06:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:31:16] Production.INFO: call_cost start
[2026-04-06 06:31:16] Production.INFO: call_cost end
[2026-04-06 06:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:31:16] Production.INFO: ==10307== Releasing lock...
[2026-04-06 06:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:32:02] Production.INFO: ==10378== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:32:02] Production.INFO: neon service started
[2026-04-06 11:32:02] Production.INFO: neon service started
[2026-04-06 11:32:02] Production.INFO: ==10378== Releasing lock...
[2026-04-06 11:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:32:02] Production.INFO: ==10380== Lock acquired, processing the job...
[2026-04-06 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:32:02] Production.INFO: ==10382== Lock acquired, processing the job...
[2026-04-06 10:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:32:02] Production.INFO: ==10382== Releasing lock...
[2026-04-06 10:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:32:03] Production.INFO: ==10380== Releasing lock...
[2026-04-06 06:32:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:32:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:32:03] Production.INFO: ==10385== Lock acquired, processing the job...
[2026-04-06 06:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:32:03] Production.INFO: ==10387== Lock acquired, processing the job...
[2026-04-06 06:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:32:03] Production.INFO: ==10389== Lock acquired, processing the job...
[2026-04-06 06:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:32:03] Production.INFO: ==10391== Lock acquired, processing the job...
[2026-04-06 06:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:32:04] Production.INFO: Account Balance Start.
[2026-04-06 06:32:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:32:04] Production.INFO: 117
[2026-04-06 06:32:04] Production.INFO: ==10393== Lock acquired, processing the job...
[2026-04-06 06:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:32:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:32:04] Production.INFO: ==10393== Releasing lock...
[2026-04-06 06:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: ==10387== Releasing lock...
[2026-04-06 06:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:32:05] Production.INFO: Total Charge 0
[2026-04-06 06:32:05] Production.INFO: CreateAllLog End
[2026-04-06 06:32:05] Production.INFO: Account Balance End.
[2026-04-06 06:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:32:05] Production.INFO: ==10391== Releasing lock...
[2026-04-06 06:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:32:11] Production.ERROR: CronJobId end10
[2026-04-06 06:32:11] Production.INFO: ==10389== Releasing lock...
[2026-04-06 06:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:32:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:32:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:32:14] Production.INFO: call_cost start
[2026-04-06 06:32:14] Production.INFO: call_cost end
[2026-04-06 06:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:32:14] Production.INFO: ==10385== Releasing lock...
[2026-04-06 06:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:33:01] Production.INFO: ==10456== Lock acquired, processing the job...
[2026-04-06 11:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:33:01] Production.INFO: neon service started
[2026-04-06 11:33:01] Production.INFO: neon service started
[2026-04-06 11:33:01] Production.INFO: ==10456== Releasing lock...
[2026-04-06 11:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:33:01] Production.INFO: ==10458== Lock acquired, processing the job...
[2026-04-06 06:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:33:02] Production.INFO: ==10458== Releasing lock...
[2026-04-06 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:33:02] Production.INFO: ==10460== Lock acquired, processing the job...
[2026-04-06 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:33:02] Production.INFO: ==10460== Releasing lock...
[2026-04-06 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:33:02] Production.INFO: ==10463== Lock acquired, processing the job...
[2026-04-06 06:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:33:03] Production.INFO: ==10467== Lock acquired, processing the job...
[2026-04-06 06:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:33:03] Production.INFO: ==10469== Lock acquired, processing the job...
[2026-04-06 06:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:33:03] Production.INFO: ==10471== Lock acquired, processing the job...
[2026-04-06 06:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:33:03] Production.INFO: ==10465== Lock acquired, processing the job...
[2026-04-06 06:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:33:03] Production.INFO: Account Balance Start.
[2026-04-06 06:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:33:03] Production.INFO: 117
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:33:03] Production.INFO: ==10471== Releasing lock...
[2026-04-06 06:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: ==10465== Releasing lock...
[2026-04-06 06:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-30
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-03-31
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-04-01
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:03] Production.INFO: Date 2026-04-02
[2026-04-06 06:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:33:04] Production.INFO: Total Charge 0
[2026-04-06 06:33:04] Production.INFO: CreateAllLog End
[2026-04-06 06:33:04] Production.INFO: Account Balance End.
[2026-04-06 06:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:33:04] Production.INFO: ==10469== Releasing lock...
[2026-04-06 06:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:33:11] Production.ERROR: CronJobId end10
[2026-04-06 06:33:11] Production.INFO: ==10467== Releasing lock...
[2026-04-06 06:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:33:13] Production.INFO: call_cost start
[2026-04-06 06:33:13] Production.INFO: call_cost end
[2026-04-06 06:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:33:13] Production.INFO: ==10463== Releasing lock...
[2026-04-06 06:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:34:02] Production.INFO: ==10531== Lock acquired, processing the job...
[2026-04-06 11:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:34:02] Production.INFO: neon service started
[2026-04-06 11:34:02] Production.INFO: neon service started
[2026-04-06 11:34:02] Production.INFO: ==10531== Releasing lock...
[2026-04-06 11:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:34:02] Production.INFO: ==10534== Lock acquired, processing the job...
[2026-04-06 06:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:34:02] Production.INFO: ==10534== Releasing lock...
[2026-04-06 06:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:34:03] Production.INFO: ==10536== Lock acquired, processing the job...
[2026-04-06 10:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:34:03] Production.INFO: ==10536== Releasing lock...
[2026-04-06 10:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:34:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:34:03] Production.INFO: ==10538== Lock acquired, processing the job...
[2026-04-06 06:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:34:03] Production.INFO: ==10540== Lock acquired, processing the job...
[2026-04-06 06:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:34:03] Production.INFO: ==10544== Lock acquired, processing the job...
[2026-04-06 06:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:34:03] Production.INFO: ==10542== Lock acquired, processing the job...
[2026-04-06 06:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:34:03] Production.INFO: Account Balance Start.
[2026-04-06 06:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:34:03] Production.INFO: 117
[2026-04-06 06:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:34:03] Production.INFO: ==10546== Lock acquired, processing the job...
[2026-04-06 06:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:03] Production.INFO: ==10546== Releasing lock...
[2026-04-06 06:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: ==10540== Releasing lock...
[2026-04-06 06:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:34:05] Production.INFO: Total Charge 0
[2026-04-06 06:34:05] Production.INFO: CreateAllLog End
[2026-04-06 06:34:05] Production.INFO: Account Balance End.
[2026-04-06 06:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:34:05] Production.INFO: ==10544== Releasing lock...
[2026-04-06 06:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:34:12] Production.ERROR: CronJobId end10
[2026-04-06 06:34:12] Production.INFO: ==10542== Releasing lock...
[2026-04-06 06:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:34:14] Production.INFO: call_cost start
[2026-04-06 06:34:14] Production.INFO: call_cost end
[2026-04-06 06:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:34:14] Production.INFO: ==10538== Releasing lock...
[2026-04-06 06:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:35:01] Production.INFO: ==10600== Lock acquired, processing the job...
[2026-04-06 11:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:35:01] Production.INFO: neon service started
[2026-04-06 11:35:01] Production.INFO: neon service started
[2026-04-06 11:35:01] Production.INFO: ==10600== Releasing lock...
[2026-04-06 11:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:35:01] Production.INFO: ==10602== Lock acquired, processing the job...
[2026-04-06 06:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:35:02] Production.INFO: ==10602== Releasing lock...
[2026-04-06 06:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:35:02] Production.INFO: ==10604== Lock acquired, processing the job...
[2026-04-06 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:35:02] Production.INFO: ==10604== Releasing lock...
[2026-04-06 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:35:02] Production.INFO: ==10607== Lock acquired, processing the job...
[2026-04-06 06:35:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:35:02] Production.INFO: ==10609== Lock acquired, processing the job...
[2026-04-06 06:35:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:35:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:35:02] Production.INFO: ==10613== Lock acquired, processing the job...
[2026-04-06 06:35:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:35:02] Production.INFO: ==10615== Lock acquired, processing the job...
[2026-04-06 06:35:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:35:03] Production.INFO: ==10611== Lock acquired, processing the job...
[2026-04-06 06:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:35:03] Production.INFO: Account Balance Start.
[2026-04-06 06:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:35:03] Production.INFO: 117
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: ==10615== Releasing lock...
[2026-04-06 06:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: ==10609== Releasing lock...
[2026-04-06 06:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-30
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-03-31
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:03] Production.INFO: Date 2026-04-01
[2026-04-06 06:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:35:04] Production.INFO: Total Charge 0
[2026-04-06 06:35:04] Production.INFO: CreateAllLog End
[2026-04-06 06:35:04] Production.INFO: Account Balance End.
[2026-04-06 06:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:35:04] Production.INFO: ==10613== Releasing lock...
[2026-04-06 06:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:35:11] Production.ERROR: CronJobId end10
[2026-04-06 06:35:11] Production.INFO: ==10611== Releasing lock...
[2026-04-06 06:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:35:14] Production.INFO: call_cost start
[2026-04-06 06:35:14] Production.INFO: call_cost end
[2026-04-06 06:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:35:14] Production.INFO: ==10607== Releasing lock...
[2026-04-06 06:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:36:01] Production.INFO: ==10676== Lock acquired, processing the job...
[2026-04-06 11:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:36:01] Production.INFO: neon service started
[2026-04-06 11:36:01] Production.INFO: neon service started
[2026-04-06 11:36:01] Production.INFO: ==10676== Releasing lock...
[2026-04-06 11:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:36:02] Production.INFO: ==10680== Lock acquired, processing the job...
[2026-04-06 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:36:02] Production.INFO: ==10680== Releasing lock...
[2026-04-06 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:36:02] Production.INFO: ==10678== Lock acquired, processing the job...
[2026-04-06 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:36:02] Production.INFO: ==10678== Releasing lock...
[2026-04-06 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:36:03] Production.INFO: ==10683== Lock acquired, processing the job...
[2026-04-06 06:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:36:03] Production.INFO: ==10689== Lock acquired, processing the job...
[2026-04-06 06:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:36:03] Production.INFO: ==10685== Lock acquired, processing the job...
[2026-04-06 06:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:36:03] Production.INFO: Account Balance Start.
[2026-04-06 06:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:36:03] Production.INFO: 117
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:36:03] Production.INFO: ==10687== Lock acquired, processing the job...
[2026-04-06 06:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: ==10691== Lock acquired, processing the job...
[2026-04-06 06:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:36:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:36:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:36:04] Production.INFO: ==10685== Releasing lock...
[2026-04-06 06:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: ==10691== Releasing lock...
[2026-04-06 06:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:36:04] Production.INFO: Total Charge 0
[2026-04-06 06:36:04] Production.INFO: CreateAllLog End
[2026-04-06 06:36:05] Production.INFO: Account Balance End.
[2026-04-06 06:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:36:05] Production.INFO: ==10689== Releasing lock...
[2026-04-06 06:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:36:11] Production.ERROR: CronJobId end10
[2026-04-06 06:36:11] Production.INFO: ==10687== Releasing lock...
[2026-04-06 06:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:36:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:36:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:36:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:36:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:36:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:36:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:36:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:36:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:36:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:36:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:36:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:36:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:36:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:36:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:36:15] Production.INFO: call_cost start
[2026-04-06 06:36:15] Production.INFO: call_cost end
[2026-04-06 06:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:36:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:36:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:36:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:36:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:36:15] Production.INFO: ==10683== Releasing lock...
[2026-04-06 06:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:37:02] Production.INFO: ==10747== Lock acquired, processing the job...
[2026-04-06 11:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:37:02] Production.INFO: neon service started
[2026-04-06 11:37:02] Production.INFO: neon service started
[2026-04-06 11:37:02] Production.INFO: ==10747== Releasing lock...
[2026-04-06 11:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:37:02] Production.INFO: ==10749== Lock acquired, processing the job...
[2026-04-06 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:37:02] Production.INFO: ==10749== Releasing lock...
[2026-04-06 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:37:02] Production.INFO: ==10751== Lock acquired, processing the job...
[2026-04-06 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:37:02] Production.INFO: ==10751== Releasing lock...
[2026-04-06 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:37:03] Production.INFO: ==10754== Lock acquired, processing the job...
[2026-04-06 06:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:37:03] Production.INFO: ==10756== Lock acquired, processing the job...
[2026-04-06 06:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:37:03] Production.INFO: ==10758== Lock acquired, processing the job...
[2026-04-06 06:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:37:03] Production.INFO: ==10760== Lock acquired, processing the job...
[2026-04-06 06:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:37:03] Production.INFO: ==10762== Lock acquired, processing the job...
[2026-04-06 06:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:37:03] Production.INFO: Account Balance Start.
[2026-04-06 06:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:37:03] Production.INFO: 117
[2026-04-06 06:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:37:03] Production.INFO: ==10762== Releasing lock...
[2026-04-06 06:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: ==10756== Releasing lock...
[2026-04-06 06:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:37:04] Production.INFO: Total Charge 0
[2026-04-06 06:37:04] Production.INFO: CreateAllLog End
[2026-04-06 06:37:05] Production.INFO: Account Balance End.
[2026-04-06 06:37:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:37:05] Production.INFO: ==10760== Releasing lock...
[2026-04-06 06:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:37:12] Production.ERROR: CronJobId end10
[2026-04-06 06:37:12] Production.INFO: ==10758== Releasing lock...
[2026-04-06 06:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:37:14] Production.INFO: call_cost start
[2026-04-06 06:37:14] Production.INFO: call_cost end
[2026-04-06 06:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:37:14] Production.INFO: ==10754== Releasing lock...
[2026-04-06 06:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:38:01] Production.INFO: ==10825== Lock acquired, processing the job...
[2026-04-06 11:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:38:01] Production.INFO: neon service started
[2026-04-06 11:38:01] Production.INFO: neon service started
[2026-04-06 11:38:01] Production.INFO: ==10825== Releasing lock...
[2026-04-06 11:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:38:02] Production.INFO: ==10829== Lock acquired, processing the job...
[2026-04-06 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:38:02] Production.INFO: ==10829== Releasing lock...
[2026-04-06 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:38:02] Production.INFO: ==10827== Lock acquired, processing the job...
[2026-04-06 06:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:38:02] Production.INFO: ==10827== Releasing lock...
[2026-04-06 06:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:38:03] Production.INFO: ==10832== Lock acquired, processing the job...
[2026-04-06 06:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:38:03] Production.INFO: ==10834== Lock acquired, processing the job...
[2026-04-06 06:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:38:03] Production.INFO: ==10836== Lock acquired, processing the job...
[2026-04-06 06:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:38:03] Production.INFO: ==10838== Lock acquired, processing the job...
[2026-04-06 06:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:38:03] Production.INFO: ==10840== Lock acquired, processing the job...
[2026-04-06 06:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:38:03] Production.INFO: Account Balance Start.
[2026-04-06 06:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:38:03] Production.INFO: 117
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:38:03] Production.INFO: ==10834== Releasing lock...
[2026-04-06 06:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: ==10840== Releasing lock...
[2026-04-06 06:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:38:04] Production.INFO: Total Charge 0
[2026-04-06 06:38:04] Production.INFO: CreateAllLog End
[2026-04-06 06:38:04] Production.INFO: Account Balance End.
[2026-04-06 06:38:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:38:04] Production.INFO: ==10838== Releasing lock...
[2026-04-06 06:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:38:11] Production.ERROR: CronJobId end10
[2026-04-06 06:38:11] Production.INFO: ==10836== Releasing lock...
[2026-04-06 06:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:38:14] Production.INFO: call_cost start
[2026-04-06 06:38:14] Production.INFO: call_cost end
[2026-04-06 06:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:38:14] Production.INFO: ==10832== Releasing lock...
[2026-04-06 06:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:39:02] Production.INFO: ==10899== Lock acquired, processing the job...
[2026-04-06 11:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:39:02] Production.INFO: neon service started
[2026-04-06 11:39:02] Production.INFO: neon service started
[2026-04-06 11:39:02] Production.INFO: ==10899== Releasing lock...
[2026-04-06 11:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:39:02] Production.INFO: ==10902== Lock acquired, processing the job...
[2026-04-06 06:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:39:02] Production.INFO: ==10904== Lock acquired, processing the job...
[2026-04-06 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:39:02] Production.INFO: ==10904== Releasing lock...
[2026-04-06 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:39:02] Production.INFO: ==10902== Releasing lock...
[2026-04-06 06:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:39:03] Production.INFO: ==10908== Lock acquired, processing the job...
[2026-04-06 06:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:39:03] Production.INFO: ==10906== Lock acquired, processing the job...
[2026-04-06 06:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:39:03] Production.INFO: ==10912== Lock acquired, processing the job...
[2026-04-06 06:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:39:03] Production.INFO: ==10910== Lock acquired, processing the job...
[2026-04-06 06:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:39:03] Production.INFO: Account Balance Start.
[2026-04-06 06:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:39:03] Production.INFO: ==10914== Lock acquired, processing the job...
[2026-04-06 06:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:39:03] Production.INFO: 117
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: ==10914== Releasing lock...
[2026-04-06 06:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: ==10908== Releasing lock...
[2026-04-06 06:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:39:04] Production.INFO: Total Charge 0
[2026-04-06 06:39:04] Production.INFO: CreateAllLog End
[2026-04-06 06:39:05] Production.INFO: Account Balance End.
[2026-04-06 06:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:39:05] Production.INFO: ==10912== Releasing lock...
[2026-04-06 06:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:39:11] Production.ERROR: CronJobId end10
[2026-04-06 06:39:11] Production.INFO: ==10910== Releasing lock...
[2026-04-06 06:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:39:13] Production.INFO: call_cost start
[2026-04-06 06:39:13] Production.INFO: call_cost end
[2026-04-06 06:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:39:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:39:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:39:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:39:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:39:13] Production.INFO: ==10906== Releasing lock...
[2026-04-06 06:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:40:01] Production.INFO: ==10968== Lock acquired, processing the job...
[2026-04-06 11:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:40:01] Production.INFO: neon service started
[2026-04-06 11:40:01] Production.INFO: neon service started
[2026-04-06 11:40:01] Production.INFO: ==10968== Releasing lock...
[2026-04-06 11:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:40:01] Production.INFO: ==10970== Lock acquired, processing the job...
[2026-04-06 06:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:40:02] Production.INFO: ==10970== Releasing lock...
[2026-04-06 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:40:02] Production.INFO: ==10972== Lock acquired, processing the job...
[2026-04-06 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:40:02] Production.INFO: ==10972== Releasing lock...
[2026-04-06 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:40:03] Production.INFO: ==10974== Lock acquired, processing the job...
[2026-04-06 06:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:40:03] Production.INFO: ==10977== Lock acquired, processing the job...
[2026-04-06 06:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:40:03] Production.INFO: ==10981== Lock acquired, processing the job...
[2026-04-06 06:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:40:03] Production.INFO: ==10983== Lock acquired, processing the job...
[2026-04-06 06:40:03] Production.INFO: ==10979== Lock acquired, processing the job...
[2026-04-06 06:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:40:03] Production.INFO: Account Balance Start.
[2026-04-06 06:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:40:03] Production.INFO: 117
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:40:03] Production.INFO: ==10983== Releasing lock...
[2026-04-06 06:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: ==10977== Releasing lock...
[2026-04-06 06:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-30
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-03-31
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-04-01
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-04-02
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-04-03
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:03] Production.INFO: Date 2026-04-04
[2026-04-06 06:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:40:04] Production.INFO: Total Charge 0
[2026-04-06 06:40:04] Production.INFO: CreateAllLog End
[2026-04-06 06:40:04] Production.INFO: Account Balance End.
[2026-04-06 06:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:40:04] Production.INFO: ==10981== Releasing lock...
[2026-04-06 06:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:40:11] Production.ERROR: CronJobId end10
[2026-04-06 06:40:11] Production.INFO: ==10979== Releasing lock...
[2026-04-06 06:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:40:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:40:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:40:14] Production.INFO: call_cost start
[2026-04-06 06:40:14] Production.INFO: call_cost end
[2026-04-06 06:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:40:14] Production.INFO: ==10974== Releasing lock...
[2026-04-06 06:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:41:01] Production.INFO: ==11043== Lock acquired, processing the job...
[2026-04-06 11:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:41:01] Production.INFO: neon service started
[2026-04-06 11:41:01] Production.INFO: neon service started
[2026-04-06 11:41:01] Production.INFO: ==11043== Releasing lock...
[2026-04-06 11:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:41:02] Production.INFO: ==11045== Lock acquired, processing the job...
[2026-04-06 06:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:41:02] Production.INFO: ==11047== Lock acquired, processing the job...
[2026-04-06 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 06:41:02] Production.INFO: ==11045== Releasing lock...
[2026-04-06 06:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:41:02] Production.INFO: ==11047== Releasing lock...
[2026-04-06 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:41:03] Production.INFO: ==11049== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 06:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 06:41:03] Production.INFO: ==11051== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 06:41:03] Production.INFO: ==11049== Releasing lock...
[2026-04-06 06:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 06:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:41:03] Production.INFO: ==11053== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:41:03] Production.INFO: ==11055== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:41:03] Production.INFO: ==11058== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:41:03] Production.INFO: ==11060== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 06:41:03] Production.INFO: ==11063== Lock acquired, processing the job...
[2026-04-06 06:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:41:04] Production.INFO: Account Balance Start.
[2026-04-06 06:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:41:04] Production.INFO: 117
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: ==11063== Releasing lock...
[2026-04-06 06:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:41:04] Production.INFO: ==11053== Releasing lock...
[2026-04-06 06:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.ERROR: done
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 06:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046232', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:41:05] Production.INFO: Total Charge 0
[2026-04-06 06:41:05] Production.INFO: CreateAllLog End
[2026-04-06 06:41:05] Production.INFO: Account Balance End.
[2026-04-06 06:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:41:05] Production.INFO: ==11058== Releasing lock...
[2026-04-06 06:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046232', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 06:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 06:41:10] Production.INFO: ProcessCDR(1,17046232,1,1,2)
[2026-04-06 06:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046232,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:41:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046232,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:41:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 06:41:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 06:41:11] Production.INFO: ==11060== Releasing lock...
[2026-04-06 06:41:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 06:41:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 06:41:14] Production.ERROR: CronJobId end10
[2026-04-06 06:41:14] Production.INFO: ==11055== Releasing lock...
[2026-04-06 06:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:41:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:41:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:41:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:41:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:41:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:41:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:41:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:41:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:41:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:41:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:41:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:41:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:41:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:41:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:41:16] Production.INFO: call_cost start
[2026-04-06 06:41:16] Production.INFO: call_cost end
[2026-04-06 06:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:41:16] Production.INFO: ==11051== Releasing lock...
[2026-04-06 06:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:42:01] Production.INFO: ==11116== Lock acquired, processing the job...
[2026-04-06 11:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:42:01] Production.INFO: neon service started
[2026-04-06 11:42:01] Production.INFO: neon service started
[2026-04-06 11:42:01] Production.INFO: ==11116== Releasing lock...
[2026-04-06 11:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:42:01] Production.INFO: ==11118== Lock acquired, processing the job...
[2026-04-06 06:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:42:01] Production.INFO: ==11118== Releasing lock...
[2026-04-06 06:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:42:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:42:02] Production.INFO: ==11120== Lock acquired, processing the job...
[2026-04-06 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:42:02] Production.INFO: ==11120== Releasing lock...
[2026-04-06 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:42:02] Production.INFO: ==11122== Lock acquired, processing the job...
[2026-04-06 06:42:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:42:02] Production.INFO: ==11126== Lock acquired, processing the job...
[2026-04-06 06:42:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:42:02] Production.INFO: ==11130== Lock acquired, processing the job...
[2026-04-06 06:42:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:42:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:42:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:42:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:42:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:42:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:42:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:42:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:42:02] Production.INFO: ==11130== Releasing lock...
[2026-04-06 06:42:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:42:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:42:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:42:03] Production.INFO: ==11128== Lock acquired, processing the job...
[2026-04-06 06:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:42:03] Production.INFO: ==11124== Lock acquired, processing the job...
[2026-04-06 06:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:42:03] Production.INFO: Account Balance Start.
[2026-04-06 06:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:42:03] Production.INFO: 117
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-30
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-03-31
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: ==11124== Releasing lock...
[2026-04-06 06:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:42:03] Production.INFO: Date 2026-04-01
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-04-02
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-04-03
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-04-04
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-04-05
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Date 2026-04-06
[2026-04-06 06:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:42:03] Production.INFO: Total Charge 0
[2026-04-06 06:42:04] Production.INFO: CreateAllLog End
[2026-04-06 06:42:04] Production.INFO: Account Balance End.
[2026-04-06 06:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:42:04] Production.INFO: ==11128== Releasing lock...
[2026-04-06 06:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:42:10] Production.ERROR: CronJobId end10
[2026-04-06 06:42:10] Production.INFO: ==11126== Releasing lock...
[2026-04-06 06:42:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:42:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:42:14] Production.INFO: call_cost start
[2026-04-06 06:42:14] Production.INFO: call_cost end
[2026-04-06 06:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:42:14] Production.INFO: ==11122== Releasing lock...
[2026-04-06 06:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:43:01] Production.INFO: ==11200== Lock acquired, processing the job...
[2026-04-06 11:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:43:01] Production.INFO: neon service started
[2026-04-06 11:43:01] Production.INFO: neon service started
[2026-04-06 11:43:01] Production.INFO: ==11200== Releasing lock...
[2026-04-06 11:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:43:02] Production.INFO: ==11204== Lock acquired, processing the job...
[2026-04-06 10:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:43:02] Production.INFO: ==11204== Releasing lock...
[2026-04-06 10:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:43:02] Production.INFO: ==11202== Lock acquired, processing the job...
[2026-04-06 06:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:43:02] Production.INFO: ==11202== Releasing lock...
[2026-04-06 06:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:43:03] Production.INFO: ==11211== Lock acquired, processing the job...
[2026-04-06 06:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:43:03] Production.INFO: ==11207== Lock acquired, processing the job...
[2026-04-06 06:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:43:03] Production.INFO: ==11209== Lock acquired, processing the job...
[2026-04-06 06:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:43:03] Production.INFO: ==11213== Lock acquired, processing the job...
[2026-04-06 06:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:43:03] Production.INFO: ==11215== Lock acquired, processing the job...
[2026-04-06 06:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:43:03] Production.INFO: Account Balance Start.
[2026-04-06 06:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:43:03] Production.INFO: 117
[2026-04-06 06:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:43:03] Production.INFO: ==11215== Releasing lock...
[2026-04-06 06:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: ==11209== Releasing lock...
[2026-04-06 06:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:43:05] Production.INFO: Total Charge 0
[2026-04-06 06:43:05] Production.INFO: CreateAllLog End
[2026-04-06 06:43:05] Production.INFO: Account Balance End.
[2026-04-06 06:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:43:05] Production.INFO: ==11213== Releasing lock...
[2026-04-06 06:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:43:10] Production.ERROR: CronJobId end10
[2026-04-06 06:43:10] Production.INFO: ==11211== Releasing lock...
[2026-04-06 06:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:43:13] Production.INFO: call_cost start
[2026-04-06 06:43:13] Production.INFO: call_cost end
[2026-04-06 06:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:43:13] Production.INFO: ==11207== Releasing lock...
[2026-04-06 06:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:44:02] Production.INFO: ==11274== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:44:02] Production.INFO: neon service started
[2026-04-06 11:44:02] Production.INFO: neon service started
[2026-04-06 11:44:02] Production.INFO: ==11274== Releasing lock...
[2026-04-06 11:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:44:02] Production.INFO: ==11276== Lock acquired, processing the job...
[2026-04-06 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:44:02] Production.INFO: ==11276== Releasing lock...
[2026-04-06 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:44:02] Production.INFO: ==11278== Lock acquired, processing the job...
[2026-04-06 10:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:44:03] Production.INFO: ==11278== Releasing lock...
[2026-04-06 10:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:44:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:44:03] Production.INFO: ==11281== Lock acquired, processing the job...
[2026-04-06 06:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:44:03] Production.INFO: ==11287== Lock acquired, processing the job...
[2026-04-06 06:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:44:03] Production.INFO: ==11283== Lock acquired, processing the job...
[2026-04-06 06:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:44:03] Production.INFO: Account Balance Start.
[2026-04-06 06:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:44:03] Production.INFO: 117
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: ==11285== Lock acquired, processing the job...
[2026-04-06 06:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: ==11289== Lock acquired, processing the job...
[2026-04-06 06:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:44:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:44:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:44:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:44:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:44:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:44:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: ==11289== Releasing lock...
[2026-04-06 06:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: ==11283== Releasing lock...
[2026-04-06 06:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:44:04] Production.INFO: Total Charge 0
[2026-04-06 06:44:04] Production.INFO: CreateAllLog End
[2026-04-06 06:44:04] Production.INFO: Account Balance End.
[2026-04-06 06:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:44:04] Production.INFO: ==11287== Releasing lock...
[2026-04-06 06:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:44:11] Production.ERROR: CronJobId end10
[2026-04-06 06:44:11] Production.INFO: ==11285== Releasing lock...
[2026-04-06 06:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:44:13] Production.INFO: call_cost start
[2026-04-06 06:44:13] Production.INFO: call_cost end
[2026-04-06 06:44:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:44:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:44:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:44:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:44:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:44:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:44:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:44:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:44:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:44:13] Production.INFO: ==11281== Releasing lock...
[2026-04-06 06:44:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:44:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:45:01] Production.INFO: ==11343== Lock acquired, processing the job...
[2026-04-06 11:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:45:01] Production.INFO: neon service started
[2026-04-06 11:45:01] Production.INFO: neon service started
[2026-04-06 11:45:01] Production.INFO: ==11343== Releasing lock...
[2026-04-06 11:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:45:01] Production.INFO: ==11345== Lock acquired, processing the job...
[2026-04-06 06:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:45:02] Production.INFO: ==11345== Releasing lock...
[2026-04-06 06:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:45:02] Production.INFO: ==11347== Lock acquired, processing the job...
[2026-04-06 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:45:02] Production.INFO: ==11347== Releasing lock...
[2026-04-06 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:45:02] Production.INFO: ==11352== Lock acquired, processing the job...
[2026-04-06 06:45:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:45:02] Production.INFO: ==11356== Lock acquired, processing the job...
[2026-04-06 06:45:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:45:03] Production.INFO: ==11350== Lock acquired, processing the job...
[2026-04-06 06:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:45:03] Production.INFO: ==11358== Lock acquired, processing the job...
[2026-04-06 06:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:45:03] Production.INFO: ==11354== Lock acquired, processing the job...
[2026-04-06 06:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:45:03] Production.INFO: Account Balance Start.
[2026-04-06 06:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:45:03] Production.INFO: 117
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:45:03] Production.INFO: ==11358== Releasing lock...
[2026-04-06 06:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: ==11352== Releasing lock...
[2026-04-06 06:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:45:04] Production.INFO: Total Charge 0
[2026-04-06 06:45:04] Production.INFO: CreateAllLog End
[2026-04-06 06:45:04] Production.INFO: Account Balance End.
[2026-04-06 06:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:45:04] Production.INFO: ==11356== Releasing lock...
[2026-04-06 06:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:45:10] Production.ERROR: CronJobId end10
[2026-04-06 06:45:10] Production.INFO: ==11354== Releasing lock...
[2026-04-06 06:45:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:45:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:45:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:45:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:45:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:45:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:45:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:45:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:45:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:45:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:45:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:45:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:45:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:45:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:45:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:45:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:45:12] Production.INFO: call_cost start
[2026-04-06 06:45:12] Production.INFO: call_cost end
[2026-04-06 06:45:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:45:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:45:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:45:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:45:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:45:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:45:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:45:12] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:45:12] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:45:12] Production.INFO: ==11350== Releasing lock...
[2026-04-06 06:45:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:45:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:46:01] Production.INFO: ==11416== Lock acquired, processing the job...
[2026-04-06 11:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:46:01] Production.INFO: neon service started
[2026-04-06 11:46:01] Production.INFO: neon service started
[2026-04-06 11:46:01] Production.INFO: ==11416== Releasing lock...
[2026-04-06 11:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:46:02] Production.INFO: ==11420== Lock acquired, processing the job...
[2026-04-06 10:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:46:02] Production.INFO: ==11420== Releasing lock...
[2026-04-06 10:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:46:02] Production.INFO: ==11418== Lock acquired, processing the job...
[2026-04-06 06:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:46:02] Production.INFO: ==11418== Releasing lock...
[2026-04-06 06:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:46:03] Production.INFO: ==11423== Lock acquired, processing the job...
[2026-04-06 06:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:46:03] Production.INFO: ==11425== Lock acquired, processing the job...
[2026-04-06 06:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:46:03] Production.INFO: ==11429== Lock acquired, processing the job...
[2026-04-06 06:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:46:03] Production.INFO: ==11427== Lock acquired, processing the job...
[2026-04-06 06:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:46:03] Production.INFO: ==11431== Lock acquired, processing the job...
[2026-04-06 06:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:46:03] Production.INFO: Account Balance Start.
[2026-04-06 06:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:46:03] Production.INFO: 117
[2026-04-06 06:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:03] Production.INFO: ==11431== Releasing lock...
[2026-04-06 06:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: ==11425== Releasing lock...
[2026-04-06 06:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:46:05] Production.INFO: Total Charge 0
[2026-04-06 06:46:05] Production.INFO: CreateAllLog End
[2026-04-06 06:46:05] Production.INFO: Account Balance End.
[2026-04-06 06:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:46:05] Production.INFO: ==11429== Releasing lock...
[2026-04-06 06:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:46:12] Production.ERROR: CronJobId end10
[2026-04-06 06:46:12] Production.INFO: ==11427== Releasing lock...
[2026-04-06 06:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:46:14] Production.INFO: call_cost start
[2026-04-06 06:46:14] Production.INFO: call_cost end
[2026-04-06 06:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:46:14] Production.INFO: ==11423== Releasing lock...
[2026-04-06 06:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:47:01] Production.INFO: ==11489== Lock acquired, processing the job...
[2026-04-06 11:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:47:01] Production.INFO: neon service started
[2026-04-06 11:47:01] Production.INFO: neon service started
[2026-04-06 11:47:01] Production.INFO: ==11489== Releasing lock...
[2026-04-06 11:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:47:01] Production.INFO: ==11493== Lock acquired, processing the job...
[2026-04-06 10:47:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:47:01] Production.INFO: ==11493== Releasing lock...
[2026-04-06 10:47:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:47:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:47:01] Production.INFO: ==11491== Lock acquired, processing the job...
[2026-04-06 06:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:47:02] Production.INFO: ==11491== Releasing lock...
[2026-04-06 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:47:02] Production.INFO: ==11496== Lock acquired, processing the job...
[2026-04-06 06:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:47:02] Production.INFO: ==11498== Lock acquired, processing the job...
[2026-04-06 06:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:47:02] Production.INFO: ==11500== Lock acquired, processing the job...
[2026-04-06 06:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:47:03] Production.INFO: ==11502== Lock acquired, processing the job...
[2026-04-06 06:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:47:03] Production.INFO: Account Balance Start.
[2026-04-06 06:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:47:03] Production.INFO: ==11504== Lock acquired, processing the job...
[2026-04-06 06:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:47:03] Production.INFO: 117
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:47:03] Production.INFO: ==11504== Releasing lock...
[2026-04-06 06:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: ==11498== Releasing lock...
[2026-04-06 06:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-24
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-25
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-26
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-27
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-28
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:03] Production.INFO: Date 2026-03-29
[2026-04-06 06:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:47:04] Production.INFO: Total Charge 0
[2026-04-06 06:47:04] Production.INFO: CreateAllLog End
[2026-04-06 06:47:04] Production.INFO: Account Balance End.
[2026-04-06 06:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:47:04] Production.INFO: ==11502== Releasing lock...
[2026-04-06 06:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:47:10] Production.ERROR: CronJobId end10
[2026-04-06 06:47:10] Production.INFO: ==11500== Releasing lock...
[2026-04-06 06:47:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:47:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:47:13] Production.INFO: call_cost start
[2026-04-06 06:47:13] Production.INFO: call_cost end
[2026-04-06 06:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:47:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:47:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:47:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:47:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:47:13] Production.INFO: ==11496== Releasing lock...
[2026-04-06 06:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:48:01] Production.INFO: ==11565== Lock acquired, processing the job...
[2026-04-06 11:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:48:01] Production.INFO: neon service started
[2026-04-06 11:48:01] Production.INFO: neon service started
[2026-04-06 11:48:01] Production.INFO: ==11565== Releasing lock...
[2026-04-06 11:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:48:02] Production.INFO: ==11569== Lock acquired, processing the job...
[2026-04-06 10:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:48:02] Production.INFO: ==11569== Releasing lock...
[2026-04-06 10:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:48:02] Production.INFO: ==11567== Lock acquired, processing the job...
[2026-04-06 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:48:02] Production.INFO: ==11567== Releasing lock...
[2026-04-06 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:48:03] Production.INFO: ==11572== Lock acquired, processing the job...
[2026-04-06 06:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:48:03] Production.INFO: ==11574== Lock acquired, processing the job...
[2026-04-06 06:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:48:03] Production.INFO: ==11576== Lock acquired, processing the job...
[2026-04-06 06:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:48:03] Production.INFO: ==11578== Lock acquired, processing the job...
[2026-04-06 06:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:48:03] Production.INFO: ==11580== Lock acquired, processing the job...
[2026-04-06 06:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:48:03] Production.INFO: Account Balance Start.
[2026-04-06 06:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:48:03] Production.INFO: 117
[2026-04-06 06:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:48:03] Production.INFO: ==11580== Releasing lock...
[2026-04-06 06:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: ==11574== Releasing lock...
[2026-04-06 06:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-18
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-19
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-20
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-21
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-22
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-23
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-24
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-25
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-26
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:06] Production.INFO: Date 2026-04-03
[2026-04-06 06:48:06] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:06] Production.INFO: Date 2026-04-04
[2026-04-06 06:48:06] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:06] Production.INFO: Date 2026-04-05
[2026-04-06 06:48:06] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:06] Production.INFO: Date 2026-04-06
[2026-04-06 06:48:06] Production.INFO: Reseller ==> 0
[2026-04-06 06:48:06] Production.INFO: Total Charge 0
[2026-04-06 06:48:06] Production.INFO: CreateAllLog End
[2026-04-06 06:48:06] Production.INFO: Account Balance End.
[2026-04-06 06:48:06] Production.ERROR: CronJobId end 12
[2026-04-06 06:48:06] Production.INFO: ==11578== Releasing lock...
[2026-04-06 06:48:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:48:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:48:12] Production.ERROR: CronJobId end10
[2026-04-06 06:48:12] Production.INFO: ==11576== Releasing lock...
[2026-04-06 06:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:48:15] Production.INFO: call_cost start
[2026-04-06 06:48:15] Production.INFO: call_cost end
[2026-04-06 06:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:48:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:48:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:48:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:48:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:48:15] Production.INFO: ==11572== Releasing lock...
[2026-04-06 06:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:49:02] Production.INFO: ==11636== Lock acquired, processing the job...
[2026-04-06 11:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:49:02] Production.INFO: neon service started
[2026-04-06 11:49:02] Production.INFO: neon service started
[2026-04-06 11:49:02] Production.INFO: ==11636== Releasing lock...
[2026-04-06 11:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:49:02] Production.INFO: ==11639== Lock acquired, processing the job...
[2026-04-06 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:49:02] Production.INFO: ==11639== Releasing lock...
[2026-04-06 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:49:03] Production.INFO: ==11641== Lock acquired, processing the job...
[2026-04-06 10:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:49:03] Production.INFO: ==11641== Releasing lock...
[2026-04-06 10:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:49:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:49:03] Production.INFO: ==11643== Lock acquired, processing the job...
[2026-04-06 06:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:49:03] Production.INFO: ==11649== Lock acquired, processing the job...
[2026-04-06 06:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:49:03] Production.INFO: Account Balance Start.
[2026-04-06 06:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:49:03] Production.INFO: 117
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: ==11645== Lock acquired, processing the job...
[2026-04-06 06:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:03] Production.INFO: ==11651== Lock acquired, processing the job...
[2026-04-06 06:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:49:04] Production.INFO: ==11647== Lock acquired, processing the job...
[2026-04-06 06:49:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:49:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:49:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:49:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:49:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:49:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:49:04] Production.INFO: ==11651== Releasing lock...
[2026-04-06 06:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: ==11645== Releasing lock...
[2026-04-06 06:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:49:05] Production.INFO: Total Charge 0
[2026-04-06 06:49:05] Production.INFO: CreateAllLog End
[2026-04-06 06:49:05] Production.INFO: Account Balance End.
[2026-04-06 06:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:49:05] Production.INFO: ==11649== Releasing lock...
[2026-04-06 06:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:49:11] Production.ERROR: CronJobId end10
[2026-04-06 06:49:11] Production.INFO: ==11647== Releasing lock...
[2026-04-06 06:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:49:14] Production.INFO: call_cost start
[2026-04-06 06:49:14] Production.INFO: call_cost end
[2026-04-06 06:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:49:14] Production.INFO: ==11643== Releasing lock...
[2026-04-06 06:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:50:01] Production.INFO: ==11707== Lock acquired, processing the job...
[2026-04-06 11:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:50:01] Production.INFO: neon service started
[2026-04-06 11:50:01] Production.INFO: neon service started
[2026-04-06 11:50:01] Production.INFO: ==11707== Releasing lock...
[2026-04-06 11:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:50:02] Production.INFO: ==11711== Lock acquired, processing the job...
[2026-04-06 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:50:02] Production.INFO: ==11711== Releasing lock...
[2026-04-06 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:50:02] Production.INFO: ==11709== Lock acquired, processing the job...
[2026-04-06 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:50:02] Production.INFO: ==11709== Releasing lock...
[2026-04-06 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:50:03] Production.INFO: ==11718== Lock acquired, processing the job...
[2026-04-06 06:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:50:03] Production.INFO: ==11714== Lock acquired, processing the job...
[2026-04-06 06:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:50:03] Production.INFO: ==11720== Lock acquired, processing the job...
[2026-04-06 06:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:50:03] Production.INFO: ==11716== Lock acquired, processing the job...
[2026-04-06 06:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:50:03] Production.INFO: ==11722== Lock acquired, processing the job...
[2026-04-06 06:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:50:03] Production.INFO: Account Balance Start.
[2026-04-06 06:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:50:03] Production.INFO: 117
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: ==11722== Releasing lock...
[2026-04-06 06:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-21
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-22
[2026-04-06 06:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:03] Production.INFO: Date 2026-03-23
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: ==11716== Releasing lock...
[2026-04-06 06:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:50:04] Production.INFO: Total Charge 0
[2026-04-06 06:50:04] Production.INFO: CreateAllLog End
[2026-04-06 06:50:04] Production.INFO: Account Balance End.
[2026-04-06 06:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:50:04] Production.INFO: ==11720== Releasing lock...
[2026-04-06 06:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:50:11] Production.ERROR: CronJobId end10
[2026-04-06 06:50:11] Production.INFO: ==11718== Releasing lock...
[2026-04-06 06:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:50:13] Production.INFO: call_cost start
[2026-04-06 06:50:13] Production.INFO: call_cost end
[2026-04-06 06:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:50:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:50:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:50:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:50:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:50:13] Production.INFO: ==11714== Releasing lock...
[2026-04-06 06:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:51:02] Production.INFO: ==11781== Lock acquired, processing the job...
[2026-04-06 11:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:51:02] Production.INFO: neon service started
[2026-04-06 11:51:02] Production.INFO: neon service started
[2026-04-06 11:51:02] Production.INFO: ==11781== Releasing lock...
[2026-04-06 11:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:51:02] Production.INFO: ==11785== Lock acquired, processing the job...
[2026-04-06 10:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:51:02] Production.INFO: ==11785== Releasing lock...
[2026-04-06 10:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:51:02] Production.INFO: ==11783== Lock acquired, processing the job...
[2026-04-06 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:51:02] Production.INFO: ==11783== Releasing lock...
[2026-04-06 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:51:03] Production.INFO: ==11790== Lock acquired, processing the job...
[2026-04-06 06:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:51:03] Production.INFO: ==11792== Lock acquired, processing the job...
[2026-04-06 06:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:51:03] Production.INFO: ==11788== Lock acquired, processing the job...
[2026-04-06 06:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 06:51:03] Production.INFO: ==11794== Lock acquired, processing the job...
[2026-04-06 06:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 06:51:04] Production.ERROR: CronJob PID - 11790
[2026-04-06 06:51:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 06:51:04] Production.ERROR: CronJob ID - 5
[2026-04-06 06:51:04] Production.ERROR: CronJob Last Run Time 2026-04-06 06:51:00
[2026-04-06 06:51:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 06:51:04] Production.ERROR: CronJob PID - 11792
[2026-04-06 06:51:04] Production.ERROR: CronJob Title - Account Block
[2026-04-06 06:51:04] Production.ERROR: CronJob ID - 7
[2026-04-06 06:51:04] Production.ERROR: CronJob Last Run Time 2026-04-06 06:51:00
[2026-04-06 06:51:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 06:51:04] Production.ERROR: CronJob PID - 11794
[2026-04-06 06:51:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 06:51:04] Production.ERROR: CronJob ID - 10
[2026-04-06 06:51:04] Production.ERROR: CronJob Last Run Time 2026-04-06 06:51:00
[2026-04-06 06:51:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 06:51:04] Production.INFO: ==11798== Lock acquired, processing the job...
[2026-04-06 06:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 06:51:04] Production.INFO: ==11796== Lock acquired, processing the job...
[2026-04-06 06:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:51:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 06:51:04] Production.INFO: ==11788== Releasing lock...
[2026-04-06 06:51:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 06:51:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 06:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 06:51:04] Production.INFO: Account Balance Start.
[2026-04-06 06:51:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:51:04] Production.INFO: 117
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: ==11800== Lock acquired, processing the job...
[2026-04-06 06:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: ==11792== Releasing lock...
[2026-04-06 06:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:04] Production.INFO: ==11800== Releasing lock...
[2026-04-06 06:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:51:05] Production.ERROR: done
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-23
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 06:51:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046273', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-24
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-25
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-26
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:51:06] Production.INFO: Total Charge 0
[2026-04-06 06:51:06] Production.INFO: CreateAllLog End
[2026-04-06 06:51:06] Production.INFO: Account Balance End.
[2026-04-06 06:51:06] Production.ERROR: CronJobId end 12
[2026-04-06 06:51:06] Production.INFO: ==11796== Releasing lock...
[2026-04-06 06:51:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:51:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:51:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046273', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 06:51:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 06:51:11] Production.INFO: ProcessCDR(1,17046273,1,1,2)
[2026-04-06 06:51:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046273,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:51:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046273,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 06:51:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 06:51:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 06:51:11] Production.INFO: ==11798== Releasing lock...
[2026-04-06 06:51:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 06:51:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 06:51:14] Production.ERROR: CronJobId end10
[2026-04-06 06:51:14] Production.INFO: ==11794== Releasing lock...
[2026-04-06 06:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:51:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:51:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:51:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:51:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:51:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:51:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:51:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:51:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:51:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:51:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:51:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:51:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:51:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:51:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:51:18] Production.INFO: call_cost start
[2026-04-06 06:51:18] Production.INFO: call_cost end
[2026-04-06 06:51:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:51:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:51:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:51:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:51:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:51:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:51:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:51:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:51:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:51:18] Production.INFO: ==11790== Releasing lock...
[2026-04-06 06:51:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:51:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:52:01] Production.INFO: ==11860== Lock acquired, processing the job...
[2026-04-06 11:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:52:01] Production.INFO: neon service started
[2026-04-06 11:52:01] Production.INFO: neon service started
[2026-04-06 11:52:01] Production.INFO: ==11860== Releasing lock...
[2026-04-06 11:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:52:01] Production.INFO: ==11862== Lock acquired, processing the job...
[2026-04-06 06:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:52:02] Production.INFO: ==11862== Releasing lock...
[2026-04-06 06:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:52:02] Production.INFO: ==11864== Lock acquired, processing the job...
[2026-04-06 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:52:02] Production.INFO: ==11864== Releasing lock...
[2026-04-06 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:52:02] Production.INFO: ==11875== Lock acquired, processing the job...
[2026-04-06 06:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:52:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:52:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:52:03] Production.INFO: ==11875== Releasing lock...
[2026-04-06 06:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:52:03] Production.INFO: ==11867== Lock acquired, processing the job...
[2026-04-06 06:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:52:03] Production.INFO: ==11869== Lock acquired, processing the job...
[2026-04-06 06:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:52:03] Production.INFO: ==11873== Lock acquired, processing the job...
[2026-04-06 06:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:52:03] Production.INFO: ==11871== Lock acquired, processing the job...
[2026-04-06 06:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:52:03] Production.INFO: Account Balance Start.
[2026-04-06 06:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:52:03] Production.INFO: 117
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: ==11869== Releasing lock...
[2026-04-06 06:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:52:04] Production.INFO: Total Charge 0
[2026-04-06 06:52:04] Production.INFO: CreateAllLog End
[2026-04-06 06:52:04] Production.INFO: Account Balance End.
[2026-04-06 06:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:52:05] Production.INFO: ==11873== Releasing lock...
[2026-04-06 06:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:52:11] Production.ERROR: CronJobId end10
[2026-04-06 06:52:11] Production.INFO: ==11871== Releasing lock...
[2026-04-06 06:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:52:13] Production.INFO: call_cost start
[2026-04-06 06:52:13] Production.INFO: call_cost end
[2026-04-06 06:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:52:13] Production.INFO: ==11867== Releasing lock...
[2026-04-06 06:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:53:01] Production.INFO: ==11932== Lock acquired, processing the job...
[2026-04-06 11:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:53:01] Production.INFO: neon service started
[2026-04-06 11:53:01] Production.INFO: neon service started
[2026-04-06 11:53:01] Production.INFO: ==11932== Releasing lock...
[2026-04-06 11:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:53:02] Production.INFO: ==11936== Lock acquired, processing the job...
[2026-04-06 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:53:02] Production.INFO: ==11936== Releasing lock...
[2026-04-06 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:53:02] Production.INFO: ==11934== Lock acquired, processing the job...
[2026-04-06 06:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:53:02] Production.INFO: ==11934== Releasing lock...
[2026-04-06 06:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:53:03] Production.INFO: ==11940== Lock acquired, processing the job...
[2026-04-06 06:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:53:03] Production.INFO: ==11938== Lock acquired, processing the job...
[2026-04-06 06:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:53:03] Production.INFO: ==11942== Lock acquired, processing the job...
[2026-04-06 06:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:53:03] Production.INFO: ==11944== Lock acquired, processing the job...
[2026-04-06 06:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:53:03] Production.INFO: ==11947== Lock acquired, processing the job...
[2026-04-06 06:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:53:03] Production.INFO: Account Balance Start.
[2026-04-06 06:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:53:03] Production.INFO: 117
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: ==11947== Releasing lock...
[2026-04-06 06:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 06:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: ==11940== Releasing lock...
[2026-04-06 06:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:53:04] Production.INFO: Total Charge 0
[2026-04-06 06:53:04] Production.INFO: CreateAllLog End
[2026-04-06 06:53:04] Production.INFO: Account Balance End.
[2026-04-06 06:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:53:04] Production.INFO: ==11944== Releasing lock...
[2026-04-06 06:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:53:12] Production.ERROR: CronJobId end10
[2026-04-06 06:53:12] Production.INFO: ==11942== Releasing lock...
[2026-04-06 06:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:53:14] Production.INFO: call_cost start
[2026-04-06 06:53:14] Production.INFO: call_cost end
[2026-04-06 06:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:53:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:53:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:53:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:53:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:53:15] Production.INFO: ==11938== Releasing lock...
[2026-04-06 06:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:54:02] Production.INFO: ==12006== Lock acquired, processing the job...
[2026-04-06 11:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:54:02] Production.INFO: neon service started
[2026-04-06 11:54:02] Production.INFO: neon service started
[2026-04-06 11:54:02] Production.INFO: ==12006== Releasing lock...
[2026-04-06 11:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:54:02] Production.INFO: ==12009== Lock acquired, processing the job...
[2026-04-06 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:54:02] Production.INFO: ==12009== Releasing lock...
[2026-04-06 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:54:03] Production.INFO: ==12011== Lock acquired, processing the job...
[2026-04-06 10:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:54:03] Production.INFO: ==12011== Releasing lock...
[2026-04-06 10:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:54:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:54:03] Production.INFO: ==12019== Lock acquired, processing the job...
[2026-04-06 06:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:54:03] Production.INFO: ==12013== Lock acquired, processing the job...
[2026-04-06 06:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:54:03] Production.INFO: ==12015== Lock acquired, processing the job...
[2026-04-06 06:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:54:03] Production.INFO: ==12017== Lock acquired, processing the job...
[2026-04-06 06:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:54:04] Production.INFO: ==12021== Lock acquired, processing the job...
[2026-04-06 06:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:54:04] Production.INFO: Account Balance Start.
[2026-04-06 06:54:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:54:04] Production.INFO: 117
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:54:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:54:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:54:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:54:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:54:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:54:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:54:04] Production.INFO: ==12021== Releasing lock...
[2026-04-06 06:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: ==12015== Releasing lock...
[2026-04-06 06:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-24
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-25
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-26
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-27
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-28
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-29
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-30
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-03-31
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-04-01
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-04-02
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-04-03
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-04-04
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-04-05
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Date 2026-04-06
[2026-04-06 06:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 06:54:05] Production.INFO: Total Charge 0
[2026-04-06 06:54:05] Production.INFO: CreateAllLog End
[2026-04-06 06:54:05] Production.INFO: Account Balance End.
[2026-04-06 06:54:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:54:05] Production.INFO: ==12019== Releasing lock...
[2026-04-06 06:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:54:12] Production.ERROR: CronJobId end10
[2026-04-06 06:54:12] Production.INFO: ==12017== Releasing lock...
[2026-04-06 06:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:54:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:54:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:54:16] Production.INFO: call_cost start
[2026-04-06 06:54:16] Production.INFO: call_cost end
[2026-04-06 06:54:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:54:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:54:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:54:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:54:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:54:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:54:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:54:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:54:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:54:16] Production.INFO: ==12013== Releasing lock...
[2026-04-06 06:54:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:54:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:55:01] Production.INFO: ==12077== Lock acquired, processing the job...
[2026-04-06 11:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:55:01] Production.INFO: neon service started
[2026-04-06 11:55:01] Production.INFO: neon service started
[2026-04-06 11:55:01] Production.INFO: ==12077== Releasing lock...
[2026-04-06 11:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:55:02] Production.INFO: ==12081== Lock acquired, processing the job...
[2026-04-06 10:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:55:02] Production.INFO: ==12081== Releasing lock...
[2026-04-06 10:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:55:02] Production.INFO: ==12079== Lock acquired, processing the job...
[2026-04-06 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:55:02] Production.INFO: ==12079== Releasing lock...
[2026-04-06 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:55:03] Production.INFO: ==12083== Lock acquired, processing the job...
[2026-04-06 06:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:55:03] Production.INFO: ==12085== Lock acquired, processing the job...
[2026-04-06 06:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:55:03] Production.INFO: ==12087== Lock acquired, processing the job...
[2026-04-06 06:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:55:03] Production.INFO: ==12089== Lock acquired, processing the job...
[2026-04-06 06:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:55:03] Production.INFO: ==12092== Lock acquired, processing the job...
[2026-04-06 06:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:55:03] Production.INFO: Account Balance Start.
[2026-04-06 06:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:55:03] Production.INFO: 117
[2026-04-06 06:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:03] Production.INFO: ==12092== Releasing lock...
[2026-04-06 06:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: ==12085== Releasing lock...
[2026-04-06 06:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:55:04] Production.INFO: Total Charge 0
[2026-04-06 06:55:05] Production.INFO: CreateAllLog End
[2026-04-06 06:55:05] Production.INFO: Account Balance End.
[2026-04-06 06:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:55:05] Production.INFO: ==12089== Releasing lock...
[2026-04-06 06:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:55:11] Production.ERROR: CronJobId end10
[2026-04-06 06:55:11] Production.INFO: ==12087== Releasing lock...
[2026-04-06 06:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:55:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:55:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:55:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:55:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:55:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:55:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:55:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:55:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:55:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:55:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:55:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:55:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:55:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:55:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:55:13] Production.INFO: call_cost start
[2026-04-06 06:55:13] Production.INFO: call_cost end
[2026-04-06 06:55:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:55:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:55:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:55:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:55:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:55:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:55:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:55:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:55:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:55:13] Production.INFO: ==12083== Releasing lock...
[2026-04-06 06:55:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:55:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:56:02] Production.INFO: ==12146== Lock acquired, processing the job...
[2026-04-06 11:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:56:02] Production.INFO: neon service started
[2026-04-06 11:56:02] Production.INFO: neon service started
[2026-04-06 11:56:02] Production.INFO: ==12146== Releasing lock...
[2026-04-06 11:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:56:02] Production.INFO: ==12150== Lock acquired, processing the job...
[2026-04-06 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:56:02] Production.INFO: ==12150== Releasing lock...
[2026-04-06 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:56:02] Production.INFO: ==12148== Lock acquired, processing the job...
[2026-04-06 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 06:56:02] Production.INFO: ==12148== Releasing lock...
[2026-04-06 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:56:03] Production.INFO: ==12153== Lock acquired, processing the job...
[2026-04-06 06:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:56:03] Production.INFO: ==12157== Lock acquired, processing the job...
[2026-04-06 06:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:56:03] Production.INFO: ==12161== Lock acquired, processing the job...
[2026-04-06 06:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:56:03] Production.INFO: ==12155== Lock acquired, processing the job...
[2026-04-06 06:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:56:03] Production.INFO: ==12159== Lock acquired, processing the job...
[2026-04-06 06:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:56:03] Production.INFO: ==12161== Releasing lock...
[2026-04-06 06:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:56:04] Production.INFO: Account Balance Start.
[2026-04-06 06:56:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:56:04] Production.INFO: 117
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: ==12155== Releasing lock...
[2026-04-06 06:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:56:04] Production.INFO: Total Charge 0
[2026-04-06 06:56:04] Production.INFO: CreateAllLog End
[2026-04-06 06:56:05] Production.INFO: Account Balance End.
[2026-04-06 06:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:56:05] Production.INFO: ==12159== Releasing lock...
[2026-04-06 06:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:56:10] Production.ERROR: CronJobId end10
[2026-04-06 06:56:10] Production.INFO: ==12157== Releasing lock...
[2026-04-06 06:56:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:56:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:56:14] Production.INFO: call_cost start
[2026-04-06 06:56:14] Production.INFO: call_cost end
[2026-04-06 06:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:56:14] Production.INFO: ==12153== Releasing lock...
[2026-04-06 06:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:57:01] Production.INFO: ==12218== Lock acquired, processing the job...
[2026-04-06 11:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:57:01] Production.INFO: neon service started
[2026-04-06 11:57:01] Production.INFO: neon service started
[2026-04-06 11:57:01] Production.INFO: ==12218== Releasing lock...
[2026-04-06 11:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:57:02] Production.INFO: ==12220== Lock acquired, processing the job...
[2026-04-06 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:57:02] Production.INFO: ==12222== Lock acquired, processing the job...
[2026-04-06 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:57:02] Production.INFO: ==12222== Releasing lock...
[2026-04-06 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:57:02] Production.INFO: ==12220== Releasing lock...
[2026-04-06 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:57:03] Production.INFO: ==12225== Lock acquired, processing the job...
[2026-04-06 06:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:57:03] Production.INFO: ==12231== Lock acquired, processing the job...
[2026-04-06 06:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:57:03] Production.INFO: Account Balance Start.
[2026-04-06 06:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:57:03] Production.INFO: 117
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: ==12227== Lock acquired, processing the job...
[2026-04-06 06:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: ==12229== Lock acquired, processing the job...
[2026-04-06 06:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: ==12233== Lock acquired, processing the job...
[2026-04-06 06:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 06:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: ==12233== Releasing lock...
[2026-04-06 06:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:57:04] Production.INFO: ==12227== Releasing lock...
[2026-04-06 06:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:57:04] Production.INFO: Total Charge 0
[2026-04-06 06:57:04] Production.INFO: CreateAllLog End
[2026-04-06 06:57:04] Production.INFO: Account Balance End.
[2026-04-06 06:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:57:04] Production.INFO: ==12231== Releasing lock...
[2026-04-06 06:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:57:11] Production.ERROR: CronJobId end10
[2026-04-06 06:57:11] Production.INFO: ==12229== Releasing lock...
[2026-04-06 06:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:57:14] Production.INFO: call_cost start
[2026-04-06 06:57:14] Production.INFO: call_cost end
[2026-04-06 06:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:57:14] Production.INFO: ==12225== Releasing lock...
[2026-04-06 06:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:58:02] Production.INFO: ==12299== Lock acquired, processing the job...
[2026-04-06 11:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:58:02] Production.INFO: neon service started
[2026-04-06 11:58:02] Production.INFO: neon service started
[2026-04-06 11:58:02] Production.INFO: ==12299== Releasing lock...
[2026-04-06 11:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:58:02] Production.INFO: ==12301== Lock acquired, processing the job...
[2026-04-06 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:58:02] Production.INFO: ==12303== Lock acquired, processing the job...
[2026-04-06 10:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:58:02] Production.INFO: ==12303== Releasing lock...
[2026-04-06 10:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:58:02] Production.INFO: ==12301== Releasing lock...
[2026-04-06 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:58:03] Production.INFO: ==12306== Lock acquired, processing the job...
[2026-04-06 06:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:58:03] Production.INFO: ==12308== Lock acquired, processing the job...
[2026-04-06 06:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:58:03] Production.INFO: ==12314== Lock acquired, processing the job...
[2026-04-06 06:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:58:03] Production.INFO: ==12310== Lock acquired, processing the job...
[2026-04-06 06:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:58:03] Production.INFO: ==12312== Lock acquired, processing the job...
[2026-04-06 06:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:58:03] Production.INFO: ==12314== Releasing lock...
[2026-04-06 06:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:58:04] Production.INFO: Account Balance Start.
[2026-04-06 06:58:04] Production.INFO: CreateAllLog Start
[2026-04-06 06:58:04] Production.INFO: 117
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-08
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-09
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-10
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-11
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-12
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: ==12308== Releasing lock...
[2026-04-06 06:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:58:04] Production.INFO: Total Charge 0
[2026-04-06 06:58:04] Production.INFO: CreateAllLog End
[2026-04-06 06:58:05] Production.INFO: Account Balance End.
[2026-04-06 06:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 06:58:05] Production.INFO: ==12312== Releasing lock...
[2026-04-06 06:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:58:11] Production.ERROR: CronJobId end10
[2026-04-06 06:58:11] Production.INFO: ==12310== Releasing lock...
[2026-04-06 06:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:58:14] Production.INFO: call_cost start
[2026-04-06 06:58:14] Production.INFO: call_cost end
[2026-04-06 06:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:58:14] Production.INFO: ==12306== Releasing lock...
[2026-04-06 06:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:59:01] Production.INFO: ==12368== Lock acquired, processing the job...
[2026-04-06 11:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 11:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 11:59:01] Production.INFO: neon service started
[2026-04-06 11:59:01] Production.INFO: neon service started
[2026-04-06 11:59:01] Production.INFO: ==12368== Releasing lock...
[2026-04-06 11:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 11:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 06:59:02] Production.INFO: ==12370== Lock acquired, processing the job...
[2026-04-06 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:59:02] Production.INFO: ==12372== Lock acquired, processing the job...
[2026-04-06 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:59:02] Production.INFO: ==12372== Releasing lock...
[2026-04-06 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 10:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 06:59:02] Production.INFO: ==12370== Releasing lock...
[2026-04-06 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 06:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 06:59:03] Production.INFO: ==12375== Lock acquired, processing the job...
[2026-04-06 06:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 06:59:03] Production.INFO: ==12381== Lock acquired, processing the job...
[2026-04-06 06:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 06:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 06:59:03] Production.INFO: ==12377== Lock acquired, processing the job...
[2026-04-06 06:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 06:59:03] Production.INFO: ==12379== Lock acquired, processing the job...
[2026-04-06 06:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 06:59:03] Production.INFO: ==12383== Lock acquired, processing the job...
[2026-04-06 06:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 06:59:03] Production.INFO: Account Balance Start.
[2026-04-06 06:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 06:59:03] Production.INFO: 117
[2026-04-06 06:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 06:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 06:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 06:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 06:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 06:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 06:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 06:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 06:59:03] Production.INFO: ==12383== Releasing lock...
[2026-04-06 06:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 06:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 06:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 06:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 06:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 06:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 06:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 06:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: ==12377== Releasing lock...
[2026-04-06 06:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 06:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 06:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 06:59:04] Production.INFO: Total Charge 0
[2026-04-06 06:59:04] Production.INFO: CreateAllLog End
[2026-04-06 06:59:04] Production.INFO: Account Balance End.
[2026-04-06 06:59:04] Production.ERROR: CronJobId end 12
[2026-04-06 06:59:04] Production.INFO: ==12381== Releasing lock...
[2026-04-06 06:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 06:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 06:59:10] Production.ERROR: CronJobId end10
[2026-04-06 06:59:10] Production.INFO: ==12379== Releasing lock...
[2026-04-06 06:59:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 06:59:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 06:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 06:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 06:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 06:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 06:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 06:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 06:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 06:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 06:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 06:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 06:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 06:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 06:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 06:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 06:59:13] Production.INFO: call_cost start
[2026-04-06 06:59:13] Production.INFO: call_cost end
[2026-04-06 06:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 06:59:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 06:59:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 06:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 06:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 06:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 06:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 06:59:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 06:59:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 06:59:13] Production.INFO: ==12375== Releasing lock...
[2026-04-06 06:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 06:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:00:01] Production.INFO: ==12441== Lock acquired, processing the job...
[2026-04-06 12:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:00:01] Production.INFO: neon service started
[2026-04-06 12:00:01] Production.INFO: neon service started
[2026-04-06 12:00:01] Production.INFO: ==12441== Releasing lock...
[2026-04-06 12:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:00:02] Production.INFO: ==12443== Lock acquired, processing the job...
[2026-04-06 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:00:02] Production.INFO: ==12443== Releasing lock...
[2026-04-06 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:00:02] Production.INFO: ==12445== Lock acquired, processing the job...
[2026-04-06 11:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:00:02] Production.INFO: ==12445== Releasing lock...
[2026-04-06 11:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:00:03] Production.INFO: ==12449== Lock acquired, processing the job...
[2026-04-06 07:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:00:03] Production.INFO: ==12453== Lock acquired, processing the job...
[2026-04-06 07:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:00:03] Production.INFO: ==12447== Lock acquired, processing the job...
[2026-04-06 07:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:00:03] Production.INFO: ==12455== Lock acquired, processing the job...
[2026-04-06 07:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:00:03] Production.INFO: ==12451== Lock acquired, processing the job...
[2026-04-06 07:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:00:03] Production.INFO: Account Balance Start.
[2026-04-06 07:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:00:03] Production.INFO: 117
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: ==12455== Releasing lock...
[2026-04-06 07:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: ==12449== Releasing lock...
[2026-04-06 07:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:00:05] Production.INFO: Total Charge 0
[2026-04-06 07:00:05] Production.INFO: CreateAllLog End
[2026-04-06 07:00:05] Production.INFO: Account Balance End.
[2026-04-06 07:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:00:05] Production.INFO: ==12453== Releasing lock...
[2026-04-06 07:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:00:11] Production.ERROR: CronJobId end10
[2026-04-06 07:00:11] Production.INFO: ==12451== Releasing lock...
[2026-04-06 07:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:00:14] Production.INFO: call_cost start
[2026-04-06 07:00:14] Production.INFO: call_cost end
[2026-04-06 07:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:00:14] Production.INFO: ==12447== Releasing lock...
[2026-04-06 07:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:01:01] Production.INFO: ==12516== Lock acquired, processing the job...
[2026-04-06 12:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:01:01] Production.INFO: neon service started
[2026-04-06 12:01:01] Production.INFO: neon service started
[2026-04-06 12:01:01] Production.INFO: ==12516== Releasing lock...
[2026-04-06 12:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:01:01] Production.INFO: ==12528== Lock acquired, processing the job...
[2026-04-06 07:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:01:02] Production.INFO: ==12528== Releasing lock...
[2026-04-06 07:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:01:02] Production.INFO: ==12530== Lock acquired, processing the job...
[2026-04-06 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:01:02] Production.INFO: ==12530== Releasing lock...
[2026-04-06 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:01:02] Production.INFO: ==12533== Lock acquired, processing the job...
[2026-04-06 07:01:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 07:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 07:01:03] Production.INFO: ==12537== Lock acquired, processing the job...
[2026-04-06 07:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 07:01:03] Production.INFO: ==12533== Releasing lock...
[2026-04-06 07:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 07:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:01:03] Production.INFO: ==12535== Lock acquired, processing the job...
[2026-04-06 07:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:01:03] Production.INFO: ==12539== Lock acquired, processing the job...
[2026-04-06 07:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:01:03] Production.INFO: ==12541== Lock acquired, processing the job...
[2026-04-06 07:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:01:03] Production.INFO: ==12543== Lock acquired, processing the job...
[2026-04-06 07:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 07:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:01:03] Production.INFO: Account Balance Start.
[2026-04-06 07:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:01:03] Production.INFO: 117
[2026-04-06 07:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: ==12545== Lock acquired, processing the job...
[2026-04-06 07:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:01:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.INFO: ==12537== Releasing lock...
[2026-04-06 07:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:01:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:01:03] Production.INFO: ==12545== Releasing lock...
[2026-04-06 07:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:03] Production.ERROR: done
[2026-04-06 07:01:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 07:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046314', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 07:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:01:04] Production.INFO: Total Charge 0
[2026-04-06 07:01:04] Production.INFO: CreateAllLog End
[2026-04-06 07:01:04] Production.INFO: Account Balance End.
[2026-04-06 07:01:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:01:04] Production.INFO: ==12541== Releasing lock...
[2026-04-06 07:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046314', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 07:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 07:01:10] Production.INFO: ProcessCDR(1,17046314,1,1,2)
[2026-04-06 07:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046314,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046314,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 07:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 07:01:10] Production.INFO: ==12543== Releasing lock...
[2026-04-06 07:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 07:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 07:01:13] Production.ERROR: CronJobId end10
[2026-04-06 07:01:13] Production.INFO: ==12539== Releasing lock...
[2026-04-06 07:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:01:16] Production.INFO: call_cost start
[2026-04-06 07:01:16] Production.INFO: call_cost end
[2026-04-06 07:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:01:16] Production.INFO: ==12535== Releasing lock...
[2026-04-06 07:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:02:01] Production.INFO: ==12600== Lock acquired, processing the job...
[2026-04-06 12:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:02:01] Production.INFO: neon service started
[2026-04-06 12:02:01] Production.INFO: neon service started
[2026-04-06 12:02:01] Production.INFO: ==12600== Releasing lock...
[2026-04-06 12:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:02:02] Production.INFO: ==12602== Lock acquired, processing the job...
[2026-04-06 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:02:02] Production.INFO: ==12602== Releasing lock...
[2026-04-06 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:02:02] Production.INFO: ==12605== Lock acquired, processing the job...
[2026-04-06 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:02:02] Production.INFO: ==12605== Releasing lock...
[2026-04-06 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:02:03] Production.INFO: ==12613== Lock acquired, processing the job...
[2026-04-06 07:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:02:03] Production.INFO: Account Balance Start.
[2026-04-06 07:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:02:03] Production.INFO: 117
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:02:03] Production.INFO: ==12617== Lock acquired, processing the job...
[2026-04-06 07:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: ==12607== Lock acquired, processing the job...
[2026-04-06 07:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:02:03] Production.INFO: ==12609== Lock acquired, processing the job...
[2026-04-06 07:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:02:03] Production.INFO: ==12611== Lock acquired, processing the job...
[2026-04-06 07:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: ==12617== Releasing lock...
[2026-04-06 07:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:02:03] Production.INFO: ==12615== Lock acquired, processing the job...
[2026-04-06 07:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.ERROR: done
[2026-04-06 07:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: ==12609== Releasing lock...
[2026-04-06 07:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.ERROR: done
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 07:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 07:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:02:04] Production.INFO: ==12615== Releasing lock...
[2026-04-06 07:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 07:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 07:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:02:05] Production.INFO: Total Charge 0
[2026-04-06 07:02:05] Production.INFO: CreateAllLog End
[2026-04-06 07:02:05] Production.INFO: Account Balance End.
[2026-04-06 07:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:02:05] Production.INFO: ==12613== Releasing lock...
[2026-04-06 07:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:02:11] Production.ERROR: CronJobId end10
[2026-04-06 07:02:11] Production.INFO: ==12611== Releasing lock...
[2026-04-06 07:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:02:14] Production.INFO: call_cost start
[2026-04-06 07:02:14] Production.INFO: call_cost end
[2026-04-06 07:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:02:14] Production.INFO: ==12607== Releasing lock...
[2026-04-06 07:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:03:02] Production.INFO: ==12682== Lock acquired, processing the job...
[2026-04-06 12:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:03:02] Production.INFO: neon service started
[2026-04-06 12:03:02] Production.INFO: neon service started
[2026-04-06 12:03:02] Production.INFO: ==12682== Releasing lock...
[2026-04-06 12:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:03:02] Production.INFO: ==12684== Lock acquired, processing the job...
[2026-04-06 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:03:02] Production.INFO: ==12684== Releasing lock...
[2026-04-06 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:03:03] Production.INFO: ==12686== Lock acquired, processing the job...
[2026-04-06 11:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:03:03] Production.INFO: ==12686== Releasing lock...
[2026-04-06 11:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:03:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:03:03] Production.INFO: ==12690== Lock acquired, processing the job...
[2026-04-06 07:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:03:03] Production.INFO: ==12692== Lock acquired, processing the job...
[2026-04-06 07:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:03:03] Production.INFO: ==12694== Lock acquired, processing the job...
[2026-04-06 07:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:03:03] Production.INFO: Account Balance Start.
[2026-04-06 07:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:03:03] Production.INFO: 117
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.INFO: ==12688== Lock acquired, processing the job...
[2026-04-06 07:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.INFO: ==12696== Lock acquired, processing the job...
[2026-04-06 07:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:03:03] Production.INFO: ==12690== Releasing lock...
[2026-04-06 07:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: ==12696== Releasing lock...
[2026-04-06 07:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:03:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:03:04] Production.INFO: Total Charge 0
[2026-04-06 07:03:04] Production.INFO: CreateAllLog End
[2026-04-06 07:03:05] Production.INFO: Account Balance End.
[2026-04-06 07:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:03:05] Production.INFO: ==12694== Releasing lock...
[2026-04-06 07:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:03:13] Production.ERROR: CronJobId end10
[2026-04-06 07:03:13] Production.INFO: ==12692== Releasing lock...
[2026-04-06 07:03:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:03:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:03:15] Production.INFO: call_cost start
[2026-04-06 07:03:15] Production.INFO: call_cost end
[2026-04-06 07:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:03:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:03:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:03:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:03:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:03:15] Production.INFO: ==12688== Releasing lock...
[2026-04-06 07:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:04:01] Production.INFO: ==12754== Lock acquired, processing the job...
[2026-04-06 12:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:04:01] Production.INFO: neon service started
[2026-04-06 12:04:01] Production.INFO: neon service started
[2026-04-06 12:04:01] Production.INFO: ==12754== Releasing lock...
[2026-04-06 12:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:04:02] Production.INFO: ==12758== Lock acquired, processing the job...
[2026-04-06 11:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:04:02] Production.INFO: ==12758== Releasing lock...
[2026-04-06 11:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:04:02] Production.INFO: ==12756== Lock acquired, processing the job...
[2026-04-06 07:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:04:02] Production.INFO: ==12756== Releasing lock...
[2026-04-06 07:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:04:03] Production.INFO: ==12761== Lock acquired, processing the job...
[2026-04-06 07:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:04:03] Production.INFO: ==12763== Lock acquired, processing the job...
[2026-04-06 07:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:04:03] Production.INFO: ==12765== Lock acquired, processing the job...
[2026-04-06 07:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:04:03] Production.INFO: ==12769== Lock acquired, processing the job...
[2026-04-06 07:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:04:03] Production.INFO: ==12767== Lock acquired, processing the job...
[2026-04-06 07:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:04:03] Production.INFO: Account Balance Start.
[2026-04-06 07:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:04:03] Production.INFO: 117
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: ==12769== Releasing lock...
[2026-04-06 07:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: ==12763== Releasing lock...
[2026-04-06 07:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:04:04] Production.INFO: Total Charge 0
[2026-04-06 07:04:04] Production.INFO: CreateAllLog End
[2026-04-06 07:04:04] Production.INFO: Account Balance End.
[2026-04-06 07:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:04:04] Production.INFO: ==12767== Releasing lock...
[2026-04-06 07:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:04:14] Production.ERROR: CronJobId end10
[2026-04-06 07:04:14] Production.INFO: ==12765== Releasing lock...
[2026-04-06 07:04:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:04:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:04:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:04:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:04:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:04:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:04:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:04:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:04:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:04:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:04:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:04:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:04:16] Production.INFO: call_cost start
[2026-04-06 07:04:16] Production.INFO: call_cost end
[2026-04-06 07:04:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:04:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:04:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:04:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:04:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:04:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:04:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:04:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:04:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:04:16] Production.INFO: ==12761== Releasing lock...
[2026-04-06 07:04:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:04:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:05:02] Production.INFO: ==12828== Lock acquired, processing the job...
[2026-04-06 12:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:05:02] Production.INFO: neon service started
[2026-04-06 12:05:02] Production.INFO: neon service started
[2026-04-06 12:05:02] Production.INFO: ==12828== Releasing lock...
[2026-04-06 12:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:05:02] Production.INFO: ==12832== Lock acquired, processing the job...
[2026-04-06 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:05:02] Production.INFO: ==12832== Releasing lock...
[2026-04-06 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:05:02] Production.INFO: ==12830== Lock acquired, processing the job...
[2026-04-06 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:05:02] Production.INFO: ==12830== Releasing lock...
[2026-04-06 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:05:03] Production.INFO: ==12837== Lock acquired, processing the job...
[2026-04-06 07:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:05:03] Production.INFO: ==12843== Lock acquired, processing the job...
[2026-04-06 07:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:05:03] Production.INFO: ==12843== Releasing lock...
[2026-04-06 07:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:05:03] Production.INFO: ==12835== Lock acquired, processing the job...
[2026-04-06 07:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:05:03] Production.INFO: ==12841== Lock acquired, processing the job...
[2026-04-06 07:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:05:03] Production.INFO: ==12839== Lock acquired, processing the job...
[2026-04-06 07:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:05:03] Production.INFO: Account Balance Start.
[2026-04-06 07:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:05:03] Production.INFO: 117
[2026-04-06 07:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:05:03] Production.INFO: ==12837== Releasing lock...
[2026-04-06 07:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:05:04] Production.INFO: Total Charge 0
[2026-04-06 07:05:05] Production.INFO: CreateAllLog End
[2026-04-06 07:05:05] Production.INFO: Account Balance End.
[2026-04-06 07:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:05:05] Production.INFO: ==12841== Releasing lock...
[2026-04-06 07:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:05:12] Production.ERROR: CronJobId end10
[2026-04-06 07:05:12] Production.INFO: ==12839== Releasing lock...
[2026-04-06 07:05:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:05:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:05:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:05:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:05:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:05:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:05:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:05:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:05:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:05:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:05:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:05:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:05:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:05:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:05:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:05:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:05:15] Production.INFO: call_cost start
[2026-04-06 07:05:15] Production.INFO: call_cost end
[2026-04-06 07:05:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:05:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:05:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:05:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:05:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:05:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:05:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:05:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:05:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:05:15] Production.INFO: ==12835== Releasing lock...
[2026-04-06 07:05:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:05:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:06:01] Production.INFO: ==12901== Lock acquired, processing the job...
[2026-04-06 12:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:06:01] Production.INFO: neon service started
[2026-04-06 12:06:01] Production.INFO: neon service started
[2026-04-06 12:06:01] Production.INFO: ==12901== Releasing lock...
[2026-04-06 12:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:06:01] Production.INFO: ==12903== Lock acquired, processing the job...
[2026-04-06 07:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:06:02] Production.INFO: ==12905== Lock acquired, processing the job...
[2026-04-06 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:06:02] Production.INFO: ==12903== Releasing lock...
[2026-04-06 07:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:06:02] Production.INFO: ==12905== Releasing lock...
[2026-04-06 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:06:02] Production.INFO: ==12915== Lock acquired, processing the job...
[2026-04-06 07:06:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:06:02] Production.INFO: ==12907== Lock acquired, processing the job...
[2026-04-06 07:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:06:03] Production.INFO: ==12909== Lock acquired, processing the job...
[2026-04-06 07:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:06:03] Production.INFO: ==12915== Releasing lock...
[2026-04-06 07:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:06:03] Production.INFO: ==12911== Lock acquired, processing the job...
[2026-04-06 07:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:06:03] Production.INFO: ==12913== Lock acquired, processing the job...
[2026-04-06 07:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:06:03] Production.INFO: Account Balance Start.
[2026-04-06 07:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:06:03] Production.INFO: 117
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: ==12909== Releasing lock...
[2026-04-06 07:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:03] Production.INFO: Date 2026-03-28
[2026-04-06 07:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:06:04] Production.INFO: Total Charge 0
[2026-04-06 07:06:04] Production.INFO: CreateAllLog End
[2026-04-06 07:06:04] Production.INFO: Account Balance End.
[2026-04-06 07:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:06:04] Production.INFO: ==12913== Releasing lock...
[2026-04-06 07:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:06:13] Production.ERROR: CronJobId end10
[2026-04-06 07:06:13] Production.INFO: ==12911== Releasing lock...
[2026-04-06 07:06:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:06:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:06:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:06:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:06:15] Production.INFO: call_cost start
[2026-04-06 07:06:15] Production.INFO: call_cost end
[2026-04-06 07:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:06:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:06:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:06:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:06:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:06:15] Production.INFO: ==12907== Releasing lock...
[2026-04-06 07:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:07:01] Production.INFO: ==12975== Lock acquired, processing the job...
[2026-04-06 12:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:07:01] Production.INFO: neon service started
[2026-04-06 12:07:01] Production.INFO: neon service started
[2026-04-06 12:07:01] Production.INFO: ==12975== Releasing lock...
[2026-04-06 12:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:07:02] Production.INFO: ==12977== Lock acquired, processing the job...
[2026-04-06 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:07:02] Production.INFO: ==12977== Releasing lock...
[2026-04-06 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:07:02] Production.INFO: ==12979== Lock acquired, processing the job...
[2026-04-06 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:07:02] Production.INFO: ==12979== Releasing lock...
[2026-04-06 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:07:03] Production.INFO: ==12981== Lock acquired, processing the job...
[2026-04-06 07:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:07:03] Production.INFO: ==12983== Lock acquired, processing the job...
[2026-04-06 07:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:07:03] Production.INFO: ==12985== Lock acquired, processing the job...
[2026-04-06 07:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:07:03] Production.INFO: ==12989== Lock acquired, processing the job...
[2026-04-06 07:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:07:03] Production.INFO: ==12987== Lock acquired, processing the job...
[2026-04-06 07:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:07:03] Production.INFO: ==12989== Releasing lock...
[2026-04-06 07:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:07:03] Production.INFO: Account Balance Start.
[2026-04-06 07:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:07:03] Production.INFO: 117
[2026-04-06 07:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:03] Production.INFO: ==12983== Releasing lock...
[2026-04-06 07:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:07:04] Production.INFO: Total Charge 0
[2026-04-06 07:07:04] Production.INFO: CreateAllLog End
[2026-04-06 07:07:04] Production.INFO: Account Balance End.
[2026-04-06 07:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:07:04] Production.INFO: ==12987== Releasing lock...
[2026-04-06 07:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:07:12] Production.ERROR: CronJobId end10
[2026-04-06 07:07:12] Production.INFO: ==12985== Releasing lock...
[2026-04-06 07:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:07:15] Production.INFO: call_cost start
[2026-04-06 07:07:15] Production.INFO: call_cost end
[2026-04-06 07:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:07:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:07:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:07:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:07:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:07:15] Production.INFO: ==12981== Releasing lock...
[2026-04-06 07:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:08:02] Production.INFO: ==13048== Lock acquired, processing the job...
[2026-04-06 12:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:08:02] Production.INFO: neon service started
[2026-04-06 12:08:02] Production.INFO: neon service started
[2026-04-06 12:08:02] Production.INFO: ==13048== Releasing lock...
[2026-04-06 12:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:08:02] Production.INFO: ==13052== Lock acquired, processing the job...
[2026-04-06 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:08:02] Production.INFO: ==13052== Releasing lock...
[2026-04-06 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:08:02] Production.INFO: ==13050== Lock acquired, processing the job...
[2026-04-06 07:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:08:03] Production.INFO: ==13050== Releasing lock...
[2026-04-06 07:08:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:08:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:08:03] Production.INFO: ==13056== Lock acquired, processing the job...
[2026-04-06 07:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:08:03] Production.INFO: ==13054== Lock acquired, processing the job...
[2026-04-06 07:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:08:03] Production.INFO: ==13058== Lock acquired, processing the job...
[2026-04-06 07:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:08:04] Production.INFO: ==13060== Lock acquired, processing the job...
[2026-04-06 07:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:08:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:08:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:08:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:08:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:08:04] Production.INFO: ==13062== Lock acquired, processing the job...
[2026-04-06 07:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:08:04] Production.INFO: ==13056== Releasing lock...
[2026-04-06 07:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:08:04] Production.INFO: Account Balance Start.
[2026-04-06 07:08:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:08:04] Production.INFO: 117
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:08:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:08:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:08:04] Production.INFO: ==13062== Releasing lock...
[2026-04-06 07:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:08:05] Production.INFO: Total Charge 0
[2026-04-06 07:08:05] Production.INFO: CreateAllLog End
[2026-04-06 07:08:05] Production.INFO: Account Balance End.
[2026-04-06 07:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:08:05] Production.INFO: ==13060== Releasing lock...
[2026-04-06 07:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:08:12] Production.ERROR: CronJobId end10
[2026-04-06 07:08:12] Production.INFO: ==13058== Releasing lock...
[2026-04-06 07:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:08:15] Production.INFO: call_cost start
[2026-04-06 07:08:15] Production.INFO: call_cost end
[2026-04-06 07:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:08:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:08:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:08:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:08:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:08:15] Production.INFO: ==13054== Releasing lock...
[2026-04-06 07:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:09:01] Production.INFO: ==13119== Lock acquired, processing the job...
[2026-04-06 12:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:09:01] Production.INFO: neon service started
[2026-04-06 12:09:01] Production.INFO: neon service started
[2026-04-06 12:09:01] Production.INFO: ==13119== Releasing lock...
[2026-04-06 12:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:09:02] Production.INFO: ==13121== Lock acquired, processing the job...
[2026-04-06 07:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:09:02] Production.INFO: ==13121== Releasing lock...
[2026-04-06 07:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:09:02] Production.INFO: ==13123== Lock acquired, processing the job...
[2026-04-06 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:09:02] Production.INFO: ==13123== Releasing lock...
[2026-04-06 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:09:03] Production.INFO: ==13127== Lock acquired, processing the job...
[2026-04-06 07:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:09:03] Production.INFO: ==13125== Lock acquired, processing the job...
[2026-04-06 07:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:09:03] Production.INFO: ==13132== Lock acquired, processing the job...
[2026-04-06 07:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:09:03] Production.INFO: ==13134== Lock acquired, processing the job...
[2026-04-06 07:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:09:03] Production.INFO: ==13130== Lock acquired, processing the job...
[2026-04-06 07:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:09:03] Production.INFO: ==13127== Releasing lock...
[2026-04-06 07:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:09:03] Production.INFO: Account Balance Start.
[2026-04-06 07:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:09:03] Production.INFO: 117
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:09:03] Production.INFO: ==13134== Releasing lock...
[2026-04-06 07:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:09:04] Production.INFO: Total Charge 0
[2026-04-06 07:09:04] Production.INFO: CreateAllLog End
[2026-04-06 07:09:04] Production.INFO: Account Balance End.
[2026-04-06 07:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:09:04] Production.INFO: ==13132== Releasing lock...
[2026-04-06 07:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:09:11] Production.ERROR: CronJobId end10
[2026-04-06 07:09:11] Production.INFO: ==13130== Releasing lock...
[2026-04-06 07:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:09:14] Production.INFO: call_cost start
[2026-04-06 07:09:14] Production.INFO: call_cost end
[2026-04-06 07:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:09:14] Production.INFO: ==13125== Releasing lock...
[2026-04-06 07:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:10:02] Production.INFO: ==13195== Lock acquired, processing the job...
[2026-04-06 12:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:10:02] Production.INFO: neon service started
[2026-04-06 12:10:02] Production.INFO: neon service started
[2026-04-06 12:10:02] Production.INFO: ==13195== Releasing lock...
[2026-04-06 12:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:10:02] Production.INFO: ==13197== Lock acquired, processing the job...
[2026-04-06 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:10:02] Production.INFO: ==13197== Releasing lock...
[2026-04-06 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:10:03] Production.INFO: ==13199== Lock acquired, processing the job...
[2026-04-06 11:10:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:10:03] Production.INFO: ==13199== Releasing lock...
[2026-04-06 11:10:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:10:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:10:03] Production.INFO: ==13201== Lock acquired, processing the job...
[2026-04-06 07:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:10:03] Production.INFO: ==13203== Lock acquired, processing the job...
[2026-04-06 07:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:10:03] Production.INFO: ==13207== Lock acquired, processing the job...
[2026-04-06 07:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:10:03] Production.INFO: ==13205== Lock acquired, processing the job...
[2026-04-06 07:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:10:03] Production.INFO: ==13209== Lock acquired, processing the job...
[2026-04-06 07:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:10:03] Production.INFO: Account Balance Start.
[2026-04-06 07:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:10:03] Production.INFO: 117
[2026-04-06 07:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:10:03] Production.INFO: ==13209== Releasing lock...
[2026-04-06 07:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: ==13203== Releasing lock...
[2026-04-06 07:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:10:04] Production.INFO: Total Charge 0
[2026-04-06 07:10:04] Production.INFO: CreateAllLog End
[2026-04-06 07:10:04] Production.INFO: Account Balance End.
[2026-04-06 07:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:10:04] Production.INFO: ==13207== Releasing lock...
[2026-04-06 07:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:10:11] Production.ERROR: CronJobId end10
[2026-04-06 07:10:11] Production.INFO: ==13205== Releasing lock...
[2026-04-06 07:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:10:14] Production.INFO: call_cost start
[2026-04-06 07:10:14] Production.INFO: call_cost end
[2026-04-06 07:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:10:14] Production.INFO: ==13201== Releasing lock...
[2026-04-06 07:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:11:01] Production.INFO: ==13266== Lock acquired, processing the job...
[2026-04-06 12:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:11:01] Production.INFO: neon service started
[2026-04-06 12:11:01] Production.INFO: neon service started
[2026-04-06 12:11:01] Production.INFO: ==13266== Releasing lock...
[2026-04-06 12:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:11:01] Production.INFO: ==13268== Lock acquired, processing the job...
[2026-04-06 07:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:11:02] Production.INFO: ==13268== Releasing lock...
[2026-04-06 07:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:11:02] Production.INFO: ==13270== Lock acquired, processing the job...
[2026-04-06 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:11:02] Production.INFO: ==13270== Releasing lock...
[2026-04-06 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:11:03] Production.INFO: ==13274== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:11:03] Production.INFO: ==13284== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:11:03] Production.INFO: ==13272== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 07:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 07:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:11:03] Production.ERROR: CronJob PID - 13274
[2026-04-06 07:11:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 07:11:03] Production.ERROR: CronJob ID - 5
[2026-04-06 07:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:11:00
[2026-04-06 07:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:11:03] Production.ERROR: CronJob PID - 13284
[2026-04-06 07:11:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-04-06 07:11:03] Production.ERROR: CronJob ID - 19
[2026-04-06 07:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:11:00
[2026-04-06 07:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 07:11:03] Production.INFO: ==13272== Releasing lock...
[2026-04-06 07:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 07:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:11:03] Production.INFO: ==13276== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:11:03] Production.INFO: ==13284== Releasing lock...
[2026-04-06 07:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:11:03] Production.INFO: ==13282== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 07:11:03] Production.INFO: ==13280== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:11:03] Production.INFO: ==13278== Lock acquired, processing the job...
[2026-04-06 07:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:11:03] Production.INFO: Account Balance Start.
[2026-04-06 07:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:11:03] Production.INFO: 117
[2026-04-06 07:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.ERROR: done
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: ==13276== Releasing lock...
[2026-04-06 07:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 07:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046356', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:11:04] Production.INFO: Total Charge 0
[2026-04-06 07:11:04] Production.INFO: CreateAllLog End
[2026-04-06 07:11:04] Production.INFO: Account Balance End.
[2026-04-06 07:11:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:11:04] Production.INFO: ==13280== Releasing lock...
[2026-04-06 07:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046356', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 07:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 07:11:10] Production.INFO: ProcessCDR(1,17046356,1,1,2)
[2026-04-06 07:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046356,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046356,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 07:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 07:11:10] Production.INFO: ==13282== Releasing lock...
[2026-04-06 07:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 07:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 07:11:13] Production.ERROR: CronJobId end10
[2026-04-06 07:11:13] Production.INFO: ==13278== Releasing lock...
[2026-04-06 07:11:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:11:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:11:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:11:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:11:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:11:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:11:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:11:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:11:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:11:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:11:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:11:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:11:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:11:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:11:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:11:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:11:15] Production.INFO: call_cost start
[2026-04-06 07:11:15] Production.INFO: call_cost end
[2026-04-06 07:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:11:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:11:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:11:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:11:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:11:15] Production.INFO: ==13274== Releasing lock...
[2026-04-06 07:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:12:01] Production.INFO: ==13349== Lock acquired, processing the job...
[2026-04-06 12:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:12:01] Production.INFO: neon service started
[2026-04-06 12:12:02] Production.INFO: neon service started
[2026-04-06 12:12:02] Production.INFO: ==13349== Releasing lock...
[2026-04-06 12:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:12:02] Production.INFO: ==13351== Lock acquired, processing the job...
[2026-04-06 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:12:02] Production.INFO: ==13351== Releasing lock...
[2026-04-06 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:12:02] Production.INFO: ==13353== Lock acquired, processing the job...
[2026-04-06 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:12:02] Production.INFO: ==13353== Releasing lock...
[2026-04-06 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:12:03] Production.INFO: ==13355== Lock acquired, processing the job...
[2026-04-06 07:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:12:03] Production.INFO: ==13357== Lock acquired, processing the job...
[2026-04-06 07:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:12:03] Production.INFO: ==13359== Lock acquired, processing the job...
[2026-04-06 07:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:12:03] Production.INFO: ==13361== Lock acquired, processing the job...
[2026-04-06 07:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:12:03] Production.INFO: ==13363== Lock acquired, processing the job...
[2026-04-06 07:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:12:03] Production.INFO: Account Balance Start.
[2026-04-06 07:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:12:03] Production.INFO: 117
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:03] Production.INFO: ==13363== Releasing lock...
[2026-04-06 07:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: ==13357== Releasing lock...
[2026-04-06 07:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:12:04] Production.INFO: Total Charge 0
[2026-04-06 07:12:04] Production.INFO: CreateAllLog End
[2026-04-06 07:12:04] Production.INFO: Account Balance End.
[2026-04-06 07:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:12:04] Production.INFO: ==13361== Releasing lock...
[2026-04-06 07:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:12:12] Production.ERROR: CronJobId end10
[2026-04-06 07:12:12] Production.INFO: ==13359== Releasing lock...
[2026-04-06 07:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:12:14] Production.INFO: call_cost start
[2026-04-06 07:12:14] Production.INFO: call_cost end
[2026-04-06 07:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:12:14] Production.INFO: ==13355== Releasing lock...
[2026-04-06 07:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:13:01] Production.INFO: ==13433== Lock acquired, processing the job...
[2026-04-06 12:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:13:01] Production.INFO: neon service started
[2026-04-06 12:13:01] Production.INFO: neon service started
[2026-04-06 12:13:01] Production.INFO: ==13433== Releasing lock...
[2026-04-06 12:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:13:02] Production.INFO: ==13435== Lock acquired, processing the job...
[2026-04-06 07:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:13:02] Production.INFO: ==13437== Lock acquired, processing the job...
[2026-04-06 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:13:02] Production.INFO: ==13437== Releasing lock...
[2026-04-06 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:13:02] Production.INFO: ==13435== Releasing lock...
[2026-04-06 07:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:13:03] Production.INFO: ==13440== Lock acquired, processing the job...
[2026-04-06 07:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:13:03] Production.INFO: ==13442== Lock acquired, processing the job...
[2026-04-06 07:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:13:03] Production.INFO: ==13446== Lock acquired, processing the job...
[2026-04-06 07:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:13:03] Production.INFO: ==13444== Lock acquired, processing the job...
[2026-04-06 07:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:13:03] Production.INFO: ==13448== Lock acquired, processing the job...
[2026-04-06 07:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:13:03] Production.INFO: Account Balance Start.
[2026-04-06 07:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:13:03] Production.INFO: 117
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: ==13448== Releasing lock...
[2026-04-06 07:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: ==13442== Releasing lock...
[2026-04-06 07:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-28
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:03] Production.INFO: Date 2026-03-29
[2026-04-06 07:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:13:04] Production.INFO: Total Charge 0
[2026-04-06 07:13:04] Production.INFO: CreateAllLog End
[2026-04-06 07:13:04] Production.INFO: Account Balance End.
[2026-04-06 07:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:13:04] Production.INFO: ==13446== Releasing lock...
[2026-04-06 07:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:13:11] Production.ERROR: CronJobId end10
[2026-04-06 07:13:11] Production.INFO: ==13444== Releasing lock...
[2026-04-06 07:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:13:14] Production.INFO: call_cost start
[2026-04-06 07:13:14] Production.INFO: call_cost end
[2026-04-06 07:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:13:14] Production.INFO: ==13440== Releasing lock...
[2026-04-06 07:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:14:01] Production.INFO: ==13516== Lock acquired, processing the job...
[2026-04-06 12:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:14:01] Production.INFO: neon service started
[2026-04-06 12:14:01] Production.INFO: neon service started
[2026-04-06 12:14:01] Production.INFO: ==13516== Releasing lock...
[2026-04-06 12:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:14:02] Production.INFO: ==13518== Lock acquired, processing the job...
[2026-04-06 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:14:02] Production.INFO: ==13520== Lock acquired, processing the job...
[2026-04-06 11:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:14:02] Production.INFO: ==13520== Releasing lock...
[2026-04-06 11:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:14:02] Production.INFO: ==13518== Releasing lock...
[2026-04-06 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:14:03] Production.INFO: ==13524== Lock acquired, processing the job...
[2026-04-06 07:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:14:03] Production.INFO: ==13528== Lock acquired, processing the job...
[2026-04-06 07:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:14:03] Production.INFO: ==13526== Lock acquired, processing the job...
[2026-04-06 07:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:14:03] Production.INFO: ==13532== Lock acquired, processing the job...
[2026-04-06 07:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:14:03] Production.INFO: ==13530== Lock acquired, processing the job...
[2026-04-06 07:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:14:03] Production.INFO: Account Balance Start.
[2026-04-06 07:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:14:03] Production.INFO: 117
[2026-04-06 07:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:14:03] Production.INFO: ==13532== Releasing lock...
[2026-04-06 07:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: ==13526== Releasing lock...
[2026-04-06 07:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:14:04] Production.INFO: Total Charge 0
[2026-04-06 07:14:04] Production.INFO: CreateAllLog End
[2026-04-06 07:14:05] Production.INFO: Account Balance End.
[2026-04-06 07:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:14:05] Production.INFO: ==13530== Releasing lock...
[2026-04-06 07:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:14:12] Production.ERROR: CronJobId end10
[2026-04-06 07:14:12] Production.INFO: ==13528== Releasing lock...
[2026-04-06 07:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:14:14] Production.INFO: call_cost start
[2026-04-06 07:14:14] Production.INFO: call_cost end
[2026-04-06 07:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:14:14] Production.INFO: ==13524== Releasing lock...
[2026-04-06 07:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:15:02] Production.INFO: ==13593== Lock acquired, processing the job...
[2026-04-06 12:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:15:02] Production.INFO: neon service started
[2026-04-06 12:15:02] Production.INFO: neon service started
[2026-04-06 12:15:02] Production.INFO: ==13593== Releasing lock...
[2026-04-06 12:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:15:02] Production.INFO: ==13597== Lock acquired, processing the job...
[2026-04-06 11:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:15:02] Production.INFO: ==13597== Releasing lock...
[2026-04-06 11:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:15:02] Production.INFO: ==13595== Lock acquired, processing the job...
[2026-04-06 07:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:15:02] Production.INFO: ==13595== Releasing lock...
[2026-04-06 07:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:15:03] Production.INFO: ==13600== Lock acquired, processing the job...
[2026-04-06 07:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:15:03] Production.INFO: ==13602== Lock acquired, processing the job...
[2026-04-06 07:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:15:03] Production.INFO: ==13604== Lock acquired, processing the job...
[2026-04-06 07:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:15:03] Production.INFO: ==13608== Lock acquired, processing the job...
[2026-04-06 07:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:15:03] Production.INFO: ==13606== Lock acquired, processing the job...
[2026-04-06 07:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:15:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:15:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:15:04] Production.INFO: Account Balance Start.
[2026-04-06 07:15:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:15:04] Production.INFO: 117
[2026-04-06 07:15:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:15:04] Production.INFO: ==13608== Releasing lock...
[2026-04-06 07:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: ==13602== Releasing lock...
[2026-04-06 07:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:15:05] Production.INFO: Total Charge 0
[2026-04-06 07:15:05] Production.INFO: CreateAllLog End
[2026-04-06 07:15:05] Production.INFO: Account Balance End.
[2026-04-06 07:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:15:05] Production.INFO: ==13606== Releasing lock...
[2026-04-06 07:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:15:12] Production.ERROR: CronJobId end10
[2026-04-06 07:15:12] Production.INFO: ==13604== Releasing lock...
[2026-04-06 07:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:15:15] Production.INFO: call_cost start
[2026-04-06 07:15:15] Production.INFO: call_cost end
[2026-04-06 07:15:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:15:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:15:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:15:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:15:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:15:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:15:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:15:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:15:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:15:15] Production.INFO: ==13600== Releasing lock...
[2026-04-06 07:15:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:15:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:16:01] Production.INFO: ==13683== Lock acquired, processing the job...
[2026-04-06 12:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:16:01] Production.INFO: neon service started
[2026-04-06 12:16:01] Production.INFO: neon service started
[2026-04-06 12:16:01] Production.INFO: ==13683== Releasing lock...
[2026-04-06 12:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:16:02] Production.INFO: ==13685== Lock acquired, processing the job...
[2026-04-06 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:16:02] Production.INFO: ==13685== Releasing lock...
[2026-04-06 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:16:02] Production.INFO: ==13687== Lock acquired, processing the job...
[2026-04-06 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:16:02] Production.INFO: ==13687== Releasing lock...
[2026-04-06 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:16:03] Production.INFO: ==13698== Lock acquired, processing the job...
[2026-04-06 07:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:16:03] Production.INFO: ==13698== Releasing lock...
[2026-04-06 07:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:16:03] Production.INFO: ==13690== Lock acquired, processing the job...
[2026-04-06 07:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:16:03] Production.INFO: ==13692== Lock acquired, processing the job...
[2026-04-06 07:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:16:03] Production.INFO: ==13694== Lock acquired, processing the job...
[2026-04-06 07:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:16:03] Production.INFO: ==13696== Lock acquired, processing the job...
[2026-04-06 07:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:16:03] Production.INFO: Account Balance Start.
[2026-04-06 07:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:16:03] Production.INFO: 117
[2026-04-06 07:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: ==13692== Releasing lock...
[2026-04-06 07:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:16:04] Production.INFO: Total Charge 0
[2026-04-06 07:16:04] Production.INFO: CreateAllLog End
[2026-04-06 07:16:04] Production.INFO: Account Balance End.
[2026-04-06 07:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:16:04] Production.INFO: ==13696== Releasing lock...
[2026-04-06 07:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:16:11] Production.ERROR: CronJobId end10
[2026-04-06 07:16:11] Production.INFO: ==13694== Releasing lock...
[2026-04-06 07:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:16:14] Production.INFO: call_cost start
[2026-04-06 07:16:14] Production.INFO: call_cost end
[2026-04-06 07:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:16:14] Production.INFO: ==13690== Releasing lock...
[2026-04-06 07:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:17:02] Production.INFO: ==13769== Lock acquired, processing the job...
[2026-04-06 12:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:17:02] Production.INFO: neon service started
[2026-04-06 12:17:02] Production.INFO: neon service started
[2026-04-06 12:17:02] Production.INFO: ==13769== Releasing lock...
[2026-04-06 12:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:17:02] Production.INFO: ==13773== Lock acquired, processing the job...
[2026-04-06 11:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:17:02] Production.INFO: ==13773== Releasing lock...
[2026-04-06 11:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:17:02] Production.INFO: ==13771== Lock acquired, processing the job...
[2026-04-06 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:17:02] Production.INFO: ==13771== Releasing lock...
[2026-04-06 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:17:03] Production.INFO: ==13775== Lock acquired, processing the job...
[2026-04-06 07:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:17:03] Production.INFO: ==13777== Lock acquired, processing the job...
[2026-04-06 07:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:17:03] Production.INFO: ==13779== Lock acquired, processing the job...
[2026-04-06 07:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:17:03] Production.INFO: ==13781== Lock acquired, processing the job...
[2026-04-06 07:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:17:03] Production.INFO: ==13784== Lock acquired, processing the job...
[2026-04-06 07:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:17:03] Production.INFO: Account Balance Start.
[2026-04-06 07:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:17:03] Production.INFO: 117
[2026-04-06 07:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:17:03] Production.INFO: ==13784== Releasing lock...
[2026-04-06 07:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: ==13777== Releasing lock...
[2026-04-06 07:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:17:04] Production.INFO: Total Charge 0
[2026-04-06 07:17:04] Production.INFO: CreateAllLog End
[2026-04-06 07:17:05] Production.INFO: Account Balance End.
[2026-04-06 07:17:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:17:05] Production.INFO: ==13781== Releasing lock...
[2026-04-06 07:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:17:12] Production.ERROR: CronJobId end10
[2026-04-06 07:17:12] Production.INFO: ==13779== Releasing lock...
[2026-04-06 07:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:17:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:17:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:17:15] Production.INFO: call_cost start
[2026-04-06 07:17:15] Production.INFO: call_cost end
[2026-04-06 07:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:17:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:17:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:17:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:17:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:17:15] Production.INFO: ==13775== Releasing lock...
[2026-04-06 07:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:18:01] Production.INFO: ==13838== Lock acquired, processing the job...
[2026-04-06 12:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:18:01] Production.INFO: neon service started
[2026-04-06 12:18:01] Production.INFO: neon service started
[2026-04-06 12:18:01] Production.INFO: ==13838== Releasing lock...
[2026-04-06 12:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:18:02] Production.INFO: ==13840== Lock acquired, processing the job...
[2026-04-06 07:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:18:02] Production.INFO: ==13842== Lock acquired, processing the job...
[2026-04-06 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:18:02] Production.INFO: ==13842== Releasing lock...
[2026-04-06 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:18:02] Production.INFO: ==13840== Releasing lock...
[2026-04-06 07:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:18:03] Production.INFO: ==13845== Lock acquired, processing the job...
[2026-04-06 07:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:18:03] Production.INFO: ==13849== Lock acquired, processing the job...
[2026-04-06 07:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:18:03] Production.INFO: ==13851== Lock acquired, processing the job...
[2026-04-06 07:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:18:03] Production.INFO: ==13847== Lock acquired, processing the job...
[2026-04-06 07:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:18:03] Production.INFO: ==13853== Lock acquired, processing the job...
[2026-04-06 07:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:18:03] Production.INFO: Account Balance Start.
[2026-04-06 07:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:18:03] Production.INFO: 117
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:18:03] Production.INFO: ==13853== Releasing lock...
[2026-04-06 07:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: ==13847== Releasing lock...
[2026-04-06 07:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:18:04] Production.INFO: Total Charge 0
[2026-04-06 07:18:04] Production.INFO: CreateAllLog End
[2026-04-06 07:18:04] Production.INFO: Account Balance End.
[2026-04-06 07:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:18:04] Production.INFO: ==13851== Releasing lock...
[2026-04-06 07:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:18:12] Production.ERROR: CronJobId end10
[2026-04-06 07:18:12] Production.INFO: ==13849== Releasing lock...
[2026-04-06 07:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:18:14] Production.INFO: call_cost start
[2026-04-06 07:18:14] Production.INFO: call_cost end
[2026-04-06 07:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:18:14] Production.INFO: ==13845== Releasing lock...
[2026-04-06 07:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:19:01] Production.INFO: ==13925== Lock acquired, processing the job...
[2026-04-06 12:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:19:01] Production.INFO: neon service started
[2026-04-06 12:19:01] Production.INFO: neon service started
[2026-04-06 12:19:01] Production.INFO: ==13925== Releasing lock...
[2026-04-06 12:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:19:02] Production.INFO: ==13927== Lock acquired, processing the job...
[2026-04-06 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:19:02] Production.INFO: ==13927== Releasing lock...
[2026-04-06 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:19:02] Production.INFO: ==13929== Lock acquired, processing the job...
[2026-04-06 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:19:02] Production.INFO: ==13929== Releasing lock...
[2026-04-06 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:19:03] Production.INFO: ==13937== Lock acquired, processing the job...
[2026-04-06 07:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:19:03] Production.INFO: Account Balance Start.
[2026-04-06 07:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:19:03] Production.INFO: 117
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: ==13931== Lock acquired, processing the job...
[2026-04-06 07:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: ==13933== Lock acquired, processing the job...
[2026-04-06 07:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: ==13935== Lock acquired, processing the job...
[2026-04-06 07:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: ==13939== Lock acquired, processing the job...
[2026-04-06 07:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:19:03] Production.INFO: ==13939== Releasing lock...
[2026-04-06 07:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-28
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:03] Production.INFO: ==13933== Releasing lock...
[2026-04-06 07:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:19:03] Production.INFO: Date 2026-03-29
[2026-04-06 07:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:19:04] Production.INFO: Total Charge 0
[2026-04-06 07:19:04] Production.INFO: CreateAllLog End
[2026-04-06 07:19:04] Production.INFO: Account Balance End.
[2026-04-06 07:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:19:04] Production.INFO: ==13937== Releasing lock...
[2026-04-06 07:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:19:11] Production.ERROR: CronJobId end10
[2026-04-06 07:19:11] Production.INFO: ==13935== Releasing lock...
[2026-04-06 07:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:19:14] Production.INFO: call_cost start
[2026-04-06 07:19:14] Production.INFO: call_cost end
[2026-04-06 07:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:19:14] Production.INFO: ==13931== Releasing lock...
[2026-04-06 07:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:20:02] Production.INFO: ==14008== Lock acquired, processing the job...
[2026-04-06 12:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:20:02] Production.INFO: neon service started
[2026-04-06 12:20:02] Production.INFO: neon service started
[2026-04-06 12:20:02] Production.INFO: ==14008== Releasing lock...
[2026-04-06 12:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:20:02] Production.INFO: ==14011== Lock acquired, processing the job...
[2026-04-06 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:20:02] Production.INFO: ==14011== Releasing lock...
[2026-04-06 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:20:02] Production.INFO: ==14013== Lock acquired, processing the job...
[2026-04-06 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:20:03] Production.INFO: ==14013== Releasing lock...
[2026-04-06 11:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:20:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:20:03] Production.INFO: ==14017== Lock acquired, processing the job...
[2026-04-06 07:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:20:03] Production.INFO: ==14021== Lock acquired, processing the job...
[2026-04-06 07:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:20:03] Production.INFO: ==14015== Lock acquired, processing the job...
[2026-04-06 07:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:20:03] Production.INFO: Account Balance Start.
[2026-04-06 07:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:20:03] Production.INFO: 117
[2026-04-06 07:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:20:03] Production.INFO: ==14019== Lock acquired, processing the job...
[2026-04-06 07:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:03] Production.INFO: ==14023== Lock acquired, processing the job...
[2026-04-06 07:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:20:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:20:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:20:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:20:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:20:04] Production.INFO: ==14023== Releasing lock...
[2026-04-06 07:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: ==14017== Releasing lock...
[2026-04-06 07:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:20:05] Production.INFO: Total Charge 0
[2026-04-06 07:20:05] Production.INFO: CreateAllLog End
[2026-04-06 07:20:05] Production.INFO: Account Balance End.
[2026-04-06 07:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:20:05] Production.INFO: ==14021== Releasing lock...
[2026-04-06 07:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:20:13] Production.ERROR: CronJobId end10
[2026-04-06 07:20:13] Production.INFO: ==14019== Releasing lock...
[2026-04-06 07:20:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:20:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:20:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:20:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:20:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:20:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:20:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:20:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:20:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:20:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:20:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:20:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:20:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:20:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:20:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:20:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:20:16] Production.INFO: call_cost start
[2026-04-06 07:20:16] Production.INFO: call_cost end
[2026-04-06 07:20:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:20:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:20:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:20:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:20:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:20:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:20:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:20:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:20:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:20:16] Production.INFO: ==14015== Releasing lock...
[2026-04-06 07:20:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:20:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:21:01] Production.INFO: ==14081== Lock acquired, processing the job...
[2026-04-06 12:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:21:01] Production.INFO: neon service started
[2026-04-06 12:21:01] Production.INFO: neon service started
[2026-04-06 12:21:01] Production.INFO: ==14081== Releasing lock...
[2026-04-06 12:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:21:02] Production.INFO: ==14083== Lock acquired, processing the job...
[2026-04-06 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:21:02] Production.INFO: ==14085== Lock acquired, processing the job...
[2026-04-06 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:21:02] Production.INFO: ==14085== Releasing lock...
[2026-04-06 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:21:02] Production.INFO: ==14083== Releasing lock...
[2026-04-06 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:21:03] Production.INFO: ==14088== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 07:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 07:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 07:21:03] Production.INFO: ==14088== Releasing lock...
[2026-04-06 07:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 07:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:21:03] Production.INFO: ==14092== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:21:03] Production.INFO: ==14094== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:21:03] Production.INFO: ==14100== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:21:03] Production.INFO: ==14090== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:21:03] Production.INFO: ==14096== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:21:03] Production.INFO: ==14100== Releasing lock...
[2026-04-06 07:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:21:03] Production.INFO: ==14098== Lock acquired, processing the job...
[2026-04-06 07:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 07:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:21:03] Production.INFO: Account Balance Start.
[2026-04-06 07:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:21:03] Production.INFO: 117
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: ==14092== Releasing lock...
[2026-04-06 07:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:21:04] Production.INFO: Total Charge 0
[2026-04-06 07:21:04] Production.INFO: CreateAllLog End
[2026-04-06 07:21:04] Production.ERROR: done
[2026-04-06 07:21:04] Production.INFO: Account Balance End.
[2026-04-06 07:21:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:21:04] Production.INFO: ==14096== Releasing lock...
[2026-04-06 07:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 07:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046397', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 07:21:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046397', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 07:21:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 07:21:11] Production.INFO: ProcessCDR(1,17046397,1,1,2)
[2026-04-06 07:21:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046397,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:21:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046397,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:21:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 07:21:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 07:21:11] Production.INFO: ==14098== Releasing lock...
[2026-04-06 07:21:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 07:21:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 07:21:13] Production.ERROR: CronJobId end10
[2026-04-06 07:21:13] Production.INFO: ==14094== Releasing lock...
[2026-04-06 07:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:21:16] Production.INFO: call_cost start
[2026-04-06 07:21:16] Production.INFO: call_cost end
[2026-04-06 07:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:21:16] Production.INFO: ==14090== Releasing lock...
[2026-04-06 07:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:22:02] Production.INFO: ==14164== Lock acquired, processing the job...
[2026-04-06 12:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:22:02] Production.INFO: neon service started
[2026-04-06 12:22:02] Production.INFO: neon service started
[2026-04-06 12:22:02] Production.INFO: ==14164== Releasing lock...
[2026-04-06 12:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:22:02] Production.INFO: ==14166== Lock acquired, processing the job...
[2026-04-06 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:22:02] Production.INFO: ==14166== Releasing lock...
[2026-04-06 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:22:03] Production.INFO: ==14168== Lock acquired, processing the job...
[2026-04-06 11:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:22:03] Production.INFO: ==14168== Releasing lock...
[2026-04-06 11:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:22:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:22:03] Production.INFO: ==14171== Lock acquired, processing the job...
[2026-04-06 07:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:22:03] Production.INFO: ==14173== Lock acquired, processing the job...
[2026-04-06 07:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:22:03] Production.INFO: ==14175== Lock acquired, processing the job...
[2026-04-06 07:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:22:03] Production.INFO: ==14179== Lock acquired, processing the job...
[2026-04-06 07:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:22:03] Production.INFO: ==14177== Lock acquired, processing the job...
[2026-04-06 07:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:22:03] Production.INFO: Account Balance Start.
[2026-04-06 07:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:22:03] Production.INFO: 117
[2026-04-06 07:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: ==14179== Releasing lock...
[2026-04-06 07:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: ==14173== Releasing lock...
[2026-04-06 07:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:22:04] Production.INFO: Total Charge 0
[2026-04-06 07:22:05] Production.INFO: CreateAllLog End
[2026-04-06 07:22:05] Production.INFO: Account Balance End.
[2026-04-06 07:22:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:22:05] Production.INFO: ==14177== Releasing lock...
[2026-04-06 07:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:22:11] Production.ERROR: CronJobId end10
[2026-04-06 07:22:11] Production.INFO: ==14175== Releasing lock...
[2026-04-06 07:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:22:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:22:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:22:14] Production.INFO: call_cost start
[2026-04-06 07:22:14] Production.INFO: call_cost end
[2026-04-06 07:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:22:14] Production.INFO: ==14171== Releasing lock...
[2026-04-06 07:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:23:01] Production.INFO: ==14250== Lock acquired, processing the job...
[2026-04-06 12:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:23:01] Production.INFO: neon service started
[2026-04-06 12:23:01] Production.INFO: neon service started
[2026-04-06 12:23:01] Production.INFO: ==14250== Releasing lock...
[2026-04-06 12:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:23:02] Production.INFO: ==14252== Lock acquired, processing the job...
[2026-04-06 07:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:23:02] Production.INFO: ==14252== Releasing lock...
[2026-04-06 07:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:23:02] Production.INFO: ==14254== Lock acquired, processing the job...
[2026-04-06 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:23:02] Production.INFO: ==14254== Releasing lock...
[2026-04-06 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:23:03] Production.INFO: ==14256== Lock acquired, processing the job...
[2026-04-06 07:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:23:03] Production.INFO: ==14258== Lock acquired, processing the job...
[2026-04-06 07:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:23:03] Production.INFO: ==14264== Lock acquired, processing the job...
[2026-04-06 07:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:23:03] Production.INFO: ==14260== Lock acquired, processing the job...
[2026-04-06 07:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:23:03] Production.INFO: ==14262== Lock acquired, processing the job...
[2026-04-06 07:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:23:03] Production.INFO: ==14264== Releasing lock...
[2026-04-06 07:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:23:03] Production.INFO: Account Balance Start.
[2026-04-06 07:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:23:03] Production.INFO: 117
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: ==14258== Releasing lock...
[2026-04-06 07:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:23:04] Production.INFO: Total Charge 0
[2026-04-06 07:23:04] Production.INFO: CreateAllLog End
[2026-04-06 07:23:04] Production.INFO: Account Balance End.
[2026-04-06 07:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:23:04] Production.INFO: ==14262== Releasing lock...
[2026-04-06 07:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:23:11] Production.ERROR: CronJobId end10
[2026-04-06 07:23:11] Production.INFO: ==14260== Releasing lock...
[2026-04-06 07:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:23:14] Production.INFO: call_cost start
[2026-04-06 07:23:14] Production.INFO: call_cost end
[2026-04-06 07:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:23:14] Production.INFO: ==14256== Releasing lock...
[2026-04-06 07:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:24:02] Production.INFO: ==14322== Lock acquired, processing the job...
[2026-04-06 12:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:24:02] Production.INFO: neon service started
[2026-04-06 12:24:02] Production.INFO: neon service started
[2026-04-06 12:24:02] Production.INFO: ==14322== Releasing lock...
[2026-04-06 12:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:24:02] Production.INFO: ==14325== Lock acquired, processing the job...
[2026-04-06 07:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:24:02] Production.INFO: ==14327== Lock acquired, processing the job...
[2026-04-06 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:24:02] Production.INFO: ==14327== Releasing lock...
[2026-04-06 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:24:03] Production.INFO: ==14325== Releasing lock...
[2026-04-06 07:24:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:24:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:24:03] Production.INFO: ==14329== Lock acquired, processing the job...
[2026-04-06 07:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:24:03] Production.INFO: ==14333== Lock acquired, processing the job...
[2026-04-06 07:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:24:03] Production.INFO: ==14331== Lock acquired, processing the job...
[2026-04-06 07:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:24:03] Production.INFO: ==14337== Lock acquired, processing the job...
[2026-04-06 07:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:24:03] Production.INFO: ==14335== Lock acquired, processing the job...
[2026-04-06 07:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:24:04] Production.INFO: ==14337== Releasing lock...
[2026-04-06 07:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:24:04] Production.INFO: Account Balance Start.
[2026-04-06 07:24:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:24:04] Production.INFO: 117
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: ==14331== Releasing lock...
[2026-04-06 07:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:24:05] Production.INFO: Total Charge 0
[2026-04-06 07:24:05] Production.INFO: CreateAllLog End
[2026-04-06 07:24:05] Production.INFO: Account Balance End.
[2026-04-06 07:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:24:05] Production.INFO: ==14335== Releasing lock...
[2026-04-06 07:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:24:11] Production.ERROR: CronJobId end10
[2026-04-06 07:24:11] Production.INFO: ==14333== Releasing lock...
[2026-04-06 07:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:24:14] Production.INFO: call_cost start
[2026-04-06 07:24:14] Production.INFO: call_cost end
[2026-04-06 07:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:24:14] Production.INFO: ==14329== Releasing lock...
[2026-04-06 07:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:25:01] Production.INFO: ==14412== Lock acquired, processing the job...
[2026-04-06 12:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:25:01] Production.INFO: neon service started
[2026-04-06 12:25:01] Production.INFO: neon service started
[2026-04-06 12:25:01] Production.INFO: ==14412== Releasing lock...
[2026-04-06 12:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:25:01] Production.INFO: ==14416== Lock acquired, processing the job...
[2026-04-06 11:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:25:01] Production.INFO: ==14416== Releasing lock...
[2026-04-06 11:25:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:25:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:25:02] Production.INFO: ==14414== Lock acquired, processing the job...
[2026-04-06 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:25:02] Production.INFO: ==14414== Releasing lock...
[2026-04-06 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:25:02] Production.INFO: ==14426== Lock acquired, processing the job...
[2026-04-06 07:25:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:25:03] Production.INFO: ==14426== Releasing lock...
[2026-04-06 07:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:25:03] Production.INFO: ==14418== Lock acquired, processing the job...
[2026-04-06 07:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:25:03] Production.INFO: ==14420== Lock acquired, processing the job...
[2026-04-06 07:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:25:03] Production.INFO: ==14422== Lock acquired, processing the job...
[2026-04-06 07:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:25:03] Production.INFO: ==14424== Lock acquired, processing the job...
[2026-04-06 07:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:25:03] Production.INFO: Account Balance Start.
[2026-04-06 07:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:25:03] Production.INFO: 117
[2026-04-06 07:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: ==14420== Releasing lock...
[2026-04-06 07:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:25:04] Production.INFO: Total Charge 0
[2026-04-06 07:25:04] Production.INFO: CreateAllLog End
[2026-04-06 07:25:04] Production.INFO: Account Balance End.
[2026-04-06 07:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:25:04] Production.INFO: ==14424== Releasing lock...
[2026-04-06 07:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:25:10] Production.ERROR: CronJobId end10
[2026-04-06 07:25:10] Production.INFO: ==14422== Releasing lock...
[2026-04-06 07:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:25:14] Production.INFO: call_cost start
[2026-04-06 07:25:14] Production.INFO: call_cost end
[2026-04-06 07:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:25:14] Production.INFO: ==14418== Releasing lock...
[2026-04-06 07:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:26:01] Production.INFO: ==14486== Lock acquired, processing the job...
[2026-04-06 12:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:26:01] Production.INFO: neon service started
[2026-04-06 12:26:01] Production.INFO: neon service started
[2026-04-06 12:26:01] Production.INFO: ==14486== Releasing lock...
[2026-04-06 12:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:26:02] Production.INFO: ==14488== Lock acquired, processing the job...
[2026-04-06 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:26:02] Production.INFO: ==14490== Lock acquired, processing the job...
[2026-04-06 11:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:26:02] Production.INFO: ==14488== Releasing lock...
[2026-04-06 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:26:02] Production.INFO: ==14490== Releasing lock...
[2026-04-06 11:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:26:03] Production.INFO: ==14492== Lock acquired, processing the job...
[2026-04-06 07:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:26:03] Production.INFO: ==14494== Lock acquired, processing the job...
[2026-04-06 07:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:26:03] Production.INFO: ==14496== Lock acquired, processing the job...
[2026-04-06 07:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:26:03] Production.INFO: ==14500== Lock acquired, processing the job...
[2026-04-06 07:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:26:03] Production.INFO: ==14498== Lock acquired, processing the job...
[2026-04-06 07:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:26:03] Production.INFO: ==14500== Releasing lock...
[2026-04-06 07:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:26:03] Production.INFO: Account Balance Start.
[2026-04-06 07:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:26:03] Production.INFO: 117
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: ==14494== Releasing lock...
[2026-04-06 07:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:26:04] Production.INFO: Total Charge 0
[2026-04-06 07:26:04] Production.INFO: CreateAllLog End
[2026-04-06 07:26:04] Production.INFO: Account Balance End.
[2026-04-06 07:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:26:04] Production.INFO: ==14498== Releasing lock...
[2026-04-06 07:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:26:12] Production.ERROR: CronJobId end10
[2026-04-06 07:26:12] Production.INFO: ==14496== Releasing lock...
[2026-04-06 07:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:26:15] Production.INFO: call_cost start
[2026-04-06 07:26:15] Production.INFO: call_cost end
[2026-04-06 07:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:26:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:26:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:26:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:26:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:26:15] Production.INFO: ==14492== Releasing lock...
[2026-04-06 07:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:27:02] Production.INFO: ==14569== Lock acquired, processing the job...
[2026-04-06 12:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:27:02] Production.INFO: neon service started
[2026-04-06 12:27:02] Production.INFO: neon service started
[2026-04-06 12:27:02] Production.INFO: ==14569== Releasing lock...
[2026-04-06 12:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:27:02] Production.INFO: ==14573== Lock acquired, processing the job...
[2026-04-06 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:27:02] Production.INFO: ==14573== Releasing lock...
[2026-04-06 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:27:02] Production.INFO: ==14571== Lock acquired, processing the job...
[2026-04-06 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:27:03] Production.INFO: ==14571== Releasing lock...
[2026-04-06 07:27:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:27:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:27:03] Production.INFO: ==14576== Lock acquired, processing the job...
[2026-04-06 07:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:27:03] Production.INFO: ==14578== Lock acquired, processing the job...
[2026-04-06 07:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:27:04] Production.INFO: ==14584== Lock acquired, processing the job...
[2026-04-06 07:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:27:04] Production.INFO: ==14580== Lock acquired, processing the job...
[2026-04-06 07:27:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:27:04] Production.INFO: ==14582== Lock acquired, processing the job...
[2026-04-06 07:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:27:04] Production.INFO: ==14578== Releasing lock...
[2026-04-06 07:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:27:04] Production.INFO: Account Balance Start.
[2026-04-06 07:27:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:27:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:27:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:27:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:27:04] Production.INFO: 117
[2026-04-06 07:27:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:27:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:27:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:27:04] Production.INFO: ==14584== Releasing lock...
[2026-04-06 07:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:27:05] Production.INFO: Total Charge 0
[2026-04-06 07:27:05] Production.INFO: CreateAllLog End
[2026-04-06 07:27:05] Production.INFO: Account Balance End.
[2026-04-06 07:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:27:05] Production.INFO: ==14582== Releasing lock...
[2026-04-06 07:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:27:13] Production.ERROR: CronJobId end10
[2026-04-06 07:27:13] Production.INFO: ==14580== Releasing lock...
[2026-04-06 07:27:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:27:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:27:15] Production.INFO: call_cost start
[2026-04-06 07:27:15] Production.INFO: call_cost end
[2026-04-06 07:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:27:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:27:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:27:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:27:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:27:15] Production.INFO: ==14576== Releasing lock...
[2026-04-06 07:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:28:01] Production.INFO: ==14655== Lock acquired, processing the job...
[2026-04-06 12:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:28:01] Production.INFO: neon service started
[2026-04-06 12:28:01] Production.INFO: neon service started
[2026-04-06 12:28:01] Production.INFO: ==14655== Releasing lock...
[2026-04-06 12:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:28:02] Production.INFO: ==14657== Lock acquired, processing the job...
[2026-04-06 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:28:02] Production.INFO: ==14659== Lock acquired, processing the job...
[2026-04-06 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:28:02] Production.INFO: ==14659== Releasing lock...
[2026-04-06 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:28:02] Production.INFO: ==14657== Releasing lock...
[2026-04-06 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:28:03] Production.INFO: ==14662== Lock acquired, processing the job...
[2026-04-06 07:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:28:03] Production.INFO: ==14666== Lock acquired, processing the job...
[2026-04-06 07:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:28:03] Production.INFO: ==14670== Lock acquired, processing the job...
[2026-04-06 07:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:28:03] Production.INFO: ==14668== Lock acquired, processing the job...
[2026-04-06 07:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:28:03] Production.INFO: ==14664== Lock acquired, processing the job...
[2026-04-06 07:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:28:03] Production.INFO: Account Balance Start.
[2026-04-06 07:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:28:03] Production.INFO: 117
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:28:03] Production.INFO: ==14670== Releasing lock...
[2026-04-06 07:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: ==14664== Releasing lock...
[2026-04-06 07:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:28:04] Production.INFO: Total Charge 0
[2026-04-06 07:28:04] Production.INFO: CreateAllLog End
[2026-04-06 07:28:04] Production.INFO: Account Balance End.
[2026-04-06 07:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:28:04] Production.INFO: ==14668== Releasing lock...
[2026-04-06 07:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:28:12] Production.ERROR: CronJobId end10
[2026-04-06 07:28:12] Production.INFO: ==14666== Releasing lock...
[2026-04-06 07:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:28:13] Production.INFO: call_cost start
[2026-04-06 07:28:13] Production.INFO: call_cost end
[2026-04-06 07:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:28:13] Production.INFO: ==14662== Releasing lock...
[2026-04-06 07:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:29:02] Production.INFO: ==14730== Lock acquired, processing the job...
[2026-04-06 12:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:29:02] Production.INFO: neon service started
[2026-04-06 12:29:02] Production.INFO: neon service started
[2026-04-06 12:29:02] Production.INFO: ==14730== Releasing lock...
[2026-04-06 12:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:29:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:29:02] Production.INFO: ==14732== Lock acquired, processing the job...
[2026-04-06 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:29:02] Production.INFO: ==14732== Releasing lock...
[2026-04-06 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:29:02] Production.INFO: ==14734== Lock acquired, processing the job...
[2026-04-06 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:29:02] Production.INFO: ==14734== Releasing lock...
[2026-04-06 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:29:03] Production.INFO: ==14742== Lock acquired, processing the job...
[2026-04-06 07:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:29:03] Production.INFO: Account Balance Start.
[2026-04-06 07:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:29:03] Production.INFO: 117
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: ==14738== Lock acquired, processing the job...
[2026-04-06 07:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:29:03] Production.INFO: ==14736== Lock acquired, processing the job...
[2026-04-06 07:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: ==14744== Lock acquired, processing the job...
[2026-04-06 07:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: ==14740== Lock acquired, processing the job...
[2026-04-06 07:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:29:03] Production.INFO: ==14744== Releasing lock...
[2026-04-06 07:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: ==14738== Releasing lock...
[2026-04-06 07:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:29:04] Production.INFO: Total Charge 0
[2026-04-06 07:29:04] Production.INFO: CreateAllLog End
[2026-04-06 07:29:04] Production.INFO: Account Balance End.
[2026-04-06 07:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:29:04] Production.INFO: ==14742== Releasing lock...
[2026-04-06 07:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:29:11] Production.ERROR: CronJobId end10
[2026-04-06 07:29:11] Production.INFO: ==14740== Releasing lock...
[2026-04-06 07:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:29:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:29:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:29:15] Production.INFO: call_cost start
[2026-04-06 07:29:15] Production.INFO: call_cost end
[2026-04-06 07:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:29:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:29:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:29:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:29:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:29:15] Production.INFO: ==14736== Releasing lock...
[2026-04-06 07:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:30:01] Production.INFO: ==14811== Lock acquired, processing the job...
[2026-04-06 12:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:30:01] Production.INFO: neon service started
[2026-04-06 12:30:01] Production.INFO: neon service started
[2026-04-06 12:30:01] Production.INFO: ==14811== Releasing lock...
[2026-04-06 12:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:30:01] Production.INFO: ==14815== Lock acquired, processing the job...
[2026-04-06 11:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:30:01] Production.INFO: ==14815== Releasing lock...
[2026-04-06 11:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:30:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:30:02] Production.INFO: ==14813== Lock acquired, processing the job...
[2026-04-06 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:30:02] Production.INFO: ==14813== Releasing lock...
[2026-04-06 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:30:02] Production.INFO: ==14817== Lock acquired, processing the job...
[2026-04-06 07:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:30:02] Production.INFO: ==14819== Lock acquired, processing the job...
[2026-04-06 07:30:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:30:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:30:03] Production.INFO: ==14821== Lock acquired, processing the job...
[2026-04-06 07:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:30:03] Production.INFO: ==14825== Lock acquired, processing the job...
[2026-04-06 07:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:30:03] Production.INFO: ==14823== Lock acquired, processing the job...
[2026-04-06 07:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:30:03] Production.INFO: Account Balance Start.
[2026-04-06 07:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:30:03] Production.INFO: 117
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: ==14825== Releasing lock...
[2026-04-06 07:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: ==14819== Releasing lock...
[2026-04-06 07:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-28
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-29
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:03] Production.INFO: Date 2026-03-30
[2026-04-06 07:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:30:04] Production.INFO: Total Charge 0
[2026-04-06 07:30:04] Production.INFO: CreateAllLog End
[2026-04-06 07:30:04] Production.INFO: Account Balance End.
[2026-04-06 07:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:30:04] Production.INFO: ==14823== Releasing lock...
[2026-04-06 07:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:30:10] Production.ERROR: CronJobId end10
[2026-04-06 07:30:10] Production.INFO: ==14821== Releasing lock...
[2026-04-06 07:30:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:30:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:30:14] Production.INFO: call_cost start
[2026-04-06 07:30:14] Production.INFO: call_cost end
[2026-04-06 07:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:30:14] Production.INFO: ==14817== Releasing lock...
[2026-04-06 07:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:31:01] Production.INFO: ==14895== Lock acquired, processing the job...
[2026-04-06 12:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:31:01] Production.INFO: neon service started
[2026-04-06 12:31:01] Production.INFO: neon service started
[2026-04-06 12:31:01] Production.INFO: ==14895== Releasing lock...
[2026-04-06 12:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:31:02] Production.INFO: ==14899== Lock acquired, processing the job...
[2026-04-06 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:31:02] Production.INFO: ==14897== Lock acquired, processing the job...
[2026-04-06 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:31:02] Production.INFO: ==14899== Releasing lock...
[2026-04-06 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:31:02] Production.INFO: ==14897== Releasing lock...
[2026-04-06 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:31:03] Production.INFO: ==14908== Lock acquired, processing the job...
[2026-04-06 07:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:31:03] Production.INFO: ==14902== Lock acquired, processing the job...
[2026-04-06 07:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 07:31:03] Production.INFO: ==14904== Lock acquired, processing the job...
[2026-04-06 07:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:31:03] Production.INFO: ==14906== Lock acquired, processing the job...
[2026-04-06 07:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:31:03] Production.ERROR: CronJob PID - 14904
[2026-04-06 07:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 07:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 07:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:31:00
[2026-04-06 07:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:31:03] Production.ERROR: CronJob PID - 14906
[2026-04-06 07:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 07:31:03] Production.ERROR: CronJob ID - 7
[2026-04-06 07:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:31:00
[2026-04-06 07:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:31:03] Production.ERROR: CronJob PID - 14908
[2026-04-06 07:31:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 07:31:03] Production.ERROR: CronJob ID - 10
[2026-04-06 07:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:31:00
[2026-04-06 07:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:31:03] Production.INFO: ==14912== Lock acquired, processing the job...
[2026-04-06 07:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 07:31:03] Production.INFO: ==14910== Lock acquired, processing the job...
[2026-04-06 07:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 07:31:03] Production.INFO: ==14902== Releasing lock...
[2026-04-06 07:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 07:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:31:03] Production.INFO: Account Balance Start.
[2026-04-06 07:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:31:03] Production.INFO: 117
[2026-04-06 07:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: ==14914== Lock acquired, processing the job...
[2026-04-06 07:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: ==14914== Releasing lock...
[2026-04-06 07:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: ==14906== Releasing lock...
[2026-04-06 07:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.ERROR: done
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 07:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046438', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:31:05] Production.INFO: Total Charge 0
[2026-04-06 07:31:05] Production.INFO: CreateAllLog End
[2026-04-06 07:31:05] Production.INFO: Account Balance End.
[2026-04-06 07:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:31:05] Production.INFO: ==14910== Releasing lock...
[2026-04-06 07:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046438', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 07:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 07:31:10] Production.INFO: ProcessCDR(1,17046438,1,1,2)
[2026-04-06 07:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046438,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046438,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 07:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 07:31:10] Production.INFO: ==14912== Releasing lock...
[2026-04-06 07:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 07:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 07:31:13] Production.ERROR: CronJobId end10
[2026-04-06 07:31:13] Production.INFO: ==14908== Releasing lock...
[2026-04-06 07:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:31:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:31:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:31:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:31:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:31:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:31:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:31:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:31:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:31:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:31:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:31:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:31:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:31:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:31:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:31:16] Production.INFO: call_cost start
[2026-04-06 07:31:16] Production.INFO: call_cost end
[2026-04-06 07:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:31:16] Production.INFO: ==14904== Releasing lock...
[2026-04-06 07:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:32:02] Production.INFO: ==14989== Lock acquired, processing the job...
[2026-04-06 12:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:32:02] Production.INFO: neon service started
[2026-04-06 12:32:02] Production.INFO: neon service started
[2026-04-06 12:32:02] Production.INFO: ==14989== Releasing lock...
[2026-04-06 12:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:32:02] Production.INFO: ==14992== Lock acquired, processing the job...
[2026-04-06 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:32:02] Production.INFO: ==14992== Releasing lock...
[2026-04-06 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:32:02] Production.INFO: ==14994== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:32:03] Production.INFO: ==14994== Releasing lock...
[2026-04-06 11:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:32:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:32:03] Production.INFO: ==15004== Lock acquired, processing the job...
[2026-04-06 07:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:32:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:32:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:32:04] Production.INFO: ==14996== Lock acquired, processing the job...
[2026-04-06 07:32:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:32:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:32:04] Production.INFO: ==15004== Releasing lock...
[2026-04-06 07:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:32:04] Production.INFO: ==14998== Lock acquired, processing the job...
[2026-04-06 07:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:32:04] Production.INFO: ==15000== Lock acquired, processing the job...
[2026-04-06 07:32:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:32:04] Production.INFO: ==15002== Lock acquired, processing the job...
[2026-04-06 07:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:32:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:32:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:32:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:32:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:32:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:32:04] Production.INFO: Account Balance Start.
[2026-04-06 07:32:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:32:04] Production.INFO: 117
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: ==14998== Releasing lock...
[2026-04-06 07:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-24
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-25
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-26
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:32:05] Production.INFO: Total Charge 0
[2026-04-06 07:32:05] Production.INFO: CreateAllLog End
[2026-04-06 07:32:05] Production.INFO: Account Balance End.
[2026-04-06 07:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:32:05] Production.INFO: ==15002== Releasing lock...
[2026-04-06 07:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:32:11] Production.ERROR: CronJobId end10
[2026-04-06 07:32:11] Production.INFO: ==15000== Releasing lock...
[2026-04-06 07:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:32:14] Production.INFO: call_cost start
[2026-04-06 07:32:14] Production.INFO: call_cost end
[2026-04-06 07:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:32:14] Production.INFO: ==14996== Releasing lock...
[2026-04-06 07:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:33:01] Production.INFO: ==15062== Lock acquired, processing the job...
[2026-04-06 12:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:33:01] Production.INFO: neon service started
[2026-04-06 12:33:01] Production.INFO: neon service started
[2026-04-06 12:33:01] Production.INFO: ==15062== Releasing lock...
[2026-04-06 12:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:33:02] Production.INFO: ==15066== Lock acquired, processing the job...
[2026-04-06 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:33:02] Production.INFO: ==15064== Lock acquired, processing the job...
[2026-04-06 07:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:33:02] Production.INFO: ==15066== Releasing lock...
[2026-04-06 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:33:02] Production.INFO: ==15064== Releasing lock...
[2026-04-06 07:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:33:03] Production.INFO: ==15069== Lock acquired, processing the job...
[2026-04-06 07:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:33:03] Production.INFO: ==15071== Lock acquired, processing the job...
[2026-04-06 07:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:33:03] Production.INFO: ==15073== Lock acquired, processing the job...
[2026-04-06 07:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:33:03] Production.INFO: ==15077== Lock acquired, processing the job...
[2026-04-06 07:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:33:03] Production.INFO: ==15075== Lock acquired, processing the job...
[2026-04-06 07:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:33:03] Production.INFO: ==15077== Releasing lock...
[2026-04-06 07:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:33:04] Production.INFO: Account Balance Start.
[2026-04-06 07:33:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:33:04] Production.INFO: 117
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: ==15071== Releasing lock...
[2026-04-06 07:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-25
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-26
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:33:05] Production.INFO: Total Charge 0
[2026-04-06 07:33:05] Production.INFO: CreateAllLog End
[2026-04-06 07:33:05] Production.INFO: Account Balance End.
[2026-04-06 07:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:33:05] Production.INFO: ==15075== Releasing lock...
[2026-04-06 07:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:33:12] Production.ERROR: CronJobId end10
[2026-04-06 07:33:12] Production.INFO: ==15073== Releasing lock...
[2026-04-06 07:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:33:15] Production.INFO: call_cost start
[2026-04-06 07:33:15] Production.INFO: call_cost end
[2026-04-06 07:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:33:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:33:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:33:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:33:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:33:15] Production.INFO: ==15069== Releasing lock...
[2026-04-06 07:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:34:02] Production.INFO: ==15146== Lock acquired, processing the job...
[2026-04-06 12:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:34:02] Production.INFO: neon service started
[2026-04-06 12:34:02] Production.INFO: neon service started
[2026-04-06 12:34:02] Production.INFO: ==15146== Releasing lock...
[2026-04-06 12:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:34:02] Production.INFO: ==15148== Lock acquired, processing the job...
[2026-04-06 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:34:03] Production.INFO: ==15148== Releasing lock...
[2026-04-06 07:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:34:03] Production.INFO: ==15150== Lock acquired, processing the job...
[2026-04-06 11:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:34:03] Production.INFO: ==15150== Releasing lock...
[2026-04-06 11:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:34:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:34:03] Production.INFO: ==15153== Lock acquired, processing the job...
[2026-04-06 07:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:34:03] Production.INFO: ==15155== Lock acquired, processing the job...
[2026-04-06 07:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:34:03] Production.INFO: ==15157== Lock acquired, processing the job...
[2026-04-06 07:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:34:03] Production.INFO: ==15159== Lock acquired, processing the job...
[2026-04-06 07:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:34:03] Production.INFO: Account Balance Start.
[2026-04-06 07:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:34:03] Production.INFO: 117
[2026-04-06 07:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: ==15161== Lock acquired, processing the job...
[2026-04-06 07:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:34:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: ==15161== Releasing lock...
[2026-04-06 07:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: ==15155== Releasing lock...
[2026-04-06 07:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:34:05] Production.INFO: Total Charge 0
[2026-04-06 07:34:05] Production.INFO: CreateAllLog End
[2026-04-06 07:34:05] Production.INFO: Account Balance End.
[2026-04-06 07:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:34:05] Production.INFO: ==15159== Releasing lock...
[2026-04-06 07:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:34:12] Production.ERROR: CronJobId end10
[2026-04-06 07:34:12] Production.INFO: ==15157== Releasing lock...
[2026-04-06 07:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:34:14] Production.INFO: call_cost start
[2026-04-06 07:34:14] Production.INFO: call_cost end
[2026-04-06 07:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:34:14] Production.INFO: ==15153== Releasing lock...
[2026-04-06 07:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:35:01] Production.INFO: ==15224== Lock acquired, processing the job...
[2026-04-06 12:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:35:01] Production.INFO: neon service started
[2026-04-06 12:35:01] Production.INFO: neon service started
[2026-04-06 12:35:01] Production.INFO: ==15224== Releasing lock...
[2026-04-06 12:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:35:02] Production.INFO: ==15226== Lock acquired, processing the job...
[2026-04-06 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:35:02] Production.INFO: ==15226== Releasing lock...
[2026-04-06 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:35:02] Production.INFO: ==15228== Lock acquired, processing the job...
[2026-04-06 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:35:02] Production.INFO: ==15228== Releasing lock...
[2026-04-06 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:35:03] Production.INFO: ==15231== Lock acquired, processing the job...
[2026-04-06 07:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:35:03] Production.INFO: ==15233== Lock acquired, processing the job...
[2026-04-06 07:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:35:03] Production.INFO: ==15239== Lock acquired, processing the job...
[2026-04-06 07:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:35:03] Production.INFO: ==15237== Lock acquired, processing the job...
[2026-04-06 07:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:35:03] Production.INFO: ==15235== Lock acquired, processing the job...
[2026-04-06 07:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:35:03] Production.INFO: Account Balance Start.
[2026-04-06 07:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:35:03] Production.INFO: 117
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: ==15239== Releasing lock...
[2026-04-06 07:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: ==15233== Releasing lock...
[2026-04-06 07:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-28
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-29
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-30
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:03] Production.INFO: Date 2026-03-31
[2026-04-06 07:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:35:04] Production.INFO: Total Charge 0
[2026-04-06 07:35:04] Production.INFO: CreateAllLog End
[2026-04-06 07:35:04] Production.INFO: Account Balance End.
[2026-04-06 07:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:35:04] Production.INFO: ==15237== Releasing lock...
[2026-04-06 07:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:35:11] Production.ERROR: CronJobId end10
[2026-04-06 07:35:11] Production.INFO: ==15235== Releasing lock...
[2026-04-06 07:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:35:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:35:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:35:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:35:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:35:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:35:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:35:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:35:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:35:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:35:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:35:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:35:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:35:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:35:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:35:13] Production.INFO: call_cost start
[2026-04-06 07:35:13] Production.INFO: call_cost end
[2026-04-06 07:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:35:13] Production.INFO: ==15231== Releasing lock...
[2026-04-06 07:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:36:02] Production.INFO: ==15307== Lock acquired, processing the job...
[2026-04-06 12:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:36:02] Production.INFO: neon service started
[2026-04-06 12:36:02] Production.INFO: neon service started
[2026-04-06 12:36:02] Production.INFO: ==15307== Releasing lock...
[2026-04-06 12:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:36:02] Production.INFO: ==15309== Lock acquired, processing the job...
[2026-04-06 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:36:02] Production.INFO: ==15311== Lock acquired, processing the job...
[2026-04-06 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:36:02] Production.INFO: ==15309== Releasing lock...
[2026-04-06 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:36:02] Production.INFO: ==15311== Releasing lock...
[2026-04-06 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:36:03] Production.INFO: ==15313== Lock acquired, processing the job...
[2026-04-06 07:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:36:03] Production.INFO: ==15315== Lock acquired, processing the job...
[2026-04-06 07:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:36:03] Production.INFO: ==15317== Lock acquired, processing the job...
[2026-04-06 07:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:36:03] Production.INFO: ==15319== Lock acquired, processing the job...
[2026-04-06 07:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:36:03] Production.INFO: ==15321== Lock acquired, processing the job...
[2026-04-06 07:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:36:03] Production.INFO: Account Balance Start.
[2026-04-06 07:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:36:03] Production.INFO: 117
[2026-04-06 07:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:36:03] Production.INFO: ==15321== Releasing lock...
[2026-04-06 07:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: ==15315== Releasing lock...
[2026-04-06 07:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:36:04] Production.INFO: Total Charge 0
[2026-04-06 07:36:04] Production.INFO: CreateAllLog End
[2026-04-06 07:36:04] Production.INFO: Account Balance End.
[2026-04-06 07:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:36:05] Production.INFO: ==15319== Releasing lock...
[2026-04-06 07:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:36:11] Production.ERROR: CronJobId end10
[2026-04-06 07:36:11] Production.INFO: ==15317== Releasing lock...
[2026-04-06 07:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:36:14] Production.INFO: call_cost start
[2026-04-06 07:36:14] Production.INFO: call_cost end
[2026-04-06 07:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:36:14] Production.INFO: ==15313== Releasing lock...
[2026-04-06 07:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:37:01] Production.INFO: ==15389== Lock acquired, processing the job...
[2026-04-06 12:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:37:01] Production.INFO: neon service started
[2026-04-06 12:37:01] Production.INFO: neon service started
[2026-04-06 12:37:01] Production.INFO: ==15389== Releasing lock...
[2026-04-06 12:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:37:01] Production.INFO: ==15393== Lock acquired, processing the job...
[2026-04-06 11:37:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:37:01] Production.INFO: ==15393== Releasing lock...
[2026-04-06 11:37:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:37:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:37:02] Production.INFO: ==15391== Lock acquired, processing the job...
[2026-04-06 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:37:02] Production.INFO: ==15391== Releasing lock...
[2026-04-06 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:37:02] Production.INFO: ==15404== Lock acquired, processing the job...
[2026-04-06 07:37:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:37:02] Production.INFO: Account Balance Start.
[2026-04-06 07:37:02] Production.INFO: CreateAllLog Start
[2026-04-06 07:37:02] Production.INFO: 117
[2026-04-06 07:37:02] Production.INFO: Date 2026-03-08
[2026-04-06 07:37:02] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:02] Production.INFO: Date 2026-03-09
[2026-04-06 07:37:02] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:02] Production.INFO: Date 2026-03-10
[2026-04-06 07:37:02] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: ==15399== Lock acquired, processing the job...
[2026-04-06 07:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: ==15402== Lock acquired, processing the job...
[2026-04-06 07:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:37:03] Production.INFO: ==15397== Lock acquired, processing the job...
[2026-04-06 07:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: ==15406== Lock acquired, processing the job...
[2026-04-06 07:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:37:03] Production.INFO: ==15406== Releasing lock...
[2026-04-06 07:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:37:03] Production.INFO: ==15399== Releasing lock...
[2026-04-06 07:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:37:04] Production.INFO: Total Charge 0
[2026-04-06 07:37:04] Production.INFO: CreateAllLog End
[2026-04-06 07:37:04] Production.INFO: Account Balance End.
[2026-04-06 07:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:37:04] Production.INFO: ==15404== Releasing lock...
[2026-04-06 07:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:37:11] Production.ERROR: CronJobId end10
[2026-04-06 07:37:11] Production.INFO: ==15402== Releasing lock...
[2026-04-06 07:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:37:14] Production.INFO: call_cost start
[2026-04-06 07:37:14] Production.INFO: call_cost end
[2026-04-06 07:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:37:14] Production.INFO: ==15397== Releasing lock...
[2026-04-06 07:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:38:01] Production.INFO: ==15471== Lock acquired, processing the job...
[2026-04-06 12:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:38:01] Production.INFO: neon service started
[2026-04-06 12:38:01] Production.INFO: neon service started
[2026-04-06 12:38:01] Production.INFO: ==15471== Releasing lock...
[2026-04-06 12:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:38:02] Production.INFO: ==15473== Lock acquired, processing the job...
[2026-04-06 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:38:02] Production.INFO: ==15473== Releasing lock...
[2026-04-06 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:38:02] Production.INFO: ==15475== Lock acquired, processing the job...
[2026-04-06 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:38:02] Production.INFO: ==15475== Releasing lock...
[2026-04-06 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:38:03] Production.INFO: ==15483== Lock acquired, processing the job...
[2026-04-06 07:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:38:03] Production.INFO: Account Balance Start.
[2026-04-06 07:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:38:03] Production.INFO: 117
[2026-04-06 07:38:03] Production.INFO: ==15477== Lock acquired, processing the job...
[2026-04-06 07:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:03] Production.INFO: ==15479== Lock acquired, processing the job...
[2026-04-06 07:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:03] Production.INFO: ==15481== Lock acquired, processing the job...
[2026-04-06 07:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:03] Production.INFO: ==15485== Lock acquired, processing the job...
[2026-04-06 07:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:38:03] Production.INFO: ==15485== Releasing lock...
[2026-04-06 07:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:38:04] Production.INFO: ==15479== Releasing lock...
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:38:05] Production.INFO: Total Charge 0
[2026-04-06 07:38:05] Production.INFO: CreateAllLog End
[2026-04-06 07:38:05] Production.INFO: Account Balance End.
[2026-04-06 07:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:38:05] Production.INFO: ==15483== Releasing lock...
[2026-04-06 07:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:38:12] Production.ERROR: CronJobId end10
[2026-04-06 07:38:12] Production.INFO: ==15481== Releasing lock...
[2026-04-06 07:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:38:15] Production.INFO: call_cost start
[2026-04-06 07:38:15] Production.INFO: call_cost end
[2026-04-06 07:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:38:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:38:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:38:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:38:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:38:15] Production.INFO: ==15477== Releasing lock...
[2026-04-06 07:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:39:02] Production.INFO: ==15553== Lock acquired, processing the job...
[2026-04-06 12:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:39:02] Production.INFO: neon service started
[2026-04-06 12:39:02] Production.INFO: neon service started
[2026-04-06 12:39:02] Production.INFO: ==15553== Releasing lock...
[2026-04-06 12:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:39:02] Production.INFO: ==15555== Lock acquired, processing the job...
[2026-04-06 07:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:39:02] Production.INFO: ==15557== Lock acquired, processing the job...
[2026-04-06 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:39:02] Production.INFO: ==15557== Releasing lock...
[2026-04-06 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:39:03] Production.INFO: ==15555== Releasing lock...
[2026-04-06 07:39:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:39:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:39:03] Production.INFO: ==15563== Lock acquired, processing the job...
[2026-04-06 07:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:39:03] Production.INFO: ==15561== Lock acquired, processing the job...
[2026-04-06 07:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:39:03] Production.INFO: ==15565== Lock acquired, processing the job...
[2026-04-06 07:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:39:03] Production.INFO: Account Balance Start.
[2026-04-06 07:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:39:03] Production.INFO: 117
[2026-04-06 07:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:03] Production.INFO: ==15559== Lock acquired, processing the job...
[2026-04-06 07:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: ==15568== Lock acquired, processing the job...
[2026-04-06 07:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: ==15561== Releasing lock...
[2026-04-06 07:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:39:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:39:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: ==15568== Releasing lock...
[2026-04-06 07:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:39:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:39:05] Production.INFO: Total Charge 0
[2026-04-06 07:39:05] Production.INFO: CreateAllLog End
[2026-04-06 07:39:05] Production.INFO: Account Balance End.
[2026-04-06 07:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:39:05] Production.INFO: ==15565== Releasing lock...
[2026-04-06 07:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:39:11] Production.ERROR: CronJobId end10
[2026-04-06 07:39:11] Production.INFO: ==15563== Releasing lock...
[2026-04-06 07:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:39:15] Production.INFO: call_cost start
[2026-04-06 07:39:15] Production.INFO: call_cost end
[2026-04-06 07:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:39:15] Production.INFO: ==15559== Releasing lock...
[2026-04-06 07:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:40:01] Production.INFO: ==15623== Lock acquired, processing the job...
[2026-04-06 12:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:40:01] Production.INFO: neon service started
[2026-04-06 12:40:01] Production.INFO: neon service started
[2026-04-06 12:40:01] Production.INFO: ==15623== Releasing lock...
[2026-04-06 12:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:40:02] Production.INFO: ==15625== Lock acquired, processing the job...
[2026-04-06 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:40:02] Production.INFO: ==15625== Releasing lock...
[2026-04-06 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:40:02] Production.INFO: ==15627== Lock acquired, processing the job...
[2026-04-06 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:40:02] Production.INFO: ==15627== Releasing lock...
[2026-04-06 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:40:03] Production.INFO: ==15635== Lock acquired, processing the job...
[2026-04-06 07:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:40:03] Production.INFO: Account Balance Start.
[2026-04-06 07:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:40:03] Production.INFO: ==15633== Lock acquired, processing the job...
[2026-04-06 07:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:40:03] Production.INFO: 117
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:40:03] Production.INFO: ==15629== Lock acquired, processing the job...
[2026-04-06 07:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:40:03] Production.INFO: ==15631== Lock acquired, processing the job...
[2026-04-06 07:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: ==15637== Lock acquired, processing the job...
[2026-04-06 07:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: ==15637== Releasing lock...
[2026-04-06 07:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:03] Production.INFO: ==15631== Releasing lock...
[2026-04-06 07:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:40:03] Production.INFO: Date 2026-03-27
[2026-04-06 07:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:40:04] Production.INFO: Total Charge 0
[2026-04-06 07:40:04] Production.INFO: CreateAllLog End
[2026-04-06 07:40:04] Production.INFO: Account Balance End.
[2026-04-06 07:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:40:04] Production.INFO: ==15635== Releasing lock...
[2026-04-06 07:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:40:10] Production.ERROR: CronJobId end10
[2026-04-06 07:40:10] Production.INFO: ==15633== Releasing lock...
[2026-04-06 07:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:40:13] Production.INFO: call_cost start
[2026-04-06 07:40:13] Production.INFO: call_cost end
[2026-04-06 07:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:40:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:40:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:40:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:40:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:40:13] Production.INFO: ==15629== Releasing lock...
[2026-04-06 07:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:41:02] Production.INFO: ==15712== Lock acquired, processing the job...
[2026-04-06 12:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:41:02] Production.INFO: neon service started
[2026-04-06 12:41:02] Production.INFO: neon service started
[2026-04-06 12:41:02] Production.INFO: ==15712== Releasing lock...
[2026-04-06 12:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:41:02] Production.INFO: ==15716== Lock acquired, processing the job...
[2026-04-06 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:41:02] Production.INFO: ==15716== Releasing lock...
[2026-04-06 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:41:02] Production.INFO: ==15714== Lock acquired, processing the job...
[2026-04-06 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:41:02] Production.INFO: ==15714== Releasing lock...
[2026-04-06 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:41:03] Production.INFO: ==15723== Lock acquired, processing the job...
[2026-04-06 07:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:41:03] Production.INFO: ==15719== Lock acquired, processing the job...
[2026-04-06 07:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 07:41:03] Production.INFO: ==15721== Lock acquired, processing the job...
[2026-04-06 07:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:41:03] Production.INFO: ==15725== Lock acquired, processing the job...
[2026-04-06 07:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:41:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 07:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:41:04] Production.ERROR: CronJob PID - 15721
[2026-04-06 07:41:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 07:41:04] Production.ERROR: CronJob ID - 5
[2026-04-06 07:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 07:41:00
[2026-04-06 07:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:41:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:41:04] Production.ERROR: CronJob PID - 15723
[2026-04-06 07:41:04] Production.ERROR: CronJob Title - Account Block
[2026-04-06 07:41:04] Production.ERROR: CronJob ID - 7
[2026-04-06 07:41:04] Production.ERROR: CronJob Last Run Time 2026-04-06 07:41:00
[2026-04-06 07:41:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:41:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:41:04] Production.INFO: ==15727== Lock acquired, processing the job...
[2026-04-06 07:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:41:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 07:41:04] Production.INFO: ==15719== Releasing lock...
[2026-04-06 07:41:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 07:41:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:41:04] Production.INFO: ==15731== Lock acquired, processing the job...
[2026-04-06 07:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:41:04] Production.INFO: ==15729== Lock acquired, processing the job...
[2026-04-06 07:41:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 07:41:04] Production.INFO: Account Balance Start.
[2026-04-06 07:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:41:04] Production.INFO: 117
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: ==15731== Releasing lock...
[2026-04-06 07:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:04] Production.ERROR: done
[2026-04-06 07:41:05] Production.INFO: ==15723== Releasing lock...
[2026-04-06 07:41:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:41:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-24
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 07:41:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046479', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-25
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-26
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:41:05] Production.INFO: Total Charge 0
[2026-04-06 07:41:05] Production.INFO: CreateAllLog End
[2026-04-06 07:41:05] Production.INFO: Account Balance End.
[2026-04-06 07:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:41:05] Production.INFO: ==15727== Releasing lock...
[2026-04-06 07:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:41:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046479', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 07:41:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 07:41:11] Production.INFO: ProcessCDR(1,17046479,1,1,2)
[2026-04-06 07:41:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046479,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:41:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046479,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:41:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 07:41:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 07:41:11] Production.INFO: ==15729== Releasing lock...
[2026-04-06 07:41:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 07:41:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 07:41:14] Production.ERROR: CronJobId end10
[2026-04-06 07:41:14] Production.INFO: ==15725== Releasing lock...
[2026-04-06 07:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:41:17] Production.INFO: call_cost start
[2026-04-06 07:41:17] Production.INFO: call_cost end
[2026-04-06 07:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:41:17] Production.INFO: ==15721== Releasing lock...
[2026-04-06 07:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:42:01] Production.INFO: ==15797== Lock acquired, processing the job...
[2026-04-06 12:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:42:01] Production.INFO: neon service started
[2026-04-06 12:42:01] Production.INFO: neon service started
[2026-04-06 12:42:01] Production.INFO: ==15797== Releasing lock...
[2026-04-06 12:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:42:01] Production.INFO: ==15799== Lock acquired, processing the job...
[2026-04-06 07:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:42:02] Production.INFO: ==15801== Lock acquired, processing the job...
[2026-04-06 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 07:42:02] Production.INFO: ==15799== Releasing lock...
[2026-04-06 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:42:02] Production.INFO: ==15801== Releasing lock...
[2026-04-06 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:42:03] Production.INFO: ==15804== Lock acquired, processing the job...
[2026-04-06 07:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:42:03] Production.INFO: ==15806== Lock acquired, processing the job...
[2026-04-06 07:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:42:03] Production.INFO: ==15812== Lock acquired, processing the job...
[2026-04-06 07:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:42:03] Production.INFO: ==15808== Lock acquired, processing the job...
[2026-04-06 07:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:42:03] Production.INFO: ==15810== Lock acquired, processing the job...
[2026-04-06 07:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:42:03] Production.INFO: Account Balance Start.
[2026-04-06 07:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:42:03] Production.INFO: 117
[2026-04-06 07:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:42:03] Production.INFO: ==15812== Releasing lock...
[2026-04-06 07:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: ==15806== Releasing lock...
[2026-04-06 07:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-24
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-25
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:03] Production.INFO: Date 2026-03-26
[2026-04-06 07:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:42:04] Production.INFO: Total Charge 0
[2026-04-06 07:42:04] Production.INFO: CreateAllLog End
[2026-04-06 07:42:04] Production.INFO: Account Balance End.
[2026-04-06 07:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:42:04] Production.INFO: ==15810== Releasing lock...
[2026-04-06 07:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:42:11] Production.ERROR: CronJobId end10
[2026-04-06 07:42:11] Production.INFO: ==15808== Releasing lock...
[2026-04-06 07:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:42:14] Production.INFO: call_cost start
[2026-04-06 07:42:14] Production.INFO: call_cost end
[2026-04-06 07:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:42:14] Production.INFO: ==15804== Releasing lock...
[2026-04-06 07:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:43:01] Production.INFO: ==15882== Lock acquired, processing the job...
[2026-04-06 12:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:43:01] Production.INFO: neon service started
[2026-04-06 12:43:01] Production.INFO: neon service started
[2026-04-06 12:43:01] Production.INFO: ==15882== Releasing lock...
[2026-04-06 12:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:43:02] Production.INFO: ==15884== Lock acquired, processing the job...
[2026-04-06 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:43:02] Production.INFO: ==15886== Lock acquired, processing the job...
[2026-04-06 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:43:02] Production.INFO: ==15886== Releasing lock...
[2026-04-06 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:43:02] Production.INFO: ==15884== Releasing lock...
[2026-04-06 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:43:03] Production.INFO: ==15891== Lock acquired, processing the job...
[2026-04-06 07:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:43:03] Production.INFO: ==15889== Lock acquired, processing the job...
[2026-04-06 07:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:43:03] Production.INFO: ==15893== Lock acquired, processing the job...
[2026-04-06 07:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:43:03] Production.INFO: ==15895== Lock acquired, processing the job...
[2026-04-06 07:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:43:03] Production.INFO: ==15897== Lock acquired, processing the job...
[2026-04-06 07:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:43:03] Production.INFO: ==15897== Releasing lock...
[2026-04-06 07:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:43:03] Production.INFO: Account Balance Start.
[2026-04-06 07:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:43:03] Production.INFO: 117
[2026-04-06 07:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: ==15891== Releasing lock...
[2026-04-06 07:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:43:04] Production.INFO: Total Charge 0
[2026-04-06 07:43:04] Production.INFO: CreateAllLog End
[2026-04-06 07:43:05] Production.INFO: Account Balance End.
[2026-04-06 07:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:43:05] Production.INFO: ==15895== Releasing lock...
[2026-04-06 07:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:43:12] Production.ERROR: CronJobId end10
[2026-04-06 07:43:12] Production.INFO: ==15893== Releasing lock...
[2026-04-06 07:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:43:14] Production.INFO: call_cost start
[2026-04-06 07:43:14] Production.INFO: call_cost end
[2026-04-06 07:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:43:14] Production.INFO: ==15889== Releasing lock...
[2026-04-06 07:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:44:01] Production.INFO: ==15960== Lock acquired, processing the job...
[2026-04-06 12:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:44:01] Production.INFO: neon service started
[2026-04-06 12:44:01] Production.INFO: neon service started
[2026-04-06 12:44:01] Production.INFO: ==15960== Releasing lock...
[2026-04-06 12:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:44:02] Production.INFO: ==15962== Lock acquired, processing the job...
[2026-04-06 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==15964== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==15964== Releasing lock...
[2026-04-06 11:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:44:02] Production.INFO: ==15962== Releasing lock...
[2026-04-06 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:44:03] Production.INFO: ==15966== Lock acquired, processing the job...
[2026-04-06 07:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:44:03] Production.INFO: ==15969== Lock acquired, processing the job...
[2026-04-06 07:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:44:03] Production.INFO: ==15971== Lock acquired, processing the job...
[2026-04-06 07:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:44:03] Production.INFO: ==15973== Lock acquired, processing the job...
[2026-04-06 07:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:44:03] Production.INFO: ==15975== Lock acquired, processing the job...
[2026-04-06 07:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:44:03] Production.INFO: Account Balance Start.
[2026-04-06 07:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:44:03] Production.INFO: 117
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: ==15975== Releasing lock...
[2026-04-06 07:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:03] Production.INFO: Date 2026-03-23
[2026-04-06 07:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: ==15969== Releasing lock...
[2026-04-06 07:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:44:04] Production.INFO: Total Charge 0
[2026-04-06 07:44:04] Production.INFO: CreateAllLog End
[2026-04-06 07:44:04] Production.INFO: Account Balance End.
[2026-04-06 07:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:44:04] Production.INFO: ==15973== Releasing lock...
[2026-04-06 07:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:44:12] Production.ERROR: CronJobId end10
[2026-04-06 07:44:12] Production.INFO: ==15971== Releasing lock...
[2026-04-06 07:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:44:14] Production.INFO: call_cost start
[2026-04-06 07:44:14] Production.INFO: call_cost end
[2026-04-06 07:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:44:14] Production.INFO: ==15966== Releasing lock...
[2026-04-06 07:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:45:01] Production.INFO: ==16042== Lock acquired, processing the job...
[2026-04-06 12:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:45:01] Production.INFO: neon service started
[2026-04-06 12:45:01] Production.INFO: neon service started
[2026-04-06 12:45:01] Production.INFO: ==16042== Releasing lock...
[2026-04-06 12:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:45:02] Production.INFO: ==16044== Lock acquired, processing the job...
[2026-04-06 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:45:02] Production.INFO: ==16044== Releasing lock...
[2026-04-06 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:45:02] Production.INFO: ==16046== Lock acquired, processing the job...
[2026-04-06 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:45:02] Production.INFO: ==16046== Releasing lock...
[2026-04-06 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:45:03] Production.INFO: ==16048== Lock acquired, processing the job...
[2026-04-06 07:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:45:03] Production.INFO: ==16050== Lock acquired, processing the job...
[2026-04-06 07:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:45:03] Production.INFO: ==16054== Lock acquired, processing the job...
[2026-04-06 07:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:45:03] Production.INFO: ==16056== Lock acquired, processing the job...
[2026-04-06 07:45:03] Production.INFO: ==16052== Lock acquired, processing the job...
[2026-04-06 07:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:45:03] Production.INFO: ==16056== Releasing lock...
[2026-04-06 07:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:45:03] Production.INFO: Account Balance Start.
[2026-04-06 07:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:45:03] Production.INFO: 117
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:03] Production.INFO: ==16050== Releasing lock...
[2026-04-06 07:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:45:05] Production.INFO: Total Charge 0
[2026-04-06 07:45:05] Production.INFO: CreateAllLog End
[2026-04-06 07:45:05] Production.INFO: Account Balance End.
[2026-04-06 07:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:45:05] Production.INFO: ==16054== Releasing lock...
[2026-04-06 07:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:45:11] Production.ERROR: CronJobId end10
[2026-04-06 07:45:11] Production.INFO: ==16052== Releasing lock...
[2026-04-06 07:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:45:14] Production.INFO: call_cost start
[2026-04-06 07:45:14] Production.INFO: call_cost end
[2026-04-06 07:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:45:14] Production.INFO: ==16048== Releasing lock...
[2026-04-06 07:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:46:02] Production.INFO: ==16125== Lock acquired, processing the job...
[2026-04-06 12:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:46:02] Production.INFO: neon service started
[2026-04-06 12:46:02] Production.INFO: neon service started
[2026-04-06 12:46:02] Production.INFO: ==16125== Releasing lock...
[2026-04-06 12:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:46:02] Production.INFO: ==16128== Lock acquired, processing the job...
[2026-04-06 07:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:46:02] Production.INFO: ==16130== Lock acquired, processing the job...
[2026-04-06 11:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:46:03] Production.INFO: ==16130== Releasing lock...
[2026-04-06 11:46:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:46:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:46:03] Production.INFO: ==16128== Releasing lock...
[2026-04-06 07:46:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:46:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:46:03] Production.INFO: ==16134== Lock acquired, processing the job...
[2026-04-06 07:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:46:03] Production.INFO: ==16140== Lock acquired, processing the job...
[2026-04-06 07:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:46:03] Production.INFO: ==16140== Releasing lock...
[2026-04-06 07:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:46:04] Production.INFO: ==16132== Lock acquired, processing the job...
[2026-04-06 07:46:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:46:04] Production.INFO: ==16138== Lock acquired, processing the job...
[2026-04-06 07:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:46:04] Production.INFO: ==16136== Lock acquired, processing the job...
[2026-04-06 07:46:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:46:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:46:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:46:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:46:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:46:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:46:04] Production.INFO: ==16134== Releasing lock...
[2026-04-06 07:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:46:04] Production.INFO: Account Balance Start.
[2026-04-06 07:46:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:46:04] Production.INFO: 117
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:46:05] Production.INFO: Total Charge 0
[2026-04-06 07:46:05] Production.INFO: CreateAllLog End
[2026-04-06 07:46:05] Production.INFO: Account Balance End.
[2026-04-06 07:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:46:05] Production.INFO: ==16138== Releasing lock...
[2026-04-06 07:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:46:11] Production.ERROR: CronJobId end10
[2026-04-06 07:46:11] Production.INFO: ==16136== Releasing lock...
[2026-04-06 07:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:46:15] Production.INFO: call_cost start
[2026-04-06 07:46:15] Production.INFO: call_cost end
[2026-04-06 07:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:46:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:46:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:46:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:46:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:46:15] Production.INFO: ==16132== Releasing lock...
[2026-04-06 07:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:47:01] Production.INFO: ==16205== Lock acquired, processing the job...
[2026-04-06 12:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:47:01] Production.INFO: neon service started
[2026-04-06 12:47:01] Production.INFO: neon service started
[2026-04-06 12:47:01] Production.INFO: ==16205== Releasing lock...
[2026-04-06 12:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:47:02] Production.INFO: ==16207== Lock acquired, processing the job...
[2026-04-06 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:47:02] Production.INFO: ==16207== Releasing lock...
[2026-04-06 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:47:02] Production.INFO: ==16210== Lock acquired, processing the job...
[2026-04-06 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:47:02] Production.INFO: ==16210== Releasing lock...
[2026-04-06 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:47:03] Production.INFO: ==16214== Lock acquired, processing the job...
[2026-04-06 07:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:47:03] Production.INFO: ==16212== Lock acquired, processing the job...
[2026-04-06 07:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:47:03] Production.INFO: ==16216== Lock acquired, processing the job...
[2026-04-06 07:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:47:03] Production.INFO: ==16218== Lock acquired, processing the job...
[2026-04-06 07:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:47:03] Production.INFO: ==16220== Lock acquired, processing the job...
[2026-04-06 07:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:47:03] Production.INFO: Account Balance Start.
[2026-04-06 07:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:47:03] Production.INFO: 117
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:47:03] Production.INFO: ==16220== Releasing lock...
[2026-04-06 07:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: ==16214== Releasing lock...
[2026-04-06 07:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:47:04] Production.INFO: Total Charge 0
[2026-04-06 07:47:04] Production.INFO: CreateAllLog End
[2026-04-06 07:47:05] Production.INFO: Account Balance End.
[2026-04-06 07:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:47:05] Production.INFO: ==16218== Releasing lock...
[2026-04-06 07:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:47:12] Production.ERROR: CronJobId end10
[2026-04-06 07:47:12] Production.INFO: ==16216== Releasing lock...
[2026-04-06 07:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:47:13] Production.INFO: call_cost start
[2026-04-06 07:47:13] Production.INFO: call_cost end
[2026-04-06 07:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:47:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:47:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:47:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:47:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:47:13] Production.INFO: ==16212== Releasing lock...
[2026-04-06 07:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:48:02] Production.INFO: ==16286== Lock acquired, processing the job...
[2026-04-06 12:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:48:02] Production.INFO: neon service started
[2026-04-06 12:48:02] Production.INFO: neon service started
[2026-04-06 12:48:02] Production.INFO: ==16286== Releasing lock...
[2026-04-06 12:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:48:02] Production.INFO: ==16288== Lock acquired, processing the job...
[2026-04-06 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:48:02] Production.INFO: ==16288== Releasing lock...
[2026-04-06 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:48:03] Production.INFO: ==16290== Lock acquired, processing the job...
[2026-04-06 11:48:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:48:03] Production.INFO: ==16290== Releasing lock...
[2026-04-06 11:48:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:48:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:48:03] Production.INFO: ==16292== Lock acquired, processing the job...
[2026-04-06 07:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:48:03] Production.INFO: ==16294== Lock acquired, processing the job...
[2026-04-06 07:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:48:03] Production.INFO: ==16301== Lock acquired, processing the job...
[2026-04-06 07:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:48:03] Production.INFO: ==16297== Lock acquired, processing the job...
[2026-04-06 07:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:48:03] Production.INFO: ==16299== Lock acquired, processing the job...
[2026-04-06 07:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:48:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:48:04] Production.INFO: Account Balance Start.
[2026-04-06 07:48:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:48:04] Production.INFO: 117
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: ==16301== Releasing lock...
[2026-04-06 07:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: ==16294== Releasing lock...
[2026-04-06 07:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:48:04] Production.INFO: Total Charge 0
[2026-04-06 07:48:04] Production.INFO: CreateAllLog End
[2026-04-06 07:48:05] Production.INFO: Account Balance End.
[2026-04-06 07:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:48:05] Production.INFO: ==16299== Releasing lock...
[2026-04-06 07:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:48:12] Production.ERROR: CronJobId end10
[2026-04-06 07:48:12] Production.INFO: ==16297== Releasing lock...
[2026-04-06 07:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:48:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:48:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:48:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:48:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:48:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:48:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:48:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:48:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:48:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:48:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:48:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:48:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:48:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:48:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:48:15] Production.INFO: call_cost start
[2026-04-06 07:48:15] Production.INFO: call_cost end
[2026-04-06 07:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:48:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:48:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:48:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:48:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:48:15] Production.INFO: ==16292== Releasing lock...
[2026-04-06 07:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:49:01] Production.INFO: ==16366== Lock acquired, processing the job...
[2026-04-06 12:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:49:01] Production.INFO: neon service started
[2026-04-06 12:49:01] Production.INFO: neon service started
[2026-04-06 12:49:01] Production.INFO: ==16366== Releasing lock...
[2026-04-06 12:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:49:01] Production.INFO: ==16370== Lock acquired, processing the job...
[2026-04-06 11:49:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:49:02] Production.INFO: ==16370== Releasing lock...
[2026-04-06 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:49:02] Production.INFO: ==16368== Lock acquired, processing the job...
[2026-04-06 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:49:02] Production.INFO: ==16368== Releasing lock...
[2026-04-06 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:49:03] Production.INFO: ==16373== Lock acquired, processing the job...
[2026-04-06 07:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:49:03] Production.INFO: ==16377== Lock acquired, processing the job...
[2026-04-06 07:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:49:03] Production.INFO: ==16375== Lock acquired, processing the job...
[2026-04-06 07:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:49:03] Production.INFO: ==16379== Lock acquired, processing the job...
[2026-04-06 07:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:49:03] Production.INFO: ==16381== Lock acquired, processing the job...
[2026-04-06 07:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:49:03] Production.INFO: Account Balance Start.
[2026-04-06 07:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:49:03] Production.INFO: 117
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:49:03] Production.INFO: ==16381== Releasing lock...
[2026-04-06 07:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:49:03] Production.INFO: ==16375== Releasing lock...
[2026-04-06 07:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:49:04] Production.INFO: Total Charge 0
[2026-04-06 07:49:04] Production.INFO: CreateAllLog End
[2026-04-06 07:49:04] Production.INFO: Account Balance End.
[2026-04-06 07:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:49:04] Production.INFO: ==16379== Releasing lock...
[2026-04-06 07:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:49:12] Production.ERROR: CronJobId end10
[2026-04-06 07:49:12] Production.INFO: ==16377== Releasing lock...
[2026-04-06 07:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:49:14] Production.INFO: call_cost start
[2026-04-06 07:49:14] Production.INFO: call_cost end
[2026-04-06 07:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:49:14] Production.INFO: ==16373== Releasing lock...
[2026-04-06 07:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:50:02] Production.INFO: ==16453== Lock acquired, processing the job...
[2026-04-06 12:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:50:02] Production.INFO: neon service started
[2026-04-06 12:50:02] Production.INFO: neon service started
[2026-04-06 12:50:02] Production.INFO: ==16453== Releasing lock...
[2026-04-06 12:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:50:02] Production.INFO: ==16457== Lock acquired, processing the job...
[2026-04-06 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:50:02] Production.INFO: ==16457== Releasing lock...
[2026-04-06 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:50:02] Production.INFO: ==16455== Lock acquired, processing the job...
[2026-04-06 07:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:50:02] Production.INFO: ==16455== Releasing lock...
[2026-04-06 07:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:50:03] Production.INFO: ==16460== Lock acquired, processing the job...
[2026-04-06 07:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:50:03] Production.INFO: ==16462== Lock acquired, processing the job...
[2026-04-06 07:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:50:03] Production.INFO: ==16464== Lock acquired, processing the job...
[2026-04-06 07:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:50:03] Production.INFO: ==16466== Lock acquired, processing the job...
[2026-04-06 07:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:50:03] Production.INFO: ==16468== Lock acquired, processing the job...
[2026-04-06 07:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:50:03] Production.INFO: Account Balance Start.
[2026-04-06 07:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:50:03] Production.INFO: 117
[2026-04-06 07:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:50:03] Production.INFO: ==16468== Releasing lock...
[2026-04-06 07:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: ==16462== Releasing lock...
[2026-04-06 07:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:50:05] Production.INFO: Total Charge 0
[2026-04-06 07:50:05] Production.INFO: CreateAllLog End
[2026-04-06 07:50:05] Production.INFO: Account Balance End.
[2026-04-06 07:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:50:05] Production.INFO: ==16466== Releasing lock...
[2026-04-06 07:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:50:12] Production.ERROR: CronJobId end10
[2026-04-06 07:50:12] Production.INFO: ==16464== Releasing lock...
[2026-04-06 07:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:50:14] Production.INFO: call_cost start
[2026-04-06 07:50:14] Production.INFO: call_cost end
[2026-04-06 07:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:50:14] Production.INFO: ==16460== Releasing lock...
[2026-04-06 07:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:51:01] Production.INFO: ==16529== Lock acquired, processing the job...
[2026-04-06 12:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:51:01] Production.INFO: neon service started
[2026-04-06 12:51:01] Production.INFO: neon service started
[2026-04-06 12:51:01] Production.INFO: ==16529== Releasing lock...
[2026-04-06 12:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:51:01] Production.INFO: ==16533== Lock acquired, processing the job...
[2026-04-06 11:51:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:51:01] Production.INFO: ==16533== Releasing lock...
[2026-04-06 11:51:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:51:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:51:01] Production.INFO: ==16531== Lock acquired, processing the job...
[2026-04-06 07:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:51:02] Production.INFO: ==16531== Releasing lock...
[2026-04-06 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:51:02] Production.INFO: ==16539== Lock acquired, processing the job...
[2026-04-06 07:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:51:03] Production.INFO: ==16549== Lock acquired, processing the job...
[2026-04-06 07:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:51:03] Production.INFO: ==16549== Releasing lock...
[2026-04-06 07:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:51:03] Production.INFO: ==16535== Lock acquired, processing the job...
[2026-04-06 07:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 07:51:03] Production.INFO: ==16537== Lock acquired, processing the job...
[2026-04-06 07:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 07:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:51:03] Production.ERROR: CronJob PID - 16537
[2026-04-06 07:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 07:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 07:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:51:00
[2026-04-06 07:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 07:51:03] Production.ERROR: CronJob PID - 16539
[2026-04-06 07:51:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 07:51:03] Production.ERROR: CronJob ID - 7
[2026-04-06 07:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 07:51:00
[2026-04-06 07:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 07:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 07:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 07:51:03] Production.INFO: ==16535== Releasing lock...
[2026-04-06 07:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 07:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 07:51:03] Production.INFO: ==16542== Lock acquired, processing the job...
[2026-04-06 07:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:51:03] Production.INFO: ==16544== Lock acquired, processing the job...
[2026-04-06 07:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:51:03] Production.INFO: ==16546== Lock acquired, processing the job...
[2026-04-06 07:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 07:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 07:51:03] Production.INFO: Account Balance Start.
[2026-04-06 07:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:51:03] Production.INFO: 117
[2026-04-06 07:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: ==16539== Releasing lock...
[2026-04-06 07:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-19
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-20
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-21
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:03] Production.INFO: Date 2026-03-22
[2026-04-06 07:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.ERROR: done
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 07:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046520', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 07:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:51:04] Production.INFO: Total Charge 0
[2026-04-06 07:51:04] Production.INFO: CreateAllLog End
[2026-04-06 07:51:04] Production.INFO: Account Balance End.
[2026-04-06 07:51:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:51:04] Production.INFO: ==16544== Releasing lock...
[2026-04-06 07:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:51:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046520', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 07:51:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 07:51:09] Production.INFO: ProcessCDR(1,17046520,1,1,2)
[2026-04-06 07:51:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046520,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:51:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046520,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 07:51:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 07:51:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 07:51:09] Production.INFO: ==16546== Releasing lock...
[2026-04-06 07:51:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 07:51:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 07:51:14] Production.ERROR: CronJobId end10
[2026-04-06 07:51:14] Production.INFO: ==16542== Releasing lock...
[2026-04-06 07:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:51:16] Production.INFO: call_cost start
[2026-04-06 07:51:16] Production.INFO: call_cost end
[2026-04-06 07:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:51:16] Production.INFO: ==16537== Releasing lock...
[2026-04-06 07:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:52:01] Production.INFO: ==16608== Lock acquired, processing the job...
[2026-04-06 12:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:52:01] Production.INFO: neon service started
[2026-04-06 12:52:01] Production.INFO: neon service started
[2026-04-06 12:52:01] Production.INFO: ==16608== Releasing lock...
[2026-04-06 12:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:52:02] Production.INFO: ==16610== Lock acquired, processing the job...
[2026-04-06 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:52:02] Production.INFO: ==16612== Lock acquired, processing the job...
[2026-04-06 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:52:02] Production.INFO: ==16612== Releasing lock...
[2026-04-06 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:52:02] Production.INFO: ==16610== Releasing lock...
[2026-04-06 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:52:03] Production.INFO: ==16615== Lock acquired, processing the job...
[2026-04-06 07:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:52:03] Production.INFO: ==16617== Lock acquired, processing the job...
[2026-04-06 07:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:52:03] Production.INFO: ==16621== Lock acquired, processing the job...
[2026-04-06 07:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:52:03] Production.INFO: ==16623== Lock acquired, processing the job...
[2026-04-06 07:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:52:03] Production.INFO: ==16619== Lock acquired, processing the job...
[2026-04-06 07:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:52:03] Production.INFO: Account Balance Start.
[2026-04-06 07:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:52:03] Production.INFO: 117
[2026-04-06 07:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:52:03] Production.INFO: ==16623== Releasing lock...
[2026-04-06 07:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-09
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: ==16617== Releasing lock...
[2026-04-06 07:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:52:05] Production.INFO: Total Charge 0
[2026-04-06 07:52:05] Production.INFO: CreateAllLog End
[2026-04-06 07:52:05] Production.INFO: Account Balance End.
[2026-04-06 07:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:52:05] Production.INFO: ==16621== Releasing lock...
[2026-04-06 07:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:52:13] Production.ERROR: CronJobId end10
[2026-04-06 07:52:13] Production.INFO: ==16619== Releasing lock...
[2026-04-06 07:52:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:52:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:52:14] Production.INFO: call_cost start
[2026-04-06 07:52:14] Production.INFO: call_cost end
[2026-04-06 07:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:52:14] Production.INFO: ==16615== Releasing lock...
[2026-04-06 07:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:53:02] Production.INFO: ==16691== Lock acquired, processing the job...
[2026-04-06 12:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:53:02] Production.INFO: neon service started
[2026-04-06 12:53:02] Production.INFO: neon service started
[2026-04-06 12:53:02] Production.INFO: ==16691== Releasing lock...
[2026-04-06 12:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:53:02] Production.INFO: ==16695== Lock acquired, processing the job...
[2026-04-06 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:53:02] Production.INFO: ==16695== Releasing lock...
[2026-04-06 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:53:02] Production.INFO: ==16693== Lock acquired, processing the job...
[2026-04-06 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:53:02] Production.INFO: ==16693== Releasing lock...
[2026-04-06 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:53:03] Production.INFO: ==16697== Lock acquired, processing the job...
[2026-04-06 07:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:53:03] Production.INFO: ==16699== Lock acquired, processing the job...
[2026-04-06 07:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:53:03] Production.INFO: ==16703== Lock acquired, processing the job...
[2026-04-06 07:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:53:03] Production.INFO: ==16705== Lock acquired, processing the job...
[2026-04-06 07:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:53:03] Production.INFO: ==16701== Lock acquired, processing the job...
[2026-04-06 07:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:53:03] Production.INFO: Account Balance Start.
[2026-04-06 07:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:53:03] Production.INFO: 117
[2026-04-06 07:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:53:03] Production.INFO: ==16705== Releasing lock...
[2026-04-06 07:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-10
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-11
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: ==16699== Releasing lock...
[2026-04-06 07:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:53:05] Production.INFO: Total Charge 0
[2026-04-06 07:53:05] Production.INFO: CreateAllLog End
[2026-04-06 07:53:05] Production.INFO: Account Balance End.
[2026-04-06 07:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:53:05] Production.INFO: ==16703== Releasing lock...
[2026-04-06 07:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:53:12] Production.ERROR: CronJobId end10
[2026-04-06 07:53:12] Production.INFO: ==16701== Releasing lock...
[2026-04-06 07:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:53:14] Production.INFO: call_cost start
[2026-04-06 07:53:14] Production.INFO: call_cost end
[2026-04-06 07:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:53:14] Production.INFO: ==16697== Releasing lock...
[2026-04-06 07:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:54:01] Production.INFO: ==16758== Lock acquired, processing the job...
[2026-04-06 12:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:54:01] Production.INFO: neon service started
[2026-04-06 12:54:01] Production.INFO: neon service started
[2026-04-06 12:54:01] Production.INFO: ==16758== Releasing lock...
[2026-04-06 12:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:54:02] Production.INFO: ==16760== Lock acquired, processing the job...
[2026-04-06 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:54:02] Production.INFO: ==16762== Lock acquired, processing the job...
[2026-04-06 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:54:02] Production.INFO: ==16762== Releasing lock...
[2026-04-06 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:54:02] Production.INFO: ==16760== Releasing lock...
[2026-04-06 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:54:03] Production.INFO: ==16767== Lock acquired, processing the job...
[2026-04-06 07:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:54:03] Production.INFO: ==16765== Lock acquired, processing the job...
[2026-04-06 07:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:54:03] Production.INFO: ==16771== Lock acquired, processing the job...
[2026-04-06 07:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:54:03] Production.INFO: ==16769== Lock acquired, processing the job...
[2026-04-06 07:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:54:03] Production.INFO: Account Balance Start.
[2026-04-06 07:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:54:03] Production.INFO: 117
[2026-04-06 07:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:54:03] Production.INFO: ==16773== Lock acquired, processing the job...
[2026-04-06 07:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:03] Production.INFO: ==16767== Releasing lock...
[2026-04-06 07:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:54:03] Production.INFO: ==16773== Releasing lock...
[2026-04-06 07:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:54:04] Production.INFO: Total Charge 0
[2026-04-06 07:54:04] Production.INFO: CreateAllLog End
[2026-04-06 07:54:04] Production.INFO: Account Balance End.
[2026-04-06 07:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:54:04] Production.INFO: ==16771== Releasing lock...
[2026-04-06 07:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:54:12] Production.ERROR: CronJobId end10
[2026-04-06 07:54:12] Production.INFO: ==16769== Releasing lock...
[2026-04-06 07:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:54:14] Production.INFO: call_cost start
[2026-04-06 07:54:14] Production.INFO: call_cost end
[2026-04-06 07:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:54:14] Production.INFO: ==16765== Releasing lock...
[2026-04-06 07:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:55:02] Production.INFO: ==16839== Lock acquired, processing the job...
[2026-04-06 12:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:55:02] Production.INFO: neon service started
[2026-04-06 12:55:02] Production.INFO: neon service started
[2026-04-06 12:55:02] Production.INFO: ==16839== Releasing lock...
[2026-04-06 12:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:55:02] Production.INFO: ==16841== Lock acquired, processing the job...
[2026-04-06 07:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:55:03] Production.INFO: ==16843== Lock acquired, processing the job...
[2026-04-06 11:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:55:03] Production.INFO: ==16843== Releasing lock...
[2026-04-06 11:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:55:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:55:03] Production.INFO: ==16841== Releasing lock...
[2026-04-06 07:55:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:55:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:55:04] Production.INFO: ==16850== Lock acquired, processing the job...
[2026-04-06 07:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:55:04] Production.INFO: ==16846== Lock acquired, processing the job...
[2026-04-06 07:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:55:04] Production.INFO: ==16848== Lock acquired, processing the job...
[2026-04-06 07:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:55:04] Production.INFO: ==16854== Lock acquired, processing the job...
[2026-04-06 07:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:55:04] Production.INFO: ==16852== Lock acquired, processing the job...
[2026-04-06 07:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:55:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:55:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:55:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:55:04] Production.INFO: ==16854== Releasing lock...
[2026-04-06 07:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:55:04] Production.INFO: Account Balance Start.
[2026-04-06 07:55:04] Production.INFO: CreateAllLog Start
[2026-04-06 07:55:04] Production.INFO: 117
[2026-04-06 07:55:04] Production.INFO: Date 2026-03-08
[2026-04-06 07:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-09
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-10
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-11
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-12
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-13
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-14
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-15
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-16
[2026-04-06 07:55:05] Production.INFO: ==16848== Releasing lock...
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-17
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-18
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-19
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-20
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-21
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-22
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-23
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-24
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-25
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-26
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-27
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-28
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-29
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-30
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-03-31
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-04-01
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-04-02
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-04-03
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:06] Production.INFO: Date 2026-04-05
[2026-04-06 07:55:06] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:06] Production.INFO: Date 2026-04-06
[2026-04-06 07:55:06] Production.INFO: Reseller ==> 0
[2026-04-06 07:55:06] Production.INFO: Total Charge 0
[2026-04-06 07:55:06] Production.INFO: CreateAllLog End
[2026-04-06 07:55:06] Production.INFO: Account Balance End.
[2026-04-06 07:55:06] Production.ERROR: CronJobId end 12
[2026-04-06 07:55:06] Production.INFO: ==16852== Releasing lock...
[2026-04-06 07:55:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:55:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:55:13] Production.ERROR: CronJobId end10
[2026-04-06 07:55:13] Production.INFO: ==16850== Releasing lock...
[2026-04-06 07:55:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:55:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:55:15] Production.INFO: call_cost start
[2026-04-06 07:55:15] Production.INFO: call_cost end
[2026-04-06 07:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:55:15] Production.INFO: ==16846== Releasing lock...
[2026-04-06 07:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:56:01] Production.INFO: ==16912== Lock acquired, processing the job...
[2026-04-06 12:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:56:01] Production.INFO: neon service started
[2026-04-06 12:56:01] Production.INFO: neon service started
[2026-04-06 12:56:01] Production.INFO: ==16912== Releasing lock...
[2026-04-06 12:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:56:02] Production.INFO: ==16916== Lock acquired, processing the job...
[2026-04-06 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:56:02] Production.INFO: ==16916== Releasing lock...
[2026-04-06 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:56:02] Production.INFO: ==16914== Lock acquired, processing the job...
[2026-04-06 07:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:56:02] Production.INFO: ==16914== Releasing lock...
[2026-04-06 07:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:56:03] Production.INFO: ==16918== Lock acquired, processing the job...
[2026-04-06 07:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:56:03] Production.INFO: ==16922== Lock acquired, processing the job...
[2026-04-06 07:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:56:03] Production.INFO: ==16920== Lock acquired, processing the job...
[2026-04-06 07:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:56:03] Production.INFO: ==16924== Lock acquired, processing the job...
[2026-04-06 07:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:56:03] Production.INFO: ==16927== Lock acquired, processing the job...
[2026-04-06 07:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:56:03] Production.INFO: Account Balance Start.
[2026-04-06 07:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:56:03] Production.INFO: 117
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:56:03] Production.INFO: ==16927== Releasing lock...
[2026-04-06 07:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: ==16920== Releasing lock...
[2026-04-06 07:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:56:04] Production.INFO: Total Charge 0
[2026-04-06 07:56:04] Production.INFO: CreateAllLog End
[2026-04-06 07:56:04] Production.INFO: Account Balance End.
[2026-04-06 07:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 07:56:04] Production.INFO: ==16924== Releasing lock...
[2026-04-06 07:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:56:10] Production.ERROR: CronJobId end10
[2026-04-06 07:56:10] Production.INFO: ==16922== Releasing lock...
[2026-04-06 07:56:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:56:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:56:14] Production.INFO: call_cost start
[2026-04-06 07:56:14] Production.INFO: call_cost end
[2026-04-06 07:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:56:14] Production.INFO: ==16918== Releasing lock...
[2026-04-06 07:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:57:02] Production.INFO: ==16984== Lock acquired, processing the job...
[2026-04-06 12:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:57:02] Production.INFO: neon service started
[2026-04-06 12:57:02] Production.INFO: neon service started
[2026-04-06 12:57:02] Production.INFO: ==16984== Releasing lock...
[2026-04-06 12:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:57:02] Production.INFO: ==16988== Lock acquired, processing the job...
[2026-04-06 11:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:57:02] Production.INFO: ==16988== Releasing lock...
[2026-04-06 11:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:57:02] Production.INFO: ==16986== Lock acquired, processing the job...
[2026-04-06 07:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:57:02] Production.INFO: ==16986== Releasing lock...
[2026-04-06 07:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 07:57:03] Production.INFO: ==16991== Lock acquired, processing the job...
[2026-04-06 07:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:57:03] Production.INFO: ==16995== Lock acquired, processing the job...
[2026-04-06 07:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:57:03] Production.INFO: ==16999== Lock acquired, processing the job...
[2026-04-06 07:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:57:03] Production.INFO: ==16993== Lock acquired, processing the job...
[2026-04-06 07:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:57:03] Production.INFO: ==16997== Lock acquired, processing the job...
[2026-04-06 07:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:57:03] Production.INFO: ==16999== Releasing lock...
[2026-04-06 07:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:57:03] Production.INFO: Account Balance Start.
[2026-04-06 07:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:57:03] Production.INFO: 117
[2026-04-06 07:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: ==16993== Releasing lock...
[2026-04-06 07:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:05] Production.INFO: Date 2026-04-04
[2026-04-06 07:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:57:05] Production.INFO: Total Charge 0
[2026-04-06 07:57:05] Production.INFO: CreateAllLog End
[2026-04-06 07:57:05] Production.INFO: Account Balance End.
[2026-04-06 07:57:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:57:05] Production.INFO: ==16997== Releasing lock...
[2026-04-06 07:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:57:12] Production.ERROR: CronJobId end10
[2026-04-06 07:57:12] Production.INFO: ==16995== Releasing lock...
[2026-04-06 07:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:57:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:57:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:57:15] Production.INFO: call_cost start
[2026-04-06 07:57:15] Production.INFO: call_cost end
[2026-04-06 07:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:57:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:57:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:57:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:57:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:57:15] Production.INFO: ==16991== Releasing lock...
[2026-04-06 07:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:58:01] Production.INFO: ==17059== Lock acquired, processing the job...
[2026-04-06 12:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:58:01] Production.INFO: neon service started
[2026-04-06 12:58:01] Production.INFO: neon service started
[2026-04-06 12:58:01] Production.INFO: ==17059== Releasing lock...
[2026-04-06 12:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:58:01] Production.INFO: ==17061== Lock acquired, processing the job...
[2026-04-06 07:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:58:02] Production.INFO: ==17061== Releasing lock...
[2026-04-06 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:58:02] Production.INFO: ==17063== Lock acquired, processing the job...
[2026-04-06 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:58:02] Production.INFO: ==17063== Releasing lock...
[2026-04-06 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:58:03] Production.INFO: ==17077== Lock acquired, processing the job...
[2026-04-06 07:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:58:03] Production.INFO: ==17079== Lock acquired, processing the job...
[2026-04-06 07:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:58:03] Production.INFO: ==17071== Lock acquired, processing the job...
[2026-04-06 07:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:58:03] Production.INFO: Account Balance Start.
[2026-04-06 07:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:58:03] Production.INFO: 117
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: ==17073== Lock acquired, processing the job...
[2026-04-06 07:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:58:03] Production.INFO: ==17075== Lock acquired, processing the job...
[2026-04-06 07:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:58:03] Production.INFO: ==17079== Releasing lock...
[2026-04-06 07:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: ==17073== Releasing lock...
[2026-04-06 07:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:03] Production.INFO: Date 2026-03-18
[2026-04-06 07:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:05] Production.INFO: Date 2026-04-05
[2026-04-06 07:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:05] Production.INFO: Date 2026-04-06
[2026-04-06 07:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 07:58:05] Production.INFO: Total Charge 0
[2026-04-06 07:58:05] Production.INFO: CreateAllLog End
[2026-04-06 07:58:05] Production.INFO: Account Balance End.
[2026-04-06 07:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:58:05] Production.INFO: ==17077== Releasing lock...
[2026-04-06 07:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:58:10] Production.ERROR: CronJobId end10
[2026-04-06 07:58:10] Production.INFO: ==17075== Releasing lock...
[2026-04-06 07:58:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:58:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:58:13] Production.INFO: call_cost start
[2026-04-06 07:58:13] Production.INFO: call_cost end
[2026-04-06 07:58:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:58:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:58:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:58:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:58:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:58:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:58:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:58:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:58:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:58:13] Production.INFO: ==17071== Releasing lock...
[2026-04-06 07:58:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:58:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 12:59:01] Production.INFO: ==17139== Lock acquired, processing the job...
[2026-04-06 12:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 12:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 12:59:01] Production.INFO: neon service started
[2026-04-06 12:59:01] Production.INFO: neon service started
[2026-04-06 12:59:01] Production.INFO: ==17139== Releasing lock...
[2026-04-06 12:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 12:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 07:59:02] Production.INFO: ==17141== Lock acquired, processing the job...
[2026-04-06 07:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 07:59:02] Production.INFO: ==17141== Releasing lock...
[2026-04-06 07:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 07:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:59:02] Production.INFO: ==17143== Lock acquired, processing the job...
[2026-04-06 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:59:03] Production.INFO: ==17143== Releasing lock...
[2026-04-06 11:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 11:59:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 07:59:03] Production.INFO: ==17145== Lock acquired, processing the job...
[2026-04-06 07:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 07:59:03] Production.INFO: ==17147== Lock acquired, processing the job...
[2026-04-06 07:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 07:59:03] Production.INFO: ==17149== Lock acquired, processing the job...
[2026-04-06 07:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 07:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 07:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 07:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 07:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 07:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 07:59:03] Production.INFO: ==17153== Lock acquired, processing the job...
[2026-04-06 07:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 07:59:03] Production.INFO: ==17151== Lock acquired, processing the job...
[2026-04-06 07:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 07:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 07:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 07:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 07:59:03] Production.INFO: ==17153== Releasing lock...
[2026-04-06 07:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 07:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 07:59:03] Production.INFO: Account Balance Start.
[2026-04-06 07:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 07:59:03] Production.INFO: 117
[2026-04-06 07:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 07:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:03] Production.INFO: ==17147== Releasing lock...
[2026-04-06 07:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 07:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 07:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 07:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 07:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 07:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 07:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 07:59:04] Production.INFO: Total Charge 0
[2026-04-06 07:59:04] Production.INFO: CreateAllLog End
[2026-04-06 07:59:05] Production.INFO: Account Balance End.
[2026-04-06 07:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 07:59:05] Production.INFO: ==17151== Releasing lock...
[2026-04-06 07:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 07:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 07:59:12] Production.ERROR: CronJobId end10
[2026-04-06 07:59:12] Production.INFO: ==17149== Releasing lock...
[2026-04-06 07:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 07:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 07:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 07:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 07:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 07:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 07:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 07:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 07:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 07:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 07:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 07:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 07:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 07:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 07:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 07:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 07:59:15] Production.INFO: call_cost start
[2026-04-06 07:59:15] Production.INFO: call_cost end
[2026-04-06 07:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 07:59:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 07:59:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 07:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 07:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 07:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 07:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 07:59:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 07:59:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 07:59:15] Production.INFO: ==17145== Releasing lock...
[2026-04-06 07:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 07:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:00:02] Production.INFO: ==17219== Lock acquired, processing the job...
[2026-04-06 13:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:00:02] Production.INFO: neon service started
[2026-04-06 13:00:02] Production.INFO: neon service started
[2026-04-06 13:00:02] Production.INFO: ==17219== Releasing lock...
[2026-04-06 13:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:00:02] Production.INFO: ==17221== Lock acquired, processing the job...
[2026-04-06 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:00:02] Production.INFO: ==17223== Lock acquired, processing the job...
[2026-04-06 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:00:03] Production.INFO: ==17223== Releasing lock...
[2026-04-06 12:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:00:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:00:03] Production.INFO: ==17221== Releasing lock...
[2026-04-06 08:00:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:00:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:00:03] Production.INFO: ==17226== Lock acquired, processing the job...
[2026-04-06 08:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:00:04] Production.INFO: ==17234== Lock acquired, processing the job...
[2026-04-06 08:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:00:04] Production.INFO: ==17228== Lock acquired, processing the job...
[2026-04-06 08:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:00:04] Production.INFO: ==17230== Lock acquired, processing the job...
[2026-04-06 08:00:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:00:04] Production.INFO: ==17232== Lock acquired, processing the job...
[2026-04-06 08:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:00:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:00:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:00:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:00:04] Production.INFO: ==17234== Releasing lock...
[2026-04-06 08:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:00:04] Production.INFO: Account Balance Start.
[2026-04-06 08:00:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:00:04] Production.INFO: 117
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: ==17228== Releasing lock...
[2026-04-06 08:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-19
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-20
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-21
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-22
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-23
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-24
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:00:05] Production.INFO: Total Charge 0
[2026-04-06 08:00:05] Production.INFO: CreateAllLog End
[2026-04-06 08:00:05] Production.INFO: Account Balance End.
[2026-04-06 08:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:00:05] Production.INFO: ==17232== Releasing lock...
[2026-04-06 08:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:00:11] Production.ERROR: CronJobId end10
[2026-04-06 08:00:11] Production.INFO: ==17230== Releasing lock...
[2026-04-06 08:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:00:14] Production.INFO: call_cost start
[2026-04-06 08:00:14] Production.INFO: call_cost end
[2026-04-06 08:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:00:14] Production.INFO: ==17226== Releasing lock...
[2026-04-06 08:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:01:01] Production.INFO: ==17303== Lock acquired, processing the job...
[2026-04-06 13:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:01:01] Production.INFO: neon service started
[2026-04-06 13:01:01] Production.INFO: neon service started
[2026-04-06 13:01:01] Production.INFO: ==17303== Releasing lock...
[2026-04-06 13:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:01:02] Production.INFO: ==17305== Lock acquired, processing the job...
[2026-04-06 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:01:02] Production.INFO: ==17307== Lock acquired, processing the job...
[2026-04-06 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:01:02] Production.INFO: ==17307== Releasing lock...
[2026-04-06 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:01:02] Production.INFO: ==17305== Releasing lock...
[2026-04-06 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:01:03] Production.INFO: ==17309== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 08:01:03] Production.INFO: ==17311== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 08:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 08:01:03] Production.INFO: ==17309== Releasing lock...
[2026-04-06 08:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 08:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:01:03] Production.INFO: ==17315== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:01:03] Production.INFO: ==17313== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:01:03] Production.INFO: ==17319== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 08:01:03] Production.INFO: ==17317== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:01:03] Production.INFO: ==17321== Lock acquired, processing the job...
[2026-04-06 08:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:01:04] Production.INFO: Account Balance Start.
[2026-04-06 08:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:01:04] Production.INFO: 117
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.ERROR: done
[2026-04-06 08:01:04] Production.INFO: ==17321== Releasing lock...
[2026-04-06 08:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: ==17313== Releasing lock...
[2026-04-06 08:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 08:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046561', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:01:05] Production.INFO: Total Charge 0
[2026-04-06 08:01:05] Production.INFO: CreateAllLog End
[2026-04-06 08:01:05] Production.INFO: Account Balance End.
[2026-04-06 08:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:01:05] Production.INFO: ==17317== Releasing lock...
[2026-04-06 08:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046561', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 08:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 08:01:10] Production.INFO: ProcessCDR(1,17046561,1,1,2)
[2026-04-06 08:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046561,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046561,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 08:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 08:01:11] Production.INFO: ==17319== Releasing lock...
[2026-04-06 08:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 08:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:01:13] Production.ERROR: CronJobId end10
[2026-04-06 08:01:13] Production.INFO: ==17315== Releasing lock...
[2026-04-06 08:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:01:16] Production.INFO: call_cost start
[2026-04-06 08:01:16] Production.INFO: call_cost end
[2026-04-06 08:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:01:16] Production.INFO: ==17311== Releasing lock...
[2026-04-06 08:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:02:02] Production.INFO: ==17378== Lock acquired, processing the job...
[2026-04-06 13:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:02:02] Production.INFO: neon service started
[2026-04-06 13:02:02] Production.INFO: neon service started
[2026-04-06 13:02:02] Production.INFO: ==17378== Releasing lock...
[2026-04-06 13:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:02:02] Production.INFO: ==17380== Lock acquired, processing the job...
[2026-04-06 08:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:02:02] Production.INFO: ==17380== Releasing lock...
[2026-04-06 08:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:02:02] Production.INFO: ==17382== Lock acquired, processing the job...
[2026-04-06 12:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:02:03] Production.INFO: ==17382== Releasing lock...
[2026-04-06 12:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:02:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:02:03] Production.INFO: ==17389== Lock acquired, processing the job...
[2026-04-06 08:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:02:03] Production.INFO: ==17395== Lock acquired, processing the job...
[2026-04-06 08:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:02:03] Production.INFO: ==17385== Lock acquired, processing the job...
[2026-04-06 08:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:02:03] Production.INFO: ==17387== Lock acquired, processing the job...
[2026-04-06 08:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:02:03] Production.INFO: ==17391== Lock acquired, processing the job...
[2026-04-06 08:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:02:03] Production.INFO: ==17393== Lock acquired, processing the job...
[2026-04-06 08:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 08:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:02:03] Production.INFO: ==17395== Releasing lock...
[2026-04-06 08:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:02:04] Production.INFO: Account Balance Start.
[2026-04-06 08:02:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:02:04] Production.INFO: 117
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.ERROR: done
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.ERROR: done
[2026-04-06 08:02:04] Production.INFO: ==17387== Releasing lock...
[2026-04-06 08:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 08:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 08:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:02:04] Production.INFO: ==17393== Releasing lock...
[2026-04-06 08:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 08:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:02:05] Production.INFO: Total Charge 0
[2026-04-06 08:02:05] Production.INFO: CreateAllLog End
[2026-04-06 08:02:05] Production.INFO: Account Balance End.
[2026-04-06 08:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:02:05] Production.INFO: ==17391== Releasing lock...
[2026-04-06 08:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:02:12] Production.ERROR: CronJobId end10
[2026-04-06 08:02:12] Production.INFO: ==17389== Releasing lock...
[2026-04-06 08:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:02:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:02:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:02:15] Production.INFO: call_cost start
[2026-04-06 08:02:15] Production.INFO: call_cost end
[2026-04-06 08:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:02:15] Production.INFO: ==17385== Releasing lock...
[2026-04-06 08:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:03:01] Production.INFO: ==17460== Lock acquired, processing the job...
[2026-04-06 13:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:03:01] Production.INFO: neon service started
[2026-04-06 13:03:01] Production.INFO: neon service started
[2026-04-06 13:03:01] Production.INFO: ==17460== Releasing lock...
[2026-04-06 13:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:03:01] Production.INFO: ==17462== Lock acquired, processing the job...
[2026-04-06 08:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:03:02] Production.INFO: ==17462== Releasing lock...
[2026-04-06 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:03:02] Production.INFO: ==17464== Lock acquired, processing the job...
[2026-04-06 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:03:02] Production.INFO: ==17464== Releasing lock...
[2026-04-06 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:03:02] Production.INFO: ==17466== Lock acquired, processing the job...
[2026-04-06 08:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:03:02] Production.INFO: ==17470== Lock acquired, processing the job...
[2026-04-06 08:03:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:03:02] Production.INFO: ==17468== Lock acquired, processing the job...
[2026-04-06 08:03:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:03:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:03:03] Production.INFO: ==17473== Lock acquired, processing the job...
[2026-04-06 08:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:03:03] Production.INFO: ==17475== Lock acquired, processing the job...
[2026-04-06 08:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:03:03] Production.INFO: Account Balance Start.
[2026-04-06 08:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:03:03] Production.INFO: 117
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:03:03] Production.INFO: ==17475== Releasing lock...
[2026-04-06 08:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: ==17468== Releasing lock...
[2026-04-06 08:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-30
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:03] Production.INFO: Date 2026-03-31
[2026-04-06 08:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:03:04] Production.INFO: Total Charge 0
[2026-04-06 08:03:04] Production.INFO: CreateAllLog End
[2026-04-06 08:03:04] Production.INFO: Account Balance End.
[2026-04-06 08:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:03:04] Production.INFO: ==17473== Releasing lock...
[2026-04-06 08:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:03:11] Production.ERROR: CronJobId end10
[2026-04-06 08:03:11] Production.INFO: ==17470== Releasing lock...
[2026-04-06 08:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:03:13] Production.INFO: call_cost start
[2026-04-06 08:03:13] Production.INFO: call_cost end
[2026-04-06 08:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:03:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:03:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:03:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:03:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:03:13] Production.INFO: ==17466== Releasing lock...
[2026-04-06 08:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:04:01] Production.INFO: ==17537== Lock acquired, processing the job...
[2026-04-06 13:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:04:02] Production.INFO: neon service started
[2026-04-06 13:04:02] Production.INFO: neon service started
[2026-04-06 13:04:02] Production.INFO: ==17537== Releasing lock...
[2026-04-06 13:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:04:02] Production.INFO: ==17539== Lock acquired, processing the job...
[2026-04-06 08:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:04:02] Production.INFO: ==17541== Lock acquired, processing the job...
[2026-04-06 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:04:02] Production.INFO: ==17541== Releasing lock...
[2026-04-06 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:04:02] Production.INFO: ==17539== Releasing lock...
[2026-04-06 08:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:04:03] Production.INFO: ==17544== Lock acquired, processing the job...
[2026-04-06 08:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:04:03] Production.INFO: ==17546== Lock acquired, processing the job...
[2026-04-06 08:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:04:03] Production.INFO: ==17548== Lock acquired, processing the job...
[2026-04-06 08:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:04:03] Production.INFO: ==17552== Lock acquired, processing the job...
[2026-04-06 08:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:04:03] Production.INFO: ==17550== Lock acquired, processing the job...
[2026-04-06 08:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:04:03] Production.INFO: Account Balance Start.
[2026-04-06 08:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:04:03] Production.INFO: 117
[2026-04-06 08:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:04:03] Production.INFO: ==17552== Releasing lock...
[2026-04-06 08:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: ==17546== Releasing lock...
[2026-04-06 08:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:04:05] Production.INFO: Total Charge 0
[2026-04-06 08:04:05] Production.INFO: CreateAllLog End
[2026-04-06 08:04:05] Production.INFO: Account Balance End.
[2026-04-06 08:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:04:05] Production.INFO: ==17550== Releasing lock...
[2026-04-06 08:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:04:11] Production.ERROR: CronJobId end10
[2026-04-06 08:04:11] Production.INFO: ==17548== Releasing lock...
[2026-04-06 08:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:04:14] Production.INFO: call_cost start
[2026-04-06 08:04:14] Production.INFO: call_cost end
[2026-04-06 08:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:04:14] Production.INFO: ==17544== Releasing lock...
[2026-04-06 08:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:05:01] Production.INFO: ==17607== Lock acquired, processing the job...
[2026-04-06 13:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:05:01] Production.INFO: neon service started
[2026-04-06 13:05:01] Production.INFO: neon service started
[2026-04-06 13:05:01] Production.INFO: ==17607== Releasing lock...
[2026-04-06 13:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:05:01] Production.INFO: ==17609== Lock acquired, processing the job...
[2026-04-06 08:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:05:02] Production.INFO: ==17609== Releasing lock...
[2026-04-06 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:05:02] Production.INFO: ==17611== Lock acquired, processing the job...
[2026-04-06 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:05:02] Production.INFO: ==17611== Releasing lock...
[2026-04-06 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:05:02] Production.INFO: ==17613== Lock acquired, processing the job...
[2026-04-06 08:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:05:02] Production.INFO: ==17615== Lock acquired, processing the job...
[2026-04-06 08:05:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:05:02] Production.INFO: ==17617== Lock acquired, processing the job...
[2026-04-06 08:05:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:05:02] Production.INFO: ==17619== Lock acquired, processing the job...
[2026-04-06 08:05:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:05:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:05:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:05:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:05:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:05:03] Production.INFO: ==17621== Lock acquired, processing the job...
[2026-04-06 08:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:05:03] Production.INFO: Account Balance Start.
[2026-04-06 08:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:05:03] Production.INFO: 117
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: ==17621== Releasing lock...
[2026-04-06 08:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: ==17615== Releasing lock...
[2026-04-06 08:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:05:04] Production.INFO: Total Charge 0
[2026-04-06 08:05:04] Production.INFO: CreateAllLog End
[2026-04-06 08:05:04] Production.INFO: Account Balance End.
[2026-04-06 08:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:05:04] Production.INFO: ==17619== Releasing lock...
[2026-04-06 08:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:05:11] Production.ERROR: CronJobId end10
[2026-04-06 08:05:11] Production.INFO: ==17617== Releasing lock...
[2026-04-06 08:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:05:14] Production.INFO: call_cost start
[2026-04-06 08:05:14] Production.INFO: call_cost end
[2026-04-06 08:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:05:14] Production.INFO: ==17613== Releasing lock...
[2026-04-06 08:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:06:01] Production.INFO: ==17685== Lock acquired, processing the job...
[2026-04-06 13:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:06:01] Production.INFO: neon service started
[2026-04-06 13:06:01] Production.INFO: neon service started
[2026-04-06 13:06:01] Production.INFO: ==17685== Releasing lock...
[2026-04-06 13:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:06:02] Production.INFO: ==17687== Lock acquired, processing the job...
[2026-04-06 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:06:02] Production.INFO: ==17687== Releasing lock...
[2026-04-06 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:06:02] Production.INFO: ==17689== Lock acquired, processing the job...
[2026-04-06 12:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:06:02] Production.INFO: ==17689== Releasing lock...
[2026-04-06 12:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:06:03] Production.INFO: ==17693== Lock acquired, processing the job...
[2026-04-06 08:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:06:03] Production.INFO: ==17699== Lock acquired, processing the job...
[2026-04-06 08:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:06:03] Production.INFO: ==17691== Lock acquired, processing the job...
[2026-04-06 08:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:06:03] Production.INFO: ==17697== Lock acquired, processing the job...
[2026-04-06 08:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:06:03] Production.INFO: ==17695== Lock acquired, processing the job...
[2026-04-06 08:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:06:03] Production.INFO: ==17699== Releasing lock...
[2026-04-06 08:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:06:03] Production.INFO: Account Balance Start.
[2026-04-06 08:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:06:03] Production.INFO: 117
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: ==17693== Releasing lock...
[2026-04-06 08:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:06:04] Production.INFO: Total Charge 0
[2026-04-06 08:06:04] Production.INFO: CreateAllLog End
[2026-04-06 08:06:04] Production.INFO: Account Balance End.
[2026-04-06 08:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:06:04] Production.INFO: ==17697== Releasing lock...
[2026-04-06 08:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:06:10] Production.ERROR: CronJobId end10
[2026-04-06 08:06:10] Production.INFO: ==17695== Releasing lock...
[2026-04-06 08:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:06:14] Production.INFO: call_cost start
[2026-04-06 08:06:14] Production.INFO: call_cost end
[2026-04-06 08:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:06:14] Production.INFO: ==17691== Releasing lock...
[2026-04-06 08:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:07:02] Production.INFO: ==17764== Lock acquired, processing the job...
[2026-04-06 13:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:07:02] Production.INFO: neon service started
[2026-04-06 13:07:02] Production.INFO: neon service started
[2026-04-06 13:07:02] Production.INFO: ==17764== Releasing lock...
[2026-04-06 13:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:07:02] Production.INFO: ==17766== Lock acquired, processing the job...
[2026-04-06 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:07:02] Production.INFO: ==17766== Releasing lock...
[2026-04-06 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:07:02] Production.INFO: ==17768== Lock acquired, processing the job...
[2026-04-06 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:07:02] Production.INFO: ==17768== Releasing lock...
[2026-04-06 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:07:03] Production.INFO: ==17776== Lock acquired, processing the job...
[2026-04-06 08:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:07:03] Production.INFO: Account Balance Start.
[2026-04-06 08:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:07:03] Production.INFO: 117
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: ==17770== Lock acquired, processing the job...
[2026-04-06 08:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: ==17772== Lock acquired, processing the job...
[2026-04-06 08:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:07:03] Production.INFO: ==17778== Lock acquired, processing the job...
[2026-04-06 08:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:07:03] Production.INFO: ==17774== Lock acquired, processing the job...
[2026-04-06 08:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:07:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:07:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:07:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:07:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:07:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:07:04] Production.INFO: ==17778== Releasing lock...
[2026-04-06 08:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: ==17772== Releasing lock...
[2026-04-06 08:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:07:05] Production.INFO: Total Charge 0
[2026-04-06 08:07:05] Production.INFO: CreateAllLog End
[2026-04-06 08:07:05] Production.INFO: Account Balance End.
[2026-04-06 08:07:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:07:05] Production.INFO: ==17776== Releasing lock...
[2026-04-06 08:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:07:11] Production.ERROR: CronJobId end10
[2026-04-06 08:07:11] Production.INFO: ==17774== Releasing lock...
[2026-04-06 08:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:07:14] Production.INFO: call_cost start
[2026-04-06 08:07:14] Production.INFO: call_cost end
[2026-04-06 08:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:07:14] Production.INFO: ==17770== Releasing lock...
[2026-04-06 08:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:08:01] Production.INFO: ==17841== Lock acquired, processing the job...
[2026-04-06 13:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:08:01] Production.INFO: neon service started
[2026-04-06 13:08:01] Production.INFO: neon service started
[2026-04-06 13:08:01] Production.INFO: ==17841== Releasing lock...
[2026-04-06 13:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:08:02] Production.INFO: ==17843== Lock acquired, processing the job...
[2026-04-06 08:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:08:02] Production.INFO: ==17843== Releasing lock...
[2026-04-06 08:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:08:02] Production.INFO: ==17845== Lock acquired, processing the job...
[2026-04-06 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:08:02] Production.INFO: ==17845== Releasing lock...
[2026-04-06 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:08:03] Production.INFO: ==17851== Lock acquired, processing the job...
[2026-04-06 08:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:08:03] Production.INFO: ==17853== Lock acquired, processing the job...
[2026-04-06 08:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:08:03] Production.INFO: ==17847== Lock acquired, processing the job...
[2026-04-06 08:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:08:03] Production.INFO: ==17849== Lock acquired, processing the job...
[2026-04-06 08:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:08:03] Production.INFO: Account Balance Start.
[2026-04-06 08:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:08:03] Production.INFO: 117
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: ==17855== Lock acquired, processing the job...
[2026-04-06 08:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: ==17855== Releasing lock...
[2026-04-06 08:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: ==17849== Releasing lock...
[2026-04-06 08:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:08:04] Production.INFO: Total Charge 0
[2026-04-06 08:08:04] Production.INFO: CreateAllLog End
[2026-04-06 08:08:04] Production.INFO: Account Balance End.
[2026-04-06 08:08:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:08:04] Production.INFO: ==17853== Releasing lock...
[2026-04-06 08:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:08:11] Production.ERROR: CronJobId end10
[2026-04-06 08:08:11] Production.INFO: ==17851== Releasing lock...
[2026-04-06 08:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:08:14] Production.INFO: call_cost start
[2026-04-06 08:08:14] Production.INFO: call_cost end
[2026-04-06 08:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:08:14] Production.INFO: ==17847== Releasing lock...
[2026-04-06 08:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:09:02] Production.INFO: ==17920== Lock acquired, processing the job...
[2026-04-06 13:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:09:02] Production.INFO: neon service started
[2026-04-06 13:09:02] Production.INFO: neon service started
[2026-04-06 13:09:02] Production.INFO: ==17920== Releasing lock...
[2026-04-06 13:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:09:02] Production.INFO: ==17924== Lock acquired, processing the job...
[2026-04-06 12:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:09:02] Production.INFO: ==17924== Releasing lock...
[2026-04-06 12:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:09:02] Production.INFO: ==17922== Lock acquired, processing the job...
[2026-04-06 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:09:02] Production.INFO: ==17922== Releasing lock...
[2026-04-06 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:09:03] Production.INFO: ==17927== Lock acquired, processing the job...
[2026-04-06 08:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:09:03] Production.INFO: ==17933== Lock acquired, processing the job...
[2026-04-06 08:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:09:03] Production.INFO: ==17929== Lock acquired, processing the job...
[2026-04-06 08:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:09:03] Production.INFO: ==17935== Lock acquired, processing the job...
[2026-04-06 08:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:09:03] Production.INFO: ==17931== Lock acquired, processing the job...
[2026-04-06 08:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:09:03] Production.INFO: Account Balance Start.
[2026-04-06 08:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:09:03] Production.INFO: 117
[2026-04-06 08:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:09:03] Production.INFO: ==17935== Releasing lock...
[2026-04-06 08:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: ==17929== Releasing lock...
[2026-04-06 08:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:09:04] Production.INFO: Total Charge 0
[2026-04-06 08:09:04] Production.INFO: CreateAllLog End
[2026-04-06 08:09:05] Production.INFO: Account Balance End.
[2026-04-06 08:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:09:05] Production.INFO: ==17933== Releasing lock...
[2026-04-06 08:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:09:12] Production.ERROR: CronJobId end10
[2026-04-06 08:09:12] Production.INFO: ==17931== Releasing lock...
[2026-04-06 08:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:09:15] Production.INFO: call_cost start
[2026-04-06 08:09:15] Production.INFO: call_cost end
[2026-04-06 08:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:09:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:09:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:09:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:09:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:09:15] Production.INFO: ==17927== Releasing lock...
[2026-04-06 08:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:10:01] Production.INFO: ==17991== Lock acquired, processing the job...
[2026-04-06 13:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:10:01] Production.INFO: neon service started
[2026-04-06 13:10:01] Production.INFO: neon service started
[2026-04-06 13:10:01] Production.INFO: ==17991== Releasing lock...
[2026-04-06 13:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:10:01] Production.INFO: ==17993== Lock acquired, processing the job...
[2026-04-06 08:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:10:02] Production.INFO: ==17993== Releasing lock...
[2026-04-06 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:10:02] Production.INFO: ==17995== Lock acquired, processing the job...
[2026-04-06 12:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:10:02] Production.INFO: ==17995== Releasing lock...
[2026-04-06 12:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:10:02] Production.INFO: ==18000== Lock acquired, processing the job...
[2026-04-06 08:10:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:10:03] Production.INFO: ==17998== Lock acquired, processing the job...
[2026-04-06 08:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:10:03] Production.INFO: ==18006== Lock acquired, processing the job...
[2026-04-06 08:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:10:03] Production.INFO: ==18002== Lock acquired, processing the job...
[2026-04-06 08:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:10:03] Production.INFO: ==18004== Lock acquired, processing the job...
[2026-04-06 08:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:10:03] Production.INFO: ==18006== Releasing lock...
[2026-04-06 08:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:10:03] Production.INFO: Account Balance Start.
[2026-04-06 08:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:10:03] Production.INFO: 117
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: ==18000== Releasing lock...
[2026-04-06 08:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:10:04] Production.INFO: Total Charge 0
[2026-04-06 08:10:04] Production.INFO: CreateAllLog End
[2026-04-06 08:10:04] Production.INFO: Account Balance End.
[2026-04-06 08:10:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:10:05] Production.INFO: ==18004== Releasing lock...
[2026-04-06 08:10:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:10:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:10:10] Production.ERROR: CronJobId end10
[2026-04-06 08:10:10] Production.INFO: ==18002== Releasing lock...
[2026-04-06 08:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:10:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:10:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:10:14] Production.INFO: call_cost start
[2026-04-06 08:10:14] Production.INFO: call_cost end
[2026-04-06 08:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:10:14] Production.INFO: ==17998== Releasing lock...
[2026-04-06 08:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:11:01] Production.INFO: ==18077== Lock acquired, processing the job...
[2026-04-06 13:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:11:01] Production.INFO: neon service started
[2026-04-06 13:11:01] Production.INFO: neon service started
[2026-04-06 13:11:01] Production.INFO: ==18077== Releasing lock...
[2026-04-06 13:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:11:02] Production.INFO: ==18079== Lock acquired, processing the job...
[2026-04-06 08:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:11:02] Production.INFO: ==18079== Releasing lock...
[2026-04-06 08:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:11:02] Production.INFO: ==18081== Lock acquired, processing the job...
[2026-04-06 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:11:02] Production.INFO: ==18081== Releasing lock...
[2026-04-06 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:11:03] Production.INFO: ==18087== Lock acquired, processing the job...
[2026-04-06 08:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:11:03] Production.INFO: ==18093== Lock acquired, processing the job...
[2026-04-06 08:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 08:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:11:03] Production.INFO: ==18083== Lock acquired, processing the job...
[2026-04-06 08:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 08:11:03] Production.INFO: ==18085== Lock acquired, processing the job...
[2026-04-06 08:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 08:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:11:03] Production.ERROR: CronJob PID - 18087
[2026-04-06 08:11:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 08:11:03] Production.ERROR: CronJob ID - 7
[2026-04-06 08:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 08:11:00
[2026-04-06 08:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:11:03] Production.ERROR: CronJob PID - 18093
[2026-04-06 08:11:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 08:11:03] Production.ERROR: CronJob ID - 17
[2026-04-06 08:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 08:11:00
[2026-04-06 08:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:11:03] Production.INFO: ==18089== Lock acquired, processing the job...
[2026-04-06 08:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:11:04] Production.INFO: ==18091== Lock acquired, processing the job...
[2026-04-06 08:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:11:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 08:11:04] Production.INFO: ==18083== Releasing lock...
[2026-04-06 08:11:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 08:11:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:11:04] Production.INFO: ==18095== Lock acquired, processing the job...
[2026-04-06 08:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:11:04] Production.INFO: Account Balance Start.
[2026-04-06 08:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:11:04] Production.INFO: 117
[2026-04-06 08:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: ==18095== Releasing lock...
[2026-04-06 08:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.ERROR: done
[2026-04-06 08:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 08:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046603', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: ==18087== Releasing lock...
[2026-04-06 08:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:11:05] Production.INFO: Total Charge 0
[2026-04-06 08:11:05] Production.INFO: CreateAllLog End
[2026-04-06 08:11:05] Production.INFO: Account Balance End.
[2026-04-06 08:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:11:05] Production.INFO: ==18091== Releasing lock...
[2026-04-06 08:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046603', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 08:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 08:11:10] Production.INFO: ProcessCDR(1,17046603,1,1,2)
[2026-04-06 08:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046603,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046603,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 08:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 08:11:10] Production.INFO: ==18093== Releasing lock...
[2026-04-06 08:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 08:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:11:14] Production.ERROR: CronJobId end10
[2026-04-06 08:11:14] Production.INFO: ==18089== Releasing lock...
[2026-04-06 08:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:11:17] Production.INFO: call_cost start
[2026-04-06 08:11:17] Production.INFO: call_cost end
[2026-04-06 08:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:11:17] Production.INFO: ==18085== Releasing lock...
[2026-04-06 08:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:12:01] Production.INFO: ==18154== Lock acquired, processing the job...
[2026-04-06 13:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:12:01] Production.INFO: neon service started
[2026-04-06 13:12:01] Production.INFO: neon service started
[2026-04-06 13:12:01] Production.INFO: ==18154== Releasing lock...
[2026-04-06 13:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:12:01] Production.INFO: ==18158== Lock acquired, processing the job...
[2026-04-06 12:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:12:01] Production.INFO: ==18158== Releasing lock...
[2026-04-06 12:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:12:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:12:01] Production.INFO: ==18156== Lock acquired, processing the job...
[2026-04-06 08:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:12:02] Production.INFO: ==18156== Releasing lock...
[2026-04-06 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:12:02] Production.INFO: ==18160== Lock acquired, processing the job...
[2026-04-06 08:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:12:02] Production.INFO: ==18162== Lock acquired, processing the job...
[2026-04-06 08:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:12:02] Production.INFO: ==18164== Lock acquired, processing the job...
[2026-04-06 08:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:12:02] Production.INFO: ==18168== Lock acquired, processing the job...
[2026-04-06 08:12:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:12:02] Production.INFO: ==18166== Lock acquired, processing the job...
[2026-04-06 08:12:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:12:03] Production.INFO: Account Balance Start.
[2026-04-06 08:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:12:03] Production.INFO: 117
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: ==18168== Releasing lock...
[2026-04-06 08:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: ==18162== Releasing lock...
[2026-04-06 08:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-30
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-03-31
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-04-01
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-04-02
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-04-03
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-04-04
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-04-05
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Date 2026-04-06
[2026-04-06 08:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:12:03] Production.INFO: Total Charge 0
[2026-04-06 08:12:03] Production.INFO: CreateAllLog End
[2026-04-06 08:12:04] Production.INFO: Account Balance End.
[2026-04-06 08:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:12:04] Production.INFO: ==18166== Releasing lock...
[2026-04-06 08:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:12:11] Production.ERROR: CronJobId end10
[2026-04-06 08:12:11] Production.INFO: ==18164== Releasing lock...
[2026-04-06 08:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:12:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:12:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:12:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:12:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:12:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:12:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:12:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:12:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:12:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:12:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:12:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:12:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:12:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:12:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:12:13] Production.INFO: call_cost start
[2026-04-06 08:12:13] Production.INFO: call_cost end
[2026-04-06 08:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:12:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:12:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:12:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:12:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:12:13] Production.INFO: ==18160== Releasing lock...
[2026-04-06 08:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:13:01] Production.INFO: ==18230== Lock acquired, processing the job...
[2026-04-06 13:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:13:01] Production.INFO: neon service started
[2026-04-06 13:13:01] Production.INFO: neon service started
[2026-04-06 13:13:01] Production.INFO: ==18230== Releasing lock...
[2026-04-06 13:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:13:02] Production.INFO: ==18232== Lock acquired, processing the job...
[2026-04-06 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:13:02] Production.INFO: ==18232== Releasing lock...
[2026-04-06 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:13:02] Production.INFO: ==18234== Lock acquired, processing the job...
[2026-04-06 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:13:02] Production.INFO: ==18234== Releasing lock...
[2026-04-06 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:13:03] Production.INFO: ==18236== Lock acquired, processing the job...
[2026-04-06 08:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:13:03] Production.INFO: ==18238== Lock acquired, processing the job...
[2026-04-06 08:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:13:03] Production.INFO: ==18240== Lock acquired, processing the job...
[2026-04-06 08:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:13:03] Production.INFO: ==18242== Lock acquired, processing the job...
[2026-04-06 08:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:13:03] Production.INFO: ==18245== Lock acquired, processing the job...
[2026-04-06 08:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:13:03] Production.INFO: Account Balance Start.
[2026-04-06 08:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:13:03] Production.INFO: 117
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: ==18245== Releasing lock...
[2026-04-06 08:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:03] Production.INFO: ==18238== Releasing lock...
[2026-04-06 08:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:13:04] Production.INFO: Total Charge 0
[2026-04-06 08:13:04] Production.INFO: CreateAllLog End
[2026-04-06 08:13:04] Production.INFO: Account Balance End.
[2026-04-06 08:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:13:04] Production.INFO: ==18242== Releasing lock...
[2026-04-06 08:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:13:10] Production.ERROR: CronJobId end10
[2026-04-06 08:13:10] Production.INFO: ==18240== Releasing lock...
[2026-04-06 08:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:13:14] Production.INFO: call_cost start
[2026-04-06 08:13:14] Production.INFO: call_cost end
[2026-04-06 08:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:13:14] Production.INFO: ==18236== Releasing lock...
[2026-04-06 08:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:14:02] Production.INFO: ==18314== Lock acquired, processing the job...
[2026-04-06 13:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:14:02] Production.INFO: neon service started
[2026-04-06 13:14:02] Production.INFO: neon service started
[2026-04-06 13:14:02] Production.INFO: ==18314== Releasing lock...
[2026-04-06 13:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:14:02] Production.INFO: ==18316== Lock acquired, processing the job...
[2026-04-06 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:14:02] Production.INFO: ==18318== Lock acquired, processing the job...
[2026-04-06 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:14:02] Production.INFO: ==18318== Releasing lock...
[2026-04-06 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:14:03] Production.INFO: ==18316== Releasing lock...
[2026-04-06 08:14:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:14:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:14:03] Production.INFO: ==18323== Lock acquired, processing the job...
[2026-04-06 08:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:14:03] Production.INFO: ==18321== Lock acquired, processing the job...
[2026-04-06 08:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:14:03] Production.INFO: ==18325== Lock acquired, processing the job...
[2026-04-06 08:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:14:03] Production.INFO: ==18327== Lock acquired, processing the job...
[2026-04-06 08:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:14:03] Production.INFO: ==18329== Lock acquired, processing the job...
[2026-04-06 08:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:14:04] Production.INFO: Account Balance Start.
[2026-04-06 08:14:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:14:04] Production.INFO: 117
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:14:04] Production.INFO: ==18329== Releasing lock...
[2026-04-06 08:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: ==18323== Releasing lock...
[2026-04-06 08:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-21
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-22
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-23
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-24
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:14:05] Production.INFO: Total Charge 0
[2026-04-06 08:14:05] Production.INFO: CreateAllLog End
[2026-04-06 08:14:06] Production.INFO: Account Balance End.
[2026-04-06 08:14:06] Production.ERROR: CronJobId end 12
[2026-04-06 08:14:06] Production.INFO: ==18327== Releasing lock...
[2026-04-06 08:14:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:14:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:14:11] Production.ERROR: CronJobId end10
[2026-04-06 08:14:11] Production.INFO: ==18325== Releasing lock...
[2026-04-06 08:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:14:14] Production.INFO: call_cost start
[2026-04-06 08:14:14] Production.INFO: call_cost end
[2026-04-06 08:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:14:14] Production.INFO: ==18321== Releasing lock...
[2026-04-06 08:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:15:01] Production.INFO: ==18394== Lock acquired, processing the job...
[2026-04-06 13:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:15:01] Production.INFO: neon service started
[2026-04-06 13:15:01] Production.INFO: neon service started
[2026-04-06 13:15:01] Production.INFO: ==18394== Releasing lock...
[2026-04-06 13:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:15:02] Production.INFO: ==18399== Lock acquired, processing the job...
[2026-04-06 12:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:15:02] Production.INFO: ==18397== Lock acquired, processing the job...
[2026-04-06 08:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:15:02] Production.INFO: ==18399== Releasing lock...
[2026-04-06 12:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:15:02] Production.INFO: ==18397== Releasing lock...
[2026-04-06 08:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:15:02] Production.INFO: ==18403== Lock acquired, processing the job...
[2026-04-06 08:15:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:15:03] Production.INFO: ==18401== Lock acquired, processing the job...
[2026-04-06 08:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:15:03] Production.INFO: ==18405== Lock acquired, processing the job...
[2026-04-06 08:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:15:03] Production.INFO: ==18407== Lock acquired, processing the job...
[2026-04-06 08:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:15:03] Production.INFO: Account Balance Start.
[2026-04-06 08:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:15:03] Production.INFO: 117
[2026-04-06 08:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:15:03] Production.INFO: ==18409== Lock acquired, processing the job...
[2026-04-06 08:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:15:03] Production.INFO: ==18409== Releasing lock...
[2026-04-06 08:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: ==18403== Releasing lock...
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:03] Production.INFO: Date 2026-03-30
[2026-04-06 08:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:15:04] Production.INFO: Total Charge 0
[2026-04-06 08:15:04] Production.INFO: CreateAllLog End
[2026-04-06 08:15:04] Production.INFO: Account Balance End.
[2026-04-06 08:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:15:04] Production.INFO: ==18407== Releasing lock...
[2026-04-06 08:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:15:10] Production.ERROR: CronJobId end10
[2026-04-06 08:15:10] Production.INFO: ==18405== Releasing lock...
[2026-04-06 08:15:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:15:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:15:13] Production.INFO: call_cost start
[2026-04-06 08:15:13] Production.INFO: call_cost end
[2026-04-06 08:15:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:15:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:15:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:15:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:15:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:15:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:15:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:15:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:15:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:15:13] Production.INFO: ==18401== Releasing lock...
[2026-04-06 08:15:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:15:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:16:01] Production.INFO: ==18466== Lock acquired, processing the job...
[2026-04-06 13:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:16:01] Production.INFO: neon service started
[2026-04-06 13:16:02] Production.INFO: neon service started
[2026-04-06 13:16:02] Production.INFO: ==18466== Releasing lock...
[2026-04-06 13:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:16:02] Production.INFO: ==18468== Lock acquired, processing the job...
[2026-04-06 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:16:02] Production.INFO: ==18470== Lock acquired, processing the job...
[2026-04-06 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:16:02] Production.INFO: ==18470== Releasing lock...
[2026-04-06 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:16:02] Production.INFO: ==18468== Releasing lock...
[2026-04-06 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:16:03] Production.INFO: ==18473== Lock acquired, processing the job...
[2026-04-06 08:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:16:03] Production.INFO: ==18475== Lock acquired, processing the job...
[2026-04-06 08:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:16:03] Production.INFO: ==18475== Releasing lock...
[2026-04-06 08:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:16:03] Production.INFO: ==18477== Lock acquired, processing the job...
[2026-04-06 08:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:16:04] Production.INFO: ==18481== Lock acquired, processing the job...
[2026-04-06 08:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:16:04] Production.INFO: ==18479== Lock acquired, processing the job...
[2026-04-06 08:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:16:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:16:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:16:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:16:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:16:04] Production.INFO: Account Balance Start.
[2026-04-06 08:16:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:16:04] Production.INFO: 117
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:16:04] Production.INFO: ==18481== Releasing lock...
[2026-04-06 08:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:16:05] Production.INFO: Total Charge 0
[2026-04-06 08:16:05] Production.INFO: CreateAllLog End
[2026-04-06 08:16:05] Production.INFO: Account Balance End.
[2026-04-06 08:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:16:05] Production.INFO: ==18479== Releasing lock...
[2026-04-06 08:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:16:11] Production.ERROR: CronJobId end10
[2026-04-06 08:16:11] Production.INFO: ==18477== Releasing lock...
[2026-04-06 08:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:16:14] Production.INFO: call_cost start
[2026-04-06 08:16:14] Production.INFO: call_cost end
[2026-04-06 08:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:16:14] Production.INFO: ==18473== Releasing lock...
[2026-04-06 08:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:17:01] Production.INFO: ==18544== Lock acquired, processing the job...
[2026-04-06 13:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:17:01] Production.INFO: neon service started
[2026-04-06 13:17:01] Production.INFO: neon service started
[2026-04-06 13:17:01] Production.INFO: ==18544== Releasing lock...
[2026-04-06 13:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:17:01] Production.INFO: ==18546== Lock acquired, processing the job...
[2026-04-06 08:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:17:02] Production.INFO: ==18546== Releasing lock...
[2026-04-06 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:17:02] Production.INFO: ==18548== Lock acquired, processing the job...
[2026-04-06 12:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:17:02] Production.INFO: ==18548== Releasing lock...
[2026-04-06 12:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:17:02] Production.INFO: ==18550== Lock acquired, processing the job...
[2026-04-06 08:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:17:02] Production.INFO: ==18554== Lock acquired, processing the job...
[2026-04-06 08:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:17:02] Production.INFO: ==18556== Lock acquired, processing the job...
[2026-04-06 08:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:17:02] Production.INFO: ==18552== Lock acquired, processing the job...
[2026-04-06 08:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:17:03] Production.INFO: ==18558== Lock acquired, processing the job...
[2026-04-06 08:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:17:03] Production.INFO: Account Balance Start.
[2026-04-06 08:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:17:03] Production.INFO: 117
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:17:03] Production.INFO: ==18558== Releasing lock...
[2026-04-06 08:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: ==18552== Releasing lock...
[2026-04-06 08:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-30
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:03] Production.INFO: Date 2026-03-31
[2026-04-06 08:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:17:04] Production.INFO: Total Charge 0
[2026-04-06 08:17:04] Production.INFO: CreateAllLog End
[2026-04-06 08:17:04] Production.INFO: Account Balance End.
[2026-04-06 08:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:17:04] Production.INFO: ==18556== Releasing lock...
[2026-04-06 08:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:17:11] Production.ERROR: CronJobId end10
[2026-04-06 08:17:11] Production.INFO: ==18554== Releasing lock...
[2026-04-06 08:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:17:14] Production.INFO: call_cost start
[2026-04-06 08:17:14] Production.INFO: call_cost end
[2026-04-06 08:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:17:14] Production.INFO: ==18550== Releasing lock...
[2026-04-06 08:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:18:01] Production.INFO: ==18630== Lock acquired, processing the job...
[2026-04-06 13:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:18:01] Production.INFO: neon service started
[2026-04-06 13:18:01] Production.INFO: neon service started
[2026-04-06 13:18:01] Production.INFO: ==18630== Releasing lock...
[2026-04-06 13:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:18:02] Production.INFO: ==18632== Lock acquired, processing the job...
[2026-04-06 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:18:02] Production.INFO: ==18634== Lock acquired, processing the job...
[2026-04-06 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:18:02] Production.INFO: ==18634== Releasing lock...
[2026-04-06 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:18:02] Production.INFO: ==18632== Releasing lock...
[2026-04-06 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:18:03] Production.INFO: ==18639== Lock acquired, processing the job...
[2026-04-06 08:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:18:03] Production.INFO: ==18637== Lock acquired, processing the job...
[2026-04-06 08:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:18:03] Production.INFO: ==18643== Lock acquired, processing the job...
[2026-04-06 08:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:18:03] Production.INFO: ==18641== Lock acquired, processing the job...
[2026-04-06 08:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:18:03] Production.INFO: ==18645== Lock acquired, processing the job...
[2026-04-06 08:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:18:03] Production.INFO: Account Balance Start.
[2026-04-06 08:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:18:03] Production.INFO: 117
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: ==18645== Releasing lock...
[2026-04-06 08:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: ==18639== Releasing lock...
[2026-04-06 08:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:18:04] Production.INFO: Total Charge 0
[2026-04-06 08:18:04] Production.INFO: CreateAllLog End
[2026-04-06 08:18:05] Production.INFO: Account Balance End.
[2026-04-06 08:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:18:05] Production.INFO: ==18643== Releasing lock...
[2026-04-06 08:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:18:11] Production.ERROR: CronJobId end10
[2026-04-06 08:18:11] Production.INFO: ==18641== Releasing lock...
[2026-04-06 08:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:18:14] Production.INFO: call_cost start
[2026-04-06 08:18:14] Production.INFO: call_cost end
[2026-04-06 08:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:18:14] Production.INFO: ==18637== Releasing lock...
[2026-04-06 08:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:19:02] Production.INFO: ==18712== Lock acquired, processing the job...
[2026-04-06 13:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:19:02] Production.INFO: neon service started
[2026-04-06 13:19:02] Production.INFO: neon service started
[2026-04-06 13:19:02] Production.INFO: ==18712== Releasing lock...
[2026-04-06 13:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:19:02] Production.INFO: ==18716== Lock acquired, processing the job...
[2026-04-06 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:19:02] Production.INFO: ==18716== Releasing lock...
[2026-04-06 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:19:03] Production.INFO: ==18718== Lock acquired, processing the job...
[2026-04-06 12:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:19:03] Production.INFO: ==18718== Releasing lock...
[2026-04-06 12:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:19:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:19:03] Production.INFO: ==18720== Lock acquired, processing the job...
[2026-04-06 08:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:19:03] Production.INFO: ==18722== Lock acquired, processing the job...
[2026-04-06 08:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:19:03] Production.INFO: ==18729== Lock acquired, processing the job...
[2026-04-06 08:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:19:03] Production.INFO: ==18727== Lock acquired, processing the job...
[2026-04-06 08:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:19:03] Production.INFO: ==18724== Lock acquired, processing the job...
[2026-04-06 08:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:19:03] Production.INFO: ==18729== Releasing lock...
[2026-04-06 08:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:19:04] Production.INFO: Account Balance Start.
[2026-04-06 08:19:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:19:04] Production.INFO: 117
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:19:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:19:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:19:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: ==18722== Releasing lock...
[2026-04-06 08:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:19:05] Production.INFO: Total Charge 0
[2026-04-06 08:19:05] Production.INFO: CreateAllLog End
[2026-04-06 08:19:05] Production.INFO: Account Balance End.
[2026-04-06 08:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:19:05] Production.INFO: ==18727== Releasing lock...
[2026-04-06 08:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:19:13] Production.ERROR: CronJobId end10
[2026-04-06 08:19:13] Production.INFO: ==18724== Releasing lock...
[2026-04-06 08:19:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:19:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:19:14] Production.INFO: call_cost start
[2026-04-06 08:19:14] Production.INFO: call_cost end
[2026-04-06 08:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:19:14] Production.INFO: ==18720== Releasing lock...
[2026-04-06 08:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:20:01] Production.INFO: ==18809== Lock acquired, processing the job...
[2026-04-06 13:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:20:01] Production.INFO: neon service started
[2026-04-06 13:20:01] Production.INFO: neon service started
[2026-04-06 13:20:01] Production.INFO: ==18809== Releasing lock...
[2026-04-06 13:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:20:02] Production.INFO: ==18813== Lock acquired, processing the job...
[2026-04-06 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:20:02] Production.INFO: ==18813== Releasing lock...
[2026-04-06 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:20:02] Production.INFO: ==18811== Lock acquired, processing the job...
[2026-04-06 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:20:02] Production.INFO: ==18811== Releasing lock...
[2026-04-06 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:20:03] Production.INFO: ==18816== Lock acquired, processing the job...
[2026-04-06 08:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:20:03] Production.INFO: ==18820== Lock acquired, processing the job...
[2026-04-06 08:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:20:03] Production.INFO: ==18822== Lock acquired, processing the job...
[2026-04-06 08:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:20:03] Production.INFO: ==18826== Lock acquired, processing the job...
[2026-04-06 08:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:20:03] Production.INFO: ==18824== Lock acquired, processing the job...
[2026-04-06 08:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:20:03] Production.INFO: Account Balance Start.
[2026-04-06 08:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:20:03] Production.INFO: 117
[2026-04-06 08:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:20:03] Production.INFO: ==18826== Releasing lock...
[2026-04-06 08:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: ==18820== Releasing lock...
[2026-04-06 08:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:20:04] Production.INFO: Total Charge 0
[2026-04-06 08:20:04] Production.INFO: CreateAllLog End
[2026-04-06 08:20:04] Production.INFO: Account Balance End.
[2026-04-06 08:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:20:04] Production.INFO: ==18824== Releasing lock...
[2026-04-06 08:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:20:10] Production.ERROR: CronJobId end10
[2026-04-06 08:20:10] Production.INFO: ==18822== Releasing lock...
[2026-04-06 08:20:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:20:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:20:14] Production.INFO: call_cost start
[2026-04-06 08:20:14] Production.INFO: call_cost end
[2026-04-06 08:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:20:14] Production.INFO: ==18816== Releasing lock...
[2026-04-06 08:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:21:02] Production.INFO: ==18897== Lock acquired, processing the job...
[2026-04-06 13:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:21:02] Production.INFO: neon service started
[2026-04-06 13:21:02] Production.INFO: neon service started
[2026-04-06 13:21:02] Production.INFO: ==18897== Releasing lock...
[2026-04-06 13:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:21:02] Production.INFO: ==18899== Lock acquired, processing the job...
[2026-04-06 08:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:21:02] Production.INFO: ==18901== Lock acquired, processing the job...
[2026-04-06 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:21:02] Production.INFO: ==18901== Releasing lock...
[2026-04-06 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:21:03] Production.INFO: ==18899== Releasing lock...
[2026-04-06 08:21:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:21:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:21:03] Production.INFO: ==18906== Lock acquired, processing the job...
[2026-04-06 08:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:21:04] Production.INFO: ==18904== Lock acquired, processing the job...
[2026-04-06 08:21:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 08:21:04] Production.INFO: ==18912== Lock acquired, processing the job...
[2026-04-06 08:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:21:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 08:21:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:21:04] Production.ERROR: CronJob PID - 18906
[2026-04-06 08:21:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 08:21:04] Production.ERROR: CronJob ID - 5
[2026-04-06 08:21:04] Production.ERROR: CronJob Last Run Time 2026-04-06 08:21:00
[2026-04-06 08:21:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:21:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:21:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 08:21:04] Production.INFO: ==18904== Releasing lock...
[2026-04-06 08:21:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 08:21:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:21:04] Production.INFO: ==18908== Lock acquired, processing the job...
[2026-04-06 08:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:21:04] Production.INFO: Account Balance Start.
[2026-04-06 08:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:21:04] Production.INFO: 117
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:21:04] Production.INFO: ==18910== Lock acquired, processing the job...
[2026-04-06 08:21:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: ==18914== Lock acquired, processing the job...
[2026-04-06 08:21:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 08:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:21:04] Production.INFO: ==18916== Lock acquired, processing the job...
[2026-04-06 08:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-19
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: ==18916== Releasing lock...
[2026-04-06 08:21:05] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:21:05] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-20
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.ERROR: done
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-21
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: ==18908== Releasing lock...
[2026-04-06 08:21:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:21:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 08:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046644', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-22
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-23
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-24
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:21:05] Production.INFO: Total Charge 0
[2026-04-06 08:21:05] Production.INFO: CreateAllLog End
[2026-04-06 08:21:06] Production.INFO: Account Balance End.
[2026-04-06 08:21:06] Production.ERROR: CronJobId end 12
[2026-04-06 08:21:06] Production.INFO: ==18912== Releasing lock...
[2026-04-06 08:21:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:21:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:21:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046644', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 08:21:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 08:21:11] Production.INFO: ProcessCDR(1,17046644,1,1,2)
[2026-04-06 08:21:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046644,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:21:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046644,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:21:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 08:21:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 08:21:11] Production.INFO: ==18914== Releasing lock...
[2026-04-06 08:21:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 08:21:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:21:15] Production.ERROR: CronJobId end10
[2026-04-06 08:21:15] Production.INFO: ==18910== Releasing lock...
[2026-04-06 08:21:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:21:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:21:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:21:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:21:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:21:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:21:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:21:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:21:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:21:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:21:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:21:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:21:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:21:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:21:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:21:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:21:18] Production.INFO: call_cost start
[2026-04-06 08:21:18] Production.INFO: call_cost end
[2026-04-06 08:21:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:21:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:21:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:21:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:21:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:21:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:21:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:21:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:21:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:21:18] Production.INFO: ==18906== Releasing lock...
[2026-04-06 08:21:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:21:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:22:01] Production.INFO: ==18986== Lock acquired, processing the job...
[2026-04-06 13:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:22:01] Production.INFO: neon service started
[2026-04-06 13:22:01] Production.INFO: neon service started
[2026-04-06 13:22:01] Production.INFO: ==18986== Releasing lock...
[2026-04-06 13:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:22:01] Production.INFO: ==18988== Lock acquired, processing the job...
[2026-04-06 08:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:22:02] Production.INFO: ==18988== Releasing lock...
[2026-04-06 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:22:02] Production.INFO: ==18990== Lock acquired, processing the job...
[2026-04-06 12:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:22:02] Production.INFO: ==18990== Releasing lock...
[2026-04-06 12:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:22:03] Production.INFO: ==18994== Lock acquired, processing the job...
[2026-04-06 08:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:22:03] Production.INFO: ==18998== Lock acquired, processing the job...
[2026-04-06 08:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:22:03] Production.INFO: ==18996== Lock acquired, processing the job...
[2026-04-06 08:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:22:03] Production.INFO: ==18992== Lock acquired, processing the job...
[2026-04-06 08:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:22:03] Production.INFO: ==19000== Lock acquired, processing the job...
[2026-04-06 08:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:22:03] Production.INFO: Account Balance Start.
[2026-04-06 08:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:22:03] Production.INFO: 117
[2026-04-06 08:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:22:03] Production.INFO: ==19000== Releasing lock...
[2026-04-06 08:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: ==18994== Releasing lock...
[2026-04-06 08:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:22:04] Production.INFO: Total Charge 0
[2026-04-06 08:22:04] Production.INFO: CreateAllLog End
[2026-04-06 08:22:04] Production.INFO: Account Balance End.
[2026-04-06 08:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:22:04] Production.INFO: ==18998== Releasing lock...
[2026-04-06 08:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:22:11] Production.ERROR: CronJobId end10
[2026-04-06 08:22:11] Production.INFO: ==18996== Releasing lock...
[2026-04-06 08:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:22:13] Production.INFO: call_cost start
[2026-04-06 08:22:13] Production.INFO: call_cost end
[2026-04-06 08:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:22:13] Production.INFO: ==18992== Releasing lock...
[2026-04-06 08:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:23:01] Production.INFO: ==19063== Lock acquired, processing the job...
[2026-04-06 13:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:23:01] Production.INFO: neon service started
[2026-04-06 13:23:01] Production.INFO: neon service started
[2026-04-06 13:23:01] Production.INFO: ==19063== Releasing lock...
[2026-04-06 13:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:23:02] Production.INFO: ==19067== Lock acquired, processing the job...
[2026-04-06 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:23:02] Production.INFO: ==19067== Releasing lock...
[2026-04-06 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:23:02] Production.INFO: ==19065== Lock acquired, processing the job...
[2026-04-06 08:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:23:02] Production.INFO: ==19065== Releasing lock...
[2026-04-06 08:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:23:03] Production.INFO: ==19078== Lock acquired, processing the job...
[2026-04-06 08:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:23:03] Production.INFO: ==19070== Lock acquired, processing the job...
[2026-04-06 08:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:23:03] Production.INFO: ==19072== Lock acquired, processing the job...
[2026-04-06 08:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:23:03] Production.INFO: ==19078== Releasing lock...
[2026-04-06 08:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:23:03] Production.INFO: ==19074== Lock acquired, processing the job...
[2026-04-06 08:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:23:03] Production.INFO: ==19076== Lock acquired, processing the job...
[2026-04-06 08:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:23:03] Production.INFO: Account Balance Start.
[2026-04-06 08:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:23:03] Production.INFO: 117
[2026-04-06 08:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: ==19072== Releasing lock...
[2026-04-06 08:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:23:05] Production.INFO: Total Charge 0
[2026-04-06 08:23:05] Production.INFO: CreateAllLog End
[2026-04-06 08:23:05] Production.INFO: Account Balance End.
[2026-04-06 08:23:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:23:05] Production.INFO: ==19076== Releasing lock...
[2026-04-06 08:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:23:11] Production.ERROR: CronJobId end10
[2026-04-06 08:23:11] Production.INFO: ==19074== Releasing lock...
[2026-04-06 08:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:23:15] Production.INFO: call_cost start
[2026-04-06 08:23:15] Production.INFO: call_cost end
[2026-04-06 08:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:23:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:23:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:23:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:23:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:23:15] Production.INFO: ==19070== Releasing lock...
[2026-04-06 08:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:24:01] Production.INFO: ==19135== Lock acquired, processing the job...
[2026-04-06 13:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:24:01] Production.INFO: neon service started
[2026-04-06 13:24:01] Production.INFO: neon service started
[2026-04-06 13:24:01] Production.INFO: ==19135== Releasing lock...
[2026-04-06 13:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:24:01] Production.INFO: ==19137== Lock acquired, processing the job...
[2026-04-06 08:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:24:01] Production.INFO: ==19137== Releasing lock...
[2026-04-06 08:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:24:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:24:02] Production.INFO: ==19139== Lock acquired, processing the job...
[2026-04-06 12:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:24:02] Production.INFO: ==19139== Releasing lock...
[2026-04-06 12:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:24:02] Production.INFO: ==19141== Lock acquired, processing the job...
[2026-04-06 08:24:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:24:02] Production.INFO: ==19145== Lock acquired, processing the job...
[2026-04-06 08:24:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:24:02] Production.INFO: ==19143== Lock acquired, processing the job...
[2026-04-06 08:24:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:24:02] Production.INFO: ==19149== Lock acquired, processing the job...
[2026-04-06 08:24:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:24:02] Production.INFO: ==19147== Lock acquired, processing the job...
[2026-04-06 08:24:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:24:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:24:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:24:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:24:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:24:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:24:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:24:02] Production.INFO: Account Balance Start.
[2026-04-06 08:24:02] Production.INFO: CreateAllLog Start
[2026-04-06 08:24:02] Production.INFO: 117
[2026-04-06 08:24:02] Production.INFO: Date 2026-03-08
[2026-04-06 08:24:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: ==19149== Releasing lock...
[2026-04-06 08:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: ==19143== Releasing lock...
[2026-04-06 08:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:24:04] Production.INFO: Total Charge 0
[2026-04-06 08:24:04] Production.INFO: CreateAllLog End
[2026-04-06 08:24:04] Production.INFO: Account Balance End.
[2026-04-06 08:24:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:24:04] Production.INFO: ==19147== Releasing lock...
[2026-04-06 08:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:24:11] Production.ERROR: CronJobId end10
[2026-04-06 08:24:11] Production.INFO: ==19145== Releasing lock...
[2026-04-06 08:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:24:14] Production.INFO: call_cost start
[2026-04-06 08:24:14] Production.INFO: call_cost end
[2026-04-06 08:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:24:14] Production.INFO: ==19141== Releasing lock...
[2026-04-06 08:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:25:01] Production.INFO: ==19212== Lock acquired, processing the job...
[2026-04-06 13:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:25:01] Production.INFO: neon service started
[2026-04-06 13:25:01] Production.INFO: neon service started
[2026-04-06 13:25:01] Production.INFO: ==19212== Releasing lock...
[2026-04-06 13:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:25:02] Production.INFO: ==19214== Lock acquired, processing the job...
[2026-04-06 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:25:02] Production.INFO: ==19217== Lock acquired, processing the job...
[2026-04-06 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:25:02] Production.INFO: ==19217== Releasing lock...
[2026-04-06 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:25:02] Production.INFO: ==19214== Releasing lock...
[2026-04-06 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:25:03] Production.INFO: ==19219== Lock acquired, processing the job...
[2026-04-06 08:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:25:03] Production.INFO: ==19221== Lock acquired, processing the job...
[2026-04-06 08:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:25:03] Production.INFO: ==19225== Lock acquired, processing the job...
[2026-04-06 08:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:25:03] Production.INFO: ==19223== Lock acquired, processing the job...
[2026-04-06 08:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:25:03] Production.INFO: ==19227== Lock acquired, processing the job...
[2026-04-06 08:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:25:03] Production.INFO: Account Balance Start.
[2026-04-06 08:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:25:03] Production.INFO: 117
[2026-04-06 08:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:25:03] Production.INFO: ==19227== Releasing lock...
[2026-04-06 08:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: ==19221== Releasing lock...
[2026-04-06 08:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:25:04] Production.INFO: Total Charge 0
[2026-04-06 08:25:04] Production.INFO: CreateAllLog End
[2026-04-06 08:25:04] Production.INFO: Account Balance End.
[2026-04-06 08:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:25:04] Production.INFO: ==19225== Releasing lock...
[2026-04-06 08:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:25:10] Production.ERROR: CronJobId end10
[2026-04-06 08:25:10] Production.INFO: ==19223== Releasing lock...
[2026-04-06 08:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:25:13] Production.INFO: call_cost start
[2026-04-06 08:25:13] Production.INFO: call_cost end
[2026-04-06 08:25:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:25:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:25:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:25:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:25:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:25:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:25:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:25:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:25:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:25:13] Production.INFO: ==19219== Releasing lock...
[2026-04-06 08:25:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:25:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:26:02] Production.INFO: ==19287== Lock acquired, processing the job...
[2026-04-06 13:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:26:02] Production.INFO: neon service started
[2026-04-06 13:26:02] Production.INFO: neon service started
[2026-04-06 13:26:02] Production.INFO: ==19287== Releasing lock...
[2026-04-06 13:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:26:02] Production.INFO: ==19289== Lock acquired, processing the job...
[2026-04-06 08:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:26:02] Production.INFO: ==19291== Lock acquired, processing the job...
[2026-04-06 12:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:26:02] Production.INFO: ==19291== Releasing lock...
[2026-04-06 12:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:26:03] Production.INFO: ==19289== Releasing lock...
[2026-04-06 08:26:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:26:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:26:03] Production.INFO: ==19294== Lock acquired, processing the job...
[2026-04-06 08:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:26:03] Production.INFO: ==19296== Lock acquired, processing the job...
[2026-04-06 08:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:26:03] Production.INFO: ==19298== Lock acquired, processing the job...
[2026-04-06 08:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:26:03] Production.INFO: ==19302== Lock acquired, processing the job...
[2026-04-06 08:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:26:04] Production.INFO: ==19300== Lock acquired, processing the job...
[2026-04-06 08:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:26:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:26:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:26:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:26:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:26:04] Production.INFO: Account Balance Start.
[2026-04-06 08:26:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:26:04] Production.INFO: 117
[2026-04-06 08:26:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:26:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:26:04] Production.INFO: ==19302== Releasing lock...
[2026-04-06 08:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: ==19296== Releasing lock...
[2026-04-06 08:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:26:05] Production.INFO: Total Charge 0
[2026-04-06 08:26:05] Production.INFO: CreateAllLog End
[2026-04-06 08:26:05] Production.INFO: Account Balance End.
[2026-04-06 08:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:26:05] Production.INFO: ==19300== Releasing lock...
[2026-04-06 08:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:26:12] Production.ERROR: CronJobId end10
[2026-04-06 08:26:12] Production.INFO: ==19298== Releasing lock...
[2026-04-06 08:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:26:14] Production.INFO: call_cost start
[2026-04-06 08:26:14] Production.INFO: call_cost end
[2026-04-06 08:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:26:14] Production.INFO: ==19294== Releasing lock...
[2026-04-06 08:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:27:01] Production.INFO: ==19364== Lock acquired, processing the job...
[2026-04-06 13:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:27:01] Production.INFO: neon service started
[2026-04-06 13:27:01] Production.INFO: neon service started
[2026-04-06 13:27:01] Production.INFO: ==19364== Releasing lock...
[2026-04-06 13:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:27:01] Production.INFO: ==19368== Lock acquired, processing the job...
[2026-04-06 12:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:27:02] Production.INFO: ==19368== Releasing lock...
[2026-04-06 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:27:02] Production.INFO: ==19366== Lock acquired, processing the job...
[2026-04-06 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:27:02] Production.INFO: ==19366== Releasing lock...
[2026-04-06 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:27:02] Production.INFO: ==19371== Lock acquired, processing the job...
[2026-04-06 08:27:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:27:02] Production.INFO: ==19373== Lock acquired, processing the job...
[2026-04-06 08:27:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:27:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:27:03] Production.INFO: ==19375== Lock acquired, processing the job...
[2026-04-06 08:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:27:03] Production.INFO: ==19377== Lock acquired, processing the job...
[2026-04-06 08:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:27:03] Production.INFO: ==19379== Lock acquired, processing the job...
[2026-04-06 08:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:27:03] Production.INFO: Account Balance Start.
[2026-04-06 08:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:27:03] Production.INFO: 117
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: ==19379== Releasing lock...
[2026-04-06 08:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: ==19373== Releasing lock...
[2026-04-06 08:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:27:04] Production.INFO: Total Charge 0
[2026-04-06 08:27:04] Production.INFO: CreateAllLog End
[2026-04-06 08:27:04] Production.INFO: Account Balance End.
[2026-04-06 08:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:27:04] Production.INFO: ==19377== Releasing lock...
[2026-04-06 08:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:27:12] Production.ERROR: CronJobId end10
[2026-04-06 08:27:12] Production.INFO: ==19375== Releasing lock...
[2026-04-06 08:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:27:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:27:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:27:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:27:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:27:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:27:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:27:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:27:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:27:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:27:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:27:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:27:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:27:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:27:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:27:15] Production.INFO: call_cost start
[2026-04-06 08:27:15] Production.INFO: call_cost end
[2026-04-06 08:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:27:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:27:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:27:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:27:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:27:15] Production.INFO: ==19371== Releasing lock...
[2026-04-06 08:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:28:02] Production.INFO: ==19443== Lock acquired, processing the job...
[2026-04-06 13:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:28:02] Production.INFO: neon service started
[2026-04-06 13:28:02] Production.INFO: neon service started
[2026-04-06 13:28:02] Production.INFO: ==19443== Releasing lock...
[2026-04-06 13:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:28:02] Production.INFO: ==19447== Lock acquired, processing the job...
[2026-04-06 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:28:02] Production.INFO: ==19447== Releasing lock...
[2026-04-06 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:28:02] Production.INFO: ==19445== Lock acquired, processing the job...
[2026-04-06 08:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:28:02] Production.INFO: ==19445== Releasing lock...
[2026-04-06 08:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:28:03] Production.INFO: ==19451== Lock acquired, processing the job...
[2026-04-06 08:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:28:03] Production.INFO: ==19449== Lock acquired, processing the job...
[2026-04-06 08:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:28:03] Production.INFO: ==19453== Lock acquired, processing the job...
[2026-04-06 08:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:28:03] Production.INFO: ==19457== Lock acquired, processing the job...
[2026-04-06 08:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:28:03] Production.INFO: ==19455== Lock acquired, processing the job...
[2026-04-06 08:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:28:03] Production.INFO: Account Balance Start.
[2026-04-06 08:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:28:03] Production.INFO: 117
[2026-04-06 08:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:28:03] Production.INFO: ==19457== Releasing lock...
[2026-04-06 08:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: ==19451== Releasing lock...
[2026-04-06 08:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:28:04] Production.INFO: Total Charge 0
[2026-04-06 08:28:04] Production.INFO: CreateAllLog End
[2026-04-06 08:28:05] Production.INFO: Account Balance End.
[2026-04-06 08:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:28:05] Production.INFO: ==19455== Releasing lock...
[2026-04-06 08:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:28:13] Production.ERROR: CronJobId end10
[2026-04-06 08:28:13] Production.INFO: ==19453== Releasing lock...
[2026-04-06 08:28:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:28:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:28:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:28:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:28:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:28:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:28:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:28:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:28:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:28:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:28:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:28:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:28:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:28:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:28:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:28:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:28:15] Production.INFO: call_cost start
[2026-04-06 08:28:15] Production.INFO: call_cost end
[2026-04-06 08:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:28:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:28:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:28:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:28:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:28:15] Production.INFO: ==19449== Releasing lock...
[2026-04-06 08:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:29:01] Production.INFO: ==19524== Lock acquired, processing the job...
[2026-04-06 13:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:29:01] Production.INFO: neon service started
[2026-04-06 13:29:01] Production.INFO: neon service started
[2026-04-06 13:29:01] Production.INFO: ==19524== Releasing lock...
[2026-04-06 13:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:29:01] Production.INFO: ==19528== Lock acquired, processing the job...
[2026-04-06 12:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:29:01] Production.INFO: ==19528== Releasing lock...
[2026-04-06 12:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:29:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:29:01] Production.INFO: ==19526== Lock acquired, processing the job...
[2026-04-06 08:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:29:02] Production.INFO: ==19526== Releasing lock...
[2026-04-06 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:29:02] Production.INFO: ==19530== Lock acquired, processing the job...
[2026-04-06 08:29:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:29:02] Production.INFO: ==19538== Lock acquired, processing the job...
[2026-04-06 08:29:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:29:02] Production.INFO: ==19534== Lock acquired, processing the job...
[2026-04-06 08:29:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:29:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:29:02] Production.INFO: ==19532== Lock acquired, processing the job...
[2026-04-06 08:29:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:29:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:29:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:29:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:29:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:29:02] Production.INFO: ==19536== Lock acquired, processing the job...
[2026-04-06 08:29:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:29:03] Production.INFO: ==19538== Releasing lock...
[2026-04-06 08:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:29:03] Production.INFO: Account Balance Start.
[2026-04-06 08:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:29:03] Production.INFO: 117
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: ==19532== Releasing lock...
[2026-04-06 08:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:29:04] Production.INFO: Total Charge 0
[2026-04-06 08:29:04] Production.INFO: CreateAllLog End
[2026-04-06 08:29:04] Production.INFO: Account Balance End.
[2026-04-06 08:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:29:04] Production.INFO: ==19536== Releasing lock...
[2026-04-06 08:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:29:11] Production.ERROR: CronJobId end10
[2026-04-06 08:29:11] Production.INFO: ==19534== Releasing lock...
[2026-04-06 08:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:29:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:29:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:29:14] Production.INFO: call_cost start
[2026-04-06 08:29:14] Production.INFO: call_cost end
[2026-04-06 08:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:29:14] Production.INFO: ==19530== Releasing lock...
[2026-04-06 08:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:30:01] Production.INFO: ==19596== Lock acquired, processing the job...
[2026-04-06 13:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:30:01] Production.INFO: neon service started
[2026-04-06 13:30:01] Production.INFO: neon service started
[2026-04-06 13:30:01] Production.INFO: ==19596== Releasing lock...
[2026-04-06 13:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:30:01] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:30:02] Production.INFO: ==19598== Lock acquired, processing the job...
[2026-04-06 08:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:30:02] Production.INFO: ==19600== Lock acquired, processing the job...
[2026-04-06 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:30:02] Production.INFO: ==19600== Releasing lock...
[2026-04-06 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:30:02] Production.INFO: ==19598== Releasing lock...
[2026-04-06 08:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:30:03] Production.INFO: ==19605== Lock acquired, processing the job...
[2026-04-06 08:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:30:03] Production.INFO: ==19603== Lock acquired, processing the job...
[2026-04-06 08:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:30:03] Production.INFO: ==19607== Lock acquired, processing the job...
[2026-04-06 08:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:30:03] Production.INFO: ==19605== Releasing lock...
[2026-04-06 08:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:30:03] Production.INFO: ==19609== Lock acquired, processing the job...
[2026-04-06 08:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:30:04] Production.INFO: ==19611== Lock acquired, processing the job...
[2026-04-06 08:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:30:04] Production.INFO: Account Balance Start.
[2026-04-06 08:30:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:30:04] Production.INFO: 117
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:30:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: ==19611== Releasing lock...
[2026-04-06 08:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:30:04] Production.INFO: Total Charge 0
[2026-04-06 08:30:05] Production.INFO: CreateAllLog End
[2026-04-06 08:30:05] Production.INFO: Account Balance End.
[2026-04-06 08:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:30:05] Production.INFO: ==19609== Releasing lock...
[2026-04-06 08:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:30:11] Production.ERROR: CronJobId end10
[2026-04-06 08:30:11] Production.INFO: ==19607== Releasing lock...
[2026-04-06 08:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:30:14] Production.INFO: call_cost start
[2026-04-06 08:30:14] Production.INFO: call_cost end
[2026-04-06 08:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:30:14] Production.INFO: ==19603== Releasing lock...
[2026-04-06 08:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:31:02] Production.INFO: ==19677== Lock acquired, processing the job...
[2026-04-06 13:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:31:02] Production.INFO: neon service started
[2026-04-06 13:31:02] Production.INFO: neon service started
[2026-04-06 13:31:02] Production.INFO: ==19677== Releasing lock...
[2026-04-06 13:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:31:02] Production.INFO: ==19679== Lock acquired, processing the job...
[2026-04-06 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:31:02] Production.INFO: ==19681== Lock acquired, processing the job...
[2026-04-06 12:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:31:02] Production.INFO: ==19681== Releasing lock...
[2026-04-06 12:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:31:03] Production.INFO: ==19679== Releasing lock...
[2026-04-06 08:31:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:31:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:31:03] Production.INFO: ==19686== Lock acquired, processing the job...
[2026-04-06 08:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:31:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:31:04] Production.INFO: ==19688== Lock acquired, processing the job...
[2026-04-06 08:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:31:04] Production.INFO: ==19684== Lock acquired, processing the job...
[2026-04-06 08:31:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 08:31:04] Production.INFO: ==19690== Lock acquired, processing the job...
[2026-04-06 08:31:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:31:04] Production.ERROR: CronJob PID - 19686
[2026-04-06 08:31:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 08:31:04] Production.ERROR: CronJob ID - 5
[2026-04-06 08:31:04] Production.ERROR: CronJob Last Run Time 2026-04-06 08:31:00
[2026-04-06 08:31:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:31:04] Production.ERROR: CronJob PID - 19688
[2026-04-06 08:31:04] Production.ERROR: CronJob Title - Account Block
[2026-04-06 08:31:04] Production.ERROR: CronJob ID - 7
[2026-04-06 08:31:04] Production.ERROR: CronJob Last Run Time 2026-04-06 08:31:00
[2026-04-06 08:31:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:31:04] Production.INFO: ==19694== Lock acquired, processing the job...
[2026-04-06 08:31:04] Production.ERROR: CronJob PID - 19690
[2026-04-06 08:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 08:31:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 08:31:04] Production.ERROR: CronJob ID - 10
[2026-04-06 08:31:04] Production.ERROR: CronJob Last Run Time 2026-04-06 08:31:00
[2026-04-06 08:31:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:31:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 08:31:04] Production.INFO: ==19684== Releasing lock...
[2026-04-06 08:31:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 08:31:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:31:04] Production.INFO: ==19692== Lock acquired, processing the job...
[2026-04-06 08:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:31:04] Production.INFO: ==19696== Lock acquired, processing the job...
[2026-04-06 08:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:31:04] Production.INFO: Account Balance Start.
[2026-04-06 08:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:31:04] Production.INFO: 117
[2026-04-06 08:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-10
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-11
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-12
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-13
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-14
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-15
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-16
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-17
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-18
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-19
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-20
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-21
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-22
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-23
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-24
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: ==19688== Releasing lock...
[2026-04-06 08:31:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:31:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:31:05] Production.INFO: ==19696== Releasing lock...
[2026-04-06 08:31:05] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:31:05] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.ERROR: done
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 08:31:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046685', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:31:05] Production.INFO: Total Charge 0
[2026-04-06 08:31:05] Production.INFO: CreateAllLog End
[2026-04-06 08:31:05] Production.INFO: Account Balance End.
[2026-04-06 08:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:31:05] Production.INFO: ==19692== Releasing lock...
[2026-04-06 08:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046685', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 08:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 08:31:10] Production.INFO: ProcessCDR(1,17046685,1,1,2)
[2026-04-06 08:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046685,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046685,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 08:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 08:31:10] Production.INFO: ==19694== Releasing lock...
[2026-04-06 08:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 08:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:31:14] Production.ERROR: CronJobId end10
[2026-04-06 08:31:14] Production.INFO: ==19690== Releasing lock...
[2026-04-06 08:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:31:16] Production.INFO: call_cost start
[2026-04-06 08:31:16] Production.INFO: call_cost end
[2026-04-06 08:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:31:16] Production.INFO: ==19686== Releasing lock...
[2026-04-06 08:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:32:01] Production.INFO: ==19754== Lock acquired, processing the job...
[2026-04-06 13:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:32:01] Production.INFO: neon service started
[2026-04-06 13:32:01] Production.INFO: neon service started
[2026-04-06 13:32:01] Production.INFO: ==19754== Releasing lock...
[2026-04-06 13:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:32:02] Production.INFO: ==19756== Lock acquired, processing the job...
[2026-04-06 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:32:02] Production.INFO: ==19756== Releasing lock...
[2026-04-06 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:32:02] Production.INFO: ==19758== Lock acquired, processing the job...
[2026-04-06 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:32:02] Production.INFO: ==19758== Releasing lock...
[2026-04-06 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:32:03] Production.INFO: ==19760== Lock acquired, processing the job...
[2026-04-06 08:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:32:03] Production.INFO: ==19762== Lock acquired, processing the job...
[2026-04-06 08:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:32:03] Production.INFO: ==19764== Lock acquired, processing the job...
[2026-04-06 08:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:32:03] Production.INFO: ==19766== Lock acquired, processing the job...
[2026-04-06 08:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:32:03] Production.INFO: ==19768== Lock acquired, processing the job...
[2026-04-06 08:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:32:03] Production.INFO: Account Balance Start.
[2026-04-06 08:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:32:03] Production.INFO: 117
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:32:03] Production.INFO: ==19768== Releasing lock...
[2026-04-06 08:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: ==19762== Releasing lock...
[2026-04-06 08:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:32:04] Production.INFO: Total Charge 0
[2026-04-06 08:32:04] Production.INFO: CreateAllLog End
[2026-04-06 08:32:04] Production.INFO: Account Balance End.
[2026-04-06 08:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:32:04] Production.INFO: ==19766== Releasing lock...
[2026-04-06 08:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:32:11] Production.ERROR: CronJobId end10
[2026-04-06 08:32:11] Production.INFO: ==19764== Releasing lock...
[2026-04-06 08:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:32:13] Production.INFO: call_cost start
[2026-04-06 08:32:13] Production.INFO: call_cost end
[2026-04-06 08:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:32:13] Production.INFO: ==19760== Releasing lock...
[2026-04-06 08:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:33:02] Production.INFO: ==19831== Lock acquired, processing the job...
[2026-04-06 13:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:33:02] Production.INFO: neon service started
[2026-04-06 13:33:02] Production.INFO: neon service started
[2026-04-06 13:33:02] Production.INFO: ==19831== Releasing lock...
[2026-04-06 13:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:33:02] Production.INFO: ==19833== Lock acquired, processing the job...
[2026-04-06 08:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:33:02] Production.INFO: ==19833== Releasing lock...
[2026-04-06 08:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:33:02] Production.INFO: ==19835== Lock acquired, processing the job...
[2026-04-06 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:33:02] Production.INFO: ==19835== Releasing lock...
[2026-04-06 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:33:03] Production.INFO: ==19838== Lock acquired, processing the job...
[2026-04-06 08:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:33:03] Production.INFO: ==19840== Lock acquired, processing the job...
[2026-04-06 08:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:33:03] Production.INFO: ==19844== Lock acquired, processing the job...
[2026-04-06 08:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:33:03] Production.INFO: ==19842== Lock acquired, processing the job...
[2026-04-06 08:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:33:03] Production.INFO: Account Balance Start.
[2026-04-06 08:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:33:03] Production.INFO: 117
[2026-04-06 08:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:33:03] Production.INFO: ==19846== Lock acquired, processing the job...
[2026-04-06 08:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:03] Production.INFO: ==19846== Releasing lock...
[2026-04-06 08:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: ==19840== Releasing lock...
[2026-04-06 08:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:33:05] Production.INFO: Total Charge 0
[2026-04-06 08:33:05] Production.INFO: CreateAllLog End
[2026-04-06 08:33:05] Production.INFO: Account Balance End.
[2026-04-06 08:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:33:05] Production.INFO: ==19844== Releasing lock...
[2026-04-06 08:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:33:12] Production.ERROR: CronJobId end10
[2026-04-06 08:33:12] Production.INFO: ==19842== Releasing lock...
[2026-04-06 08:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:33:15] Production.INFO: call_cost start
[2026-04-06 08:33:15] Production.INFO: call_cost end
[2026-04-06 08:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:33:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:33:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:33:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:33:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:33:15] Production.INFO: ==19838== Releasing lock...
[2026-04-06 08:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:34:01] Production.INFO: ==19908== Lock acquired, processing the job...
[2026-04-06 13:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:34:01] Production.INFO: neon service started
[2026-04-06 13:34:01] Production.INFO: neon service started
[2026-04-06 13:34:01] Production.INFO: ==19908== Releasing lock...
[2026-04-06 13:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:34:01] Production.INFO: ==19910== Lock acquired, processing the job...
[2026-04-06 08:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:34:02] Production.INFO: ==19910== Releasing lock...
[2026-04-06 08:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:34:02] Production.INFO: ==19912== Lock acquired, processing the job...
[2026-04-06 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:34:02] Production.INFO: ==19912== Releasing lock...
[2026-04-06 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:34:02] Production.INFO: ==19917== Lock acquired, processing the job...
[2026-04-06 08:34:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:34:02] Production.INFO: ==19919== Lock acquired, processing the job...
[2026-04-06 08:34:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:34:02] Production.INFO: ==19921== Lock acquired, processing the job...
[2026-04-06 08:34:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:34:03] Production.INFO: Account Balance Start.
[2026-04-06 08:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:34:03] Production.INFO: 117
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:34:03] Production.INFO: ==19915== Lock acquired, processing the job...
[2026-04-06 08:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:34:03] Production.INFO: ==19923== Lock acquired, processing the job...
[2026-04-06 08:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:34:03] Production.INFO: ==19923== Releasing lock...
[2026-04-06 08:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: ==19917== Releasing lock...
[2026-04-06 08:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-30
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:03] Production.INFO: Date 2026-03-31
[2026-04-06 08:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:34:04] Production.INFO: Total Charge 0
[2026-04-06 08:34:04] Production.INFO: CreateAllLog End
[2026-04-06 08:34:04] Production.INFO: Account Balance End.
[2026-04-06 08:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:34:04] Production.INFO: ==19921== Releasing lock...
[2026-04-06 08:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:34:11] Production.ERROR: CronJobId end10
[2026-04-06 08:34:11] Production.INFO: ==19919== Releasing lock...
[2026-04-06 08:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:34:14] Production.INFO: call_cost start
[2026-04-06 08:34:14] Production.INFO: call_cost end
[2026-04-06 08:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:34:14] Production.INFO: ==19915== Releasing lock...
[2026-04-06 08:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:35:01] Production.INFO: ==19983== Lock acquired, processing the job...
[2026-04-06 13:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:35:01] Production.INFO: neon service started
[2026-04-06 13:35:02] Production.INFO: neon service started
[2026-04-06 13:35:02] Production.INFO: ==19983== Releasing lock...
[2026-04-06 13:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:35:02] Production.INFO: ==19985== Lock acquired, processing the job...
[2026-04-06 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:35:02] Production.INFO: ==19985== Releasing lock...
[2026-04-06 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:35:02] Production.INFO: ==19987== Lock acquired, processing the job...
[2026-04-06 12:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:35:02] Production.INFO: ==19987== Releasing lock...
[2026-04-06 12:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:35:03] Production.INFO: ==19997== Lock acquired, processing the job...
[2026-04-06 08:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:35:03] Production.INFO: ==19997== Releasing lock...
[2026-04-06 08:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:35:03] Production.INFO: ==19989== Lock acquired, processing the job...
[2026-04-06 08:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:35:03] Production.INFO: ==19991== Lock acquired, processing the job...
[2026-04-06 08:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:35:03] Production.INFO: ==19993== Lock acquired, processing the job...
[2026-04-06 08:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:35:03] Production.INFO: ==19995== Lock acquired, processing the job...
[2026-04-06 08:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:35:03] Production.INFO: Account Balance Start.
[2026-04-06 08:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:35:03] Production.INFO: 117
[2026-04-06 08:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: ==19991== Releasing lock...
[2026-04-06 08:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:35:04] Production.INFO: Total Charge 0
[2026-04-06 08:35:04] Production.INFO: CreateAllLog End
[2026-04-06 08:35:04] Production.INFO: Account Balance End.
[2026-04-06 08:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:35:04] Production.INFO: ==19995== Releasing lock...
[2026-04-06 08:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:35:12] Production.ERROR: CronJobId end10
[2026-04-06 08:35:12] Production.INFO: ==19993== Releasing lock...
[2026-04-06 08:35:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:35:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:35:14] Production.INFO: call_cost start
[2026-04-06 08:35:14] Production.INFO: call_cost end
[2026-04-06 08:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:35:14] Production.INFO: ==19989== Releasing lock...
[2026-04-06 08:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:36:01] Production.INFO: ==20062== Lock acquired, processing the job...
[2026-04-06 13:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:36:01] Production.INFO: neon service started
[2026-04-06 13:36:01] Production.INFO: neon service started
[2026-04-06 13:36:01] Production.INFO: ==20062== Releasing lock...
[2026-04-06 13:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:36:01] Production.INFO: ==20064== Lock acquired, processing the job...
[2026-04-06 08:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:36:01] Production.INFO: ==20064== Releasing lock...
[2026-04-06 08:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:36:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:36:02] Production.INFO: ==20066== Lock acquired, processing the job...
[2026-04-06 12:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:36:02] Production.INFO: ==20066== Releasing lock...
[2026-04-06 12:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:36:02] Production.INFO: ==20073== Lock acquired, processing the job...
[2026-04-06 08:36:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:36:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:36:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:36:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:36:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:36:02] Production.INFO: ==20071== Lock acquired, processing the job...
[2026-04-06 08:36:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:36:02] Production.INFO: ==20077== Lock acquired, processing the job...
[2026-04-06 08:36:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:36:02] Production.INFO: ==20069== Lock acquired, processing the job...
[2026-04-06 08:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:36:03] Production.INFO: ==20075== Lock acquired, processing the job...
[2026-04-06 08:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:36:03] Production.INFO: Account Balance Start.
[2026-04-06 08:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:36:03] Production.INFO: 117
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:36:03] Production.INFO: ==20077== Releasing lock...
[2026-04-06 08:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: ==20071== Releasing lock...
[2026-04-06 08:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:36:04] Production.INFO: Total Charge 0
[2026-04-06 08:36:04] Production.INFO: CreateAllLog End
[2026-04-06 08:36:04] Production.INFO: Account Balance End.
[2026-04-06 08:36:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:36:04] Production.INFO: ==20075== Releasing lock...
[2026-04-06 08:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:36:11] Production.ERROR: CronJobId end10
[2026-04-06 08:36:11] Production.INFO: ==20073== Releasing lock...
[2026-04-06 08:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:36:14] Production.INFO: call_cost start
[2026-04-06 08:36:14] Production.INFO: call_cost end
[2026-04-06 08:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:36:14] Production.INFO: ==20069== Releasing lock...
[2026-04-06 08:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:37:01] Production.INFO: ==20136== Lock acquired, processing the job...
[2026-04-06 13:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:37:01] Production.INFO: neon service started
[2026-04-06 13:37:01] Production.INFO: neon service started
[2026-04-06 13:37:01] Production.INFO: ==20136== Releasing lock...
[2026-04-06 13:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:37:02] Production.INFO: ==20141== Lock acquired, processing the job...
[2026-04-06 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:37:02] Production.INFO: ==20141== Releasing lock...
[2026-04-06 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:37:02] Production.INFO: ==20139== Lock acquired, processing the job...
[2026-04-06 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:37:02] Production.INFO: ==20139== Releasing lock...
[2026-04-06 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:37:03] Production.INFO: ==20143== Lock acquired, processing the job...
[2026-04-06 08:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:37:03] Production.INFO: ==20145== Lock acquired, processing the job...
[2026-04-06 08:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:37:03] Production.INFO: ==20147== Lock acquired, processing the job...
[2026-04-06 08:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:37:03] Production.INFO: ==20149== Lock acquired, processing the job...
[2026-04-06 08:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:37:03] Production.INFO: ==20151== Lock acquired, processing the job...
[2026-04-06 08:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:37:03] Production.INFO: ==20151== Releasing lock...
[2026-04-06 08:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:37:03] Production.INFO: Account Balance Start.
[2026-04-06 08:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:37:03] Production.INFO: 117
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:03] Production.INFO: ==20145== Releasing lock...
[2026-04-06 08:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:37:05] Production.INFO: Total Charge 0
[2026-04-06 08:37:05] Production.INFO: CreateAllLog End
[2026-04-06 08:37:05] Production.INFO: Account Balance End.
[2026-04-06 08:37:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:37:05] Production.INFO: ==20149== Releasing lock...
[2026-04-06 08:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:37:11] Production.ERROR: CronJobId end10
[2026-04-06 08:37:11] Production.INFO: ==20147== Releasing lock...
[2026-04-06 08:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:37:14] Production.INFO: call_cost start
[2026-04-06 08:37:14] Production.INFO: call_cost end
[2026-04-06 08:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:37:14] Production.INFO: ==20143== Releasing lock...
[2026-04-06 08:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:38:02] Production.INFO: ==20208== Lock acquired, processing the job...
[2026-04-06 13:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:38:02] Production.INFO: neon service started
[2026-04-06 13:38:02] Production.INFO: neon service started
[2026-04-06 13:38:02] Production.INFO: ==20208== Releasing lock...
[2026-04-06 13:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:38:02] Production.INFO: ==20210== Lock acquired, processing the job...
[2026-04-06 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:38:02] Production.INFO: ==20210== Releasing lock...
[2026-04-06 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:38:02] Production.INFO: ==20212== Lock acquired, processing the job...
[2026-04-06 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:38:02] Production.INFO: ==20212== Releasing lock...
[2026-04-06 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:38:03] Production.INFO: ==20215== Lock acquired, processing the job...
[2026-04-06 08:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:38:03] Production.INFO: ==20217== Lock acquired, processing the job...
[2026-04-06 08:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:38:03] Production.INFO: ==20219== Lock acquired, processing the job...
[2026-04-06 08:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:38:03] Production.INFO: ==20221== Lock acquired, processing the job...
[2026-04-06 08:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:38:03] Production.INFO: ==20223== Lock acquired, processing the job...
[2026-04-06 08:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:38:03] Production.INFO: Account Balance Start.
[2026-04-06 08:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:38:03] Production.INFO: 117
[2026-04-06 08:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:38:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:38:04] Production.INFO: ==20217== Releasing lock...
[2026-04-06 08:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:38:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: ==20223== Releasing lock...
[2026-04-06 08:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:38:05] Production.INFO: Total Charge 0
[2026-04-06 08:38:05] Production.INFO: CreateAllLog End
[2026-04-06 08:38:05] Production.INFO: Account Balance End.
[2026-04-06 08:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:38:05] Production.INFO: ==20221== Releasing lock...
[2026-04-06 08:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:38:11] Production.ERROR: CronJobId end10
[2026-04-06 08:38:11] Production.INFO: ==20219== Releasing lock...
[2026-04-06 08:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:38:14] Production.INFO: call_cost start
[2026-04-06 08:38:14] Production.INFO: call_cost end
[2026-04-06 08:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:38:14] Production.INFO: ==20215== Releasing lock...
[2026-04-06 08:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:39:01] Production.INFO: ==20301== Lock acquired, processing the job...
[2026-04-06 13:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:39:01] Production.INFO: neon service started
[2026-04-06 13:39:01] Production.INFO: neon service started
[2026-04-06 13:39:01] Production.INFO: ==20301== Releasing lock...
[2026-04-06 13:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:39:01] Production.INFO: ==20303== Lock acquired, processing the job...
[2026-04-06 08:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:39:02] Production.INFO: ==20303== Releasing lock...
[2026-04-06 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:39:02] Production.INFO: ==20305== Lock acquired, processing the job...
[2026-04-06 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:39:02] Production.INFO: ==20305== Releasing lock...
[2026-04-06 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:39:02] Production.INFO: ==20316== Lock acquired, processing the job...
[2026-04-06 08:39:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:39:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:39:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:39:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:39:02] Production.INFO: ==20316== Releasing lock...
[2026-04-06 08:39:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:39:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:39:03] Production.INFO: ==20309== Lock acquired, processing the job...
[2026-04-06 08:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:39:03] Production.INFO: ==20312== Lock acquired, processing the job...
[2026-04-06 08:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:39:03] Production.INFO: ==20307== Lock acquired, processing the job...
[2026-04-06 08:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:39:03] Production.INFO: ==20314== Lock acquired, processing the job...
[2026-04-06 08:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:39:03] Production.INFO: Account Balance Start.
[2026-04-06 08:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:39:03] Production.INFO: 117
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: ==20309== Releasing lock...
[2026-04-06 08:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:39:04] Production.INFO: Total Charge 0
[2026-04-06 08:39:04] Production.INFO: CreateAllLog End
[2026-04-06 08:39:04] Production.INFO: Account Balance End.
[2026-04-06 08:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:39:04] Production.INFO: ==20314== Releasing lock...
[2026-04-06 08:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:39:10] Production.ERROR: CronJobId end10
[2026-04-06 08:39:10] Production.INFO: ==20312== Releasing lock...
[2026-04-06 08:39:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:39:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:39:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:39:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:39:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:39:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:39:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:39:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:39:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:39:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:39:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:39:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:39:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:39:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:39:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:39:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:39:13] Production.INFO: call_cost start
[2026-04-06 08:39:13] Production.INFO: call_cost end
[2026-04-06 08:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:39:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:39:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:39:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:39:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:39:13] Production.INFO: ==20307== Releasing lock...
[2026-04-06 08:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:40:01] Production.INFO: ==20377== Lock acquired, processing the job...
[2026-04-06 13:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:40:01] Production.INFO: neon service started
[2026-04-06 13:40:02] Production.INFO: neon service started
[2026-04-06 13:40:02] Production.INFO: ==20377== Releasing lock...
[2026-04-06 13:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:40:02] Production.INFO: ==20379== Lock acquired, processing the job...
[2026-04-06 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:40:02] Production.INFO: ==20379== Releasing lock...
[2026-04-06 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:40:02] Production.INFO: ==20381== Lock acquired, processing the job...
[2026-04-06 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:40:02] Production.INFO: ==20381== Releasing lock...
[2026-04-06 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:40:03] Production.INFO: ==20389== Lock acquired, processing the job...
[2026-04-06 08:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:40:03] Production.INFO: Account Balance Start.
[2026-04-06 08:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:40:03] Production.INFO: 117
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: ==20383== Lock acquired, processing the job...
[2026-04-06 08:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: ==20385== Lock acquired, processing the job...
[2026-04-06 08:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:40:03] Production.INFO: ==20387== Lock acquired, processing the job...
[2026-04-06 08:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:40:03] Production.INFO: ==20391== Lock acquired, processing the job...
[2026-04-06 08:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-27
[2026-04-06 08:40:03] Production.INFO: ==20391== Releasing lock...
[2026-04-06 08:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-28
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-29
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-30
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:03] Production.INFO: Date 2026-03-31
[2026-04-06 08:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:40:04] Production.INFO: Total Charge 0
[2026-04-06 08:40:04] Production.INFO: CreateAllLog End
[2026-04-06 08:40:04] Production.INFO: Account Balance End.
[2026-04-06 08:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:40:04] Production.INFO: ==20389== Releasing lock...
[2026-04-06 08:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:40:04] Production.INFO: ==20385== Releasing lock...
[2026-04-06 08:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:40:11] Production.ERROR: CronJobId end10
[2026-04-06 08:40:11] Production.INFO: ==20387== Releasing lock...
[2026-04-06 08:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:40:13] Production.INFO: call_cost start
[2026-04-06 08:40:13] Production.INFO: call_cost end
[2026-04-06 08:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:40:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:40:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:40:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:40:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:40:13] Production.INFO: ==20383== Releasing lock...
[2026-04-06 08:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:41:01] Production.INFO: ==20448== Lock acquired, processing the job...
[2026-04-06 13:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:41:01] Production.INFO: neon service started
[2026-04-06 13:41:01] Production.INFO: neon service started
[2026-04-06 13:41:01] Production.INFO: ==20448== Releasing lock...
[2026-04-06 13:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:41:01] Production.INFO: ==20450== Lock acquired, processing the job...
[2026-04-06 08:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:41:02] Production.INFO: ==20450== Releasing lock...
[2026-04-06 08:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:41:02] Production.INFO: ==20452== Lock acquired, processing the job...
[2026-04-06 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:41:02] Production.INFO: ==20452== Releasing lock...
[2026-04-06 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:41:03] Production.INFO: ==20460== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:41:03] Production.INFO: ==20454== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 08:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:41:03] Production.INFO: ==20456== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:41:03] Production.INFO: ==20466== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:41:03] Production.INFO: ==20458== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 08:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:41:03] Production.ERROR: CronJob PID - 20456
[2026-04-06 08:41:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 08:41:03] Production.ERROR: CronJob ID - 5
[2026-04-06 08:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 08:41:00
[2026-04-06 08:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:41:03] Production.ERROR: CronJob PID - 20460
[2026-04-06 08:41:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 08:41:03] Production.ERROR: CronJob ID - 10
[2026-04-06 08:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 08:41:00
[2026-04-06 08:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:41:03] Production.INFO: ==20464== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 08:41:03] Production.INFO: ==20462== Lock acquired, processing the job...
[2026-04-06 08:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 08:41:03] Production.INFO: ==20454== Releasing lock...
[2026-04-06 08:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 08:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:41:03] Production.INFO: Account Balance Start.
[2026-04-06 08:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:41:03] Production.INFO: 117
[2026-04-06 08:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: ==20466== Releasing lock...
[2026-04-06 08:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-25
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:03] Production.INFO: Date 2026-03-26
[2026-04-06 08:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.ERROR: done
[2026-04-06 08:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 08:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046726', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 08:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:41:04] Production.INFO: Total Charge 0
[2026-04-06 08:41:04] Production.INFO: CreateAllLog End
[2026-04-06 08:41:04] Production.INFO: ==20458== Releasing lock...
[2026-04-06 08:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:41:04] Production.INFO: Account Balance End.
[2026-04-06 08:41:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:41:04] Production.INFO: ==20462== Releasing lock...
[2026-04-06 08:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046726', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 08:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 08:41:10] Production.INFO: ProcessCDR(1,17046726,1,1,2)
[2026-04-06 08:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046726,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046726,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 08:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 08:41:10] Production.INFO: ==20464== Releasing lock...
[2026-04-06 08:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 08:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:41:14] Production.ERROR: CronJobId end10
[2026-04-06 08:41:14] Production.INFO: ==20460== Releasing lock...
[2026-04-06 08:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:41:16] Production.INFO: call_cost start
[2026-04-06 08:41:16] Production.INFO: call_cost end
[2026-04-06 08:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:41:16] Production.INFO: ==20456== Releasing lock...
[2026-04-06 08:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:42:01] Production.INFO: ==20528== Lock acquired, processing the job...
[2026-04-06 13:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:42:01] Production.INFO: neon service started
[2026-04-06 13:42:01] Production.INFO: neon service started
[2026-04-06 13:42:01] Production.INFO: ==20528== Releasing lock...
[2026-04-06 13:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:42:02] Production.INFO: ==20530== Lock acquired, processing the job...
[2026-04-06 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:42:02] Production.INFO: ==20532== Lock acquired, processing the job...
[2026-04-06 12:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:42:02] Production.INFO: ==20532== Releasing lock...
[2026-04-06 12:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:42:02] Production.INFO: ==20530== Releasing lock...
[2026-04-06 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:42:03] Production.INFO: ==20541== Lock acquired, processing the job...
[2026-04-06 08:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:42:03] Production.INFO: ==20535== Lock acquired, processing the job...
[2026-04-06 08:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:42:03] Production.INFO: ==20537== Lock acquired, processing the job...
[2026-04-06 08:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:42:03] Production.INFO: ==20539== Lock acquired, processing the job...
[2026-04-06 08:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:42:03] Production.INFO: ==20543== Lock acquired, processing the job...
[2026-04-06 08:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:42:03] Production.INFO: Account Balance Start.
[2026-04-06 08:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:42:03] Production.INFO: 117
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:42:03] Production.INFO: ==20543== Releasing lock...
[2026-04-06 08:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: ==20537== Releasing lock...
[2026-04-06 08:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:42:04] Production.INFO: Total Charge 0
[2026-04-06 08:42:04] Production.INFO: CreateAllLog End
[2026-04-06 08:42:05] Production.INFO: Account Balance End.
[2026-04-06 08:42:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:42:05] Production.INFO: ==20541== Releasing lock...
[2026-04-06 08:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:42:11] Production.ERROR: CronJobId end10
[2026-04-06 08:42:11] Production.INFO: ==20539== Releasing lock...
[2026-04-06 08:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:42:14] Production.INFO: call_cost start
[2026-04-06 08:42:14] Production.INFO: call_cost end
[2026-04-06 08:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:42:14] Production.INFO: ==20535== Releasing lock...
[2026-04-06 08:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:43:02] Production.INFO: ==20604== Lock acquired, processing the job...
[2026-04-06 13:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:43:02] Production.INFO: neon service started
[2026-04-06 13:43:02] Production.INFO: neon service started
[2026-04-06 13:43:02] Production.INFO: ==20604== Releasing lock...
[2026-04-06 13:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:43:02] Production.INFO: ==20606== Lock acquired, processing the job...
[2026-04-06 08:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:43:02] Production.INFO: ==20608== Lock acquired, processing the job...
[2026-04-06 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:43:02] Production.INFO: ==20608== Releasing lock...
[2026-04-06 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:43:03] Production.INFO: ==20606== Releasing lock...
[2026-04-06 08:43:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:43:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:43:03] Production.INFO: ==20611== Lock acquired, processing the job...
[2026-04-06 08:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:43:03] Production.INFO: ==20617== Lock acquired, processing the job...
[2026-04-06 08:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:43:03] Production.INFO: ==20615== Lock acquired, processing the job...
[2026-04-06 08:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:43:03] Production.INFO: ==20613== Lock acquired, processing the job...
[2026-04-06 08:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:43:03] Production.INFO: Account Balance Start.
[2026-04-06 08:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:43:03] Production.INFO: 117
[2026-04-06 08:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:03] Production.INFO: ==20619== Lock acquired, processing the job...
[2026-04-06 08:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:43:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:43:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: ==20619== Releasing lock...
[2026-04-06 08:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:43:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: ==20613== Releasing lock...
[2026-04-06 08:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:43:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:43:05] Production.INFO: Total Charge 0
[2026-04-06 08:43:05] Production.INFO: CreateAllLog End
[2026-04-06 08:43:05] Production.INFO: Account Balance End.
[2026-04-06 08:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:43:05] Production.INFO: ==20617== Releasing lock...
[2026-04-06 08:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:43:11] Production.ERROR: CronJobId end10
[2026-04-06 08:43:11] Production.INFO: ==20615== Releasing lock...
[2026-04-06 08:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:43:15] Production.INFO: call_cost start
[2026-04-06 08:43:15] Production.INFO: call_cost end
[2026-04-06 08:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:43:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:43:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:43:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:43:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:43:15] Production.INFO: ==20611== Releasing lock...
[2026-04-06 08:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:44:01] Production.INFO: ==20688== Lock acquired, processing the job...
[2026-04-06 13:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:44:01] Production.INFO: neon service started
[2026-04-06 13:44:01] Production.INFO: neon service started
[2026-04-06 13:44:01] Production.INFO: ==20688== Releasing lock...
[2026-04-06 13:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:44:02] Production.INFO: ==20691== Lock acquired, processing the job...
[2026-04-06 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:44:02] Production.INFO: ==20693== Lock acquired, processing the job...
[2026-04-06 12:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:44:02] Production.INFO: ==20693== Releasing lock...
[2026-04-06 12:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:44:02] Production.INFO: ==20691== Releasing lock...
[2026-04-06 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:44:03] Production.INFO: ==20696== Lock acquired, processing the job...
[2026-04-06 08:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:44:03] Production.INFO: ==20698== Lock acquired, processing the job...
[2026-04-06 08:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:44:03] Production.INFO: ==20700== Lock acquired, processing the job...
[2026-04-06 08:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:44:03] Production.INFO: ==20704== Lock acquired, processing the job...
[2026-04-06 08:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:44:03] Production.INFO: ==20702== Lock acquired, processing the job...
[2026-04-06 08:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:44:03] Production.INFO: Account Balance Start.
[2026-04-06 08:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:44:03] Production.INFO: 117
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:44:03] Production.INFO: ==20704== Releasing lock...
[2026-04-06 08:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: ==20698== Releasing lock...
[2026-04-06 08:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:44:04] Production.INFO: Total Charge 0
[2026-04-06 08:44:05] Production.INFO: CreateAllLog End
[2026-04-06 08:44:05] Production.INFO: Account Balance End.
[2026-04-06 08:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:44:05] Production.INFO: ==20702== Releasing lock...
[2026-04-06 08:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:44:11] Production.ERROR: CronJobId end10
[2026-04-06 08:44:11] Production.INFO: ==20700== Releasing lock...
[2026-04-06 08:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:44:13] Production.INFO: call_cost start
[2026-04-06 08:44:13] Production.INFO: call_cost end
[2026-04-06 08:44:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:44:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:44:14] Production.INFO: ==20696== Releasing lock...
[2026-04-06 08:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:45:02] Production.INFO: ==20762== Lock acquired, processing the job...
[2026-04-06 13:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:45:02] Production.INFO: neon service started
[2026-04-06 13:45:02] Production.INFO: neon service started
[2026-04-06 13:45:02] Production.INFO: ==20762== Releasing lock...
[2026-04-06 13:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:45:02] Production.INFO: ==20764== Lock acquired, processing the job...
[2026-04-06 08:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:45:02] Production.INFO: ==20767== Lock acquired, processing the job...
[2026-04-06 12:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:45:02] Production.INFO: ==20767== Releasing lock...
[2026-04-06 12:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:45:02] Production.INFO: ==20764== Releasing lock...
[2026-04-06 08:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:45:03] Production.INFO: ==20769== Lock acquired, processing the job...
[2026-04-06 08:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:45:03] Production.INFO: ==20771== Lock acquired, processing the job...
[2026-04-06 08:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:45:03] Production.INFO: ==20773== Lock acquired, processing the job...
[2026-04-06 08:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:45:03] Production.INFO: ==20775== Lock acquired, processing the job...
[2026-04-06 08:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:45:03] Production.INFO: ==20777== Lock acquired, processing the job...
[2026-04-06 08:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:45:03] Production.INFO: Account Balance Start.
[2026-04-06 08:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:45:03] Production.INFO: 117
[2026-04-06 08:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:45:03] Production.INFO: ==20777== Releasing lock...
[2026-04-06 08:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: ==20771== Releasing lock...
[2026-04-06 08:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:45:05] Production.INFO: Total Charge 0
[2026-04-06 08:45:05] Production.INFO: CreateAllLog End
[2026-04-06 08:45:05] Production.INFO: Account Balance End.
[2026-04-06 08:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:45:05] Production.INFO: ==20775== Releasing lock...
[2026-04-06 08:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:45:11] Production.ERROR: CronJobId end10
[2026-04-06 08:45:11] Production.INFO: ==20773== Releasing lock...
[2026-04-06 08:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:45:13] Production.INFO: call_cost start
[2026-04-06 08:45:13] Production.INFO: call_cost end
[2026-04-06 08:45:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:45:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:45:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:45:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:45:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:45:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:45:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:45:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:45:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:45:13] Production.INFO: ==20769== Releasing lock...
[2026-04-06 08:45:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:45:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:46:01] Production.INFO: ==20838== Lock acquired, processing the job...
[2026-04-06 13:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:46:01] Production.INFO: neon service started
[2026-04-06 13:46:01] Production.INFO: neon service started
[2026-04-06 13:46:01] Production.INFO: ==20838== Releasing lock...
[2026-04-06 13:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:46:01] Production.INFO: ==20842== Lock acquired, processing the job...
[2026-04-06 12:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:46:01] Production.INFO: ==20842== Releasing lock...
[2026-04-06 12:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:46:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:46:02] Production.INFO: ==20840== Lock acquired, processing the job...
[2026-04-06 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:46:02] Production.INFO: ==20840== Releasing lock...
[2026-04-06 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:46:02] Production.INFO: ==20847== Lock acquired, processing the job...
[2026-04-06 08:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:46:03] Production.INFO: ==20845== Lock acquired, processing the job...
[2026-04-06 08:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:46:03] Production.INFO: ==20849== Lock acquired, processing the job...
[2026-04-06 08:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:46:03] Production.INFO: ==20851== Lock acquired, processing the job...
[2026-04-06 08:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:46:03] Production.INFO: Account Balance Start.
[2026-04-06 08:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:46:03] Production.INFO: 117
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:46:03] Production.INFO: ==20853== Lock acquired, processing the job...
[2026-04-06 08:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: ==20847== Releasing lock...
[2026-04-06 08:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:46:03] Production.INFO: ==20853== Releasing lock...
[2026-04-06 08:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:46:04] Production.INFO: Total Charge 0
[2026-04-06 08:46:04] Production.INFO: CreateAllLog End
[2026-04-06 08:46:04] Production.INFO: Account Balance End.
[2026-04-06 08:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:46:04] Production.INFO: ==20851== Releasing lock...
[2026-04-06 08:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:46:11] Production.ERROR: CronJobId end10
[2026-04-06 08:46:11] Production.INFO: ==20849== Releasing lock...
[2026-04-06 08:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:46:14] Production.INFO: call_cost start
[2026-04-06 08:46:14] Production.INFO: call_cost end
[2026-04-06 08:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:46:14] Production.INFO: ==20845== Releasing lock...
[2026-04-06 08:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:47:01] Production.INFO: ==20918== Lock acquired, processing the job...
[2026-04-06 13:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:47:01] Production.INFO: neon service started
[2026-04-06 13:47:01] Production.INFO: neon service started
[2026-04-06 13:47:01] Production.INFO: ==20918== Releasing lock...
[2026-04-06 13:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:47:02] Production.INFO: ==20920== Lock acquired, processing the job...
[2026-04-06 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:47:02] Production.INFO: ==20922== Lock acquired, processing the job...
[2026-04-06 12:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:47:02] Production.INFO: ==20922== Releasing lock...
[2026-04-06 12:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:47:02] Production.INFO: ==20920== Releasing lock...
[2026-04-06 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:47:03] Production.INFO: ==20927== Lock acquired, processing the job...
[2026-04-06 08:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:47:03] Production.INFO: ==20929== Lock acquired, processing the job...
[2026-04-06 08:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:47:03] Production.INFO: ==20931== Lock acquired, processing the job...
[2026-04-06 08:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:47:03] Production.INFO: ==20925== Lock acquired, processing the job...
[2026-04-06 08:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:47:03] Production.INFO: ==20933== Lock acquired, processing the job...
[2026-04-06 08:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:47:03] Production.INFO: Account Balance Start.
[2026-04-06 08:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:47:03] Production.INFO: 117
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:47:03] Production.INFO: ==20933== Releasing lock...
[2026-04-06 08:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: ==20927== Releasing lock...
[2026-04-06 08:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:47:04] Production.INFO: Total Charge 0
[2026-04-06 08:47:04] Production.INFO: CreateAllLog End
[2026-04-06 08:47:04] Production.INFO: Account Balance End.
[2026-04-06 08:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:47:04] Production.INFO: ==20931== Releasing lock...
[2026-04-06 08:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:47:11] Production.ERROR: CronJobId end10
[2026-04-06 08:47:11] Production.INFO: ==20929== Releasing lock...
[2026-04-06 08:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:47:14] Production.INFO: call_cost start
[2026-04-06 08:47:14] Production.INFO: call_cost end
[2026-04-06 08:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:47:14] Production.INFO: ==20925== Releasing lock...
[2026-04-06 08:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:48:02] Production.INFO: ==20990== Lock acquired, processing the job...
[2026-04-06 13:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:48:02] Production.INFO: neon service started
[2026-04-06 13:48:02] Production.INFO: neon service started
[2026-04-06 13:48:02] Production.INFO: ==20990== Releasing lock...
[2026-04-06 13:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:48:02] Production.INFO: ==20996== Lock acquired, processing the job...
[2026-04-06 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:48:02] Production.INFO: ==20996== Releasing lock...
[2026-04-06 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:48:02] Production.INFO: ==20993== Lock acquired, processing the job...
[2026-04-06 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:48:03] Production.INFO: ==20993== Releasing lock...
[2026-04-06 08:48:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:48:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:48:03] Production.INFO: ==20998== Lock acquired, processing the job...
[2026-04-06 08:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:48:03] Production.INFO: ==21004== Lock acquired, processing the job...
[2026-04-06 08:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:48:03] Production.INFO: Account Balance Start.
[2026-04-06 08:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:48:03] Production.INFO: 117
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: ==21002== Lock acquired, processing the job...
[2026-04-06 08:48:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:48:04] Production.INFO: ==21000== Lock acquired, processing the job...
[2026-04-06 08:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:48:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:48:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:48:04] Production.INFO: ==21006== Lock acquired, processing the job...
[2026-04-06 08:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:48:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:48:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:48:04] Production.INFO: ==21006== Releasing lock...
[2026-04-06 08:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:48:04] Production.INFO: Total Charge 0
[2026-04-06 08:48:04] Production.INFO: ==21000== Releasing lock...
[2026-04-06 08:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:48:04] Production.INFO: CreateAllLog End
[2026-04-06 08:48:05] Production.INFO: Account Balance End.
[2026-04-06 08:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:48:05] Production.INFO: ==21004== Releasing lock...
[2026-04-06 08:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:48:12] Production.ERROR: CronJobId end10
[2026-04-06 08:48:12] Production.INFO: ==21002== Releasing lock...
[2026-04-06 08:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:48:14] Production.INFO: call_cost start
[2026-04-06 08:48:14] Production.INFO: call_cost end
[2026-04-06 08:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:48:14] Production.INFO: ==20998== Releasing lock...
[2026-04-06 08:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:49:01] Production.INFO: ==21066== Lock acquired, processing the job...
[2026-04-06 13:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:49:01] Production.INFO: neon service started
[2026-04-06 13:49:01] Production.INFO: neon service started
[2026-04-06 13:49:01] Production.INFO: ==21066== Releasing lock...
[2026-04-06 13:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:49:02] Production.INFO: ==21068== Lock acquired, processing the job...
[2026-04-06 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:49:02] Production.INFO: ==21068== Releasing lock...
[2026-04-06 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:49:02] Production.INFO: ==21070== Lock acquired, processing the job...
[2026-04-06 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:49:02] Production.INFO: ==21070== Releasing lock...
[2026-04-06 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:49:03] Production.INFO: ==21075== Lock acquired, processing the job...
[2026-04-06 08:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:49:03] Production.INFO: ==21077== Lock acquired, processing the job...
[2026-04-06 08:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:49:03] Production.INFO: ==21081== Lock acquired, processing the job...
[2026-04-06 08:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:49:03] Production.INFO: ==21079== Lock acquired, processing the job...
[2026-04-06 08:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:49:03] Production.INFO: ==21083== Lock acquired, processing the job...
[2026-04-06 08:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:49:03] Production.INFO: Account Balance Start.
[2026-04-06 08:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:49:03] Production.INFO: 117
[2026-04-06 08:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:49:03] Production.INFO: ==21083== Releasing lock...
[2026-04-06 08:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: ==21077== Releasing lock...
[2026-04-06 08:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:49:04] Production.INFO: Total Charge 0
[2026-04-06 08:49:04] Production.INFO: CreateAllLog End
[2026-04-06 08:49:04] Production.INFO: Account Balance End.
[2026-04-06 08:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:49:04] Production.INFO: ==21081== Releasing lock...
[2026-04-06 08:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:49:12] Production.ERROR: CronJobId end10
[2026-04-06 08:49:12] Production.INFO: ==21079== Releasing lock...
[2026-04-06 08:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:49:15] Production.INFO: call_cost start
[2026-04-06 08:49:15] Production.INFO: call_cost end
[2026-04-06 08:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:49:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:49:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:49:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:49:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:49:15] Production.INFO: ==21075== Releasing lock...
[2026-04-06 08:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:50:02] Production.INFO: ==21144== Lock acquired, processing the job...
[2026-04-06 13:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:50:02] Production.INFO: neon service started
[2026-04-06 13:50:02] Production.INFO: neon service started
[2026-04-06 13:50:02] Production.INFO: ==21144== Releasing lock...
[2026-04-06 13:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:50:02] Production.INFO: ==21149== Lock acquired, processing the job...
[2026-04-06 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 08:50:02] Production.INFO: ==21147== Lock acquired, processing the job...
[2026-04-06 08:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:50:02] Production.INFO: ==21149== Releasing lock...
[2026-04-06 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:50:02] Production.INFO: ==21147== Releasing lock...
[2026-04-06 08:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:50:03] Production.INFO: ==21153== Lock acquired, processing the job...
[2026-04-06 08:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:50:03] Production.INFO: ==21151== Lock acquired, processing the job...
[2026-04-06 08:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:50:03] Production.INFO: ==21155== Lock acquired, processing the job...
[2026-04-06 08:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:50:03] Production.INFO: ==21157== Lock acquired, processing the job...
[2026-04-06 08:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:50:03] Production.INFO: ==21159== Lock acquired, processing the job...
[2026-04-06 08:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:50:03] Production.INFO: Account Balance Start.
[2026-04-06 08:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:50:03] Production.INFO: 117
[2026-04-06 08:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:50:03] Production.INFO: ==21159== Releasing lock...
[2026-04-06 08:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: ==21153== Releasing lock...
[2026-04-06 08:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:50:04] Production.INFO: Total Charge 0
[2026-04-06 08:50:04] Production.INFO: CreateAllLog End
[2026-04-06 08:50:05] Production.INFO: Account Balance End.
[2026-04-06 08:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:50:05] Production.INFO: ==21157== Releasing lock...
[2026-04-06 08:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:50:11] Production.ERROR: CronJobId end10
[2026-04-06 08:50:11] Production.INFO: ==21155== Releasing lock...
[2026-04-06 08:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:50:14] Production.INFO: call_cost start
[2026-04-06 08:50:14] Production.INFO: call_cost end
[2026-04-06 08:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:50:14] Production.INFO: ==21151== Releasing lock...
[2026-04-06 08:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:51:01] Production.INFO: ==21218== Lock acquired, processing the job...
[2026-04-06 13:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:51:01] Production.INFO: neon service started
[2026-04-06 13:51:01] Production.INFO: neon service started
[2026-04-06 13:51:01] Production.INFO: ==21218== Releasing lock...
[2026-04-06 13:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:51:01] Production.INFO: ==21220== Lock acquired, processing the job...
[2026-04-06 08:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:51:02] Production.INFO: ==21220== Releasing lock...
[2026-04-06 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:51:02] Production.INFO: ==21222== Lock acquired, processing the job...
[2026-04-06 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:51:02] Production.INFO: ==21222== Releasing lock...
[2026-04-06 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:51:03] Production.INFO: ==21230== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 08:51:03] Production.INFO: ==21232== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:51:03] Production.INFO: ==21236== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 08:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 08:51:03] Production.ERROR: CronJob PID - 21232
[2026-04-06 08:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 08:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 08:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 08:51:00
[2026-04-06 08:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 08:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 08:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 08:51:03] Production.INFO: ==21230== Releasing lock...
[2026-04-06 08:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 08:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 08:51:03] Production.INFO: ==21240== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 08:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:51:03] Production.INFO: ==21234== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 08:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:51:03] Production.INFO: ==21238== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:51:03] Production.INFO: ==21242== Lock acquired, processing the job...
[2026-04-06 08:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:51:03] Production.INFO: Account Balance Start.
[2026-04-06 08:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:51:03] Production.INFO: 117
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:03] Production.INFO: ==21242== Releasing lock...
[2026-04-06 08:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:51:04] Production.ERROR: done
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: ==21234== Releasing lock...
[2026-04-06 08:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 08:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046767', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:51:04] Production.INFO: Total Charge 0
[2026-04-06 08:51:04] Production.INFO: CreateAllLog End
[2026-04-06 08:51:04] Production.INFO: Account Balance End.
[2026-04-06 08:51:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:51:04] Production.INFO: ==21238== Releasing lock...
[2026-04-06 08:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046767', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 08:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 08:51:10] Production.INFO: ProcessCDR(1,17046767,1,1,2)
[2026-04-06 08:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046767,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046767,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 08:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 08:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 08:51:10] Production.INFO: ==21240== Releasing lock...
[2026-04-06 08:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 08:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 08:51:13] Production.ERROR: CronJobId end10
[2026-04-06 08:51:13] Production.INFO: ==21236== Releasing lock...
[2026-04-06 08:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:51:16] Production.INFO: call_cost start
[2026-04-06 08:51:16] Production.INFO: call_cost end
[2026-04-06 08:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:51:17] Production.INFO: ==21232== Releasing lock...
[2026-04-06 08:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:52:01] Production.INFO: ==21302== Lock acquired, processing the job...
[2026-04-06 13:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:52:01] Production.INFO: neon service started
[2026-04-06 13:52:01] Production.INFO: neon service started
[2026-04-06 13:52:01] Production.INFO: ==21302== Releasing lock...
[2026-04-06 13:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:52:02] Production.INFO: ==21306== Lock acquired, processing the job...
[2026-04-06 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:52:02] Production.INFO: ==21306== Releasing lock...
[2026-04-06 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:52:02] Production.INFO: ==21304== Lock acquired, processing the job...
[2026-04-06 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:52:02] Production.INFO: ==21304== Releasing lock...
[2026-04-06 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:52:03] Production.INFO: ==21309== Lock acquired, processing the job...
[2026-04-06 08:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:52:03] Production.INFO: ==21311== Lock acquired, processing the job...
[2026-04-06 08:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:52:03] Production.INFO: ==21313== Lock acquired, processing the job...
[2026-04-06 08:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:52:03] Production.INFO: ==21317== Lock acquired, processing the job...
[2026-04-06 08:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:52:03] Production.INFO: ==21315== Lock acquired, processing the job...
[2026-04-06 08:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:52:03] Production.INFO: Account Balance Start.
[2026-04-06 08:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:52:03] Production.INFO: 117
[2026-04-06 08:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:52:03] Production.INFO: ==21317== Releasing lock...
[2026-04-06 08:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: ==21311== Releasing lock...
[2026-04-06 08:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:52:04] Production.INFO: Total Charge 0
[2026-04-06 08:52:04] Production.INFO: CreateAllLog End
[2026-04-06 08:52:04] Production.INFO: Account Balance End.
[2026-04-06 08:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:52:04] Production.INFO: ==21315== Releasing lock...
[2026-04-06 08:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:52:11] Production.ERROR: CronJobId end10
[2026-04-06 08:52:11] Production.INFO: ==21313== Releasing lock...
[2026-04-06 08:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:52:13] Production.INFO: call_cost start
[2026-04-06 08:52:13] Production.INFO: call_cost end
[2026-04-06 08:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:52:13] Production.INFO: ==21309== Releasing lock...
[2026-04-06 08:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:53:02] Production.INFO: ==21375== Lock acquired, processing the job...
[2026-04-06 13:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:53:02] Production.INFO: neon service started
[2026-04-06 13:53:02] Production.INFO: neon service started
[2026-04-06 13:53:02] Production.INFO: ==21375== Releasing lock...
[2026-04-06 13:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:53:02] Production.INFO: ==21380== Lock acquired, processing the job...
[2026-04-06 12:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:53:02] Production.INFO: ==21380== Releasing lock...
[2026-04-06 12:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:53:02] Production.INFO: ==21378== Lock acquired, processing the job...
[2026-04-06 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:53:02] Production.INFO: ==21378== Releasing lock...
[2026-04-06 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:53:03] Production.INFO: ==21384== Lock acquired, processing the job...
[2026-04-06 08:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:53:03] Production.INFO: ==21382== Lock acquired, processing the job...
[2026-04-06 08:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:53:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:53:04] Production.INFO: ==21386== Lock acquired, processing the job...
[2026-04-06 08:53:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:53:04] Production.INFO: ==21388== Lock acquired, processing the job...
[2026-04-06 08:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:53:04] Production.INFO: ==21390== Lock acquired, processing the job...
[2026-04-06 08:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:53:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:53:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:53:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:53:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:53:04] Production.INFO: Account Balance Start.
[2026-04-06 08:53:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:53:04] Production.INFO: 117
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:53:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:53:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:53:04] Production.INFO: ==21390== Releasing lock...
[2026-04-06 08:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: ==21384== Releasing lock...
[2026-04-06 08:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-21
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-22
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-23
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-24
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:53:05] Production.INFO: Total Charge 0
[2026-04-06 08:53:05] Production.INFO: CreateAllLog End
[2026-04-06 08:53:05] Production.INFO: Account Balance End.
[2026-04-06 08:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:53:05] Production.INFO: ==21388== Releasing lock...
[2026-04-06 08:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:53:11] Production.ERROR: CronJobId end10
[2026-04-06 08:53:11] Production.INFO: ==21386== Releasing lock...
[2026-04-06 08:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:53:14] Production.INFO: call_cost start
[2026-04-06 08:53:14] Production.INFO: call_cost end
[2026-04-06 08:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:53:14] Production.INFO: ==21382== Releasing lock...
[2026-04-06 08:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:54:01] Production.INFO: ==21448== Lock acquired, processing the job...
[2026-04-06 13:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:54:01] Production.INFO: neon service started
[2026-04-06 13:54:01] Production.INFO: neon service started
[2026-04-06 13:54:01] Production.INFO: ==21448== Releasing lock...
[2026-04-06 13:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:54:01] Production.INFO: ==21450== Lock acquired, processing the job...
[2026-04-06 08:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:54:02] Production.INFO: ==21450== Releasing lock...
[2026-04-06 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:54:02] Production.INFO: ==21452== Lock acquired, processing the job...
[2026-04-06 12:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:54:02] Production.INFO: ==21452== Releasing lock...
[2026-04-06 12:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:54:02] Production.INFO: ==21454== Lock acquired, processing the job...
[2026-04-06 08:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:54:03] Production.INFO: ==21456== Lock acquired, processing the job...
[2026-04-06 08:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:54:03] Production.INFO: ==21458== Lock acquired, processing the job...
[2026-04-06 08:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:54:03] Production.INFO: ==21462== Lock acquired, processing the job...
[2026-04-06 08:54:03] Production.INFO: ==21460== Lock acquired, processing the job...
[2026-04-06 08:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:54:03] Production.INFO: Account Balance Start.
[2026-04-06 08:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:54:03] Production.INFO: 117
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:54:03] Production.INFO: ==21462== Releasing lock...
[2026-04-06 08:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: ==21456== Releasing lock...
[2026-04-06 08:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-19
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-20
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-21
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-22
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-23
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:03] Production.INFO: Date 2026-03-24
[2026-04-06 08:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:54:04] Production.INFO: Total Charge 0
[2026-04-06 08:54:04] Production.INFO: CreateAllLog End
[2026-04-06 08:54:04] Production.INFO: Account Balance End.
[2026-04-06 08:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:54:04] Production.INFO: ==21460== Releasing lock...
[2026-04-06 08:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:54:10] Production.ERROR: CronJobId end10
[2026-04-06 08:54:10] Production.INFO: ==21458== Releasing lock...
[2026-04-06 08:54:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:54:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:54:13] Production.INFO: call_cost start
[2026-04-06 08:54:13] Production.INFO: call_cost end
[2026-04-06 08:54:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:54:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:54:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:54:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:54:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:54:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:54:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:54:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:54:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:54:13] Production.INFO: ==21454== Releasing lock...
[2026-04-06 08:54:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:54:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:55:02] Production.INFO: ==21528== Lock acquired, processing the job...
[2026-04-06 13:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:55:02] Production.INFO: neon service started
[2026-04-06 13:55:02] Production.INFO: neon service started
[2026-04-06 13:55:02] Production.INFO: ==21528== Releasing lock...
[2026-04-06 13:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:55:02] Production.INFO: ==21531== Lock acquired, processing the job...
[2026-04-06 08:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:55:02] Production.INFO: ==21533== Lock acquired, processing the job...
[2026-04-06 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:55:02] Production.INFO: ==21533== Releasing lock...
[2026-04-06 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:55:03] Production.INFO: ==21531== Releasing lock...
[2026-04-06 08:55:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:55:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:55:03] Production.INFO: ==21535== Lock acquired, processing the job...
[2026-04-06 08:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:55:03] Production.INFO: ==21541== Lock acquired, processing the job...
[2026-04-06 08:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:55:03] Production.INFO: ==21537== Lock acquired, processing the job...
[2026-04-06 08:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:55:03] Production.INFO: ==21539== Lock acquired, processing the job...
[2026-04-06 08:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:55:03] Production.INFO: ==21543== Lock acquired, processing the job...
[2026-04-06 08:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:55:03] Production.INFO: Account Balance Start.
[2026-04-06 08:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:55:03] Production.INFO: 117
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:55:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: ==21543== Releasing lock...
[2026-04-06 08:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: ==21537== Releasing lock...
[2026-04-06 08:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:55:04] Production.INFO: Total Charge 0
[2026-04-06 08:55:05] Production.INFO: CreateAllLog End
[2026-04-06 08:55:05] Production.INFO: Account Balance End.
[2026-04-06 08:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:55:05] Production.INFO: ==21541== Releasing lock...
[2026-04-06 08:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:55:11] Production.ERROR: CronJobId end10
[2026-04-06 08:55:11] Production.INFO: ==21539== Releasing lock...
[2026-04-06 08:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:55:14] Production.INFO: call_cost start
[2026-04-06 08:55:14] Production.INFO: call_cost end
[2026-04-06 08:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:55:14] Production.INFO: ==21535== Releasing lock...
[2026-04-06 08:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:56:01] Production.INFO: ==21604== Lock acquired, processing the job...
[2026-04-06 13:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:56:01] Production.INFO: neon service started
[2026-04-06 13:56:01] Production.INFO: neon service started
[2026-04-06 13:56:01] Production.INFO: ==21604== Releasing lock...
[2026-04-06 13:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:56:01] Production.INFO: ==21606== Lock acquired, processing the job...
[2026-04-06 08:56:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:56:02] Production.INFO: ==21606== Releasing lock...
[2026-04-06 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:56:02] Production.INFO: ==21608== Lock acquired, processing the job...
[2026-04-06 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:56:02] Production.INFO: ==21608== Releasing lock...
[2026-04-06 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:56:02] Production.INFO: ==21614== Lock acquired, processing the job...
[2026-04-06 08:56:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:56:02] Production.INFO: ==21610== Lock acquired, processing the job...
[2026-04-06 08:56:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:56:02] Production.INFO: ==21612== Lock acquired, processing the job...
[2026-04-06 08:56:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:56:03] Production.INFO: ==21618== Lock acquired, processing the job...
[2026-04-06 08:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:56:03] Production.INFO: ==21616== Lock acquired, processing the job...
[2026-04-06 08:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:56:03] Production.INFO: Account Balance Start.
[2026-04-06 08:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:56:03] Production.INFO: 117
[2026-04-06 08:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:56:03] Production.INFO: ==21618== Releasing lock...
[2026-04-06 08:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 08:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: ==21612== Releasing lock...
[2026-04-06 08:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:56:04] Production.INFO: Total Charge 0
[2026-04-06 08:56:04] Production.INFO: CreateAllLog End
[2026-04-06 08:56:04] Production.INFO: Account Balance End.
[2026-04-06 08:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:56:04] Production.INFO: ==21616== Releasing lock...
[2026-04-06 08:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:56:11] Production.ERROR: CronJobId end10
[2026-04-06 08:56:11] Production.INFO: ==21614== Releasing lock...
[2026-04-06 08:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:56:13] Production.INFO: call_cost start
[2026-04-06 08:56:13] Production.INFO: call_cost end
[2026-04-06 08:56:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:56:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:56:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:56:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:56:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:56:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:56:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:56:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:56:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:56:13] Production.INFO: ==21610== Releasing lock...
[2026-04-06 08:56:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:56:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:57:01] Production.INFO: ==21673== Lock acquired, processing the job...
[2026-04-06 13:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:57:01] Production.INFO: neon service started
[2026-04-06 13:57:01] Production.INFO: neon service started
[2026-04-06 13:57:01] Production.INFO: ==21673== Releasing lock...
[2026-04-06 13:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:57:02] Production.INFO: ==21675== Lock acquired, processing the job...
[2026-04-06 08:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 08:57:02] Production.INFO: ==21675== Releasing lock...
[2026-04-06 08:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:57:02] Production.INFO: ==21677== Lock acquired, processing the job...
[2026-04-06 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:57:02] Production.INFO: ==21677== Releasing lock...
[2026-04-06 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:57:03] Production.INFO: ==21680== Lock acquired, processing the job...
[2026-04-06 08:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:57:03] Production.INFO: ==21682== Lock acquired, processing the job...
[2026-04-06 08:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:57:03] Production.INFO: ==21684== Lock acquired, processing the job...
[2026-04-06 08:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:57:03] Production.INFO: ==21688== Lock acquired, processing the job...
[2026-04-06 08:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:57:03] Production.INFO: ==21686== Lock acquired, processing the job...
[2026-04-06 08:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:57:03] Production.INFO: Account Balance Start.
[2026-04-06 08:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:57:03] Production.INFO: ==21688== Releasing lock...
[2026-04-06 08:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:57:03] Production.INFO: 117
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:03] Production.INFO: ==21682== Releasing lock...
[2026-04-06 08:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 08:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:57:04] Production.INFO: Total Charge 0
[2026-04-06 08:57:04] Production.INFO: CreateAllLog End
[2026-04-06 08:57:04] Production.INFO: Account Balance End.
[2026-04-06 08:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 08:57:04] Production.INFO: ==21686== Releasing lock...
[2026-04-06 08:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:57:12] Production.ERROR: CronJobId end10
[2026-04-06 08:57:12] Production.INFO: ==21684== Releasing lock...
[2026-04-06 08:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:57:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:57:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:57:14] Production.INFO: call_cost start
[2026-04-06 08:57:14] Production.INFO: call_cost end
[2026-04-06 08:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:57:14] Production.INFO: ==21680== Releasing lock...
[2026-04-06 08:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:58:02] Production.INFO: ==21748== Lock acquired, processing the job...
[2026-04-06 13:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:58:02] Production.INFO: neon service started
[2026-04-06 13:58:02] Production.INFO: neon service started
[2026-04-06 13:58:02] Production.INFO: ==21748== Releasing lock...
[2026-04-06 13:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:58:02] Production.INFO: ==21750== Lock acquired, processing the job...
[2026-04-06 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:58:03] Production.INFO: ==21752== Lock acquired, processing the job...
[2026-04-06 12:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:58:03] Production.INFO: ==21752== Releasing lock...
[2026-04-06 12:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:58:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:58:03] Production.INFO: ==21750== Releasing lock...
[2026-04-06 08:58:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:58:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:58:04] Production.INFO: ==21755== Lock acquired, processing the job...
[2026-04-06 08:58:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:58:04] Production.INFO: ==21761== Lock acquired, processing the job...
[2026-04-06 08:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:58:04] Production.INFO: ==21763== Lock acquired, processing the job...
[2026-04-06 08:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:58:04] Production.INFO: ==21759== Lock acquired, processing the job...
[2026-04-06 08:58:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:58:04] Production.INFO: ==21757== Lock acquired, processing the job...
[2026-04-06 08:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:58:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:58:04] Production.INFO: Account Balance Start.
[2026-04-06 08:58:04] Production.INFO: CreateAllLog Start
[2026-04-06 08:58:04] Production.INFO: 117
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-08
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:58:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:58:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:58:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:58:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:58:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:58:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-09
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: ==21763== Releasing lock...
[2026-04-06 08:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-10
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-11
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-12
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: ==21757== Releasing lock...
[2026-04-06 08:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-25
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-26
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-27
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-28
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-29
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-30
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-03-31
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-04-01
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-04-02
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-04-03
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-04-04
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-04-05
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Date 2026-04-06
[2026-04-06 08:58:05] Production.INFO: Reseller ==> 0
[2026-04-06 08:58:05] Production.INFO: Total Charge 0
[2026-04-06 08:58:05] Production.INFO: CreateAllLog End
[2026-04-06 08:58:05] Production.INFO: Account Balance End.
[2026-04-06 08:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:58:05] Production.INFO: ==21761== Releasing lock...
[2026-04-06 08:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:58:13] Production.ERROR: CronJobId end10
[2026-04-06 08:58:13] Production.INFO: ==21759== Releasing lock...
[2026-04-06 08:58:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:58:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:58:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:58:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:58:16] Production.INFO: call_cost start
[2026-04-06 08:58:16] Production.INFO: call_cost end
[2026-04-06 08:58:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:58:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:58:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:58:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:58:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:58:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:58:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:58:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:58:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:58:16] Production.INFO: ==21755== Releasing lock...
[2026-04-06 08:58:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:58:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 13:59:01] Production.INFO: ==21830== Lock acquired, processing the job...
[2026-04-06 13:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 13:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 13:59:01] Production.INFO: neon service started
[2026-04-06 13:59:01] Production.INFO: neon service started
[2026-04-06 13:59:01] Production.INFO: ==21830== Releasing lock...
[2026-04-06 13:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 13:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 08:59:02] Production.INFO: ==21832== Lock acquired, processing the job...
[2026-04-06 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:59:02] Production.INFO: ==21834== Lock acquired, processing the job...
[2026-04-06 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:59:02] Production.INFO: ==21834== Releasing lock...
[2026-04-06 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 12:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 08:59:02] Production.INFO: ==21832== Releasing lock...
[2026-04-06 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 08:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 08:59:03] Production.INFO: ==21837== Lock acquired, processing the job...
[2026-04-06 08:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 08:59:03] Production.INFO: ==21839== Lock acquired, processing the job...
[2026-04-06 08:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 08:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 08:59:03] Production.INFO: ==21845== Lock acquired, processing the job...
[2026-04-06 08:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 08:59:03] Production.INFO: ==21843== Lock acquired, processing the job...
[2026-04-06 08:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 08:59:03] Production.INFO: ==21841== Lock acquired, processing the job...
[2026-04-06 08:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 08:59:03] Production.INFO: Account Balance Start.
[2026-04-06 08:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 08:59:03] Production.INFO: 117
[2026-04-06 08:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 08:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 08:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 08:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 08:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 08:59:03] Production.INFO: ==21845== Releasing lock...
[2026-04-06 08:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 08:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 08:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: ==21839== Releasing lock...
[2026-04-06 08:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 08:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 08:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 08:59:04] Production.INFO: Total Charge 0
[2026-04-06 08:59:04] Production.INFO: CreateAllLog End
[2026-04-06 08:59:05] Production.INFO: Account Balance End.
[2026-04-06 08:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 08:59:05] Production.INFO: ==21843== Releasing lock...
[2026-04-06 08:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 08:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 08:59:12] Production.ERROR: CronJobId end10
[2026-04-06 08:59:12] Production.INFO: ==21841== Releasing lock...
[2026-04-06 08:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 08:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 08:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 08:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 08:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 08:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 08:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 08:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 08:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 08:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 08:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 08:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 08:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 08:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 08:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 08:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 08:59:14] Production.INFO: call_cost start
[2026-04-06 08:59:14] Production.INFO: call_cost end
[2026-04-06 08:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 08:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 08:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 08:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 08:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 08:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 08:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 08:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 08:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 08:59:14] Production.INFO: ==21837== Releasing lock...
[2026-04-06 08:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 08:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:00:02] Production.INFO: ==21909== Lock acquired, processing the job...
[2026-04-06 14:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:00:02] Production.INFO: neon service started
[2026-04-06 14:00:02] Production.INFO: neon service started
[2026-04-06 14:00:02] Production.INFO: ==21909== Releasing lock...
[2026-04-06 14:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:00:02] Production.INFO: ==21911== Lock acquired, processing the job...
[2026-04-06 09:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:00:02] Production.INFO: ==21911== Releasing lock...
[2026-04-06 09:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:00:03] Production.INFO: ==21913== Lock acquired, processing the job...
[2026-04-06 13:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:00:03] Production.INFO: ==21913== Releasing lock...
[2026-04-06 13:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:00:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:00:03] Production.INFO: ==21915== Lock acquired, processing the job...
[2026-04-06 09:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:00:03] Production.INFO: ==21917== Lock acquired, processing the job...
[2026-04-06 09:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:00:03] Production.INFO: ==21922== Lock acquired, processing the job...
[2026-04-06 09:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:00:03] Production.INFO: ==21920== Lock acquired, processing the job...
[2026-04-06 09:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:00:03] Production.INFO: Account Balance Start.
[2026-04-06 09:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:00:03] Production.INFO: 117
[2026-04-06 09:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:03] Production.INFO: ==21924== Lock acquired, processing the job...
[2026-04-06 09:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:00:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:00:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:00:04] Production.INFO: ==21924== Releasing lock...
[2026-04-06 09:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: ==21917== Releasing lock...
[2026-04-06 09:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:00:05] Production.INFO: Total Charge 0
[2026-04-06 09:00:05] Production.INFO: CreateAllLog End
[2026-04-06 09:00:05] Production.INFO: Account Balance End.
[2026-04-06 09:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:00:05] Production.INFO: ==21922== Releasing lock...
[2026-04-06 09:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:00:13] Production.ERROR: CronJobId end10
[2026-04-06 09:00:13] Production.INFO: ==21920== Releasing lock...
[2026-04-06 09:00:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:00:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:00:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:00:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:00:16] Production.INFO: call_cost start
[2026-04-06 09:00:16] Production.INFO: call_cost end
[2026-04-06 09:00:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:00:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:00:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:00:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:00:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:00:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:00:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:00:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:00:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:00:16] Production.INFO: ==21915== Releasing lock...
[2026-04-06 09:00:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:00:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:01:01] Production.INFO: ==21998== Lock acquired, processing the job...
[2026-04-06 14:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:01:01] Production.INFO: neon service started
[2026-04-06 14:01:01] Production.INFO: neon service started
[2026-04-06 14:01:01] Production.INFO: ==21998== Releasing lock...
[2026-04-06 14:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:01:02] Production.INFO: ==22005== Lock acquired, processing the job...
[2026-04-06 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:01:02] Production.INFO: ==22007== Lock acquired, processing the job...
[2026-04-06 13:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:01:02] Production.INFO: ==22007== Releasing lock...
[2026-04-06 13:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:01:02] Production.INFO: ==22005== Releasing lock...
[2026-04-06 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:01:03] Production.INFO: ==22011== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:01:03] Production.INFO: ==22015== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:01:03] Production.INFO: ==22019== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 09:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:01:03] Production.INFO: ==22009== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 09:01:03] Production.INFO: ==22013== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:01:03] Production.INFO: ==22017== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:01:03] Production.INFO: ==22022== Lock acquired, processing the job...
[2026-04-06 09:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:01:03] Production.ERROR: CronJob PID - 22011
[2026-04-06 09:01:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 09:01:03] Production.ERROR: CronJob ID - 5
[2026-04-06 09:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:01:00
[2026-04-06 09:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:01:03] Production.ERROR: CronJob PID - 22013
[2026-04-06 09:01:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 09:01:03] Production.ERROR: CronJob ID - 7
[2026-04-06 09:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:01:00
[2026-04-06 09:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:01:03] Production.ERROR: CronJob PID - 22015
[2026-04-06 09:01:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 09:01:03] Production.ERROR: CronJob ID - 10
[2026-04-06 09:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:01:00
[2026-04-06 09:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:01:03] Production.ERROR: CronJob PID - 22017
[2026-04-06 09:01:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 09:01:03] Production.ERROR: CronJob ID - 12
[2026-04-06 09:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:01:00
[2026-04-06 09:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:01:03] Production.ERROR: CronJob PID - 22019
[2026-04-06 09:01:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 09:01:03] Production.ERROR: CronJob ID - 17
[2026-04-06 09:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:01:00
[2026-04-06 09:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:01:03] Production.ERROR: CronJob PID - 22022
[2026-04-06 09:01:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-04-06 09:01:03] Production.ERROR: CronJob ID - 19
[2026-04-06 09:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:01:00
[2026-04-06 09:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:01:03] Production.INFO: Account Balance Start.
[2026-04-06 09:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:01:03] Production.INFO: 117
[2026-04-06 09:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:01:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:01:04] Production.INFO: ==22022== Releasing lock...
[2026-04-06 09:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:01:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 09:01:04] Production.INFO: ==22009== Releasing lock...
[2026-04-06 09:01:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 09:01:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:01:04] Production.ERROR: done
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 09:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046808', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: ==22013== Releasing lock...
[2026-04-06 09:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-25
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-26
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:05] Production.INFO: =diffInterval=0
[2026-04-06 09:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:01:05] Production.INFO: Total Charge 0
[2026-04-06 09:01:05] Production.INFO: CreateAllLog End
[2026-04-06 09:01:05] Production.INFO: Account Balance End.
[2026-04-06 09:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:01:05] Production.INFO: ==22017== Releasing lock...
[2026-04-06 09:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:01:06] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:06] Production.INFO: =diffInterval=0
[2026-04-06 09:01:08] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:08] Production.INFO: =diffInterval=0
[2026-04-06 09:01:09] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:09] Production.INFO: =diffInterval=0
[2026-04-06 09:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046808', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 09:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 09:01:11] Production.INFO: ProcessCDR(1,17046808,1,1,2)
[2026-04-06 09:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046808,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:01:11] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:11] Production.INFO: =diffInterval=0
[2026-04-06 09:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046808,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 09:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 09:01:11] Production.INFO: ==22019== Releasing lock...
[2026-04-06 09:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 09:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:01:12] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:12] Production.INFO: =diffInterval=0
[2026-04-06 09:01:12] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:12] Production.INFO: =diffInterval=0
[2026-04-06 09:01:13] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:13] Production.INFO: =diffInterval=0
[2026-04-06 09:01:14] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:14] Production.INFO: =diffInterval=0
[2026-04-06 09:01:14] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:14] Production.INFO: =diffInterval=0
[2026-04-06 09:01:15] Production.ERROR: CronJobId end10
[2026-04-06 09:01:15] Production.INFO: ==22015== Releasing lock...
[2026-04-06 09:01:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:01:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:01:15] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:15] Production.INFO: =diffInterval=0
[2026-04-06 09:01:16] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:16] Production.INFO: =diffInterval=0
[2026-04-06 09:01:17] Production.INFO: helper-LastRunTime===2026-04-06 09:01:00
[2026-04-06 09:01:17] Production.INFO: =diffInterval=0
[2026-04-06 09:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:01:17] Production.INFO: call_cost start
[2026-04-06 09:01:17] Production.INFO: call_cost end
[2026-04-06 09:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:01:17] Production.INFO: ==22011== Releasing lock...
[2026-04-06 09:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:02:02] Production.INFO: ==22082== Lock acquired, processing the job...
[2026-04-06 14:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:02:02] Production.INFO: neon service started
[2026-04-06 14:02:02] Production.INFO: neon service started
[2026-04-06 14:02:02] Production.INFO: ==22082== Releasing lock...
[2026-04-06 14:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:02:02] Production.INFO: ==22084== Lock acquired, processing the job...
[2026-04-06 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:02:02] Production.INFO: ==22084== Releasing lock...
[2026-04-06 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:02:02] Production.INFO: ==22086== Lock acquired, processing the job...
[2026-04-06 13:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:02:02] Production.INFO: ==22086== Releasing lock...
[2026-04-06 13:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:02:03] Production.INFO: ==22094== Lock acquired, processing the job...
[2026-04-06 09:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:02:03] Production.INFO: ==22098== Lock acquired, processing the job...
[2026-04-06 09:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:02:03] Production.INFO: ==22088== Lock acquired, processing the job...
[2026-04-06 09:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:02:03] Production.INFO: ==22090== Lock acquired, processing the job...
[2026-04-06 09:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:02:03] Production.INFO: Account Balance Start.
[2026-04-06 09:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:02:03] Production.INFO: 117
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.INFO: ==22092== Lock acquired, processing the job...
[2026-04-06 09:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:02:03] Production.INFO: ==22098== Releasing lock...
[2026-04-06 09:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:02:03] Production.INFO: ==22096== Lock acquired, processing the job...
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.ERROR: done
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: ==22090== Releasing lock...
[2026-04-06 09:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.ERROR: done
[2026-04-06 09:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 09:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 09:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:02:04] Production.INFO: Total Charge 0
[2026-04-06 09:02:04] Production.INFO: ==22096== Releasing lock...
[2026-04-06 09:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 09:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 09:02:04] Production.INFO: CreateAllLog End
[2026-04-06 09:02:05] Production.INFO: Account Balance End.
[2026-04-06 09:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:02:05] Production.INFO: ==22094== Releasing lock...
[2026-04-06 09:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:02:12] Production.ERROR: CronJobId end10
[2026-04-06 09:02:12] Production.INFO: ==22092== Releasing lock...
[2026-04-06 09:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:02:15] Production.INFO: call_cost start
[2026-04-06 09:02:15] Production.INFO: call_cost end
[2026-04-06 09:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:02:15] Production.INFO: ==22088== Releasing lock...
[2026-04-06 09:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:03:01] Production.INFO: ==22158== Lock acquired, processing the job...
[2026-04-06 14:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:03:01] Production.INFO: neon service started
[2026-04-06 14:03:01] Production.INFO: neon service started
[2026-04-06 14:03:01] Production.INFO: ==22158== Releasing lock...
[2026-04-06 14:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:03:01] Production.INFO: ==22160== Lock acquired, processing the job...
[2026-04-06 09:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:03:02] Production.INFO: ==22160== Releasing lock...
[2026-04-06 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:03:02] Production.INFO: ==22162== Lock acquired, processing the job...
[2026-04-06 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:03:02] Production.INFO: ==22162== Releasing lock...
[2026-04-06 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:03:02] Production.INFO: ==22173== Lock acquired, processing the job...
[2026-04-06 09:03:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:03:02] Production.INFO: ==22165== Lock acquired, processing the job...
[2026-04-06 09:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:03:03] Production.INFO: ==22171== Lock acquired, processing the job...
[2026-04-06 09:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:03:03] Production.INFO: ==22167== Lock acquired, processing the job...
[2026-04-06 09:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:03:03] Production.INFO: ==22169== Lock acquired, processing the job...
[2026-04-06 09:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:03:03] Production.INFO: Account Balance Start.
[2026-04-06 09:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:03:03] Production.INFO: 117
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:03:03] Production.INFO: ==22173== Releasing lock...
[2026-04-06 09:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: ==22167== Releasing lock...
[2026-04-06 09:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:03:04] Production.INFO: Total Charge 0
[2026-04-06 09:03:04] Production.INFO: CreateAllLog End
[2026-04-06 09:03:04] Production.INFO: Account Balance End.
[2026-04-06 09:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:03:04] Production.INFO: ==22171== Releasing lock...
[2026-04-06 09:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:03:12] Production.ERROR: CronJobId end10
[2026-04-06 09:03:12] Production.INFO: ==22169== Releasing lock...
[2026-04-06 09:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:03:14] Production.INFO: call_cost start
[2026-04-06 09:03:14] Production.INFO: call_cost end
[2026-04-06 09:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:03:14] Production.INFO: ==22165== Releasing lock...
[2026-04-06 09:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:04:01] Production.INFO: ==22234== Lock acquired, processing the job...
[2026-04-06 14:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:04:01] Production.INFO: neon service started
[2026-04-06 14:04:01] Production.INFO: neon service started
[2026-04-06 14:04:01] Production.INFO: ==22234== Releasing lock...
[2026-04-06 14:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:04:02] Production.INFO: ==22236== Lock acquired, processing the job...
[2026-04-06 09:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:04:02] Production.INFO: ==22236== Releasing lock...
[2026-04-06 09:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:04:02] Production.INFO: ==22238== Lock acquired, processing the job...
[2026-04-06 13:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:04:02] Production.INFO: ==22238== Releasing lock...
[2026-04-06 13:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:04:03] Production.INFO: ==22243== Lock acquired, processing the job...
[2026-04-06 09:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:04:03] Production.INFO: ==22247== Lock acquired, processing the job...
[2026-04-06 09:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:04:03] Production.INFO: ==22249== Lock acquired, processing the job...
[2026-04-06 09:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:04:03] Production.INFO: ==22245== Lock acquired, processing the job...
[2026-04-06 09:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:04:03] Production.INFO: ==22251== Lock acquired, processing the job...
[2026-04-06 09:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:04:03] Production.INFO: Account Balance Start.
[2026-04-06 09:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:04:03] Production.INFO: 117
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:04:03] Production.INFO: ==22251== Releasing lock...
[2026-04-06 09:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:03] Production.INFO: ==22245== Releasing lock...
[2026-04-06 09:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:04:04] Production.INFO: Total Charge 0
[2026-04-06 09:04:04] Production.INFO: CreateAllLog End
[2026-04-06 09:04:05] Production.INFO: Account Balance End.
[2026-04-06 09:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:04:05] Production.INFO: ==22249== Releasing lock...
[2026-04-06 09:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:04:12] Production.ERROR: CronJobId end10
[2026-04-06 09:04:12] Production.INFO: ==22247== Releasing lock...
[2026-04-06 09:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:04:15] Production.INFO: call_cost start
[2026-04-06 09:04:15] Production.INFO: call_cost end
[2026-04-06 09:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:04:15] Production.INFO: ==22243== Releasing lock...
[2026-04-06 09:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:05:01] Production.INFO: ==22314== Lock acquired, processing the job...
[2026-04-06 14:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:05:01] Production.INFO: neon service started
[2026-04-06 14:05:01] Production.INFO: neon service started
[2026-04-06 14:05:01] Production.INFO: ==22314== Releasing lock...
[2026-04-06 14:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:05:01] Production.INFO: ==22316== Lock acquired, processing the job...
[2026-04-06 09:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:05:02] Production.INFO: ==22316== Releasing lock...
[2026-04-06 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:05:02] Production.INFO: ==22318== Lock acquired, processing the job...
[2026-04-06 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:05:02] Production.INFO: ==22318== Releasing lock...
[2026-04-06 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:05:02] Production.INFO: ==22328== Lock acquired, processing the job...
[2026-04-06 09:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:05:02] Production.INFO: ==22320== Lock acquired, processing the job...
[2026-04-06 09:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:05:02] Production.INFO: ==22322== Lock acquired, processing the job...
[2026-04-06 09:05:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:05:02] Production.INFO: ==22324== Lock acquired, processing the job...
[2026-04-06 09:05:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:05:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:05:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:05:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:05:02] Production.INFO: ==22328== Releasing lock...
[2026-04-06 09:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:05:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:05:03] Production.INFO: ==22326== Lock acquired, processing the job...
[2026-04-06 09:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:05:03] Production.INFO: Account Balance Start.
[2026-04-06 09:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:05:03] Production.INFO: 117
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: ==22322== Releasing lock...
[2026-04-06 09:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:03] Production.INFO: Date 2026-03-29
[2026-04-06 09:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:05:04] Production.INFO: Total Charge 0
[2026-04-06 09:05:04] Production.INFO: CreateAllLog End
[2026-04-06 09:05:04] Production.INFO: Account Balance End.
[2026-04-06 09:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:05:04] Production.INFO: ==22326== Releasing lock...
[2026-04-06 09:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:05:11] Production.ERROR: CronJobId end10
[2026-04-06 09:05:11] Production.INFO: ==22324== Releasing lock...
[2026-04-06 09:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:05:14] Production.INFO: call_cost start
[2026-04-06 09:05:14] Production.INFO: call_cost end
[2026-04-06 09:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:05:14] Production.INFO: ==22320== Releasing lock...
[2026-04-06 09:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:06:01] Production.INFO: ==22387== Lock acquired, processing the job...
[2026-04-06 14:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:06:01] Production.INFO: neon service started
[2026-04-06 14:06:01] Production.INFO: neon service started
[2026-04-06 14:06:01] Production.INFO: ==22387== Releasing lock...
[2026-04-06 14:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:06:02] Production.INFO: ==22391== Lock acquired, processing the job...
[2026-04-06 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:06:02] Production.INFO: ==22391== Releasing lock...
[2026-04-06 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:06:02] Production.INFO: ==22389== Lock acquired, processing the job...
[2026-04-06 09:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:06:02] Production.INFO: ==22389== Releasing lock...
[2026-04-06 09:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:06:02] Production.INFO: ==22393== Lock acquired, processing the job...
[2026-04-06 09:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:06:03] Production.INFO: ==22397== Lock acquired, processing the job...
[2026-04-06 09:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:06:03] Production.INFO: ==22395== Lock acquired, processing the job...
[2026-04-06 09:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:06:03] Production.INFO: ==22399== Lock acquired, processing the job...
[2026-04-06 09:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:06:03] Production.INFO: ==22401== Lock acquired, processing the job...
[2026-04-06 09:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:06:03] Production.INFO: Account Balance Start.
[2026-04-06 09:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:06:03] Production.INFO: 117
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:06:03] Production.INFO: ==22401== Releasing lock...
[2026-04-06 09:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: ==22395== Releasing lock...
[2026-04-06 09:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:06:04] Production.INFO: Total Charge 0
[2026-04-06 09:06:04] Production.INFO: CreateAllLog End
[2026-04-06 09:06:04] Production.INFO: Account Balance End.
[2026-04-06 09:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:06:04] Production.INFO: ==22399== Releasing lock...
[2026-04-06 09:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:06:10] Production.ERROR: CronJobId end10
[2026-04-06 09:06:10] Production.INFO: ==22397== Releasing lock...
[2026-04-06 09:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:06:13] Production.INFO: call_cost start
[2026-04-06 09:06:13] Production.INFO: call_cost end
[2026-04-06 09:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:06:13] Production.INFO: ==22393== Releasing lock...
[2026-04-06 09:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:07:02] Production.INFO: ==22465== Lock acquired, processing the job...
[2026-04-06 14:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:07:02] Production.INFO: neon service started
[2026-04-06 14:07:02] Production.INFO: neon service started
[2026-04-06 14:07:02] Production.INFO: ==22465== Releasing lock...
[2026-04-06 14:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:07:02] Production.INFO: ==22467== Lock acquired, processing the job...
[2026-04-06 09:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:07:02] Production.INFO: ==22469== Lock acquired, processing the job...
[2026-04-06 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:07:02] Production.INFO: ==22469== Releasing lock...
[2026-04-06 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:07:03] Production.INFO: ==22467== Releasing lock...
[2026-04-06 09:07:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:07:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:07:03] Production.INFO: ==22472== Lock acquired, processing the job...
[2026-04-06 09:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:07:03] Production.INFO: ==22474== Lock acquired, processing the job...
[2026-04-06 09:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:07:03] Production.INFO: ==22476== Lock acquired, processing the job...
[2026-04-06 09:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:07:03] Production.INFO: ==22478== Lock acquired, processing the job...
[2026-04-06 09:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:07:03] Production.INFO: ==22480== Lock acquired, processing the job...
[2026-04-06 09:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:07:04] Production.INFO: Account Balance Start.
[2026-04-06 09:07:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:07:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:07:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:07:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:07:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:07:04] Production.INFO: 117
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:07:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:07:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:07:04] Production.INFO: ==22480== Releasing lock...
[2026-04-06 09:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: ==22474== Releasing lock...
[2026-04-06 09:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:07:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:07:05] Production.INFO: Total Charge 0
[2026-04-06 09:07:05] Production.INFO: CreateAllLog End
[2026-04-06 09:07:05] Production.INFO: Account Balance End.
[2026-04-06 09:07:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:07:05] Production.INFO: ==22478== Releasing lock...
[2026-04-06 09:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:07:11] Production.ERROR: CronJobId end10
[2026-04-06 09:07:11] Production.INFO: ==22476== Releasing lock...
[2026-04-06 09:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:07:14] Production.INFO: call_cost start
[2026-04-06 09:07:14] Production.INFO: call_cost end
[2026-04-06 09:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:07:14] Production.INFO: ==22472== Releasing lock...
[2026-04-06 09:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:08:01] Production.INFO: ==22536== Lock acquired, processing the job...
[2026-04-06 14:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:08:01] Production.INFO: neon service started
[2026-04-06 14:08:01] Production.INFO: neon service started
[2026-04-06 14:08:01] Production.INFO: ==22536== Releasing lock...
[2026-04-06 14:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:08:01] Production.INFO: ==22539== Lock acquired, processing the job...
[2026-04-06 09:08:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:08:02] Production.INFO: ==22539== Releasing lock...
[2026-04-06 09:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:08:02] Production.INFO: ==22541== Lock acquired, processing the job...
[2026-04-06 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:08:02] Production.INFO: ==22541== Releasing lock...
[2026-04-06 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:08:03] Production.INFO: ==22545== Lock acquired, processing the job...
[2026-04-06 09:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:08:03] Production.INFO: ==22543== Lock acquired, processing the job...
[2026-04-06 09:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:08:03] Production.INFO: ==22549== Lock acquired, processing the job...
[2026-04-06 09:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:08:03] Production.INFO: Account Balance Start.
[2026-04-06 09:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:08:03] Production.INFO: ==22551== Lock acquired, processing the job...
[2026-04-06 09:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:08:03] Production.INFO: ==22547== Lock acquired, processing the job...
[2026-04-06 09:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:08:03] Production.INFO: 117
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:08:03] Production.INFO: ==22551== Releasing lock...
[2026-04-06 09:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:08:03] Production.INFO: ==22545== Releasing lock...
[2026-04-06 09:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:08:04] Production.INFO: Total Charge 0
[2026-04-06 09:08:04] Production.INFO: CreateAllLog End
[2026-04-06 09:08:04] Production.INFO: Account Balance End.
[2026-04-06 09:08:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:08:04] Production.INFO: ==22549== Releasing lock...
[2026-04-06 09:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:08:10] Production.ERROR: CronJobId end10
[2026-04-06 09:08:10] Production.INFO: ==22547== Releasing lock...
[2026-04-06 09:08:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:08:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:08:14] Production.INFO: call_cost start
[2026-04-06 09:08:14] Production.INFO: call_cost end
[2026-04-06 09:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:08:14] Production.INFO: ==22543== Releasing lock...
[2026-04-06 09:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:09:01] Production.INFO: ==22613== Lock acquired, processing the job...
[2026-04-06 14:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:09:01] Production.INFO: neon service started
[2026-04-06 14:09:01] Production.INFO: neon service started
[2026-04-06 14:09:01] Production.INFO: ==22613== Releasing lock...
[2026-04-06 14:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:09:02] Production.INFO: ==22615== Lock acquired, processing the job...
[2026-04-06 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:09:02] Production.INFO: ==22615== Releasing lock...
[2026-04-06 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:09:02] Production.INFO: ==22617== Lock acquired, processing the job...
[2026-04-06 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:09:02] Production.INFO: ==22617== Releasing lock...
[2026-04-06 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:09:03] Production.INFO: ==22619== Lock acquired, processing the job...
[2026-04-06 09:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:09:03] Production.INFO: ==22621== Lock acquired, processing the job...
[2026-04-06 09:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:09:03] Production.INFO: ==22623== Lock acquired, processing the job...
[2026-04-06 09:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:09:03] Production.INFO: ==22625== Lock acquired, processing the job...
[2026-04-06 09:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:09:03] Production.INFO: ==22627== Lock acquired, processing the job...
[2026-04-06 09:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:09:03] Production.INFO: Account Balance Start.
[2026-04-06 09:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:09:03] Production.INFO: 117
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:09:03] Production.INFO: ==22627== Releasing lock...
[2026-04-06 09:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: ==22621== Releasing lock...
[2026-04-06 09:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:09:04] Production.INFO: Total Charge 0
[2026-04-06 09:09:04] Production.INFO: CreateAllLog End
[2026-04-06 09:09:05] Production.INFO: Account Balance End.
[2026-04-06 09:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:09:05] Production.INFO: ==22625== Releasing lock...
[2026-04-06 09:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:09:11] Production.ERROR: CronJobId end10
[2026-04-06 09:09:11] Production.INFO: ==22623== Releasing lock...
[2026-04-06 09:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:09:13] Production.INFO: call_cost start
[2026-04-06 09:09:13] Production.INFO: call_cost end
[2026-04-06 09:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:09:13] Production.INFO: ==22619== Releasing lock...
[2026-04-06 09:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:10:01] Production.INFO: ==22685== Lock acquired, processing the job...
[2026-04-06 14:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:10:01] Production.INFO: neon service started
[2026-04-06 14:10:01] Production.INFO: neon service started
[2026-04-06 14:10:01] Production.INFO: ==22685== Releasing lock...
[2026-04-06 14:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:10:01] Production.INFO: ==22689== Lock acquired, processing the job...
[2026-04-06 13:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:10:01] Production.INFO: ==22689== Releasing lock...
[2026-04-06 13:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:10:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:10:01] Production.INFO: ==22687== Lock acquired, processing the job...
[2026-04-06 09:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:10:02] Production.INFO: ==22687== Releasing lock...
[2026-04-06 09:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:10:02] Production.INFO: ==22695== Lock acquired, processing the job...
[2026-04-06 09:10:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:10:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:10:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:10:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:10:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:10:03] Production.INFO: ==22691== Lock acquired, processing the job...
[2026-04-06 09:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:10:03] Production.INFO: ==22693== Lock acquired, processing the job...
[2026-04-06 09:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:10:03] Production.INFO: ==22699== Lock acquired, processing the job...
[2026-04-06 09:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:10:03] Production.INFO: ==22697== Lock acquired, processing the job...
[2026-04-06 09:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:10:03] Production.INFO: ==22699== Releasing lock...
[2026-04-06 09:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:10:03] Production.INFO: Account Balance Start.
[2026-04-06 09:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:10:03] Production.INFO: 117
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: ==22693== Releasing lock...
[2026-04-06 09:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:10:04] Production.INFO: Total Charge 0
[2026-04-06 09:10:04] Production.INFO: CreateAllLog End
[2026-04-06 09:10:04] Production.INFO: Account Balance End.
[2026-04-06 09:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:10:04] Production.INFO: ==22697== Releasing lock...
[2026-04-06 09:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:10:10] Production.ERROR: CronJobId end10
[2026-04-06 09:10:10] Production.INFO: ==22695== Releasing lock...
[2026-04-06 09:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:10:14] Production.INFO: call_cost start
[2026-04-06 09:10:14] Production.INFO: call_cost end
[2026-04-06 09:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:10:14] Production.INFO: ==22691== Releasing lock...
[2026-04-06 09:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:11:01] Production.INFO: ==22759== Lock acquired, processing the job...
[2026-04-06 14:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:11:01] Production.INFO: neon service started
[2026-04-06 14:11:01] Production.INFO: neon service started
[2026-04-06 14:11:01] Production.INFO: ==22759== Releasing lock...
[2026-04-06 14:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:11:02] Production.INFO: ==22763== Lock acquired, processing the job...
[2026-04-06 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:11:02] Production.INFO: ==22763== Releasing lock...
[2026-04-06 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:11:02] Production.INFO: ==22761== Lock acquired, processing the job...
[2026-04-06 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:11:02] Production.INFO: ==22761== Releasing lock...
[2026-04-06 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:11:03] Production.INFO: ==22765== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 09:11:03] Production.INFO: ==22767== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 09:11:03] Production.INFO: ==22771== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:11:03] Production.INFO: ==22776== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 09:11:03] Production.INFO: ==22769== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 09:11:03] Production.INFO: ==22765== Releasing lock...
[2026-04-06 09:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 09:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:11:03] Production.INFO: ==22773== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:11:03] Production.INFO: ==22778== Lock acquired, processing the job...
[2026-04-06 09:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:11:03] Production.INFO: Account Balance Start.
[2026-04-06 09:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:11:03] Production.INFO: 117
[2026-04-06 09:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: ==22778== Releasing lock...
[2026-04-06 09:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.ERROR: done
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 09:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046850', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: ==22769== Releasing lock...
[2026-04-06 09:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:11:05] Production.INFO: Total Charge 0
[2026-04-06 09:11:05] Production.INFO: CreateAllLog End
[2026-04-06 09:11:05] Production.INFO: Account Balance End.
[2026-04-06 09:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:11:05] Production.INFO: ==22773== Releasing lock...
[2026-04-06 09:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046850', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 09:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 09:11:10] Production.INFO: ProcessCDR(1,17046850,1,1,2)
[2026-04-06 09:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046850,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046850,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 09:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 09:11:10] Production.INFO: ==22776== Releasing lock...
[2026-04-06 09:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 09:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:11:13] Production.ERROR: CronJobId end10
[2026-04-06 09:11:13] Production.INFO: ==22771== Releasing lock...
[2026-04-06 09:11:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:11:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:11:17] Production.INFO: call_cost start
[2026-04-06 09:11:17] Production.INFO: call_cost end
[2026-04-06 09:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:11:17] Production.INFO: ==22767== Releasing lock...
[2026-04-06 09:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:12:02] Production.INFO: ==22840== Lock acquired, processing the job...
[2026-04-06 14:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:12:02] Production.INFO: neon service started
[2026-04-06 14:12:02] Production.INFO: neon service started
[2026-04-06 14:12:02] Production.INFO: ==22840== Releasing lock...
[2026-04-06 14:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:12:02] Production.INFO: ==22842== Lock acquired, processing the job...
[2026-04-06 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:12:02] Production.INFO: ==22842== Releasing lock...
[2026-04-06 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:12:02] Production.INFO: ==22844== Lock acquired, processing the job...
[2026-04-06 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:12:02] Production.INFO: ==22844== Releasing lock...
[2026-04-06 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:12:03] Production.INFO: ==22850== Lock acquired, processing the job...
[2026-04-06 09:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:12:03] Production.INFO: ==22846== Lock acquired, processing the job...
[2026-04-06 09:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:12:03] Production.INFO: ==22848== Lock acquired, processing the job...
[2026-04-06 09:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:12:03] Production.INFO: ==22852== Lock acquired, processing the job...
[2026-04-06 09:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:12:03] Production.INFO: ==22854== Lock acquired, processing the job...
[2026-04-06 09:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:12:03] Production.INFO: Account Balance Start.
[2026-04-06 09:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:12:03] Production.INFO: 117
[2026-04-06 09:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:12:03] Production.INFO: ==22854== Releasing lock...
[2026-04-06 09:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: ==22848== Releasing lock...
[2026-04-06 09:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:12:04] Production.INFO: Total Charge 0
[2026-04-06 09:12:05] Production.INFO: CreateAllLog End
[2026-04-06 09:12:05] Production.INFO: Account Balance End.
[2026-04-06 09:12:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:12:05] Production.INFO: ==22852== Releasing lock...
[2026-04-06 09:12:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:12:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:12:11] Production.ERROR: CronJobId end10
[2026-04-06 09:12:11] Production.INFO: ==22850== Releasing lock...
[2026-04-06 09:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:12:15] Production.INFO: call_cost start
[2026-04-06 09:12:15] Production.INFO: call_cost end
[2026-04-06 09:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:12:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:12:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:12:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:12:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:12:15] Production.INFO: ==22846== Releasing lock...
[2026-04-06 09:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:13:01] Production.INFO: ==22913== Lock acquired, processing the job...
[2026-04-06 14:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:13:01] Production.INFO: neon service started
[2026-04-06 14:13:01] Production.INFO: neon service started
[2026-04-06 14:13:01] Production.INFO: ==22913== Releasing lock...
[2026-04-06 14:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:13:02] Production.INFO: ==22915== Lock acquired, processing the job...
[2026-04-06 09:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:13:02] Production.INFO: ==22917== Lock acquired, processing the job...
[2026-04-06 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:13:02] Production.INFO: ==22917== Releasing lock...
[2026-04-06 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:13:02] Production.INFO: ==22915== Releasing lock...
[2026-04-06 09:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:13:03] Production.INFO: ==22922== Lock acquired, processing the job...
[2026-04-06 09:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:13:03] Production.INFO: ==22920== Lock acquired, processing the job...
[2026-04-06 09:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:13:03] Production.INFO: ==22926== Lock acquired, processing the job...
[2026-04-06 09:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:13:03] Production.INFO: ==22924== Lock acquired, processing the job...
[2026-04-06 09:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:13:03] Production.INFO: ==22928== Lock acquired, processing the job...
[2026-04-06 09:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:13:03] Production.INFO: Account Balance Start.
[2026-04-06 09:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:13:03] Production.INFO: 117
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: ==22928== Releasing lock...
[2026-04-06 09:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: ==22922== Releasing lock...
[2026-04-06 09:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:13:04] Production.INFO: Total Charge 0
[2026-04-06 09:13:04] Production.INFO: CreateAllLog End
[2026-04-06 09:13:04] Production.INFO: Account Balance End.
[2026-04-06 09:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:13:05] Production.INFO: ==22926== Releasing lock...
[2026-04-06 09:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:13:12] Production.ERROR: CronJobId end10
[2026-04-06 09:13:12] Production.INFO: ==22924== Releasing lock...
[2026-04-06 09:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:13:14] Production.INFO: call_cost start
[2026-04-06 09:13:14] Production.INFO: call_cost end
[2026-04-06 09:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:13:14] Production.INFO: ==22920== Releasing lock...
[2026-04-06 09:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:14:02] Production.INFO: ==22991== Lock acquired, processing the job...
[2026-04-06 14:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:14:02] Production.INFO: neon service started
[2026-04-06 14:14:02] Production.INFO: neon service started
[2026-04-06 14:14:02] Production.INFO: ==22991== Releasing lock...
[2026-04-06 14:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:14:02] Production.INFO: ==22993== Lock acquired, processing the job...
[2026-04-06 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:14:02] Production.INFO: ==22993== Releasing lock...
[2026-04-06 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:14:02] Production.INFO: ==22995== Lock acquired, processing the job...
[2026-04-06 13:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:14:02] Production.INFO: ==22995== Releasing lock...
[2026-04-06 13:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:14:03] Production.INFO: ==22998== Lock acquired, processing the job...
[2026-04-06 09:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:14:03] Production.INFO: ==23000== Lock acquired, processing the job...
[2026-04-06 09:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:14:03] Production.INFO: ==23004== Lock acquired, processing the job...
[2026-04-06 09:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:14:03] Production.INFO: ==23002== Lock acquired, processing the job...
[2026-04-06 09:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:14:03] Production.INFO: ==23006== Lock acquired, processing the job...
[2026-04-06 09:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:14:03] Production.INFO: Account Balance Start.
[2026-04-06 09:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:14:03] Production.INFO: 117
[2026-04-06 09:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:14:03] Production.INFO: ==23006== Releasing lock...
[2026-04-06 09:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: ==23000== Releasing lock...
[2026-04-06 09:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:14:05] Production.INFO: Total Charge 0
[2026-04-06 09:14:05] Production.INFO: CreateAllLog End
[2026-04-06 09:14:05] Production.INFO: Account Balance End.
[2026-04-06 09:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:14:05] Production.INFO: ==23004== Releasing lock...
[2026-04-06 09:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:14:11] Production.ERROR: CronJobId end10
[2026-04-06 09:14:11] Production.INFO: ==23002== Releasing lock...
[2026-04-06 09:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:14:14] Production.INFO: call_cost start
[2026-04-06 09:14:14] Production.INFO: call_cost end
[2026-04-06 09:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:14:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:14:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:14:15] Production.INFO: ==22998== Releasing lock...
[2026-04-06 09:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:15:01] Production.INFO: ==23066== Lock acquired, processing the job...
[2026-04-06 14:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:15:01] Production.INFO: neon service started
[2026-04-06 14:15:01] Production.INFO: neon service started
[2026-04-06 14:15:01] Production.INFO: ==23066== Releasing lock...
[2026-04-06 14:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:15:02] Production.INFO: ==23071== Lock acquired, processing the job...
[2026-04-06 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 09:15:02] Production.INFO: ==23069== Lock acquired, processing the job...
[2026-04-06 09:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:15:02] Production.INFO: ==23071== Releasing lock...
[2026-04-06 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:15:02] Production.INFO: ==23069== Releasing lock...
[2026-04-06 09:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:15:02] Production.INFO: ==23076== Lock acquired, processing the job...
[2026-04-06 09:15:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:15:03] Production.INFO: ==23074== Lock acquired, processing the job...
[2026-04-06 09:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:15:03] Production.INFO: ==23082== Lock acquired, processing the job...
[2026-04-06 09:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:15:03] Production.INFO: ==23080== Lock acquired, processing the job...
[2026-04-06 09:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:15:03] Production.INFO: ==23078== Lock acquired, processing the job...
[2026-04-06 09:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:15:03] Production.INFO: Account Balance Start.
[2026-04-06 09:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:15:03] Production.INFO: 117
[2026-04-06 09:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:15:03] Production.INFO: ==23082== Releasing lock...
[2026-04-06 09:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: ==23076== Releasing lock...
[2026-04-06 09:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:15:04] Production.INFO: Total Charge 0
[2026-04-06 09:15:04] Production.INFO: CreateAllLog End
[2026-04-06 09:15:05] Production.INFO: Account Balance End.
[2026-04-06 09:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:15:05] Production.INFO: ==23080== Releasing lock...
[2026-04-06 09:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:15:11] Production.ERROR: CronJobId end10
[2026-04-06 09:15:11] Production.INFO: ==23078== Releasing lock...
[2026-04-06 09:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:15:14] Production.INFO: call_cost start
[2026-04-06 09:15:14] Production.INFO: call_cost end
[2026-04-06 09:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:15:14] Production.INFO: ==23074== Releasing lock...
[2026-04-06 09:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:16:01] Production.INFO: ==23140== Lock acquired, processing the job...
[2026-04-06 14:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:16:01] Production.INFO: neon service started
[2026-04-06 14:16:01] Production.INFO: neon service started
[2026-04-06 14:16:01] Production.INFO: ==23140== Releasing lock...
[2026-04-06 14:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:16:02] Production.INFO: ==23142== Lock acquired, processing the job...
[2026-04-06 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:16:02] Production.INFO: ==23142== Releasing lock...
[2026-04-06 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:16:02] Production.INFO: ==23144== Lock acquired, processing the job...
[2026-04-06 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:16:02] Production.INFO: ==23144== Releasing lock...
[2026-04-06 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:16:03] Production.INFO: ==23152== Lock acquired, processing the job...
[2026-04-06 09:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:16:03] Production.INFO: Account Balance Start.
[2026-04-06 09:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:16:03] Production.INFO: 117
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: ==23146== Lock acquired, processing the job...
[2026-04-06 09:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: ==23148== Lock acquired, processing the job...
[2026-04-06 09:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:16:03] Production.INFO: ==23150== Lock acquired, processing the job...
[2026-04-06 09:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: ==23154== Lock acquired, processing the job...
[2026-04-06 09:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:16:03] Production.INFO: ==23154== Releasing lock...
[2026-04-06 09:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:16:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: ==23148== Releasing lock...
[2026-04-06 09:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:16:04] Production.INFO: Total Charge 0
[2026-04-06 09:16:04] Production.INFO: CreateAllLog End
[2026-04-06 09:16:04] Production.INFO: Account Balance End.
[2026-04-06 09:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:16:04] Production.INFO: ==23152== Releasing lock...
[2026-04-06 09:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:16:11] Production.ERROR: CronJobId end10
[2026-04-06 09:16:11] Production.INFO: ==23150== Releasing lock...
[2026-04-06 09:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:16:14] Production.INFO: call_cost start
[2026-04-06 09:16:14] Production.INFO: call_cost end
[2026-04-06 09:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:16:14] Production.INFO: ==23146== Releasing lock...
[2026-04-06 09:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:17:02] Production.INFO: ==23219== Lock acquired, processing the job...
[2026-04-06 14:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:17:02] Production.INFO: neon service started
[2026-04-06 14:17:02] Production.INFO: neon service started
[2026-04-06 14:17:02] Production.INFO: ==23219== Releasing lock...
[2026-04-06 14:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:17:02] Production.INFO: ==23223== Lock acquired, processing the job...
[2026-04-06 13:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:17:02] Production.INFO: ==23223== Releasing lock...
[2026-04-06 13:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:17:02] Production.INFO: ==23221== Lock acquired, processing the job...
[2026-04-06 09:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:17:03] Production.INFO: ==23221== Releasing lock...
[2026-04-06 09:17:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:17:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:17:03] Production.INFO: ==23226== Lock acquired, processing the job...
[2026-04-06 09:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:17:03] Production.INFO: ==23230== Lock acquired, processing the job...
[2026-04-06 09:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:17:03] Production.INFO: ==23228== Lock acquired, processing the job...
[2026-04-06 09:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:17:04] Production.INFO: ==23234== Lock acquired, processing the job...
[2026-04-06 09:17:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:17:04] Production.INFO: ==23232== Lock acquired, processing the job...
[2026-04-06 09:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:17:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:17:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:17:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:17:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:17:04] Production.INFO: Account Balance Start.
[2026-04-06 09:17:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:17:04] Production.INFO: 117
[2026-04-06 09:17:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:17:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:17:04] Production.INFO: ==23234== Releasing lock...
[2026-04-06 09:17:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:17:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: ==23228== Releasing lock...
[2026-04-06 09:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-23
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-24
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-25
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-26
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-27
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-28
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-29
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-30
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-03-31
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-04-01
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:17:05] Production.INFO: Total Charge 0
[2026-04-06 09:17:05] Production.INFO: CreateAllLog End
[2026-04-06 09:17:05] Production.INFO: Account Balance End.
[2026-04-06 09:17:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:17:05] Production.INFO: ==23232== Releasing lock...
[2026-04-06 09:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:17:11] Production.ERROR: CronJobId end10
[2026-04-06 09:17:11] Production.INFO: ==23230== Releasing lock...
[2026-04-06 09:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:17:15] Production.INFO: call_cost start
[2026-04-06 09:17:15] Production.INFO: call_cost end
[2026-04-06 09:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:17:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:17:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:17:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:17:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:17:15] Production.INFO: ==23226== Releasing lock...
[2026-04-06 09:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:18:01] Production.INFO: ==23291== Lock acquired, processing the job...
[2026-04-06 14:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:18:01] Production.INFO: neon service started
[2026-04-06 14:18:01] Production.INFO: neon service started
[2026-04-06 14:18:01] Production.INFO: ==23291== Releasing lock...
[2026-04-06 14:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:18:02] Production.INFO: ==23293== Lock acquired, processing the job...
[2026-04-06 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:18:02] Production.INFO: ==23295== Lock acquired, processing the job...
[2026-04-06 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:18:02] Production.INFO: ==23295== Releasing lock...
[2026-04-06 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:18:02] Production.INFO: ==23293== Releasing lock...
[2026-04-06 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:18:03] Production.INFO: ==23300== Lock acquired, processing the job...
[2026-04-06 09:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:18:03] Production.INFO: ==23302== Lock acquired, processing the job...
[2026-04-06 09:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:18:03] Production.INFO: ==23304== Lock acquired, processing the job...
[2026-04-06 09:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:18:03] Production.INFO: ==23306== Lock acquired, processing the job...
[2026-04-06 09:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:18:03] Production.INFO: ==23308== Lock acquired, processing the job...
[2026-04-06 09:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:18:03] Production.INFO: Account Balance Start.
[2026-04-06 09:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:18:03] Production.INFO: 117
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:18:03] Production.INFO: ==23308== Releasing lock...
[2026-04-06 09:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:03] Production.INFO: ==23302== Releasing lock...
[2026-04-06 09:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:18:04] Production.INFO: Total Charge 0
[2026-04-06 09:18:04] Production.INFO: CreateAllLog End
[2026-04-06 09:18:04] Production.INFO: Account Balance End.
[2026-04-06 09:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:18:05] Production.INFO: ==23306== Releasing lock...
[2026-04-06 09:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:18:11] Production.ERROR: CronJobId end10
[2026-04-06 09:18:11] Production.INFO: ==23304== Releasing lock...
[2026-04-06 09:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:18:13] Production.INFO: call_cost start
[2026-04-06 09:18:13] Production.INFO: call_cost end
[2026-04-06 09:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:18:13] Production.INFO: ==23300== Releasing lock...
[2026-04-06 09:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:19:02] Production.INFO: ==23367== Lock acquired, processing the job...
[2026-04-06 14:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:19:02] Production.INFO: neon service started
[2026-04-06 14:19:02] Production.INFO: neon service started
[2026-04-06 14:19:02] Production.INFO: ==23367== Releasing lock...
[2026-04-06 14:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:19:02] Production.INFO: ==23369== Lock acquired, processing the job...
[2026-04-06 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:19:02] Production.INFO: ==23369== Releasing lock...
[2026-04-06 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:19:02] Production.INFO: ==23371== Lock acquired, processing the job...
[2026-04-06 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:19:02] Production.INFO: ==23371== Releasing lock...
[2026-04-06 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:19:03] Production.INFO: ==23373== Lock acquired, processing the job...
[2026-04-06 09:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:19:03] Production.INFO: ==23375== Lock acquired, processing the job...
[2026-04-06 09:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:19:03] Production.INFO: ==23379== Lock acquired, processing the job...
[2026-04-06 09:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:19:03] Production.INFO: ==23377== Lock acquired, processing the job...
[2026-04-06 09:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:19:03] Production.INFO: ==23381== Lock acquired, processing the job...
[2026-04-06 09:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:19:03] Production.INFO: Account Balance Start.
[2026-04-06 09:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:19:03] Production.INFO: 117
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:19:03] Production.INFO: ==23381== Releasing lock...
[2026-04-06 09:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: ==23375== Releasing lock...
[2026-04-06 09:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:19:04] Production.INFO: Total Charge 0
[2026-04-06 09:19:04] Production.INFO: CreateAllLog End
[2026-04-06 09:19:04] Production.INFO: Account Balance End.
[2026-04-06 09:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:19:04] Production.INFO: ==23379== Releasing lock...
[2026-04-06 09:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:19:12] Production.ERROR: CronJobId end10
[2026-04-06 09:19:12] Production.INFO: ==23377== Releasing lock...
[2026-04-06 09:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:19:14] Production.INFO: call_cost start
[2026-04-06 09:19:14] Production.INFO: call_cost end
[2026-04-06 09:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:19:14] Production.INFO: ==23373== Releasing lock...
[2026-04-06 09:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:20:01] Production.INFO: ==23446== Lock acquired, processing the job...
[2026-04-06 14:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:20:01] Production.INFO: neon service started
[2026-04-06 14:20:01] Production.INFO: neon service started
[2026-04-06 14:20:01] Production.INFO: ==23446== Releasing lock...
[2026-04-06 14:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:20:02] Production.INFO: ==23448== Lock acquired, processing the job...
[2026-04-06 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:20:02] Production.INFO: ==23448== Releasing lock...
[2026-04-06 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:20:02] Production.INFO: ==23450== Lock acquired, processing the job...
[2026-04-06 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:20:02] Production.INFO: ==23450== Releasing lock...
[2026-04-06 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:20:02] Production.INFO: ==23460== Lock acquired, processing the job...
[2026-04-06 09:20:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:20:03] Production.INFO: ==23460== Releasing lock...
[2026-04-06 09:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:20:03] Production.INFO: ==23452== Lock acquired, processing the job...
[2026-04-06 09:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:20:03] Production.INFO: ==23454== Lock acquired, processing the job...
[2026-04-06 09:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:20:03] Production.INFO: ==23458== Lock acquired, processing the job...
[2026-04-06 09:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:20:03] Production.INFO: ==23456== Lock acquired, processing the job...
[2026-04-06 09:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:20:03] Production.INFO: Account Balance Start.
[2026-04-06 09:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:20:03] Production.INFO: 117
[2026-04-06 09:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:03] Production.INFO: ==23454== Releasing lock...
[2026-04-06 09:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:20:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:20:04] Production.INFO: Total Charge 0
[2026-04-06 09:20:04] Production.INFO: CreateAllLog End
[2026-04-06 09:20:04] Production.INFO: Account Balance End.
[2026-04-06 09:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:20:04] Production.INFO: ==23458== Releasing lock...
[2026-04-06 09:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:20:12] Production.ERROR: CronJobId end10
[2026-04-06 09:20:12] Production.INFO: ==23456== Releasing lock...
[2026-04-06 09:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:20:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:20:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:20:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:20:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:20:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:20:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:20:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:20:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:20:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:20:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:20:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:20:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:20:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:20:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:20:15] Production.INFO: call_cost start
[2026-04-06 09:20:15] Production.INFO: call_cost end
[2026-04-06 09:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:20:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:20:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:20:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:20:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:20:15] Production.INFO: ==23452== Releasing lock...
[2026-04-06 09:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:21:02] Production.INFO: ==23533== Lock acquired, processing the job...
[2026-04-06 14:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:21:02] Production.INFO: neon service started
[2026-04-06 14:21:02] Production.INFO: neon service started
[2026-04-06 14:21:02] Production.INFO: ==23533== Releasing lock...
[2026-04-06 14:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:21:02] Production.INFO: ==23537== Lock acquired, processing the job...
[2026-04-06 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:21:02] Production.INFO: ==23537== Releasing lock...
[2026-04-06 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:21:02] Production.INFO: ==23539== Lock acquired, processing the job...
[2026-04-06 13:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:21:03] Production.INFO: ==23539== Releasing lock...
[2026-04-06 13:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:21:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:21:03] Production.INFO: ==23542== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 09:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 09:21:03] Production.INFO: ==23546== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 09:21:03] Production.INFO: ==23542== Releasing lock...
[2026-04-06 09:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 09:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:21:03] Production.INFO: ==23548== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:21:03] Production.INFO: ==23552== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 09:21:03] Production.INFO: ==23550== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:21:03] Production.INFO: ==23544== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:21:03] Production.INFO: ==23554== Lock acquired, processing the job...
[2026-04-06 09:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:21:04] Production.INFO: Account Balance Start.
[2026-04-06 09:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:21:04] Production.INFO: 117
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: ==23554== Releasing lock...
[2026-04-06 09:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: ==23546== Releasing lock...
[2026-04-06 09:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.ERROR: done
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 09:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046891', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 09:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:21:05] Production.INFO: Total Charge 0
[2026-04-06 09:21:05] Production.INFO: CreateAllLog End
[2026-04-06 09:21:05] Production.INFO: Account Balance End.
[2026-04-06 09:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:21:05] Production.INFO: ==23550== Releasing lock...
[2026-04-06 09:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046891', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 09:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 09:21:10] Production.INFO: ProcessCDR(1,17046891,1,1,2)
[2026-04-06 09:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046891,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046891,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 09:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 09:21:10] Production.INFO: ==23552== Releasing lock...
[2026-04-06 09:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 09:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:21:14] Production.ERROR: CronJobId end10
[2026-04-06 09:21:14] Production.INFO: ==23548== Releasing lock...
[2026-04-06 09:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:21:17] Production.INFO: call_cost start
[2026-04-06 09:21:17] Production.INFO: call_cost end
[2026-04-06 09:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:21:17] Production.INFO: ==23544== Releasing lock...
[2026-04-06 09:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:22:01] Production.INFO: ==23616== Lock acquired, processing the job...
[2026-04-06 14:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:22:01] Production.INFO: neon service started
[2026-04-06 14:22:01] Production.INFO: neon service started
[2026-04-06 14:22:01] Production.INFO: ==23616== Releasing lock...
[2026-04-06 14:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:22:01] Production.INFO: ==23618== Lock acquired, processing the job...
[2026-04-06 09:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:22:02] Production.INFO: ==23618== Releasing lock...
[2026-04-06 09:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:22:02] Production.INFO: ==23620== Lock acquired, processing the job...
[2026-04-06 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:22:02] Production.INFO: ==23620== Releasing lock...
[2026-04-06 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:22:02] Production.INFO: ==23622== Lock acquired, processing the job...
[2026-04-06 09:22:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:22:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:22:02] Production.INFO: ==23624== Lock acquired, processing the job...
[2026-04-06 09:22:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:22:02] Production.INFO: ==23626== Lock acquired, processing the job...
[2026-04-06 09:22:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:22:03] Production.INFO: ==23628== Lock acquired, processing the job...
[2026-04-06 09:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:22:03] Production.INFO: ==23630== Lock acquired, processing the job...
[2026-04-06 09:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:22:03] Production.INFO: Account Balance Start.
[2026-04-06 09:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:22:03] Production.INFO: 117
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:22:03] Production.INFO: ==23630== Releasing lock...
[2026-04-06 09:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: ==23624== Releasing lock...
[2026-04-06 09:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:22:04] Production.INFO: Total Charge 0
[2026-04-06 09:22:04] Production.INFO: CreateAllLog End
[2026-04-06 09:22:04] Production.INFO: Account Balance End.
[2026-04-06 09:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:22:04] Production.INFO: ==23628== Releasing lock...
[2026-04-06 09:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:22:11] Production.ERROR: CronJobId end10
[2026-04-06 09:22:11] Production.INFO: ==23626== Releasing lock...
[2026-04-06 09:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:22:14] Production.INFO: call_cost start
[2026-04-06 09:22:14] Production.INFO: call_cost end
[2026-04-06 09:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:22:14] Production.INFO: ==23622== Releasing lock...
[2026-04-06 09:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:23:01] Production.INFO: ==23699== Lock acquired, processing the job...
[2026-04-06 14:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:23:01] Production.INFO: neon service started
[2026-04-06 14:23:01] Production.INFO: neon service started
[2026-04-06 14:23:01] Production.INFO: ==23699== Releasing lock...
[2026-04-06 14:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:23:02] Production.INFO: ==23703== Lock acquired, processing the job...
[2026-04-06 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:23:02] Production.INFO: ==23703== Releasing lock...
[2026-04-06 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:23:02] Production.INFO: ==23701== Lock acquired, processing the job...
[2026-04-06 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:23:02] Production.INFO: ==23701== Releasing lock...
[2026-04-06 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:23:03] Production.INFO: ==23705== Lock acquired, processing the job...
[2026-04-06 09:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:23:03] Production.INFO: ==23707== Lock acquired, processing the job...
[2026-04-06 09:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:23:03] Production.INFO: ==23709== Lock acquired, processing the job...
[2026-04-06 09:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:23:03] Production.INFO: ==23712== Lock acquired, processing the job...
[2026-04-06 09:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:23:03] Production.INFO: ==23714== Lock acquired, processing the job...
[2026-04-06 09:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:23:03] Production.INFO: Account Balance Start.
[2026-04-06 09:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:23:03] Production.INFO: 117
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:23:03] Production.INFO: ==23714== Releasing lock...
[2026-04-06 09:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: ==23707== Releasing lock...
[2026-04-06 09:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:23:04] Production.INFO: Total Charge 0
[2026-04-06 09:23:04] Production.INFO: CreateAllLog End
[2026-04-06 09:23:04] Production.INFO: Account Balance End.
[2026-04-06 09:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:23:04] Production.INFO: ==23712== Releasing lock...
[2026-04-06 09:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:23:11] Production.ERROR: CronJobId end10
[2026-04-06 09:23:11] Production.INFO: ==23709== Releasing lock...
[2026-04-06 09:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:23:14] Production.INFO: call_cost start
[2026-04-06 09:23:14] Production.INFO: call_cost end
[2026-04-06 09:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:23:14] Production.INFO: ==23705== Releasing lock...
[2026-04-06 09:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:24:02] Production.INFO: ==23779== Lock acquired, processing the job...
[2026-04-06 14:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:24:02] Production.INFO: neon service started
[2026-04-06 14:24:02] Production.INFO: neon service started
[2026-04-06 14:24:02] Production.INFO: ==23779== Releasing lock...
[2026-04-06 14:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:24:02] Production.INFO: ==23783== Lock acquired, processing the job...
[2026-04-06 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:24:02] Production.INFO: ==23783== Releasing lock...
[2026-04-06 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:24:02] Production.INFO: ==23781== Lock acquired, processing the job...
[2026-04-06 09:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:24:03] Production.INFO: ==23781== Releasing lock...
[2026-04-06 09:24:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:24:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:24:03] Production.INFO: ==23787== Lock acquired, processing the job...
[2026-04-06 09:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:24:03] Production.INFO: ==23785== Lock acquired, processing the job...
[2026-04-06 09:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:24:03] Production.INFO: ==23789== Lock acquired, processing the job...
[2026-04-06 09:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:24:03] Production.INFO: ==23791== Lock acquired, processing the job...
[2026-04-06 09:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:24:03] Production.INFO: ==23793== Lock acquired, processing the job...
[2026-04-06 09:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:24:03] Production.INFO: Account Balance Start.
[2026-04-06 09:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:24:03] Production.INFO: 117
[2026-04-06 09:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:24:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:24:04] Production.INFO: ==23793== Releasing lock...
[2026-04-06 09:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: ==23787== Releasing lock...
[2026-04-06 09:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:24:04] Production.INFO: Total Charge 0
[2026-04-06 09:24:04] Production.INFO: CreateAllLog End
[2026-04-06 09:24:05] Production.INFO: Account Balance End.
[2026-04-06 09:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:24:05] Production.INFO: ==23791== Releasing lock...
[2026-04-06 09:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:24:11] Production.ERROR: CronJobId end10
[2026-04-06 09:24:11] Production.INFO: ==23789== Releasing lock...
[2026-04-06 09:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:24:14] Production.INFO: call_cost start
[2026-04-06 09:24:14] Production.INFO: call_cost end
[2026-04-06 09:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:24:14] Production.INFO: ==23785== Releasing lock...
[2026-04-06 09:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:25:01] Production.INFO: ==23856== Lock acquired, processing the job...
[2026-04-06 14:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:25:01] Production.INFO: neon service started
[2026-04-06 14:25:01] Production.INFO: neon service started
[2026-04-06 14:25:01] Production.INFO: ==23856== Releasing lock...
[2026-04-06 14:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:25:01] Production.INFO: ==23858== Lock acquired, processing the job...
[2026-04-06 09:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:25:02] Production.INFO: ==23858== Releasing lock...
[2026-04-06 09:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:25:02] Production.INFO: ==23860== Lock acquired, processing the job...
[2026-04-06 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:25:02] Production.INFO: ==23860== Releasing lock...
[2026-04-06 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:25:02] Production.INFO: ==23862== Lock acquired, processing the job...
[2026-04-06 09:25:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:25:03] Production.INFO: ==23866== Lock acquired, processing the job...
[2026-04-06 09:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:25:03] Production.INFO: ==23864== Lock acquired, processing the job...
[2026-04-06 09:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:25:03] Production.INFO: ==23868== Lock acquired, processing the job...
[2026-04-06 09:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:25:03] Production.INFO: ==23870== Lock acquired, processing the job...
[2026-04-06 09:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:25:03] Production.INFO: Account Balance Start.
[2026-04-06 09:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:25:03] Production.INFO: 117
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:25:03] Production.INFO: ==23870== Releasing lock...
[2026-04-06 09:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: ==23864== Releasing lock...
[2026-04-06 09:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:25:04] Production.INFO: Total Charge 0
[2026-04-06 09:25:04] Production.INFO: CreateAllLog End
[2026-04-06 09:25:04] Production.INFO: Account Balance End.
[2026-04-06 09:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:25:04] Production.INFO: ==23868== Releasing lock...
[2026-04-06 09:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:25:10] Production.ERROR: CronJobId end10
[2026-04-06 09:25:10] Production.INFO: ==23866== Releasing lock...
[2026-04-06 09:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:25:14] Production.INFO: call_cost start
[2026-04-06 09:25:14] Production.INFO: call_cost end
[2026-04-06 09:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:25:14] Production.INFO: ==23862== Releasing lock...
[2026-04-06 09:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:26:02] Production.INFO: ==23936== Lock acquired, processing the job...
[2026-04-06 14:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:26:02] Production.INFO: neon service started
[2026-04-06 14:26:02] Production.INFO: neon service started
[2026-04-06 14:26:02] Production.INFO: ==23936== Releasing lock...
[2026-04-06 14:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:26:02] Production.INFO: ==23940== Lock acquired, processing the job...
[2026-04-06 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:26:02] Production.INFO: ==23940== Releasing lock...
[2026-04-06 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:26:02] Production.INFO: ==23942== Lock acquired, processing the job...
[2026-04-06 13:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:26:03] Production.INFO: ==23942== Releasing lock...
[2026-04-06 13:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:26:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:26:03] Production.INFO: ==23945== Lock acquired, processing the job...
[2026-04-06 09:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:26:03] Production.INFO: ==23949== Lock acquired, processing the job...
[2026-04-06 09:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:26:03] Production.INFO: ==23947== Lock acquired, processing the job...
[2026-04-06 09:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:26:03] Production.INFO: ==23953== Lock acquired, processing the job...
[2026-04-06 09:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:26:03] Production.INFO: ==23953== Releasing lock...
[2026-04-06 09:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:26:03] Production.INFO: ==23951== Lock acquired, processing the job...
[2026-04-06 09:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:26:04] Production.INFO: Account Balance Start.
[2026-04-06 09:26:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:26:04] Production.INFO: 117
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: ==23947== Releasing lock...
[2026-04-06 09:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:26:05] Production.INFO: Total Charge 0
[2026-04-06 09:26:05] Production.INFO: CreateAllLog End
[2026-04-06 09:26:05] Production.INFO: Account Balance End.
[2026-04-06 09:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:26:05] Production.INFO: ==23951== Releasing lock...
[2026-04-06 09:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:26:12] Production.ERROR: CronJobId end10
[2026-04-06 09:26:12] Production.INFO: ==23949== Releasing lock...
[2026-04-06 09:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:26:15] Production.INFO: call_cost start
[2026-04-06 09:26:15] Production.INFO: call_cost end
[2026-04-06 09:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:26:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:26:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:26:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:26:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:26:15] Production.INFO: ==23945== Releasing lock...
[2026-04-06 09:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:27:01] Production.INFO: ==24019== Lock acquired, processing the job...
[2026-04-06 14:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:27:01] Production.INFO: neon service started
[2026-04-06 14:27:01] Production.INFO: neon service started
[2026-04-06 14:27:01] Production.INFO: ==24019== Releasing lock...
[2026-04-06 14:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:27:02] Production.INFO: ==24021== Lock acquired, processing the job...
[2026-04-06 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:27:02] Production.INFO: ==24021== Releasing lock...
[2026-04-06 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:27:02] Production.INFO: ==24023== Lock acquired, processing the job...
[2026-04-06 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:27:02] Production.INFO: ==24023== Releasing lock...
[2026-04-06 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:27:03] Production.INFO: ==24033== Lock acquired, processing the job...
[2026-04-06 09:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:27:03] Production.INFO: ==24033== Releasing lock...
[2026-04-06 09:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:27:03] Production.INFO: ==24027== Lock acquired, processing the job...
[2026-04-06 09:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:27:03] Production.INFO: ==24025== Lock acquired, processing the job...
[2026-04-06 09:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:27:03] Production.INFO: ==24029== Lock acquired, processing the job...
[2026-04-06 09:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:27:03] Production.INFO: ==24031== Lock acquired, processing the job...
[2026-04-06 09:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:27:03] Production.INFO: Account Balance Start.
[2026-04-06 09:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:27:03] Production.INFO: 117
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: ==24027== Releasing lock...
[2026-04-06 09:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:27:04] Production.INFO: Total Charge 0
[2026-04-06 09:27:04] Production.INFO: CreateAllLog End
[2026-04-06 09:27:05] Production.INFO: Account Balance End.
[2026-04-06 09:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:27:05] Production.INFO: ==24031== Releasing lock...
[2026-04-06 09:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:27:12] Production.ERROR: CronJobId end10
[2026-04-06 09:27:12] Production.INFO: ==24029== Releasing lock...
[2026-04-06 09:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:27:15] Production.INFO: call_cost start
[2026-04-06 09:27:15] Production.INFO: call_cost end
[2026-04-06 09:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:27:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:27:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:27:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:27:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:27:15] Production.INFO: ==24025== Releasing lock...
[2026-04-06 09:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:28:02] Production.INFO: ==24101== Lock acquired, processing the job...
[2026-04-06 14:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:28:02] Production.INFO: neon service started
[2026-04-06 14:28:02] Production.INFO: neon service started
[2026-04-06 14:28:02] Production.INFO: ==24101== Releasing lock...
[2026-04-06 14:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:28:02] Production.INFO: ==24105== Lock acquired, processing the job...
[2026-04-06 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:28:02] Production.INFO: ==24105== Releasing lock...
[2026-04-06 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:28:02] Production.INFO: ==24103== Lock acquired, processing the job...
[2026-04-06 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:28:02] Production.INFO: ==24103== Releasing lock...
[2026-04-06 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:28:03] Production.INFO: ==24107== Lock acquired, processing the job...
[2026-04-06 09:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:28:03] Production.INFO: ==24109== Lock acquired, processing the job...
[2026-04-06 09:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:28:03] Production.INFO: ==24111== Lock acquired, processing the job...
[2026-04-06 09:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:28:03] Production.INFO: ==24115== Lock acquired, processing the job...
[2026-04-06 09:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:28:03] Production.INFO: ==24113== Lock acquired, processing the job...
[2026-04-06 09:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:28:03] Production.INFO: Account Balance Start.
[2026-04-06 09:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:28:03] Production.INFO: 117
[2026-04-06 09:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:28:04] Production.INFO: ==24115== Releasing lock...
[2026-04-06 09:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: ==24109== Releasing lock...
[2026-04-06 09:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:28:05] Production.INFO: Total Charge 0
[2026-04-06 09:28:05] Production.INFO: CreateAllLog End
[2026-04-06 09:28:05] Production.INFO: Account Balance End.
[2026-04-06 09:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:28:05] Production.INFO: ==24113== Releasing lock...
[2026-04-06 09:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:28:11] Production.ERROR: CronJobId end10
[2026-04-06 09:28:11] Production.INFO: ==24111== Releasing lock...
[2026-04-06 09:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:28:15] Production.INFO: call_cost start
[2026-04-06 09:28:15] Production.INFO: call_cost end
[2026-04-06 09:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:28:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:28:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:28:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:28:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:28:15] Production.INFO: ==24107== Releasing lock...
[2026-04-06 09:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:29:01] Production.INFO: ==24184== Lock acquired, processing the job...
[2026-04-06 14:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:29:01] Production.INFO: neon service started
[2026-04-06 14:29:01] Production.INFO: neon service started
[2026-04-06 14:29:01] Production.INFO: ==24184== Releasing lock...
[2026-04-06 14:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:29:01] Production.INFO: ==24186== Lock acquired, processing the job...
[2026-04-06 09:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:29:02] Production.INFO: ==24186== Releasing lock...
[2026-04-06 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:29:02] Production.INFO: ==24188== Lock acquired, processing the job...
[2026-04-06 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:29:02] Production.INFO: ==24188== Releasing lock...
[2026-04-06 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:29:02] Production.INFO: ==24191== Lock acquired, processing the job...
[2026-04-06 09:29:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:29:03] Production.INFO: ==24193== Lock acquired, processing the job...
[2026-04-06 09:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:29:03] Production.INFO: ==24195== Lock acquired, processing the job...
[2026-04-06 09:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:29:03] Production.INFO: ==24197== Lock acquired, processing the job...
[2026-04-06 09:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:29:03] Production.INFO: ==24199== Lock acquired, processing the job...
[2026-04-06 09:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:29:03] Production.INFO: Account Balance Start.
[2026-04-06 09:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:29:03] Production.INFO: ==24199== Releasing lock...
[2026-04-06 09:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:29:03] Production.INFO: 117
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: ==24193== Releasing lock...
[2026-04-06 09:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:29:04] Production.INFO: Total Charge 0
[2026-04-06 09:29:04] Production.INFO: CreateAllLog End
[2026-04-06 09:29:05] Production.INFO: Account Balance End.
[2026-04-06 09:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:29:05] Production.INFO: ==24197== Releasing lock...
[2026-04-06 09:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:29:11] Production.ERROR: CronJobId end10
[2026-04-06 09:29:11] Production.INFO: ==24195== Releasing lock...
[2026-04-06 09:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:29:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:29:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:29:15] Production.INFO: call_cost start
[2026-04-06 09:29:15] Production.INFO: call_cost end
[2026-04-06 09:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:29:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:29:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:29:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:29:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:29:15] Production.INFO: ==24191== Releasing lock...
[2026-04-06 09:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:30:02] Production.INFO: ==24268== Lock acquired, processing the job...
[2026-04-06 14:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:30:02] Production.INFO: neon service started
[2026-04-06 14:30:02] Production.INFO: neon service started
[2026-04-06 14:30:02] Production.INFO: ==24268== Releasing lock...
[2026-04-06 14:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:30:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:30:02] Production.INFO: ==24272== Lock acquired, processing the job...
[2026-04-06 13:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:30:02] Production.INFO: ==24272== Releasing lock...
[2026-04-06 13:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:30:02] Production.INFO: ==24270== Lock acquired, processing the job...
[2026-04-06 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:30:02] Production.INFO: ==24270== Releasing lock...
[2026-04-06 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:30:03] Production.INFO: ==24275== Lock acquired, processing the job...
[2026-04-06 09:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:30:03] Production.INFO: ==24279== Lock acquired, processing the job...
[2026-04-06 09:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:30:03] Production.INFO: ==24277== Lock acquired, processing the job...
[2026-04-06 09:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:30:03] Production.INFO: ==24281== Lock acquired, processing the job...
[2026-04-06 09:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:30:03] Production.INFO: ==24283== Lock acquired, processing the job...
[2026-04-06 09:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:30:03] Production.INFO: Account Balance Start.
[2026-04-06 09:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:30:03] Production.INFO: 117
[2026-04-06 09:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:30:03] Production.INFO: ==24283== Releasing lock...
[2026-04-06 09:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: ==24277== Releasing lock...
[2026-04-06 09:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:30:04] Production.INFO: Total Charge 0
[2026-04-06 09:30:04] Production.INFO: CreateAllLog End
[2026-04-06 09:30:04] Production.INFO: Account Balance End.
[2026-04-06 09:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:30:04] Production.INFO: ==24281== Releasing lock...
[2026-04-06 09:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:30:11] Production.ERROR: CronJobId end10
[2026-04-06 09:30:11] Production.INFO: ==24279== Releasing lock...
[2026-04-06 09:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:30:14] Production.INFO: call_cost start
[2026-04-06 09:30:14] Production.INFO: call_cost end
[2026-04-06 09:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:30:14] Production.INFO: ==24275== Releasing lock...
[2026-04-06 09:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:31:01] Production.INFO: ==24352== Lock acquired, processing the job...
[2026-04-06 14:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:31:01] Production.INFO: neon service started
[2026-04-06 14:31:01] Production.INFO: neon service started
[2026-04-06 14:31:01] Production.INFO: ==24352== Releasing lock...
[2026-04-06 14:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:31:01] Production.INFO: ==24354== Lock acquired, processing the job...
[2026-04-06 09:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:31:02] Production.INFO: ==24354== Releasing lock...
[2026-04-06 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:31:02] Production.INFO: ==24356== Lock acquired, processing the job...
[2026-04-06 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:31:02] Production.INFO: ==24356== Releasing lock...
[2026-04-06 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:31:03] Production.INFO: ==24359== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 09:31:03] Production.INFO: ==24365== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 09:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:31:03] Production.ERROR: CronJob PID - 24365
[2026-04-06 09:31:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 09:31:03] Production.ERROR: CronJob ID - 10
[2026-04-06 09:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:31:00
[2026-04-06 09:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 09:31:03] Production.INFO: ==24359== Releasing lock...
[2026-04-06 09:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 09:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:31:03] Production.INFO: ==24361== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:31:03] Production.INFO: ==24371== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:31:03] Production.INFO: ==24363== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:31:03] Production.INFO: ==24367== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:31:03] Production.INFO: ==24369== Lock acquired, processing the job...
[2026-04-06 09:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 09:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:31:03] Production.INFO: ==24371== Releasing lock...
[2026-04-06 09:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:31:03] Production.INFO: Account Balance Start.
[2026-04-06 09:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:31:03] Production.INFO: 117
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:03] Production.ERROR: done
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 09:31:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046932', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 09:31:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: ==24363== Releasing lock...
[2026-04-06 09:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:31:05] Production.INFO: Total Charge 0
[2026-04-06 09:31:05] Production.INFO: CreateAllLog End
[2026-04-06 09:31:05] Production.INFO: Account Balance End.
[2026-04-06 09:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:31:05] Production.INFO: ==24367== Releasing lock...
[2026-04-06 09:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:31:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046932', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 09:31:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 09:31:09] Production.INFO: ProcessCDR(1,17046932,1,1,2)
[2026-04-06 09:31:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046932,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:31:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046932,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:31:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 09:31:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 09:31:09] Production.INFO: ==24369== Releasing lock...
[2026-04-06 09:31:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 09:31:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:31:13] Production.ERROR: CronJobId end10
[2026-04-06 09:31:13] Production.INFO: ==24365== Releasing lock...
[2026-04-06 09:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:31:16] Production.INFO: call_cost start
[2026-04-06 09:31:16] Production.INFO: call_cost end
[2026-04-06 09:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:31:16] Production.INFO: ==24361== Releasing lock...
[2026-04-06 09:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:32:01] Production.INFO: ==24432== Lock acquired, processing the job...
[2026-04-06 14:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:32:01] Production.INFO: neon service started
[2026-04-06 14:32:01] Production.INFO: neon service started
[2026-04-06 14:32:01] Production.INFO: ==24432== Releasing lock...
[2026-04-06 14:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:32:02] Production.INFO: ==24434== Lock acquired, processing the job...
[2026-04-06 09:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:32:02] Production.INFO: ==24436== Lock acquired, processing the job...
[2026-04-06 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:32:02] Production.INFO: ==24436== Releasing lock...
[2026-04-06 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:32:02] Production.INFO: ==24434== Releasing lock...
[2026-04-06 09:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:32:03] Production.INFO: ==24441== Lock acquired, processing the job...
[2026-04-06 09:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:32:03] Production.INFO: ==24445== Lock acquired, processing the job...
[2026-04-06 09:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:32:03] Production.INFO: Account Balance Start.
[2026-04-06 09:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:32:03] Production.INFO: 117
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: ==24439== Lock acquired, processing the job...
[2026-04-06 09:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: ==24443== Lock acquired, processing the job...
[2026-04-06 09:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: ==24448== Lock acquired, processing the job...
[2026-04-06 09:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: ==24441== Releasing lock...
[2026-04-06 09:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:32:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: ==24448== Releasing lock...
[2026-04-06 09:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:32:04] Production.INFO: Total Charge 0
[2026-04-06 09:32:04] Production.INFO: CreateAllLog End
[2026-04-06 09:32:04] Production.INFO: Account Balance End.
[2026-04-06 09:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:32:04] Production.INFO: ==24445== Releasing lock...
[2026-04-06 09:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:32:11] Production.ERROR: CronJobId end10
[2026-04-06 09:32:11] Production.INFO: ==24443== Releasing lock...
[2026-04-06 09:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:32:13] Production.INFO: call_cost start
[2026-04-06 09:32:13] Production.INFO: call_cost end
[2026-04-06 09:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:32:13] Production.INFO: ==24439== Releasing lock...
[2026-04-06 09:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:33:02] Production.INFO: ==24513== Lock acquired, processing the job...
[2026-04-06 14:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:33:02] Production.INFO: neon service started
[2026-04-06 14:33:02] Production.INFO: neon service started
[2026-04-06 14:33:02] Production.INFO: ==24513== Releasing lock...
[2026-04-06 14:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:33:02] Production.INFO: ==24516== Lock acquired, processing the job...
[2026-04-06 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:33:02] Production.INFO: ==24518== Lock acquired, processing the job...
[2026-04-06 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:33:02] Production.INFO: ==24518== Releasing lock...
[2026-04-06 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:33:03] Production.INFO: ==24516== Releasing lock...
[2026-04-06 09:33:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:33:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:33:03] Production.INFO: ==24520== Lock acquired, processing the job...
[2026-04-06 09:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:33:03] Production.INFO: ==24522== Lock acquired, processing the job...
[2026-04-06 09:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:33:03] Production.INFO: ==24524== Lock acquired, processing the job...
[2026-04-06 09:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:33:04] Production.INFO: ==24528== Lock acquired, processing the job...
[2026-04-06 09:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:33:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:33:04] Production.INFO: ==24526== Lock acquired, processing the job...
[2026-04-06 09:33:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:33:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:33:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:33:04] Production.INFO: Account Balance Start.
[2026-04-06 09:33:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:33:04] Production.INFO: 117
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:33:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:33:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: ==24528== Releasing lock...
[2026-04-06 09:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: ==24522== Releasing lock...
[2026-04-06 09:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:33:05] Production.INFO: Total Charge 0
[2026-04-06 09:33:05] Production.INFO: CreateAllLog End
[2026-04-06 09:33:05] Production.INFO: Account Balance End.
[2026-04-06 09:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:33:05] Production.INFO: ==24526== Releasing lock...
[2026-04-06 09:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:33:12] Production.ERROR: CronJobId end10
[2026-04-06 09:33:12] Production.INFO: ==24524== Releasing lock...
[2026-04-06 09:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:33:15] Production.INFO: call_cost start
[2026-04-06 09:33:15] Production.INFO: call_cost end
[2026-04-06 09:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:33:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:33:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:33:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:33:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:33:15] Production.INFO: ==24520== Releasing lock...
[2026-04-06 09:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:34:01] Production.INFO: ==24598== Lock acquired, processing the job...
[2026-04-06 14:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:34:01] Production.INFO: neon service started
[2026-04-06 14:34:01] Production.INFO: neon service started
[2026-04-06 14:34:01] Production.INFO: ==24598== Releasing lock...
[2026-04-06 14:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:34:02] Production.INFO: ==24600== Lock acquired, processing the job...
[2026-04-06 09:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:34:02] Production.INFO: ==24600== Releasing lock...
[2026-04-06 09:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:34:02] Production.INFO: ==24602== Lock acquired, processing the job...
[2026-04-06 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:34:02] Production.INFO: ==24602== Releasing lock...
[2026-04-06 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:34:03] Production.INFO: ==24605== Lock acquired, processing the job...
[2026-04-06 09:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:34:03] Production.INFO: ==24609== Lock acquired, processing the job...
[2026-04-06 09:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:34:03] Production.INFO: ==24611== Lock acquired, processing the job...
[2026-04-06 09:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:34:03] Production.INFO: ==24607== Lock acquired, processing the job...
[2026-04-06 09:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:34:03] Production.INFO: Account Balance Start.
[2026-04-06 09:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:34:03] Production.INFO: 117
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: ==24613== Lock acquired, processing the job...
[2026-04-06 09:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:34:03] Production.INFO: ==24613== Releasing lock...
[2026-04-06 09:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: ==24607== Releasing lock...
[2026-04-06 09:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:34:04] Production.INFO: Total Charge 0
[2026-04-06 09:34:04] Production.INFO: CreateAllLog End
[2026-04-06 09:34:04] Production.INFO: Account Balance End.
[2026-04-06 09:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:34:04] Production.INFO: ==24611== Releasing lock...
[2026-04-06 09:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:34:12] Production.ERROR: CronJobId end10
[2026-04-06 09:34:12] Production.INFO: ==24609== Releasing lock...
[2026-04-06 09:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:34:14] Production.INFO: call_cost start
[2026-04-06 09:34:14] Production.INFO: call_cost end
[2026-04-06 09:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:34:14] Production.INFO: ==24605== Releasing lock...
[2026-04-06 09:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:35:02] Production.INFO: ==24673== Lock acquired, processing the job...
[2026-04-06 14:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:35:02] Production.INFO: neon service started
[2026-04-06 14:35:02] Production.INFO: neon service started
[2026-04-06 14:35:02] Production.INFO: ==24673== Releasing lock...
[2026-04-06 14:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:35:02] Production.INFO: ==24675== Lock acquired, processing the job...
[2026-04-06 09:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:35:02] Production.INFO: ==24677== Lock acquired, processing the job...
[2026-04-06 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:35:02] Production.INFO: ==24677== Releasing lock...
[2026-04-06 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:35:03] Production.INFO: ==24675== Releasing lock...
[2026-04-06 09:35:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:35:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:35:03] Production.INFO: ==24680== Lock acquired, processing the job...
[2026-04-06 09:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:35:03] Production.INFO: ==24682== Lock acquired, processing the job...
[2026-04-06 09:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:35:03] Production.INFO: ==24684== Lock acquired, processing the job...
[2026-04-06 09:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:35:03] Production.INFO: ==24686== Lock acquired, processing the job...
[2026-04-06 09:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:35:03] Production.INFO: ==24688== Lock acquired, processing the job...
[2026-04-06 09:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:35:04] Production.INFO: Account Balance Start.
[2026-04-06 09:35:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:35:04] Production.INFO: 117
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:35:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:35:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:35:04] Production.INFO: ==24688== Releasing lock...
[2026-04-06 09:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: ==24682== Releasing lock...
[2026-04-06 09:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-03-29
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-03-30
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-03-31
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-04-01
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:35:05] Production.INFO: Total Charge 0
[2026-04-06 09:35:05] Production.INFO: CreateAllLog End
[2026-04-06 09:35:05] Production.INFO: Account Balance End.
[2026-04-06 09:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:35:05] Production.INFO: ==24686== Releasing lock...
[2026-04-06 09:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:35:11] Production.ERROR: CronJobId end10
[2026-04-06 09:35:11] Production.INFO: ==24684== Releasing lock...
[2026-04-06 09:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:35:15] Production.INFO: call_cost start
[2026-04-06 09:35:15] Production.INFO: call_cost end
[2026-04-06 09:35:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:35:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:35:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:35:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:35:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:35:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:35:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:35:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:35:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:35:15] Production.INFO: ==24680== Releasing lock...
[2026-04-06 09:35:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:35:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:36:01] Production.INFO: ==24756== Lock acquired, processing the job...
[2026-04-06 14:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:36:01] Production.INFO: neon service started
[2026-04-06 14:36:01] Production.INFO: neon service started
[2026-04-06 14:36:01] Production.INFO: ==24756== Releasing lock...
[2026-04-06 14:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:36:01] Production.INFO: ==24758== Lock acquired, processing the job...
[2026-04-06 09:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:36:02] Production.INFO: ==24758== Releasing lock...
[2026-04-06 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:36:02] Production.INFO: ==24760== Lock acquired, processing the job...
[2026-04-06 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:36:02] Production.INFO: ==24760== Releasing lock...
[2026-04-06 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:36:02] Production.INFO: ==24766== Lock acquired, processing the job...
[2026-04-06 09:36:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:36:03] Production.INFO: ==24764== Lock acquired, processing the job...
[2026-04-06 09:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:36:03] Production.INFO: ==24768== Lock acquired, processing the job...
[2026-04-06 09:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:36:03] Production.INFO: ==24772== Lock acquired, processing the job...
[2026-04-06 09:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:36:03] Production.INFO: ==24770== Lock acquired, processing the job...
[2026-04-06 09:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:36:03] Production.INFO: Account Balance Start.
[2026-04-06 09:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:36:03] Production.INFO: 117
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:36:03] Production.INFO: ==24772== Releasing lock...
[2026-04-06 09:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: ==24766== Releasing lock...
[2026-04-06 09:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:36:04] Production.INFO: Total Charge 0
[2026-04-06 09:36:04] Production.INFO: CreateAllLog End
[2026-04-06 09:36:04] Production.INFO: Account Balance End.
[2026-04-06 09:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:36:05] Production.INFO: ==24770== Releasing lock...
[2026-04-06 09:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:36:10] Production.ERROR: CronJobId end10
[2026-04-06 09:36:10] Production.INFO: ==24768== Releasing lock...
[2026-04-06 09:36:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:36:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:36:14] Production.INFO: call_cost start
[2026-04-06 09:36:14] Production.INFO: call_cost end
[2026-04-06 09:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:36:14] Production.INFO: ==24764== Releasing lock...
[2026-04-06 09:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:37:01] Production.INFO: ==24838== Lock acquired, processing the job...
[2026-04-06 14:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:37:02] Production.INFO: neon service started
[2026-04-06 14:37:02] Production.INFO: neon service started
[2026-04-06 14:37:02] Production.INFO: ==24838== Releasing lock...
[2026-04-06 14:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:37:02] Production.INFO: ==24842== Lock acquired, processing the job...
[2026-04-06 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:37:02] Production.INFO: ==24842== Releasing lock...
[2026-04-06 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:37:02] Production.INFO: ==24840== Lock acquired, processing the job...
[2026-04-06 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:37:02] Production.INFO: ==24840== Releasing lock...
[2026-04-06 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:37:03] Production.INFO: ==24845== Lock acquired, processing the job...
[2026-04-06 09:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:37:03] Production.INFO: ==24847== Lock acquired, processing the job...
[2026-04-06 09:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:37:03] Production.INFO: ==24849== Lock acquired, processing the job...
[2026-04-06 09:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:37:03] Production.INFO: ==24851== Lock acquired, processing the job...
[2026-04-06 09:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:37:03] Production.INFO: Account Balance Start.
[2026-04-06 09:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:37:03] Production.INFO: 117
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: ==24853== Lock acquired, processing the job...
[2026-04-06 09:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:37:03] Production.INFO: ==24853== Releasing lock...
[2026-04-06 09:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: ==24847== Releasing lock...
[2026-04-06 09:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:37:04] Production.INFO: Total Charge 0
[2026-04-06 09:37:04] Production.INFO: CreateAllLog End
[2026-04-06 09:37:04] Production.INFO: Account Balance End.
[2026-04-06 09:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:37:04] Production.INFO: ==24851== Releasing lock...
[2026-04-06 09:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:37:12] Production.ERROR: CronJobId end10
[2026-04-06 09:37:12] Production.INFO: ==24849== Releasing lock...
[2026-04-06 09:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:37:14] Production.INFO: call_cost start
[2026-04-06 09:37:14] Production.INFO: call_cost end
[2026-04-06 09:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:37:14] Production.INFO: ==24845== Releasing lock...
[2026-04-06 09:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:38:01] Production.INFO: ==24912== Lock acquired, processing the job...
[2026-04-06 14:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:38:01] Production.INFO: neon service started
[2026-04-06 14:38:01] Production.INFO: neon service started
[2026-04-06 14:38:01] Production.INFO: ==24912== Releasing lock...
[2026-04-06 14:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:38:01] Production.INFO: ==24916== Lock acquired, processing the job...
[2026-04-06 13:38:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:38:01] Production.INFO: ==24916== Releasing lock...
[2026-04-06 13:38:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:38:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:38:01] Production.INFO: ==24914== Lock acquired, processing the job...
[2026-04-06 09:38:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:38:02] Production.INFO: ==24914== Releasing lock...
[2026-04-06 09:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:38:02] Production.INFO: ==24919== Lock acquired, processing the job...
[2026-04-06 09:38:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:38:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:38:02] Production.INFO: ==24927== Lock acquired, processing the job...
[2026-04-06 09:38:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:38:03] Production.INFO: ==24923== Lock acquired, processing the job...
[2026-04-06 09:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:38:03] Production.INFO: ==24921== Lock acquired, processing the job...
[2026-04-06 09:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:38:03] Production.INFO: ==24925== Lock acquired, processing the job...
[2026-04-06 09:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:38:03] Production.INFO: ==24927== Releasing lock...
[2026-04-06 09:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:38:03] Production.INFO: Account Balance Start.
[2026-04-06 09:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:38:03] Production.INFO: 117
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: ==24921== Releasing lock...
[2026-04-06 09:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:38:04] Production.INFO: Total Charge 0
[2026-04-06 09:38:04] Production.INFO: CreateAllLog End
[2026-04-06 09:38:04] Production.INFO: Account Balance End.
[2026-04-06 09:38:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:38:04] Production.INFO: ==24925== Releasing lock...
[2026-04-06 09:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:38:11] Production.ERROR: CronJobId end10
[2026-04-06 09:38:11] Production.INFO: ==24923== Releasing lock...
[2026-04-06 09:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:38:14] Production.INFO: call_cost start
[2026-04-06 09:38:14] Production.INFO: call_cost end
[2026-04-06 09:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:38:14] Production.INFO: ==24919== Releasing lock...
[2026-04-06 09:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:39:01] Production.INFO: ==25000== Lock acquired, processing the job...
[2026-04-06 14:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:39:01] Production.INFO: neon service started
[2026-04-06 14:39:01] Production.INFO: neon service started
[2026-04-06 14:39:01] Production.INFO: ==25000== Releasing lock...
[2026-04-06 14:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:39:02] Production.INFO: ==25002== Lock acquired, processing the job...
[2026-04-06 09:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:39:02] Production.INFO: ==25002== Releasing lock...
[2026-04-06 09:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:39:02] Production.INFO: ==25004== Lock acquired, processing the job...
[2026-04-06 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:39:02] Production.INFO: ==25004== Releasing lock...
[2026-04-06 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:39:03] Production.INFO: ==25006== Lock acquired, processing the job...
[2026-04-06 09:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:39:03] Production.INFO: ==25010== Lock acquired, processing the job...
[2026-04-06 09:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:39:03] Production.INFO: ==25012== Lock acquired, processing the job...
[2026-04-06 09:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:39:03] Production.INFO: Account Balance Start.
[2026-04-06 09:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:39:03] Production.INFO: 117
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:39:03] Production.INFO: ==25008== Lock acquired, processing the job...
[2026-04-06 09:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: ==25014== Lock acquired, processing the job...
[2026-04-06 09:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:39:03] Production.INFO: ==25014== Releasing lock...
[2026-04-06 09:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: ==25008== Releasing lock...
[2026-04-06 09:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:39:04] Production.INFO: Total Charge 0
[2026-04-06 09:39:04] Production.INFO: CreateAllLog End
[2026-04-06 09:39:05] Production.INFO: Account Balance End.
[2026-04-06 09:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:39:05] Production.INFO: ==25012== Releasing lock...
[2026-04-06 09:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:39:12] Production.ERROR: CronJobId end10
[2026-04-06 09:39:12] Production.INFO: ==25010== Releasing lock...
[2026-04-06 09:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:39:14] Production.INFO: call_cost start
[2026-04-06 09:39:14] Production.INFO: call_cost end
[2026-04-06 09:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:39:14] Production.INFO: ==25006== Releasing lock...
[2026-04-06 09:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:40:02] Production.INFO: ==25076== Lock acquired, processing the job...
[2026-04-06 14:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:40:02] Production.INFO: neon service started
[2026-04-06 14:40:02] Production.INFO: neon service started
[2026-04-06 14:40:02] Production.INFO: ==25076== Releasing lock...
[2026-04-06 14:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:40:02] Production.INFO: ==25080== Lock acquired, processing the job...
[2026-04-06 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:40:02] Production.INFO: ==25080== Releasing lock...
[2026-04-06 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:40:02] Production.INFO: ==25078== Lock acquired, processing the job...
[2026-04-06 09:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:40:02] Production.INFO: ==25078== Releasing lock...
[2026-04-06 09:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:40:03] Production.INFO: ==25084== Lock acquired, processing the job...
[2026-04-06 09:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:40:03] Production.INFO: ==25086== Lock acquired, processing the job...
[2026-04-06 09:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:40:03] Production.INFO: ==25082== Lock acquired, processing the job...
[2026-04-06 09:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:40:03] Production.INFO: ==25090== Lock acquired, processing the job...
[2026-04-06 09:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:40:03] Production.INFO: ==25088== Lock acquired, processing the job...
[2026-04-06 09:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:40:03] Production.INFO: ==25090== Releasing lock...
[2026-04-06 09:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:40:03] Production.INFO: Account Balance Start.
[2026-04-06 09:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:40:03] Production.INFO: 117
[2026-04-06 09:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: ==25084== Releasing lock...
[2026-04-06 09:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:40:05] Production.INFO: Total Charge 0
[2026-04-06 09:40:05] Production.INFO: CreateAllLog End
[2026-04-06 09:40:05] Production.INFO: Account Balance End.
[2026-04-06 09:40:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:40:05] Production.INFO: ==25088== Releasing lock...
[2026-04-06 09:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:40:12] Production.ERROR: CronJobId end10
[2026-04-06 09:40:12] Production.INFO: ==25086== Releasing lock...
[2026-04-06 09:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:40:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:40:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:40:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:40:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:40:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:40:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:40:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:40:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:40:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:40:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:40:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:40:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:40:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:40:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:40:16] Production.INFO: call_cost start
[2026-04-06 09:40:16] Production.INFO: call_cost end
[2026-04-06 09:40:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:40:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:40:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:40:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:40:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:40:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:40:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:40:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:40:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:40:16] Production.INFO: ==25082== Releasing lock...
[2026-04-06 09:40:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:40:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:41:01] Production.INFO: ==25159== Lock acquired, processing the job...
[2026-04-06 14:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:41:01] Production.INFO: neon service started
[2026-04-06 14:41:01] Production.INFO: neon service started
[2026-04-06 14:41:01] Production.INFO: ==25159== Releasing lock...
[2026-04-06 14:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:41:01] Production.INFO: ==25161== Lock acquired, processing the job...
[2026-04-06 09:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:41:02] Production.INFO: ==25161== Releasing lock...
[2026-04-06 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:41:02] Production.INFO: ==25163== Lock acquired, processing the job...
[2026-04-06 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:41:02] Production.INFO: ==25163== Releasing lock...
[2026-04-06 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:41:03] Production.INFO: ==25165== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 09:41:03] Production.INFO: ==25167== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 09:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 09:41:03] Production.INFO: ==25165== Releasing lock...
[2026-04-06 09:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 09:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:41:03] Production.INFO: ==25172== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:41:03] Production.INFO: ==25170== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:41:03] Production.INFO: ==25174== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:41:03] Production.INFO: ==25176== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 09:41:03] Production.INFO: ==25178== Lock acquired, processing the job...
[2026-04-06 09:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:41:03] Production.INFO: Account Balance Start.
[2026-04-06 09:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:41:03] Production.INFO: 117
[2026-04-06 09:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:41:03] Production.INFO: ==25178== Releasing lock...
[2026-04-06 09:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:03] Production.INFO: ==25170== Releasing lock...
[2026-04-06 09:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.ERROR: done
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 09:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046973', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:41:04] Production.INFO: Total Charge 0
[2026-04-06 09:41:04] Production.INFO: CreateAllLog End
[2026-04-06 09:41:04] Production.INFO: Account Balance End.
[2026-04-06 09:41:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:41:04] Production.INFO: ==25174== Releasing lock...
[2026-04-06 09:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17046973', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 09:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 09:41:10] Production.INFO: ProcessCDR(1,17046973,1,1,2)
[2026-04-06 09:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17046973,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17046973,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 09:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 09:41:10] Production.INFO: ==25176== Releasing lock...
[2026-04-06 09:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 09:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:41:14] Production.ERROR: CronJobId end10
[2026-04-06 09:41:14] Production.INFO: ==25172== Releasing lock...
[2026-04-06 09:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:41:16] Production.INFO: call_cost start
[2026-04-06 09:41:16] Production.INFO: call_cost end
[2026-04-06 09:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:41:16] Production.INFO: ==25167== Releasing lock...
[2026-04-06 09:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:42:02] Production.INFO: ==25244== Lock acquired, processing the job...
[2026-04-06 14:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:42:02] Production.INFO: neon service started
[2026-04-06 14:42:02] Production.INFO: neon service started
[2026-04-06 14:42:02] Production.INFO: ==25244== Releasing lock...
[2026-04-06 14:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:42:02] Production.INFO: ==25248== Lock acquired, processing the job...
[2026-04-06 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:42:02] Production.INFO: ==25248== Releasing lock...
[2026-04-06 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:42:02] Production.INFO: ==25246== Lock acquired, processing the job...
[2026-04-06 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:42:02] Production.INFO: ==25246== Releasing lock...
[2026-04-06 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:42:03] Production.INFO: ==25253== Lock acquired, processing the job...
[2026-04-06 09:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:42:03] Production.INFO: ==25255== Lock acquired, processing the job...
[2026-04-06 09:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:42:03] Production.INFO: ==25251== Lock acquired, processing the job...
[2026-04-06 09:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:42:03] Production.INFO: ==25257== Lock acquired, processing the job...
[2026-04-06 09:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:42:03] Production.INFO: ==25259== Lock acquired, processing the job...
[2026-04-06 09:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:42:03] Production.INFO: Account Balance Start.
[2026-04-06 09:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:42:03] Production.INFO: 117
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.INFO: ==25259== Releasing lock...
[2026-04-06 09:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: ==25253== Releasing lock...
[2026-04-06 09:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:42:04] Production.INFO: Total Charge 0
[2026-04-06 09:42:04] Production.INFO: CreateAllLog End
[2026-04-06 09:42:04] Production.INFO: Account Balance End.
[2026-04-06 09:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:42:04] Production.INFO: ==25257== Releasing lock...
[2026-04-06 09:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:42:11] Production.ERROR: CronJobId end10
[2026-04-06 09:42:11] Production.INFO: ==25255== Releasing lock...
[2026-04-06 09:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:42:14] Production.INFO: call_cost start
[2026-04-06 09:42:14] Production.INFO: call_cost end
[2026-04-06 09:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:42:14] Production.INFO: ==25251== Releasing lock...
[2026-04-06 09:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:43:01] Production.INFO: ==25326== Lock acquired, processing the job...
[2026-04-06 14:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:43:01] Production.INFO: neon service started
[2026-04-06 14:43:01] Production.INFO: neon service started
[2026-04-06 14:43:01] Production.INFO: ==25326== Releasing lock...
[2026-04-06 14:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:43:02] Production.INFO: ==25328== Lock acquired, processing the job...
[2026-04-06 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:43:02] Production.INFO: ==25330== Lock acquired, processing the job...
[2026-04-06 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:43:02] Production.INFO: ==25330== Releasing lock...
[2026-04-06 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:43:02] Production.INFO: ==25328== Releasing lock...
[2026-04-06 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:43:03] Production.INFO: ==25335== Lock acquired, processing the job...
[2026-04-06 09:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:43:03] Production.INFO: ==25341== Lock acquired, processing the job...
[2026-04-06 09:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:43:03] Production.INFO: ==25333== Lock acquired, processing the job...
[2026-04-06 09:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:43:03] Production.INFO: ==25337== Lock acquired, processing the job...
[2026-04-06 09:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:43:03] Production.INFO: ==25339== Lock acquired, processing the job...
[2026-04-06 09:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:43:03] Production.INFO: ==25341== Releasing lock...
[2026-04-06 09:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:43:03] Production.INFO: Account Balance Start.
[2026-04-06 09:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:43:03] Production.INFO: 117
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: ==25335== Releasing lock...
[2026-04-06 09:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:43:04] Production.INFO: Total Charge 0
[2026-04-06 09:43:04] Production.INFO: CreateAllLog End
[2026-04-06 09:43:04] Production.INFO: Account Balance End.
[2026-04-06 09:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:43:04] Production.INFO: ==25339== Releasing lock...
[2026-04-06 09:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:43:11] Production.ERROR: CronJobId end10
[2026-04-06 09:43:11] Production.INFO: ==25337== Releasing lock...
[2026-04-06 09:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:43:14] Production.INFO: call_cost start
[2026-04-06 09:43:14] Production.INFO: call_cost end
[2026-04-06 09:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:43:14] Production.INFO: ==25333== Releasing lock...
[2026-04-06 09:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:44:01] Production.INFO: ==25409== Lock acquired, processing the job...
[2026-04-06 14:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:44:02] Production.INFO: neon service started
[2026-04-06 14:44:02] Production.INFO: neon service started
[2026-04-06 14:44:02] Production.INFO: ==25409== Releasing lock...
[2026-04-06 14:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:44:02] Production.INFO: ==25413== Lock acquired, processing the job...
[2026-04-06 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:44:02] Production.INFO: ==25413== Releasing lock...
[2026-04-06 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:44:02] Production.INFO: ==25411== Lock acquired, processing the job...
[2026-04-06 09:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:44:02] Production.INFO: ==25411== Releasing lock...
[2026-04-06 09:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:44:03] Production.INFO: ==25418== Lock acquired, processing the job...
[2026-04-06 09:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:44:03] Production.INFO: ==25422== Lock acquired, processing the job...
[2026-04-06 09:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:44:03] Production.INFO: ==25420== Lock acquired, processing the job...
[2026-04-06 09:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:44:03] Production.INFO: ==25424== Lock acquired, processing the job...
[2026-04-06 09:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:44:03] Production.INFO: ==25426== Lock acquired, processing the job...
[2026-04-06 09:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:44:03] Production.INFO: Account Balance Start.
[2026-04-06 09:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:44:03] Production.INFO: 117
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:03] Production.INFO: ==25426== Releasing lock...
[2026-04-06 09:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: ==25420== Releasing lock...
[2026-04-06 09:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:44:04] Production.INFO: Total Charge 0
[2026-04-06 09:44:04] Production.INFO: CreateAllLog End
[2026-04-06 09:44:04] Production.INFO: Account Balance End.
[2026-04-06 09:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:44:04] Production.INFO: ==25424== Releasing lock...
[2026-04-06 09:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:44:12] Production.ERROR: CronJobId end10
[2026-04-06 09:44:12] Production.INFO: ==25422== Releasing lock...
[2026-04-06 09:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:44:14] Production.INFO: call_cost start
[2026-04-06 09:44:14] Production.INFO: call_cost end
[2026-04-06 09:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:44:14] Production.INFO: ==25418== Releasing lock...
[2026-04-06 09:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:45:01] Production.INFO: ==25497== Lock acquired, processing the job...
[2026-04-06 14:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:45:01] Production.INFO: neon service started
[2026-04-06 14:45:01] Production.INFO: neon service started
[2026-04-06 14:45:01] Production.INFO: ==25497== Releasing lock...
[2026-04-06 14:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:45:01] Production.INFO: ==25501== Lock acquired, processing the job...
[2026-04-06 13:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:45:01] Production.INFO: ==25501== Releasing lock...
[2026-04-06 13:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:45:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:45:01] Production.INFO: ==25499== Lock acquired, processing the job...
[2026-04-06 09:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:45:02] Production.INFO: ==25499== Releasing lock...
[2026-04-06 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:45:02] Production.INFO: ==25505== Lock acquired, processing the job...
[2026-04-06 09:45:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:45:02] Production.INFO: ==25503== Lock acquired, processing the job...
[2026-04-06 09:45:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:45:02] Production.INFO: ==25507== Lock acquired, processing the job...
[2026-04-06 09:45:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:45:02] Production.INFO: ==25509== Lock acquired, processing the job...
[2026-04-06 09:45:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:45:03] Production.INFO: ==25511== Lock acquired, processing the job...
[2026-04-06 09:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:45:03] Production.INFO: Account Balance Start.
[2026-04-06 09:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:45:03] Production.INFO: 117
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: ==25511== Releasing lock...
[2026-04-06 09:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: ==25505== Releasing lock...
[2026-04-06 09:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-29
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-30
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-03-31
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-04-01
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-04-02
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-04-03
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-04-04
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-04-05
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Date 2026-04-06
[2026-04-06 09:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:45:03] Production.INFO: Total Charge 0
[2026-04-06 09:45:03] Production.INFO: CreateAllLog End
[2026-04-06 09:45:04] Production.INFO: Account Balance End.
[2026-04-06 09:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:45:04] Production.INFO: ==25509== Releasing lock...
[2026-04-06 09:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:45:11] Production.ERROR: CronJobId end10
[2026-04-06 09:45:11] Production.INFO: ==25507== Releasing lock...
[2026-04-06 09:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:45:14] Production.INFO: call_cost start
[2026-04-06 09:45:14] Production.INFO: call_cost end
[2026-04-06 09:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:45:14] Production.INFO: ==25503== Releasing lock...
[2026-04-06 09:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:46:01] Production.INFO: ==25574== Lock acquired, processing the job...
[2026-04-06 14:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:46:01] Production.INFO: neon service started
[2026-04-06 14:46:01] Production.INFO: neon service started
[2026-04-06 14:46:01] Production.INFO: ==25574== Releasing lock...
[2026-04-06 14:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:46:02] Production.INFO: ==25576== Lock acquired, processing the job...
[2026-04-06 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:46:02] Production.INFO: ==25576== Releasing lock...
[2026-04-06 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:46:02] Production.INFO: ==25578== Lock acquired, processing the job...
[2026-04-06 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:46:02] Production.INFO: ==25578== Releasing lock...
[2026-04-06 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:46:03] Production.INFO: ==25588== Lock acquired, processing the job...
[2026-04-06 09:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:46:03] Production.INFO: ==25588== Releasing lock...
[2026-04-06 09:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:46:03] Production.INFO: ==25580== Lock acquired, processing the job...
[2026-04-06 09:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:46:03] Production.INFO: ==25584== Lock acquired, processing the job...
[2026-04-06 09:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:46:03] Production.INFO: ==25582== Lock acquired, processing the job...
[2026-04-06 09:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:46:03] Production.INFO: ==25586== Lock acquired, processing the job...
[2026-04-06 09:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:46:03] Production.INFO: Account Balance Start.
[2026-04-06 09:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:46:03] Production.INFO: 117
[2026-04-06 09:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: ==25582== Releasing lock...
[2026-04-06 09:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:46:04] Production.INFO: Total Charge 0
[2026-04-06 09:46:04] Production.INFO: CreateAllLog End
[2026-04-06 09:46:04] Production.INFO: Account Balance End.
[2026-04-06 09:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:46:05] Production.INFO: ==25586== Releasing lock...
[2026-04-06 09:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:46:12] Production.ERROR: CronJobId end10
[2026-04-06 09:46:12] Production.INFO: ==25584== Releasing lock...
[2026-04-06 09:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:46:15] Production.INFO: call_cost start
[2026-04-06 09:46:15] Production.INFO: call_cost end
[2026-04-06 09:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:46:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:46:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:46:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:46:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:46:15] Production.INFO: ==25580== Releasing lock...
[2026-04-06 09:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:47:02] Production.INFO: ==25652== Lock acquired, processing the job...
[2026-04-06 14:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:47:02] Production.INFO: neon service started
[2026-04-06 14:47:02] Production.INFO: neon service started
[2026-04-06 14:47:02] Production.INFO: ==25652== Releasing lock...
[2026-04-06 14:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:47:02] Production.INFO: ==25654== Lock acquired, processing the job...
[2026-04-06 09:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:47:02] Production.INFO: ==25656== Lock acquired, processing the job...
[2026-04-06 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:47:02] Production.INFO: ==25656== Releasing lock...
[2026-04-06 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:47:02] Production.INFO: ==25654== Releasing lock...
[2026-04-06 09:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:47:03] Production.INFO: ==25659== Lock acquired, processing the job...
[2026-04-06 09:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:47:03] Production.INFO: ==25661== Lock acquired, processing the job...
[2026-04-06 09:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:47:03] Production.INFO: ==25663== Lock acquired, processing the job...
[2026-04-06 09:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:47:03] Production.INFO: ==25667== Lock acquired, processing the job...
[2026-04-06 09:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:47:03] Production.INFO: ==25665== Lock acquired, processing the job...
[2026-04-06 09:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:47:04] Production.INFO: Account Balance Start.
[2026-04-06 09:47:04] Production.INFO: CreateAllLog Start
[2026-04-06 09:47:04] Production.INFO: 117
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:47:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: ==25667== Releasing lock...
[2026-04-06 09:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:47:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: ==25661== Releasing lock...
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:47:04] Production.INFO: Total Charge 0
[2026-04-06 09:47:04] Production.INFO: CreateAllLog End
[2026-04-06 09:47:04] Production.INFO: Account Balance End.
[2026-04-06 09:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:47:05] Production.INFO: ==25665== Releasing lock...
[2026-04-06 09:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:47:11] Production.ERROR: CronJobId end10
[2026-04-06 09:47:11] Production.INFO: ==25663== Releasing lock...
[2026-04-06 09:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:47:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:47:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:47:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:47:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:47:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:47:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:47:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:47:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:47:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:47:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:47:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:47:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:47:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:47:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:47:15] Production.INFO: call_cost start
[2026-04-06 09:47:15] Production.INFO: call_cost end
[2026-04-06 09:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:47:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:47:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:47:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:47:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:47:15] Production.INFO: ==25659== Releasing lock...
[2026-04-06 09:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:48:01] Production.INFO: ==25739== Lock acquired, processing the job...
[2026-04-06 14:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:48:01] Production.INFO: neon service started
[2026-04-06 14:48:01] Production.INFO: neon service started
[2026-04-06 14:48:01] Production.INFO: ==25739== Releasing lock...
[2026-04-06 14:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:48:01] Production.INFO: ==25742== Lock acquired, processing the job...
[2026-04-06 09:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:48:02] Production.INFO: ==25742== Releasing lock...
[2026-04-06 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:48:02] Production.INFO: ==25744== Lock acquired, processing the job...
[2026-04-06 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:48:02] Production.INFO: ==25744== Releasing lock...
[2026-04-06 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:48:03] Production.INFO: ==25748== Lock acquired, processing the job...
[2026-04-06 09:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:48:03] Production.INFO: ==25746== Lock acquired, processing the job...
[2026-04-06 09:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:48:03] Production.INFO: ==25750== Lock acquired, processing the job...
[2026-04-06 09:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:48:03] Production.INFO: ==25752== Lock acquired, processing the job...
[2026-04-06 09:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:48:03] Production.INFO: ==25754== Lock acquired, processing the job...
[2026-04-06 09:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:48:03] Production.INFO: Account Balance Start.
[2026-04-06 09:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:48:03] Production.INFO: 117
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: ==25754== Releasing lock...
[2026-04-06 09:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: ==25748== Releasing lock...
[2026-04-06 09:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-29
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:03] Production.INFO: Date 2026-03-30
[2026-04-06 09:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:48:04] Production.INFO: Total Charge 0
[2026-04-06 09:48:04] Production.INFO: CreateAllLog End
[2026-04-06 09:48:04] Production.INFO: Account Balance End.
[2026-04-06 09:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:48:04] Production.INFO: ==25752== Releasing lock...
[2026-04-06 09:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:48:11] Production.ERROR: CronJobId end10
[2026-04-06 09:48:11] Production.INFO: ==25750== Releasing lock...
[2026-04-06 09:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:48:14] Production.INFO: call_cost start
[2026-04-06 09:48:14] Production.INFO: call_cost end
[2026-04-06 09:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:48:14] Production.INFO: ==25746== Releasing lock...
[2026-04-06 09:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:49:01] Production.INFO: ==25816== Lock acquired, processing the job...
[2026-04-06 14:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:49:01] Production.INFO: neon service started
[2026-04-06 14:49:02] Production.INFO: neon service started
[2026-04-06 14:49:02] Production.INFO: ==25816== Releasing lock...
[2026-04-06 14:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:49:02] Production.INFO: ==25818== Lock acquired, processing the job...
[2026-04-06 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:49:02] Production.INFO: ==25818== Releasing lock...
[2026-04-06 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:49:02] Production.INFO: ==25820== Lock acquired, processing the job...
[2026-04-06 13:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:49:02] Production.INFO: ==25820== Releasing lock...
[2026-04-06 13:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:49:03] Production.INFO: ==25823== Lock acquired, processing the job...
[2026-04-06 09:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:49:03] Production.INFO: ==25827== Lock acquired, processing the job...
[2026-04-06 09:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:49:03] Production.INFO: ==25829== Lock acquired, processing the job...
[2026-04-06 09:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:49:03] Production.INFO: ==25825== Lock acquired, processing the job...
[2026-04-06 09:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:49:03] Production.INFO: Account Balance Start.
[2026-04-06 09:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:49:03] Production.INFO: 117
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: ==25831== Lock acquired, processing the job...
[2026-04-06 09:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:49:03] Production.INFO: ==25831== Releasing lock...
[2026-04-06 09:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:03] Production.INFO: ==25825== Releasing lock...
[2026-04-06 09:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:49:04] Production.INFO: Total Charge 0
[2026-04-06 09:49:04] Production.INFO: CreateAllLog End
[2026-04-06 09:49:04] Production.INFO: Account Balance End.
[2026-04-06 09:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:49:04] Production.INFO: ==25829== Releasing lock...
[2026-04-06 09:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:49:12] Production.ERROR: CronJobId end10
[2026-04-06 09:49:12] Production.INFO: ==25827== Releasing lock...
[2026-04-06 09:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:49:13] Production.INFO: call_cost start
[2026-04-06 09:49:13] Production.INFO: call_cost end
[2026-04-06 09:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:49:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:49:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:49:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:49:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:49:13] Production.INFO: ==25823== Releasing lock...
[2026-04-06 09:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:50:01] Production.INFO: ==25900== Lock acquired, processing the job...
[2026-04-06 14:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:50:01] Production.INFO: neon service started
[2026-04-06 14:50:01] Production.INFO: neon service started
[2026-04-06 14:50:01] Production.INFO: ==25900== Releasing lock...
[2026-04-06 14:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:50:01] Production.INFO: ==25902== Lock acquired, processing the job...
[2026-04-06 09:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:50:02] Production.INFO: ==25902== Releasing lock...
[2026-04-06 09:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:50:02] Production.INFO: ==25904== Lock acquired, processing the job...
[2026-04-06 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:50:02] Production.INFO: ==25904== Releasing lock...
[2026-04-06 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:50:02] Production.INFO: ==25913== Lock acquired, processing the job...
[2026-04-06 09:50:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:50:02] Production.INFO: ==25915== Lock acquired, processing the job...
[2026-04-06 09:50:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:50:02] Production.INFO: Account Balance Start.
[2026-04-06 09:50:02] Production.INFO: CreateAllLog Start
[2026-04-06 09:50:02] Production.INFO: 117
[2026-04-06 09:50:02] Production.INFO: Date 2026-03-08
[2026-04-06 09:50:02] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:50:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:50:02] Production.INFO: Date 2026-03-09
[2026-04-06 09:50:02] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:50:02] Production.INFO: ==25915== Releasing lock...
[2026-04-06 09:50:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:50:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:50:02] Production.INFO: Date 2026-03-10
[2026-04-06 09:50:02] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:02] Production.INFO: Date 2026-03-11
[2026-04-06 09:50:02] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:02] Production.INFO: Date 2026-03-12
[2026-04-06 09:50:02] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: ==25911== Lock acquired, processing the job...
[2026-04-06 09:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:50:03] Production.INFO: ==25907== Lock acquired, processing the job...
[2026-04-06 09:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: ==25909== Lock acquired, processing the job...
[2026-04-06 09:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-29
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-30
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-03-31
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-04-01
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-04-02
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: ==25909== Releasing lock...
[2026-04-06 09:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:50:03] Production.INFO: Date 2026-04-03
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-04-04
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-04-05
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Date 2026-04-06
[2026-04-06 09:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:50:03] Production.INFO: Total Charge 0
[2026-04-06 09:50:03] Production.INFO: CreateAllLog End
[2026-04-06 09:50:04] Production.INFO: Account Balance End.
[2026-04-06 09:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:50:04] Production.INFO: ==25913== Releasing lock...
[2026-04-06 09:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:50:11] Production.ERROR: CronJobId end10
[2026-04-06 09:50:11] Production.INFO: ==25911== Releasing lock...
[2026-04-06 09:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:50:14] Production.INFO: call_cost start
[2026-04-06 09:50:14] Production.INFO: call_cost end
[2026-04-06 09:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:50:14] Production.INFO: ==25907== Releasing lock...
[2026-04-06 09:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:51:01] Production.INFO: ==25973== Lock acquired, processing the job...
[2026-04-06 14:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:51:01] Production.INFO: neon service started
[2026-04-06 14:51:01] Production.INFO: neon service started
[2026-04-06 14:51:01] Production.INFO: ==25973== Releasing lock...
[2026-04-06 14:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:51:02] Production.INFO: ==25976== Lock acquired, processing the job...
[2026-04-06 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:51:02] Production.INFO: ==25978== Lock acquired, processing the job...
[2026-04-06 13:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:51:02] Production.INFO: ==25978== Releasing lock...
[2026-04-06 13:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:51:02] Production.INFO: ==25976== Releasing lock...
[2026-04-06 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:51:03] Production.INFO: ==25982== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:51:03] Production.INFO: ==25980== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 09:51:03] Production.INFO: ==25986== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:51:03] Production.INFO: ==25984== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 09:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 09:51:03] Production.ERROR: CronJob PID - 25982
[2026-04-06 09:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 09:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 09:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 09:51:00
[2026-04-06 09:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 09:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 09:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 09:51:03] Production.INFO: ==25980== Releasing lock...
[2026-04-06 09:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 09:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 09:51:03] Production.INFO: ==25988== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:51:03] Production.INFO: ==25990== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 09:51:03] Production.INFO: Account Balance Start.
[2026-04-06 09:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:51:03] Production.INFO: 117
[2026-04-06 09:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: ==25992== Lock acquired, processing the job...
[2026-04-06 09:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: ==25992== Releasing lock...
[2026-04-06 09:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.ERROR: done
[2026-04-06 09:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 09:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047014', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 09:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:51:04] Production.INFO: Total Charge 0
[2026-04-06 09:51:04] Production.INFO: CreateAllLog End
[2026-04-06 09:51:04] Production.INFO: Account Balance End.
[2026-04-06 09:51:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:51:04] Production.INFO: ==25988== Releasing lock...
[2026-04-06 09:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:51:04] Production.INFO: ==25984== Releasing lock...
[2026-04-06 09:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:51:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047014', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 09:51:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 09:51:11] Production.INFO: ProcessCDR(1,17047014,1,1,2)
[2026-04-06 09:51:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047014,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:51:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047014,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 09:51:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 09:51:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 09:51:11] Production.INFO: ==25990== Releasing lock...
[2026-04-06 09:51:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 09:51:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 09:51:15] Production.ERROR: CronJobId end10
[2026-04-06 09:51:15] Production.INFO: ==25986== Releasing lock...
[2026-04-06 09:51:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:51:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:51:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:51:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:51:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:51:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:51:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:51:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:51:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:51:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:51:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:51:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:51:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:51:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:51:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:51:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:51:17] Production.INFO: call_cost start
[2026-04-06 09:51:17] Production.INFO: call_cost end
[2026-04-06 09:51:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:51:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:51:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:51:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:51:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:51:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:51:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:51:17] Production.INFO: ==25982== Releasing lock...
[2026-04-06 09:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:52:02] Production.INFO: ==26067== Lock acquired, processing the job...
[2026-04-06 14:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:52:02] Production.INFO: neon service started
[2026-04-06 14:52:02] Production.INFO: neon service started
[2026-04-06 14:52:02] Production.INFO: ==26067== Releasing lock...
[2026-04-06 14:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:52:02] Production.INFO: ==26069== Lock acquired, processing the job...
[2026-04-06 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:52:02] Production.INFO: ==26071== Lock acquired, processing the job...
[2026-04-06 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:52:02] Production.INFO: ==26071== Releasing lock...
[2026-04-06 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:52:03] Production.INFO: ==26069== Releasing lock...
[2026-04-06 09:52:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:52:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:52:03] Production.INFO: ==26074== Lock acquired, processing the job...
[2026-04-06 09:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:52:03] Production.INFO: ==26080== Lock acquired, processing the job...
[2026-04-06 09:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:52:03] Production.INFO: ==26076== Lock acquired, processing the job...
[2026-04-06 09:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:52:03] Production.INFO: ==26078== Lock acquired, processing the job...
[2026-04-06 09:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:52:03] Production.INFO: Account Balance Start.
[2026-04-06 09:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:52:03] Production.INFO: 117
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-08
[2026-04-06 09:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: ==26082== Lock acquired, processing the job...
[2026-04-06 09:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:52:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:52:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:52:04] Production.INFO: ==26082== Releasing lock...
[2026-04-06 09:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: ==26076== Releasing lock...
[2026-04-06 09:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-03-31
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-04-01
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-04-02
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-04-03
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:52:05] Production.INFO: Total Charge 0
[2026-04-06 09:52:05] Production.INFO: CreateAllLog End
[2026-04-06 09:52:05] Production.INFO: Account Balance End.
[2026-04-06 09:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:52:05] Production.INFO: ==26080== Releasing lock...
[2026-04-06 09:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:52:12] Production.ERROR: CronJobId end10
[2026-04-06 09:52:12] Production.INFO: ==26078== Releasing lock...
[2026-04-06 09:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:52:14] Production.INFO: call_cost start
[2026-04-06 09:52:14] Production.INFO: call_cost end
[2026-04-06 09:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:52:14] Production.INFO: ==26074== Releasing lock...
[2026-04-06 09:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:53:01] Production.INFO: ==26149== Lock acquired, processing the job...
[2026-04-06 14:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:53:01] Production.INFO: neon service started
[2026-04-06 14:53:01] Production.INFO: neon service started
[2026-04-06 14:53:01] Production.INFO: ==26149== Releasing lock...
[2026-04-06 14:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:53:01] Production.INFO: ==26153== Lock acquired, processing the job...
[2026-04-06 13:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:53:01] Production.INFO: ==26153== Releasing lock...
[2026-04-06 13:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:53:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:53:02] Production.INFO: ==26151== Lock acquired, processing the job...
[2026-04-06 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:53:02] Production.INFO: ==26151== Releasing lock...
[2026-04-06 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:53:03] Production.INFO: ==26157== Lock acquired, processing the job...
[2026-04-06 09:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:53:03] Production.INFO: ==26155== Lock acquired, processing the job...
[2026-04-06 09:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:53:03] Production.INFO: ==26159== Lock acquired, processing the job...
[2026-04-06 09:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:53:03] Production.INFO: ==26162== Lock acquired, processing the job...
[2026-04-06 09:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:53:03] Production.INFO: ==26164== Lock acquired, processing the job...
[2026-04-06 09:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:53:03] Production.INFO: Account Balance Start.
[2026-04-06 09:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:53:03] Production.INFO: 117
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:53:03] Production.INFO: ==26164== Releasing lock...
[2026-04-06 09:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:03] Production.INFO: ==26157== Releasing lock...
[2026-04-06 09:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:53:04] Production.INFO: Total Charge 0
[2026-04-06 09:53:04] Production.INFO: CreateAllLog End
[2026-04-06 09:53:04] Production.INFO: Account Balance End.
[2026-04-06 09:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:53:05] Production.INFO: ==26162== Releasing lock...
[2026-04-06 09:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:53:12] Production.ERROR: CronJobId end10
[2026-04-06 09:53:12] Production.INFO: ==26159== Releasing lock...
[2026-04-06 09:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:53:15] Production.INFO: call_cost start
[2026-04-06 09:53:15] Production.INFO: call_cost end
[2026-04-06 09:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:53:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:53:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:53:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:53:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:53:15] Production.INFO: ==26155== Releasing lock...
[2026-04-06 09:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:54:02] Production.INFO: ==26222== Lock acquired, processing the job...
[2026-04-06 14:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:54:02] Production.INFO: neon service started
[2026-04-06 14:54:02] Production.INFO: neon service started
[2026-04-06 14:54:02] Production.INFO: ==26222== Releasing lock...
[2026-04-06 14:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:54:02] Production.INFO: ==26225== Lock acquired, processing the job...
[2026-04-06 09:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:54:02] Production.INFO: ==26225== Releasing lock...
[2026-04-06 09:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:54:02] Production.INFO: ==26227== Lock acquired, processing the job...
[2026-04-06 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:54:02] Production.INFO: ==26227== Releasing lock...
[2026-04-06 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:54:03] Production.INFO: ==26229== Lock acquired, processing the job...
[2026-04-06 09:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:54:03] Production.INFO: ==26235== Lock acquired, processing the job...
[2026-04-06 09:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:54:03] Production.INFO: ==26231== Lock acquired, processing the job...
[2026-04-06 09:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:54:03] Production.INFO: ==26233== Lock acquired, processing the job...
[2026-04-06 09:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:54:03] Production.INFO: ==26237== Lock acquired, processing the job...
[2026-04-06 09:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:54:03] Production.INFO: Account Balance Start.
[2026-04-06 09:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:54:03] Production.INFO: 117
[2026-04-06 09:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:54:03] Production.INFO: ==26237== Releasing lock...
[2026-04-06 09:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: ==26231== Releasing lock...
[2026-04-06 09:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:54:05] Production.INFO: Total Charge 0
[2026-04-06 09:54:05] Production.INFO: CreateAllLog End
[2026-04-06 09:54:05] Production.INFO: Account Balance End.
[2026-04-06 09:54:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:54:05] Production.INFO: ==26235== Releasing lock...
[2026-04-06 09:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:54:12] Production.ERROR: CronJobId end10
[2026-04-06 09:54:12] Production.INFO: ==26233== Releasing lock...
[2026-04-06 09:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:54:14] Production.INFO: call_cost start
[2026-04-06 09:54:14] Production.INFO: call_cost end
[2026-04-06 09:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:54:14] Production.INFO: ==26229== Releasing lock...
[2026-04-06 09:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:55:01] Production.INFO: ==26307== Lock acquired, processing the job...
[2026-04-06 14:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:55:01] Production.INFO: neon service started
[2026-04-06 14:55:01] Production.INFO: neon service started
[2026-04-06 14:55:01] Production.INFO: ==26307== Releasing lock...
[2026-04-06 14:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:55:02] Production.INFO: ==26309== Lock acquired, processing the job...
[2026-04-06 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:55:02] Production.INFO: ==26311== Lock acquired, processing the job...
[2026-04-06 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:55:02] Production.INFO: ==26311== Releasing lock...
[2026-04-06 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:55:02] Production.INFO: ==26309== Releasing lock...
[2026-04-06 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:55:03] Production.INFO: ==26314== Lock acquired, processing the job...
[2026-04-06 09:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:55:03] Production.INFO: ==26318== Lock acquired, processing the job...
[2026-04-06 09:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:55:03] Production.INFO: ==26320== Lock acquired, processing the job...
[2026-04-06 09:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:55:03] Production.INFO: ==26316== Lock acquired, processing the job...
[2026-04-06 09:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:55:03] Production.INFO: Account Balance Start.
[2026-04-06 09:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:55:03] Production.INFO: 117
[2026-04-06 09:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:55:03] Production.INFO: ==26322== Lock acquired, processing the job...
[2026-04-06 09:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:55:03] Production.INFO: ==26322== Releasing lock...
[2026-04-06 09:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: ==26316== Releasing lock...
[2026-04-06 09:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:55:04] Production.INFO: Total Charge 0
[2026-04-06 09:55:04] Production.INFO: CreateAllLog End
[2026-04-06 09:55:04] Production.INFO: Account Balance End.
[2026-04-06 09:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:55:04] Production.INFO: ==26320== Releasing lock...
[2026-04-06 09:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:55:12] Production.ERROR: CronJobId end10
[2026-04-06 09:55:12] Production.INFO: ==26318== Releasing lock...
[2026-04-06 09:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:55:14] Production.INFO: call_cost start
[2026-04-06 09:55:14] Production.INFO: call_cost end
[2026-04-06 09:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:55:14] Production.INFO: ==26314== Releasing lock...
[2026-04-06 09:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:56:01] Production.INFO: ==26387== Lock acquired, processing the job...
[2026-04-06 14:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:56:01] Production.INFO: neon service started
[2026-04-06 14:56:01] Production.INFO: neon service started
[2026-04-06 14:56:01] Production.INFO: ==26387== Releasing lock...
[2026-04-06 14:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:56:02] Production.INFO: ==26391== Lock acquired, processing the job...
[2026-04-06 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:56:02] Production.INFO: ==26391== Releasing lock...
[2026-04-06 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:56:02] Production.INFO: ==26389== Lock acquired, processing the job...
[2026-04-06 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:56:02] Production.INFO: ==26389== Releasing lock...
[2026-04-06 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:56:03] Production.INFO: ==26396== Lock acquired, processing the job...
[2026-04-06 09:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:56:03] Production.INFO: ==26398== Lock acquired, processing the job...
[2026-04-06 09:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:56:03] Production.INFO: ==26404== Lock acquired, processing the job...
[2026-04-06 09:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:56:03] Production.INFO: ==26400== Lock acquired, processing the job...
[2026-04-06 09:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:56:03] Production.INFO: ==26402== Lock acquired, processing the job...
[2026-04-06 09:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:56:03] Production.INFO: ==26404== Releasing lock...
[2026-04-06 09:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:56:03] Production.INFO: Account Balance Start.
[2026-04-06 09:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:56:03] Production.INFO: 117
[2026-04-06 09:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:03] Production.INFO: ==26398== Releasing lock...
[2026-04-06 09:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:56:04] Production.INFO: Total Charge 0
[2026-04-06 09:56:04] Production.INFO: CreateAllLog End
[2026-04-06 09:56:04] Production.INFO: Account Balance End.
[2026-04-06 09:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:56:05] Production.INFO: ==26402== Releasing lock...
[2026-04-06 09:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:56:12] Production.ERROR: CronJobId end10
[2026-04-06 09:56:12] Production.INFO: ==26400== Releasing lock...
[2026-04-06 09:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:56:15] Production.INFO: call_cost start
[2026-04-06 09:56:15] Production.INFO: call_cost end
[2026-04-06 09:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:56:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:56:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:56:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:56:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:56:15] Production.INFO: ==26396== Releasing lock...
[2026-04-06 09:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:57:01] Production.INFO: ==26467== Lock acquired, processing the job...
[2026-04-06 14:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:57:01] Production.INFO: neon service started
[2026-04-06 14:57:01] Production.INFO: neon service started
[2026-04-06 14:57:01] Production.INFO: ==26467== Releasing lock...
[2026-04-06 14:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:57:01] Production.INFO: ==26469== Lock acquired, processing the job...
[2026-04-06 09:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:57:01] Production.INFO: ==26469== Releasing lock...
[2026-04-06 09:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:57:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:57:02] Production.INFO: ==26471== Lock acquired, processing the job...
[2026-04-06 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:57:02] Production.INFO: ==26471== Releasing lock...
[2026-04-06 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:57:02] Production.INFO: ==26474== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:57:02] Production.INFO: ==26478== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:57:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:57:02] Production.INFO: ==26476== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:57:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:57:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:57:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:57:02] Production.INFO: ==26482== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:57:02] Production.INFO: ==26480== Lock acquired, processing the job...
[2026-04-06 09:57:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:57:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:57:03] Production.INFO: Account Balance Start.
[2026-04-06 09:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:57:03] Production.INFO: 117
[2026-04-06 09:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:57:03] Production.INFO: ==26482== Releasing lock...
[2026-04-06 09:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: ==26476== Releasing lock...
[2026-04-06 09:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-28
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-29
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-30
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-03-31
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-04-01
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-04-02
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-04-03
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-04-04
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:03] Production.INFO: Date 2026-04-05
[2026-04-06 09:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:57:04] Production.INFO: Total Charge 0
[2026-04-06 09:57:04] Production.INFO: CreateAllLog End
[2026-04-06 09:57:04] Production.INFO: Account Balance End.
[2026-04-06 09:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:57:04] Production.INFO: ==26480== Releasing lock...
[2026-04-06 09:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:57:10] Production.ERROR: CronJobId end10
[2026-04-06 09:57:10] Production.INFO: ==26478== Releasing lock...
[2026-04-06 09:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:57:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:57:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:57:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:57:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:57:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:57:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:57:13] Production.INFO: call_cost start
[2026-04-06 09:57:13] Production.INFO: call_cost end
[2026-04-06 09:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:57:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:57:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:57:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:57:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:57:13] Production.INFO: ==26474== Releasing lock...
[2026-04-06 09:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:58:01] Production.INFO: ==26549== Lock acquired, processing the job...
[2026-04-06 14:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:58:01] Production.INFO: neon service started
[2026-04-06 14:58:01] Production.INFO: neon service started
[2026-04-06 14:58:01] Production.INFO: ==26549== Releasing lock...
[2026-04-06 14:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:58:02] Production.INFO: ==26551== Lock acquired, processing the job...
[2026-04-06 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 09:58:02] Production.INFO: ==26551== Releasing lock...
[2026-04-06 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:58:02] Production.INFO: ==26553== Lock acquired, processing the job...
[2026-04-06 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:58:02] Production.INFO: ==26553== Releasing lock...
[2026-04-06 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:58:03] Production.INFO: ==26561== Lock acquired, processing the job...
[2026-04-06 09:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:58:03] Production.INFO: Account Balance Start.
[2026-04-06 09:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:58:03] Production.INFO: 117
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: ==26555== Lock acquired, processing the job...
[2026-04-06 09:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:58:03] Production.INFO: ==26559== Lock acquired, processing the job...
[2026-04-06 09:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:58:03] Production.INFO: ==26557== Lock acquired, processing the job...
[2026-04-06 09:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:58:03] Production.INFO: ==26563== Lock acquired, processing the job...
[2026-04-06 09:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: ==26563== Releasing lock...
[2026-04-06 09:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-18
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-19
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-20
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-21
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-22
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-23
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-24
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-25
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-26
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:03] Production.INFO: Date 2026-03-27
[2026-04-06 09:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: ==26557== Releasing lock...
[2026-04-06 09:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 09:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:58:04] Production.INFO: Total Charge 0
[2026-04-06 09:58:04] Production.INFO: CreateAllLog End
[2026-04-06 09:58:04] Production.INFO: Account Balance End.
[2026-04-06 09:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 09:58:04] Production.INFO: ==26561== Releasing lock...
[2026-04-06 09:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:58:11] Production.ERROR: CronJobId end10
[2026-04-06 09:58:11] Production.INFO: ==26559== Releasing lock...
[2026-04-06 09:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:58:14] Production.INFO: call_cost start
[2026-04-06 09:58:14] Production.INFO: call_cost end
[2026-04-06 09:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:58:14] Production.INFO: ==26555== Releasing lock...
[2026-04-06 09:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 14:59:02] Production.INFO: ==26642== Lock acquired, processing the job...
[2026-04-06 14:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 14:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 14:59:02] Production.INFO: neon service started
[2026-04-06 14:59:02] Production.INFO: neon service started
[2026-04-06 14:59:02] Production.INFO: ==26642== Releasing lock...
[2026-04-06 14:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 14:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 09:59:02] Production.INFO: ==26644== Lock acquired, processing the job...
[2026-04-06 09:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:59:02] Production.INFO: ==26646== Lock acquired, processing the job...
[2026-04-06 13:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:59:02] Production.INFO: ==26646== Releasing lock...
[2026-04-06 13:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 13:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 09:59:03] Production.INFO: ==26644== Releasing lock...
[2026-04-06 09:59:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 09:59:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 09:59:03] Production.INFO: ==26653== Lock acquired, processing the job...
[2026-04-06 09:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 09:59:03] Production.INFO: ==26655== Lock acquired, processing the job...
[2026-04-06 09:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 09:59:03] Production.INFO: ==26651== Lock acquired, processing the job...
[2026-04-06 09:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 09:59:03] Production.INFO: ==26657== Lock acquired, processing the job...
[2026-04-06 09:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 09:59:03] Production.INFO: ==26659== Lock acquired, processing the job...
[2026-04-06 09:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 09:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 09:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 09:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 09:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 09:59:03] Production.INFO: Account Balance Start.
[2026-04-06 09:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 09:59:03] Production.INFO: 117
[2026-04-06 09:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 09:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-09
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-10
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-11
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 09:59:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 09:59:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: ==26659== Releasing lock...
[2026-04-06 09:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 09:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 09:59:04] Production.INFO: ==26653== Releasing lock...
[2026-04-06 09:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 09:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:05] Production.INFO: Date 2026-04-04
[2026-04-06 09:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:05] Production.INFO: Date 2026-04-05
[2026-04-06 09:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:05] Production.INFO: Date 2026-04-06
[2026-04-06 09:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 09:59:05] Production.INFO: Total Charge 0
[2026-04-06 09:59:05] Production.INFO: CreateAllLog End
[2026-04-06 09:59:05] Production.INFO: Account Balance End.
[2026-04-06 09:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 09:59:05] Production.INFO: ==26657== Releasing lock...
[2026-04-06 09:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 09:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 09:59:11] Production.ERROR: CronJobId end10
[2026-04-06 09:59:11] Production.INFO: ==26655== Releasing lock...
[2026-04-06 09:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 09:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 09:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 09:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 09:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 09:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 09:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 09:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 09:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 09:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 09:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 09:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 09:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 09:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 09:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 09:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 09:59:14] Production.INFO: call_cost start
[2026-04-06 09:59:14] Production.INFO: call_cost end
[2026-04-06 09:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 09:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 09:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 09:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 09:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 09:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 09:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 09:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 09:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 09:59:14] Production.INFO: ==26651== Releasing lock...
[2026-04-06 09:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 09:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:00:01] Production.INFO: ==26720== Lock acquired, processing the job...
[2026-04-06 15:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:00:01] Production.INFO: neon service started
[2026-04-06 15:00:01] Production.INFO: neon service started
[2026-04-06 15:00:01] Production.INFO: ==26720== Releasing lock...
[2026-04-06 15:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:00:01] Production.INFO: ==26722== Lock acquired, processing the job...
[2026-04-06 10:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:00:02] Production.INFO: ==26722== Releasing lock...
[2026-04-06 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:00:02] Production.INFO: ==26724== Lock acquired, processing the job...
[2026-04-06 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:00:02] Production.INFO: ==26724== Releasing lock...
[2026-04-06 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:00:02] Production.INFO: ==26726== Lock acquired, processing the job...
[2026-04-06 10:00:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:00:02] Production.INFO: ==26730== Lock acquired, processing the job...
[2026-04-06 10:00:02] Production.INFO: ==26728== Lock acquired, processing the job...
[2026-04-06 10:00:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:00:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:00:03] Production.INFO: ==26734== Lock acquired, processing the job...
[2026-04-06 10:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:00:03] Production.INFO: ==26732== Lock acquired, processing the job...
[2026-04-06 10:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:00:03] Production.INFO: Account Balance Start.
[2026-04-06 10:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:00:03] Production.INFO: 117
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:00:03] Production.INFO: ==26734== Releasing lock...
[2026-04-06 10:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: ==26728== Releasing lock...
[2026-04-06 10:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:00:04] Production.INFO: Total Charge 0
[2026-04-06 10:00:04] Production.INFO: CreateAllLog End
[2026-04-06 10:00:04] Production.INFO: Account Balance End.
[2026-04-06 10:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:00:04] Production.INFO: ==26732== Releasing lock...
[2026-04-06 10:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:00:10] Production.ERROR: CronJobId end10
[2026-04-06 10:00:10] Production.INFO: ==26730== Releasing lock...
[2026-04-06 10:00:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:00:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:00:13] Production.INFO: call_cost start
[2026-04-06 10:00:13] Production.INFO: call_cost end
[2026-04-06 10:00:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:00:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:00:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:00:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:00:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:00:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:00:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:00:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:00:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:00:13] Production.INFO: ==26726== Releasing lock...
[2026-04-06 10:00:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:00:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:01:02] Production.INFO: ==26809== Lock acquired, processing the job...
[2026-04-06 15:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:01:02] Production.INFO: neon service started
[2026-04-06 15:01:02] Production.INFO: neon service started
[2026-04-06 15:01:02] Production.INFO: ==26809== Releasing lock...
[2026-04-06 15:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:01:02] Production.INFO: ==26816== Lock acquired, processing the job...
[2026-04-06 10:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:01:02] Production.INFO: ==26816== Releasing lock...
[2026-04-06 10:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:01:02] Production.INFO: ==26818== Lock acquired, processing the job...
[2026-04-06 14:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:01:02] Production.INFO: ==26818== Releasing lock...
[2026-04-06 14:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:01:03] Production.INFO: ==26820== Lock acquired, processing the job...
[2026-04-06 10:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 10:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 10:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 10:01:03] Production.INFO: ==26820== Releasing lock...
[2026-04-06 10:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 10:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 10:01:03] Production.INFO: ==26822== Lock acquired, processing the job...
[2026-04-06 10:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:01:03] Production.INFO: ==26824== Lock acquired, processing the job...
[2026-04-06 10:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:01:03] Production.INFO: ==26828== Lock acquired, processing the job...
[2026-04-06 10:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:01:03] Production.INFO: Account Balance Start.
[2026-04-06 10:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:01:03] Production.INFO: 117
[2026-04-06 10:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:03] Production.INFO: ==26826== Lock acquired, processing the job...
[2026-04-06 10:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: ==26830== Lock acquired, processing the job...
[2026-04-06 10:01:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: ==26832== Lock acquired, processing the job...
[2026-04-06 10:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.ERROR: done
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: ==26832== Releasing lock...
[2026-04-06 10:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: ==26824== Releasing lock...
[2026-04-06 10:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 10:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047055', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:01:05] Production.INFO: Total Charge 0
[2026-04-06 10:01:05] Production.INFO: CreateAllLog End
[2026-04-06 10:01:05] Production.INFO: Account Balance End.
[2026-04-06 10:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:01:05] Production.INFO: ==26828== Releasing lock...
[2026-04-06 10:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047055', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 10:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 10:01:10] Production.INFO: ProcessCDR(1,17047055,1,1,2)
[2026-04-06 10:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047055,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047055,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 10:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 10:01:10] Production.INFO: ==26830== Releasing lock...
[2026-04-06 10:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 10:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 10:01:14] Production.ERROR: CronJobId end10
[2026-04-06 10:01:14] Production.INFO: ==26826== Releasing lock...
[2026-04-06 10:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:01:18] Production.INFO: call_cost start
[2026-04-06 10:01:18] Production.INFO: call_cost end
[2026-04-06 10:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:01:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:01:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:01:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:01:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:01:18] Production.INFO: ==26822== Releasing lock...
[2026-04-06 10:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:02:01] Production.INFO: ==26898== Lock acquired, processing the job...
[2026-04-06 15:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:02:01] Production.INFO: neon service started
[2026-04-06 15:02:01] Production.INFO: neon service started
[2026-04-06 15:02:01] Production.INFO: ==26898== Releasing lock...
[2026-04-06 15:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:02:01] Production.INFO: ==26903== Lock acquired, processing the job...
[2026-04-06 14:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:02:01] Production.INFO: ==26903== Releasing lock...
[2026-04-06 14:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:02:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:02:01] Production.INFO: ==26901== Lock acquired, processing the job...
[2026-04-06 10:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:02:02] Production.INFO: ==26901== Releasing lock...
[2026-04-06 10:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:02:03] Production.INFO: ==26911== Lock acquired, processing the job...
[2026-04-06 10:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:02:03] Production.INFO: ==26913== Lock acquired, processing the job...
[2026-04-06 10:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 10:02:03] Production.INFO: ==26905== Lock acquired, processing the job...
[2026-04-06 10:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:02:03] Production.INFO: Account Balance Start.
[2026-04-06 10:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:02:03] Production.INFO: 117
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:02:03] Production.INFO: ==26907== Lock acquired, processing the job...
[2026-04-06 10:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: ==26909== Lock acquired, processing the job...
[2026-04-06 10:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:02:03] Production.INFO: ==26915== Lock acquired, processing the job...
[2026-04-06 10:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:03] Production.INFO: ==26915== Releasing lock...
[2026-04-06 10:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:02:04] Production.ERROR: done
[2026-04-06 10:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 10:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:02:04] Production.INFO: Total Charge 0
[2026-04-06 10:02:04] Production.INFO: CreateAllLog End
[2026-04-06 10:02:04] Production.ERROR: done
[2026-04-06 10:02:04] Production.INFO: ==26907== Releasing lock...
[2026-04-06 10:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 10:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 10:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:02:04] Production.INFO: Account Balance End.
[2026-04-06 10:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:02:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:02:04] Production.INFO: ==26911== Releasing lock...
[2026-04-06 10:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:02:04] Production.INFO: ==26913== Releasing lock...
[2026-04-06 10:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 10:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 10:02:13] Production.ERROR: CronJobId end10
[2026-04-06 10:02:13] Production.INFO: ==26909== Releasing lock...
[2026-04-06 10:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:02:15] Production.INFO: call_cost start
[2026-04-06 10:02:15] Production.INFO: call_cost end
[2026-04-06 10:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:02:15] Production.INFO: ==26905== Releasing lock...
[2026-04-06 10:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:03:01] Production.INFO: ==26975== Lock acquired, processing the job...
[2026-04-06 15:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:03:01] Production.INFO: neon service started
[2026-04-06 15:03:01] Production.INFO: neon service started
[2026-04-06 15:03:01] Production.INFO: ==26975== Releasing lock...
[2026-04-06 15:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:03:02] Production.INFO: ==26979== Lock acquired, processing the job...
[2026-04-06 14:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:03:02] Production.INFO: ==26979== Releasing lock...
[2026-04-06 14:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:03:02] Production.INFO: ==26977== Lock acquired, processing the job...
[2026-04-06 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:03:02] Production.INFO: ==26977== Releasing lock...
[2026-04-06 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:03:03] Production.INFO: ==26988== Lock acquired, processing the job...
[2026-04-06 10:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:03:03] Production.INFO: ==26984== Lock acquired, processing the job...
[2026-04-06 10:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:03:03] Production.INFO: Account Balance Start.
[2026-04-06 10:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:03:03] Production.INFO: 117
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.INFO: ==26982== Lock acquired, processing the job...
[2026-04-06 10:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.INFO: ==26986== Lock acquired, processing the job...
[2026-04-06 10:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:03] Production.INFO: ==26990== Lock acquired, processing the job...
[2026-04-06 10:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:03:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:03:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:03:04] Production.INFO: ==26990== Releasing lock...
[2026-04-06 10:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:03:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:03:04] Production.INFO: ==26984== Releasing lock...
[2026-04-06 10:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:03:05] Production.INFO: Total Charge 0
[2026-04-06 10:03:05] Production.INFO: CreateAllLog End
[2026-04-06 10:03:05] Production.INFO: Account Balance End.
[2026-04-06 10:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:03:05] Production.INFO: ==26988== Releasing lock...
[2026-04-06 10:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:03:11] Production.ERROR: CronJobId end10
[2026-04-06 10:03:11] Production.INFO: ==26986== Releasing lock...
[2026-04-06 10:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:03:13] Production.INFO: call_cost start
[2026-04-06 10:03:13] Production.INFO: call_cost end
[2026-04-06 10:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:03:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:03:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:03:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:03:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:03:13] Production.INFO: ==26982== Releasing lock...
[2026-04-06 10:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:04:01] Production.INFO: ==27056== Lock acquired, processing the job...
[2026-04-06 15:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:04:01] Production.INFO: neon service started
[2026-04-06 15:04:01] Production.INFO: neon service started
[2026-04-06 15:04:01] Production.INFO: ==27056== Releasing lock...
[2026-04-06 15:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:04:01] Production.INFO: ==27060== Lock acquired, processing the job...
[2026-04-06 14:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:04:01] Production.INFO: ==27060== Releasing lock...
[2026-04-06 14:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:04:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:04:01] Production.INFO: ==27058== Lock acquired, processing the job...
[2026-04-06 10:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:04:02] Production.INFO: ==27058== Releasing lock...
[2026-04-06 10:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:04:02] Production.INFO: ==27062== Lock acquired, processing the job...
[2026-04-06 10:04:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:04:02] Production.INFO: ==27064== Lock acquired, processing the job...
[2026-04-06 10:04:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:04:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:04:03] Production.INFO: ==27066== Lock acquired, processing the job...
[2026-04-06 10:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:04:03] Production.INFO: ==27068== Lock acquired, processing the job...
[2026-04-06 10:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:04:03] Production.INFO: ==27070== Lock acquired, processing the job...
[2026-04-06 10:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:04:03] Production.INFO: Account Balance Start.
[2026-04-06 10:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:04:03] Production.INFO: 117
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:04:03] Production.INFO: ==27070== Releasing lock...
[2026-04-06 10:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: ==27064== Releasing lock...
[2026-04-06 10:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:03] Production.INFO: Date 2026-03-27
[2026-04-06 10:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:04:04] Production.INFO: Total Charge 0
[2026-04-06 10:04:04] Production.INFO: CreateAllLog End
[2026-04-06 10:04:04] Production.INFO: Account Balance End.
[2026-04-06 10:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:04:04] Production.INFO: ==27068== Releasing lock...
[2026-04-06 10:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:04:10] Production.ERROR: CronJobId end10
[2026-04-06 10:04:10] Production.INFO: ==27066== Releasing lock...
[2026-04-06 10:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:04:13] Production.INFO: call_cost start
[2026-04-06 10:04:13] Production.INFO: call_cost end
[2026-04-06 10:04:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:04:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:04:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:04:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:04:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:04:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:04:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:04:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:04:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:04:13] Production.INFO: ==27062== Releasing lock...
[2026-04-06 10:04:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:04:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:05:01] Production.INFO: ==27133== Lock acquired, processing the job...
[2026-04-06 15:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:05:01] Production.INFO: neon service started
[2026-04-06 15:05:01] Production.INFO: neon service started
[2026-04-06 15:05:01] Production.INFO: ==27133== Releasing lock...
[2026-04-06 15:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:05:02] Production.INFO: ==27137== Lock acquired, processing the job...
[2026-04-06 14:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:05:02] Production.INFO: ==27137== Releasing lock...
[2026-04-06 14:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:05:02] Production.INFO: ==27135== Lock acquired, processing the job...
[2026-04-06 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:05:02] Production.INFO: ==27135== Releasing lock...
[2026-04-06 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:05:03] Production.INFO: ==27139== Lock acquired, processing the job...
[2026-04-06 10:05:03] Production.INFO: ==27141== Lock acquired, processing the job...
[2026-04-06 10:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:05:03] Production.INFO: ==27143== Lock acquired, processing the job...
[2026-04-06 10:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:05:03] Production.INFO: ==27145== Lock acquired, processing the job...
[2026-04-06 10:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:05:03] Production.INFO: ==27147== Lock acquired, processing the job...
[2026-04-06 10:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:05:03] Production.INFO: Account Balance Start.
[2026-04-06 10:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:05:03] Production.INFO: 117
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: ==27147== Releasing lock...
[2026-04-06 10:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: ==27141== Releasing lock...
[2026-04-06 10:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:05:04] Production.INFO: Total Charge 0
[2026-04-06 10:05:04] Production.INFO: CreateAllLog End
[2026-04-06 10:05:05] Production.INFO: Account Balance End.
[2026-04-06 10:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:05:05] Production.INFO: ==27145== Releasing lock...
[2026-04-06 10:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:05:11] Production.ERROR: CronJobId end10
[2026-04-06 10:05:11] Production.INFO: ==27143== Releasing lock...
[2026-04-06 10:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:05:14] Production.INFO: call_cost start
[2026-04-06 10:05:14] Production.INFO: call_cost end
[2026-04-06 10:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:05:14] Production.INFO: ==27139== Releasing lock...
[2026-04-06 10:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:06:02] Production.INFO: ==27213== Lock acquired, processing the job...
[2026-04-06 15:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:06:02] Production.INFO: neon service started
[2026-04-06 15:06:02] Production.INFO: neon service started
[2026-04-06 15:06:02] Production.INFO: ==27213== Releasing lock...
[2026-04-06 15:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:06:02] Production.INFO: ==27215== Lock acquired, processing the job...
[2026-04-06 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:06:03] Production.INFO: ==27217== Lock acquired, processing the job...
[2026-04-06 14:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:06:03] Production.INFO: ==27217== Releasing lock...
[2026-04-06 14:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:06:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:06:03] Production.INFO: ==27215== Releasing lock...
[2026-04-06 10:06:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:06:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:06:04] Production.INFO: ==27220== Lock acquired, processing the job...
[2026-04-06 10:06:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:06:04] Production.INFO: ==27222== Lock acquired, processing the job...
[2026-04-06 10:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:06:04] Production.INFO: ==27224== Lock acquired, processing the job...
[2026-04-06 10:06:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:06:04] Production.INFO: ==27226== Lock acquired, processing the job...
[2026-04-06 10:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:06:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:06:04] Production.INFO: ==27228== Lock acquired, processing the job...
[2026-04-06 10:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:06:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:06:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:06:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:06:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:06:04] Production.INFO: Account Balance Start.
[2026-04-06 10:06:04] Production.INFO: CreateAllLog Start
[2026-04-06 10:06:04] Production.INFO: 117
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-08
[2026-04-06 10:06:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:06:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:06:04] Production.INFO: ==27228== Releasing lock...
[2026-04-06 10:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: ==27222== Releasing lock...
[2026-04-06 10:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:06:05] Production.INFO: Total Charge 0
[2026-04-06 10:06:05] Production.INFO: CreateAllLog End
[2026-04-06 10:06:05] Production.INFO: Account Balance End.
[2026-04-06 10:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:06:05] Production.INFO: ==27226== Releasing lock...
[2026-04-06 10:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:06:11] Production.ERROR: CronJobId end10
[2026-04-06 10:06:11] Production.INFO: ==27224== Releasing lock...
[2026-04-06 10:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:06:14] Production.INFO: call_cost start
[2026-04-06 10:06:14] Production.INFO: call_cost end
[2026-04-06 10:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:06:14] Production.INFO: ==27220== Releasing lock...
[2026-04-06 10:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:07:01] Production.INFO: ==27287== Lock acquired, processing the job...
[2026-04-06 15:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:07:01] Production.INFO: neon service started
[2026-04-06 15:07:01] Production.INFO: neon service started
[2026-04-06 15:07:01] Production.INFO: ==27287== Releasing lock...
[2026-04-06 15:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:07:02] Production.INFO: ==27289== Lock acquired, processing the job...
[2026-04-06 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:07:02] Production.INFO: ==27289== Releasing lock...
[2026-04-06 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:07:02] Production.INFO: ==27291== Lock acquired, processing the job...
[2026-04-06 14:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:07:02] Production.INFO: ==27291== Releasing lock...
[2026-04-06 14:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:07:03] Production.INFO: ==27302== Lock acquired, processing the job...
[2026-04-06 10:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:07:03] Production.INFO: ==27302== Releasing lock...
[2026-04-06 10:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:07:03] Production.INFO: ==27298== Lock acquired, processing the job...
[2026-04-06 10:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:07:03] Production.INFO: ==27296== Lock acquired, processing the job...
[2026-04-06 10:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:07:03] Production.INFO: ==27294== Lock acquired, processing the job...
[2026-04-06 10:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:07:03] Production.INFO: ==27300== Lock acquired, processing the job...
[2026-04-06 10:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:07:03] Production.INFO: Account Balance Start.
[2026-04-06 10:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:07:03] Production.INFO: 117
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: ==27296== Releasing lock...
[2026-04-06 10:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:07:04] Production.INFO: Total Charge 0
[2026-04-06 10:07:04] Production.INFO: CreateAllLog End
[2026-04-06 10:07:04] Production.INFO: Account Balance End.
[2026-04-06 10:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:07:04] Production.INFO: ==27300== Releasing lock...
[2026-04-06 10:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:07:12] Production.ERROR: CronJobId end10
[2026-04-06 10:07:12] Production.INFO: ==27298== Releasing lock...
[2026-04-06 10:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:07:13] Production.INFO: call_cost start
[2026-04-06 10:07:13] Production.INFO: call_cost end
[2026-04-06 10:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:07:13] Production.INFO: ==27294== Releasing lock...
[2026-04-06 10:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:08:02] Production.INFO: ==27367== Lock acquired, processing the job...
[2026-04-06 15:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:08:02] Production.INFO: neon service started
[2026-04-06 15:08:02] Production.INFO: neon service started
[2026-04-06 15:08:02] Production.INFO: ==27367== Releasing lock...
[2026-04-06 15:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:08:02] Production.INFO: ==27371== Lock acquired, processing the job...
[2026-04-06 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:08:02] Production.INFO: ==27371== Releasing lock...
[2026-04-06 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:08:02] Production.INFO: ==27369== Lock acquired, processing the job...
[2026-04-06 10:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:08:03] Production.INFO: ==27369== Releasing lock...
[2026-04-06 10:08:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:08:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:08:03] Production.INFO: ==27374== Lock acquired, processing the job...
[2026-04-06 10:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:08:03] Production.INFO: ==27378== Lock acquired, processing the job...
[2026-04-06 10:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:08:03] Production.INFO: ==27380== Lock acquired, processing the job...
[2026-04-06 10:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:08:03] Production.INFO: ==27376== Lock acquired, processing the job...
[2026-04-06 10:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:08:03] Production.INFO: ==27382== Lock acquired, processing the job...
[2026-04-06 10:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:08:04] Production.INFO: Account Balance Start.
[2026-04-06 10:08:04] Production.INFO: CreateAllLog Start
[2026-04-06 10:08:04] Production.INFO: 117
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-08
[2026-04-06 10:08:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:08:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:08:04] Production.INFO: ==27382== Releasing lock...
[2026-04-06 10:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: ==27376== Releasing lock...
[2026-04-06 10:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:08:05] Production.INFO: Total Charge 0
[2026-04-06 10:08:05] Production.INFO: CreateAllLog End
[2026-04-06 10:08:05] Production.INFO: Account Balance End.
[2026-04-06 10:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:08:05] Production.INFO: ==27380== Releasing lock...
[2026-04-06 10:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:08:12] Production.ERROR: CronJobId end10
[2026-04-06 10:08:12] Production.INFO: ==27378== Releasing lock...
[2026-04-06 10:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:08:14] Production.INFO: call_cost start
[2026-04-06 10:08:14] Production.INFO: call_cost end
[2026-04-06 10:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:08:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:08:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:08:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:08:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:08:14] Production.INFO: ==27374== Releasing lock...
[2026-04-06 10:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:09:01] Production.INFO: ==27444== Lock acquired, processing the job...
[2026-04-06 15:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:09:01] Production.INFO: neon service started
[2026-04-06 15:09:01] Production.INFO: neon service started
[2026-04-06 15:09:01] Production.INFO: ==27444== Releasing lock...
[2026-04-06 15:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:09:01] Production.INFO: ==27448== Lock acquired, processing the job...
[2026-04-06 14:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:09:01] Production.INFO: ==27448== Releasing lock...
[2026-04-06 14:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:09:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:09:02] Production.INFO: ==27446== Lock acquired, processing the job...
[2026-04-06 10:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:09:02] Production.INFO: ==27446== Releasing lock...
[2026-04-06 10:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:09:03] Production.INFO: ==27450== Lock acquired, processing the job...
[2026-04-06 10:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:09:03] Production.INFO: ==27454== Lock acquired, processing the job...
[2026-04-06 10:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:09:03] Production.INFO: ==27452== Lock acquired, processing the job...
[2026-04-06 10:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:09:03] Production.INFO: ==27458== Lock acquired, processing the job...
[2026-04-06 10:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:09:03] Production.INFO: ==27456== Lock acquired, processing the job...
[2026-04-06 10:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:09:03] Production.INFO: Account Balance Start.
[2026-04-06 10:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:09:03] Production.INFO: 117
[2026-04-06 10:09:03] Production.INFO: ==27458== Releasing lock...
[2026-04-06 10:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:03] Production.INFO: ==27452== Releasing lock...
[2026-04-06 10:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:09:04] Production.INFO: Total Charge 0
[2026-04-06 10:09:04] Production.INFO: CreateAllLog End
[2026-04-06 10:09:05] Production.INFO: Account Balance End.
[2026-04-06 10:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:09:05] Production.INFO: ==27456== Releasing lock...
[2026-04-06 10:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:09:11] Production.ERROR: CronJobId end10
[2026-04-06 10:09:11] Production.INFO: ==27454== Releasing lock...
[2026-04-06 10:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:09:13] Production.INFO: call_cost start
[2026-04-06 10:09:13] Production.INFO: call_cost end
[2026-04-06 10:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:09:13] Production.INFO: ==27450== Releasing lock...
[2026-04-06 10:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:10:02] Production.INFO: ==27518== Lock acquired, processing the job...
[2026-04-06 15:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:10:02] Production.INFO: neon service started
[2026-04-06 15:10:02] Production.INFO: neon service started
[2026-04-06 15:10:02] Production.INFO: ==27518== Releasing lock...
[2026-04-06 15:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:10:02] Production.INFO: ==27523== Lock acquired, processing the job...
[2026-04-06 14:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:10:02] Production.INFO: ==27523== Releasing lock...
[2026-04-06 14:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:10:02] Production.INFO: ==27521== Lock acquired, processing the job...
[2026-04-06 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:10:02] Production.INFO: ==27521== Releasing lock...
[2026-04-06 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:10:03] Production.INFO: ==27525== Lock acquired, processing the job...
[2026-04-06 10:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:10:03] Production.INFO: ==27527== Lock acquired, processing the job...
[2026-04-06 10:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:10:03] Production.INFO: ==27529== Lock acquired, processing the job...
[2026-04-06 10:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:10:03] Production.INFO: ==27531== Lock acquired, processing the job...
[2026-04-06 10:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:10:03] Production.INFO: ==27533== Lock acquired, processing the job...
[2026-04-06 10:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:10:03] Production.INFO: Account Balance Start.
[2026-04-06 10:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:10:03] Production.INFO: 117
[2026-04-06 10:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:03] Production.INFO: ==27533== Releasing lock...
[2026-04-06 10:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: ==27527== Releasing lock...
[2026-04-06 10:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:10:04] Production.INFO: Total Charge 0
[2026-04-06 10:10:04] Production.INFO: CreateAllLog End
[2026-04-06 10:10:04] Production.INFO: Account Balance End.
[2026-04-06 10:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:10:04] Production.INFO: ==27531== Releasing lock...
[2026-04-06 10:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:10:11] Production.ERROR: CronJobId end10
[2026-04-06 10:10:11] Production.INFO: ==27529== Releasing lock...
[2026-04-06 10:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:10:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:10:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:10:14] Production.INFO: call_cost start
[2026-04-06 10:10:14] Production.INFO: call_cost end
[2026-04-06 10:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:10:14] Production.INFO: ==27525== Releasing lock...
[2026-04-06 10:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:11:01] Production.INFO: ==27594== Lock acquired, processing the job...
[2026-04-06 15:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:11:01] Production.INFO: neon service started
[2026-04-06 15:11:01] Production.INFO: neon service started
[2026-04-06 15:11:01] Production.INFO: ==27594== Releasing lock...
[2026-04-06 15:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:11:01] Production.INFO: ==27596== Lock acquired, processing the job...
[2026-04-06 10:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:11:02] Production.INFO: ==27596== Releasing lock...
[2026-04-06 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:11:02] Production.INFO: ==27598== Lock acquired, processing the job...
[2026-04-06 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:11:02] Production.INFO: ==27598== Releasing lock...
[2026-04-06 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:11:02] Production.INFO: ==27603== Lock acquired, processing the job...
[2026-04-06 10:11:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:11:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:11:03] Production.INFO: ==27611== Lock acquired, processing the job...
[2026-04-06 10:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 10:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:11:03] Production.INFO: ==27601== Lock acquired, processing the job...
[2026-04-06 10:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 10:11:03] Production.INFO: ==27605== Lock acquired, processing the job...
[2026-04-06 10:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 10:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 10:11:03] Production.ERROR: CronJob PID - 27603
[2026-04-06 10:11:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 10:11:03] Production.ERROR: CronJob ID - 5
[2026-04-06 10:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 10:11:00
[2026-04-06 10:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 10:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 10:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 10:11:03] Production.ERROR: CronJob PID - 27611
[2026-04-06 10:11:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 10:11:03] Production.ERROR: CronJob ID - 17
[2026-04-06 10:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 10:11:00
[2026-04-06 10:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 10:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 10:11:03] Production.INFO: ==27609== Lock acquired, processing the job...
[2026-04-06 10:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:11:03] Production.INFO: ==27607== Lock acquired, processing the job...
[2026-04-06 10:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:11:03] Production.INFO: ==27613== Lock acquired, processing the job...
[2026-04-06 10:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 10:11:03] Production.INFO: ==27601== Releasing lock...
[2026-04-06 10:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 10:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 10:11:03] Production.ERROR: done
[2026-04-06 10:11:03] Production.INFO: Account Balance Start.
[2026-04-06 10:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:11:03] Production.INFO: 117
[2026-04-06 10:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:11:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:11:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 10:11:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047097', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 10:11:03] Production.INFO: ==27613== Releasing lock...
[2026-04-06 10:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: ==27605== Releasing lock...
[2026-04-06 10:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:11:05] Production.INFO: Total Charge 0
[2026-04-06 10:11:05] Production.INFO: CreateAllLog End
[2026-04-06 10:11:05] Production.INFO: Account Balance End.
[2026-04-06 10:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:11:05] Production.INFO: ==27609== Releasing lock...
[2026-04-06 10:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047097', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 10:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 10:11:10] Production.INFO: ProcessCDR(1,17047097,1,1,2)
[2026-04-06 10:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047097,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:11:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047097,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:11:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 10:11:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 10:11:11] Production.INFO: ==27611== Releasing lock...
[2026-04-06 10:11:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 10:11:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 10:11:14] Production.ERROR: CronJobId end10
[2026-04-06 10:11:14] Production.INFO: ==27607== Releasing lock...
[2026-04-06 10:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:11:17] Production.INFO: call_cost start
[2026-04-06 10:11:17] Production.INFO: call_cost end
[2026-04-06 10:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:11:17] Production.INFO: ==27603== Releasing lock...
[2026-04-06 10:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:12:01] Production.INFO: ==27672== Lock acquired, processing the job...
[2026-04-06 15:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:12:01] Production.INFO: neon service started
[2026-04-06 15:12:01] Production.INFO: neon service started
[2026-04-06 15:12:01] Production.INFO: ==27672== Releasing lock...
[2026-04-06 15:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:12:02] Production.INFO: ==27675== Lock acquired, processing the job...
[2026-04-06 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:12:02] Production.INFO: ==27677== Lock acquired, processing the job...
[2026-04-06 14:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:12:02] Production.INFO: ==27677== Releasing lock...
[2026-04-06 14:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:12:02] Production.INFO: ==27675== Releasing lock...
[2026-04-06 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:12:03] Production.INFO: ==27679== Lock acquired, processing the job...
[2026-04-06 10:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:12:03] Production.INFO: ==27681== Lock acquired, processing the job...
[2026-04-06 10:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:12:03] Production.INFO: ==27683== Lock acquired, processing the job...
[2026-04-06 10:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:12:03] Production.INFO: ==27685== Lock acquired, processing the job...
[2026-04-06 10:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:12:03] Production.INFO: ==27687== Lock acquired, processing the job...
[2026-04-06 10:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:12:03] Production.INFO: Account Balance Start.
[2026-04-06 10:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:12:03] Production.INFO: 117
[2026-04-06 10:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:12:03] Production.INFO: ==27687== Releasing lock...
[2026-04-06 10:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: ==27681== Releasing lock...
[2026-04-06 10:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:12:04] Production.INFO: Total Charge 0
[2026-04-06 10:12:04] Production.INFO: CreateAllLog End
[2026-04-06 10:12:05] Production.INFO: Account Balance End.
[2026-04-06 10:12:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:12:05] Production.INFO: ==27685== Releasing lock...
[2026-04-06 10:12:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:12:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:12:11] Production.ERROR: CronJobId end10
[2026-04-06 10:12:12] Production.INFO: ==27683== Releasing lock...
[2026-04-06 10:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:12:14] Production.INFO: call_cost start
[2026-04-06 10:12:14] Production.INFO: call_cost end
[2026-04-06 10:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:12:14] Production.INFO: ==27679== Releasing lock...
[2026-04-06 10:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:13:02] Production.INFO: ==27746== Lock acquired, processing the job...
[2026-04-06 15:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:13:02] Production.INFO: neon service started
[2026-04-06 15:13:02] Production.INFO: neon service started
[2026-04-06 15:13:02] Production.INFO: ==27746== Releasing lock...
[2026-04-06 15:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:13:02] Production.INFO: ==27748== Lock acquired, processing the job...
[2026-04-06 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:13:02] Production.INFO: ==27748== Releasing lock...
[2026-04-06 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:13:02] Production.INFO: ==27751== Lock acquired, processing the job...
[2026-04-06 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:13:03] Production.INFO: ==27751== Releasing lock...
[2026-04-06 14:13:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:13:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:13:03] Production.INFO: ==27759== Lock acquired, processing the job...
[2026-04-06 10:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:13:03] Production.INFO: ==27755== Lock acquired, processing the job...
[2026-04-06 10:13:03] Production.INFO: ==27753== Lock acquired, processing the job...
[2026-04-06 10:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:13:03] Production.INFO: ==27757== Lock acquired, processing the job...
[2026-04-06 10:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:13:03] Production.INFO: ==27761== Lock acquired, processing the job...
[2026-04-06 10:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:13:03] Production.INFO: Account Balance Start.
[2026-04-06 10:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:13:03] Production.INFO: 117
[2026-04-06 10:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:13:04] Production.INFO: ==27761== Releasing lock...
[2026-04-06 10:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: ==27755== Releasing lock...
[2026-04-06 10:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:13:05] Production.INFO: Total Charge 0
[2026-04-06 10:13:05] Production.INFO: CreateAllLog End
[2026-04-06 10:13:05] Production.INFO: Account Balance End.
[2026-04-06 10:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:13:05] Production.INFO: ==27759== Releasing lock...
[2026-04-06 10:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:13:12] Production.ERROR: CronJobId end10
[2026-04-06 10:13:12] Production.INFO: ==27757== Releasing lock...
[2026-04-06 10:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:13:15] Production.INFO: call_cost start
[2026-04-06 10:13:15] Production.INFO: call_cost end
[2026-04-06 10:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:13:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:13:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:13:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:13:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:13:15] Production.INFO: ==27753== Releasing lock...
[2026-04-06 10:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:14:01] Production.INFO: ==27826== Lock acquired, processing the job...
[2026-04-06 15:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:14:01] Production.INFO: neon service started
[2026-04-06 15:14:01] Production.INFO: neon service started
[2026-04-06 15:14:01] Production.INFO: ==27826== Releasing lock...
[2026-04-06 15:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:14:02] Production.INFO: ==27828== Lock acquired, processing the job...
[2026-04-06 10:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:14:02] Production.INFO: ==27830== Lock acquired, processing the job...
[2026-04-06 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:14:02] Production.INFO: ==27828== Releasing lock...
[2026-04-06 10:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:14:02] Production.INFO: ==27830== Releasing lock...
[2026-04-06 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:14:03] Production.INFO: ==27833== Lock acquired, processing the job...
[2026-04-06 10:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:14:03] Production.INFO: ==27835== Lock acquired, processing the job...
[2026-04-06 10:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:14:03] Production.INFO: ==27841== Lock acquired, processing the job...
[2026-04-06 10:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:14:03] Production.INFO: ==27837== Lock acquired, processing the job...
[2026-04-06 10:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:14:03] Production.INFO: ==27839== Lock acquired, processing the job...
[2026-04-06 10:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:14:03] Production.INFO: ==27841== Releasing lock...
[2026-04-06 10:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:14:03] Production.INFO: Account Balance Start.
[2026-04-06 10:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:14:03] Production.INFO: 117
[2026-04-06 10:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: ==27835== Releasing lock...
[2026-04-06 10:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:14:04] Production.INFO: Total Charge 0
[2026-04-06 10:14:05] Production.INFO: CreateAllLog End
[2026-04-06 10:14:05] Production.INFO: Account Balance End.
[2026-04-06 10:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:14:05] Production.INFO: ==27839== Releasing lock...
[2026-04-06 10:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:14:11] Production.ERROR: CronJobId end10
[2026-04-06 10:14:11] Production.INFO: ==27837== Releasing lock...
[2026-04-06 10:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:14:13] Production.INFO: call_cost start
[2026-04-06 10:14:13] Production.INFO: call_cost end
[2026-04-06 10:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:14:14] Production.INFO: ==27833== Releasing lock...
[2026-04-06 10:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:15:02] Production.INFO: ==27904== Lock acquired, processing the job...
[2026-04-06 15:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:15:02] Production.INFO: neon service started
[2026-04-06 15:15:02] Production.INFO: neon service started
[2026-04-06 15:15:02] Production.INFO: ==27904== Releasing lock...
[2026-04-06 15:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:15:02] Production.INFO: ==27908== Lock acquired, processing the job...
[2026-04-06 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:15:02] Production.INFO: ==27908== Releasing lock...
[2026-04-06 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:15:02] Production.INFO: ==27906== Lock acquired, processing the job...
[2026-04-06 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:15:02] Production.INFO: ==27906== Releasing lock...
[2026-04-06 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:15:03] Production.INFO: ==27913== Lock acquired, processing the job...
[2026-04-06 10:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:15:03] Production.INFO: ==27917== Lock acquired, processing the job...
[2026-04-06 10:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:15:03] Production.INFO: ==27911== Lock acquired, processing the job...
[2026-04-06 10:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:15:03] Production.INFO: ==27915== Lock acquired, processing the job...
[2026-04-06 10:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:15:03] Production.INFO: Account Balance Start.
[2026-04-06 10:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:15:03] Production.INFO: 117
[2026-04-06 10:15:03] Production.INFO: ==27919== Lock acquired, processing the job...
[2026-04-06 10:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:03] Production.INFO: ==27919== Releasing lock...
[2026-04-06 10:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: ==27913== Releasing lock...
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:15:04] Production.INFO: Total Charge 0
[2026-04-06 10:15:04] Production.INFO: CreateAllLog End
[2026-04-06 10:15:04] Production.INFO: Account Balance End.
[2026-04-06 10:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:15:05] Production.INFO: ==27917== Releasing lock...
[2026-04-06 10:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:15:11] Production.ERROR: CronJobId end10
[2026-04-06 10:15:11] Production.INFO: ==27915== Releasing lock...
[2026-04-06 10:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:15:15] Production.INFO: call_cost start
[2026-04-06 10:15:15] Production.INFO: call_cost end
[2026-04-06 10:15:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:15:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:15:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:15:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:15:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:15:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:15:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:15:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:15:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:15:15] Production.INFO: ==27911== Releasing lock...
[2026-04-06 10:15:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:15:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:16:01] Production.INFO: ==27974== Lock acquired, processing the job...
[2026-04-06 15:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:16:01] Production.INFO: neon service started
[2026-04-06 15:16:01] Production.INFO: neon service started
[2026-04-06 15:16:01] Production.INFO: ==27974== Releasing lock...
[2026-04-06 15:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:16:01] Production.INFO: ==27976== Lock acquired, processing the job...
[2026-04-06 10:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:16:02] Production.INFO: ==27978== Lock acquired, processing the job...
[2026-04-06 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:16:02] Production.INFO: ==27978== Releasing lock...
[2026-04-06 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:16:02] Production.INFO: ==27976== Releasing lock...
[2026-04-06 10:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:16:03] Production.INFO: ==27983== Lock acquired, processing the job...
[2026-04-06 10:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:16:03] Production.INFO: ==27981== Lock acquired, processing the job...
[2026-04-06 10:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:16:03] Production.INFO: ==27989== Lock acquired, processing the job...
[2026-04-06 10:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:16:03] Production.INFO: ==27985== Lock acquired, processing the job...
[2026-04-06 10:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:16:03] Production.INFO: ==27987== Lock acquired, processing the job...
[2026-04-06 10:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:16:03] Production.INFO: ==27989== Releasing lock...
[2026-04-06 10:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:16:03] Production.INFO: Account Balance Start.
[2026-04-06 10:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:16:03] Production.INFO: 117
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: ==27983== Releasing lock...
[2026-04-06 10:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:16:04] Production.INFO: Total Charge 0
[2026-04-06 10:16:04] Production.INFO: CreateAllLog End
[2026-04-06 10:16:04] Production.INFO: Account Balance End.
[2026-04-06 10:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:16:04] Production.INFO: ==27987== Releasing lock...
[2026-04-06 10:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:16:11] Production.ERROR: CronJobId end10
[2026-04-06 10:16:11] Production.INFO: ==27985== Releasing lock...
[2026-04-06 10:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:16:14] Production.INFO: call_cost start
[2026-04-06 10:16:14] Production.INFO: call_cost end
[2026-04-06 10:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:16:14] Production.INFO: ==27981== Releasing lock...
[2026-04-06 10:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:17:02] Production.INFO: ==28048== Lock acquired, processing the job...
[2026-04-06 15:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:17:02] Production.INFO: neon service started
[2026-04-06 15:17:02] Production.INFO: neon service started
[2026-04-06 15:17:02] Production.INFO: ==28048== Releasing lock...
[2026-04-06 15:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:17:02] Production.INFO: ==28052== Lock acquired, processing the job...
[2026-04-06 14:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:17:02] Production.INFO: ==28052== Releasing lock...
[2026-04-06 14:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:17:02] Production.INFO: ==28050== Lock acquired, processing the job...
[2026-04-06 10:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:17:02] Production.INFO: ==28050== Releasing lock...
[2026-04-06 10:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:17:03] Production.INFO: ==28055== Lock acquired, processing the job...
[2026-04-06 10:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:17:03] Production.INFO: ==28061== Lock acquired, processing the job...
[2026-04-06 10:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:17:03] Production.INFO: ==28059== Lock acquired, processing the job...
[2026-04-06 10:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:17:03] Production.INFO: ==28057== Lock acquired, processing the job...
[2026-04-06 10:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:17:03] Production.INFO: ==28063== Lock acquired, processing the job...
[2026-04-06 10:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:17:03] Production.INFO: Account Balance Start.
[2026-04-06 10:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:17:03] Production.INFO: 117
[2026-04-06 10:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:03] Production.INFO: ==28063== Releasing lock...
[2026-04-06 10:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: ==28057== Releasing lock...
[2026-04-06 10:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-03-29
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-03-30
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:17:05] Production.INFO: Total Charge 0
[2026-04-06 10:17:05] Production.INFO: CreateAllLog End
[2026-04-06 10:17:05] Production.INFO: Account Balance End.
[2026-04-06 10:17:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:17:05] Production.INFO: ==28061== Releasing lock...
[2026-04-06 10:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:17:12] Production.ERROR: CronJobId end10
[2026-04-06 10:17:12] Production.INFO: ==28059== Releasing lock...
[2026-04-06 10:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:17:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:17:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:17:15] Production.INFO: call_cost start
[2026-04-06 10:17:15] Production.INFO: call_cost end
[2026-04-06 10:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:17:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:17:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:17:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:17:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:17:15] Production.INFO: ==28055== Releasing lock...
[2026-04-06 10:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:18:01] Production.INFO: ==28140== Lock acquired, processing the job...
[2026-04-06 15:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:18:01] Production.INFO: neon service started
[2026-04-06 15:18:01] Production.INFO: neon service started
[2026-04-06 15:18:01] Production.INFO: ==28140== Releasing lock...
[2026-04-06 15:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:18:02] Production.INFO: ==28146== Lock acquired, processing the job...
[2026-04-06 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:18:02] Production.INFO: ==28146== Releasing lock...
[2026-04-06 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:18:02] Production.INFO: ==28144== Lock acquired, processing the job...
[2026-04-06 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:18:02] Production.INFO: ==28144== Releasing lock...
[2026-04-06 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:18:03] Production.INFO: ==28149== Lock acquired, processing the job...
[2026-04-06 10:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:18:03] Production.INFO: ==28151== Lock acquired, processing the job...
[2026-04-06 10:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:18:03] Production.INFO: ==28153== Lock acquired, processing the job...
[2026-04-06 10:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:18:03] Production.INFO: ==28157== Lock acquired, processing the job...
[2026-04-06 10:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:18:03] Production.INFO: ==28155== Lock acquired, processing the job...
[2026-04-06 10:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:18:03] Production.INFO: Account Balance Start.
[2026-04-06 10:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:18:03] Production.INFO: 117
[2026-04-06 10:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:18:03] Production.INFO: ==28157== Releasing lock...
[2026-04-06 10:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: ==28151== Releasing lock...
[2026-04-06 10:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:18:05] Production.INFO: Total Charge 0
[2026-04-06 10:18:05] Production.INFO: CreateAllLog End
[2026-04-06 10:18:05] Production.INFO: Account Balance End.
[2026-04-06 10:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:18:05] Production.INFO: ==28155== Releasing lock...
[2026-04-06 10:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:18:15] Production.ERROR: CronJobId end10
[2026-04-06 10:18:15] Production.INFO: ==28153== Releasing lock...
[2026-04-06 10:18:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:18:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:18:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:18:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:18:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:18:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:18:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:18:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:18:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:18:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:18:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:18:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:18:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:18:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:18:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:18:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:18:17] Production.INFO: call_cost start
[2026-04-06 10:18:17] Production.INFO: call_cost end
[2026-04-06 10:18:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:18:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:18:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:18:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:18:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:18:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:18:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:18:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:18:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:18:17] Production.INFO: ==28149== Releasing lock...
[2026-04-06 10:18:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:18:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:19:02] Production.INFO: ==28214== Lock acquired, processing the job...
[2026-04-06 15:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:19:02] Production.INFO: neon service started
[2026-04-06 15:19:02] Production.INFO: neon service started
[2026-04-06 15:19:02] Production.INFO: ==28214== Releasing lock...
[2026-04-06 15:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:19:02] Production.INFO: ==28216== Lock acquired, processing the job...
[2026-04-06 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:19:02] Production.INFO: ==28216== Releasing lock...
[2026-04-06 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:19:02] Production.INFO: ==28218== Lock acquired, processing the job...
[2026-04-06 14:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:19:02] Production.INFO: ==28218== Releasing lock...
[2026-04-06 14:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:19:03] Production.INFO: ==28221== Lock acquired, processing the job...
[2026-04-06 10:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:19:03] Production.INFO: ==28223== Lock acquired, processing the job...
[2026-04-06 10:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:19:03] Production.INFO: ==28225== Lock acquired, processing the job...
[2026-04-06 10:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:19:03] Production.INFO: ==28227== Lock acquired, processing the job...
[2026-04-06 10:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:19:03] Production.INFO: ==28229== Lock acquired, processing the job...
[2026-04-06 10:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:19:03] Production.INFO: Account Balance Start.
[2026-04-06 10:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:19:03] Production.INFO: 117
[2026-04-06 10:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:19:03] Production.INFO: ==28229== Releasing lock...
[2026-04-06 10:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: ==28223== Releasing lock...
[2026-04-06 10:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:19:05] Production.INFO: Total Charge 0
[2026-04-06 10:19:05] Production.INFO: CreateAllLog End
[2026-04-06 10:19:05] Production.INFO: Account Balance End.
[2026-04-06 10:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:19:05] Production.INFO: ==28227== Releasing lock...
[2026-04-06 10:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:19:13] Production.ERROR: CronJobId end10
[2026-04-06 10:19:13] Production.INFO: ==28225== Releasing lock...
[2026-04-06 10:19:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:19:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:19:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:19:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:19:15] Production.INFO: call_cost start
[2026-04-06 10:19:15] Production.INFO: call_cost end
[2026-04-06 10:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:19:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:19:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:19:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:19:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:19:15] Production.INFO: ==28221== Releasing lock...
[2026-04-06 10:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:20:01] Production.INFO: ==28291== Lock acquired, processing the job...
[2026-04-06 15:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:20:01] Production.INFO: neon service started
[2026-04-06 15:20:01] Production.INFO: neon service started
[2026-04-06 15:20:01] Production.INFO: ==28291== Releasing lock...
[2026-04-06 15:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:20:01] Production.INFO: ==28293== Lock acquired, processing the job...
[2026-04-06 10:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:20:02] Production.INFO: ==28293== Releasing lock...
[2026-04-06 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:20:02] Production.INFO: ==28295== Lock acquired, processing the job...
[2026-04-06 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:20:02] Production.INFO: ==28295== Releasing lock...
[2026-04-06 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:20:02] Production.INFO: ==28299== Lock acquired, processing the job...
[2026-04-06 10:20:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:20:03] Production.INFO: ==28297== Lock acquired, processing the job...
[2026-04-06 10:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:20:03] Production.INFO: ==28301== Lock acquired, processing the job...
[2026-04-06 10:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:20:03] Production.INFO: ==28305== Lock acquired, processing the job...
[2026-04-06 10:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:20:03] Production.INFO: ==28303== Lock acquired, processing the job...
[2026-04-06 10:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:20:03] Production.INFO: Account Balance Start.
[2026-04-06 10:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:20:03] Production.INFO: 117
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:20:03] Production.INFO: ==28305== Releasing lock...
[2026-04-06 10:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: ==28299== Releasing lock...
[2026-04-06 10:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:20:04] Production.INFO: Total Charge 0
[2026-04-06 10:20:04] Production.INFO: CreateAllLog End
[2026-04-06 10:20:04] Production.INFO: Account Balance End.
[2026-04-06 10:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:20:05] Production.INFO: ==28303== Releasing lock...
[2026-04-06 10:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:20:11] Production.ERROR: CronJobId end10
[2026-04-06 10:20:11] Production.INFO: ==28301== Releasing lock...
[2026-04-06 10:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:20:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:20:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:20:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:20:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:20:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:20:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:20:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:20:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:20:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:20:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:20:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:20:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:20:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:20:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:20:13] Production.INFO: call_cost start
[2026-04-06 10:20:13] Production.INFO: call_cost end
[2026-04-06 10:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:20:13] Production.INFO: ==28297== Releasing lock...
[2026-04-06 10:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:21:02] Production.INFO: ==28365== Lock acquired, processing the job...
[2026-04-06 15:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:21:02] Production.INFO: neon service started
[2026-04-06 15:21:02] Production.INFO: neon service started
[2026-04-06 15:21:02] Production.INFO: ==28365== Releasing lock...
[2026-04-06 15:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:21:02] Production.INFO: ==28367== Lock acquired, processing the job...
[2026-04-06 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:21:02] Production.INFO: ==28369== Lock acquired, processing the job...
[2026-04-06 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:21:02] Production.INFO: ==28369== Releasing lock...
[2026-04-06 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:21:03] Production.INFO: ==28367== Releasing lock...
[2026-04-06 10:21:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:21:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:21:03] Production.INFO: ==28372== Lock acquired, processing the job...
[2026-04-06 10:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 10:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 10:21:03] Production.INFO: ==28374== Lock acquired, processing the job...
[2026-04-06 10:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 10:21:03] Production.INFO: ==28372== Releasing lock...
[2026-04-06 10:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 10:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 10:21:04] Production.INFO: ==28376== Lock acquired, processing the job...
[2026-04-06 10:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:21:04] Production.INFO: ==28378== Lock acquired, processing the job...
[2026-04-06 10:21:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:21:04] Production.INFO: ==28380== Lock acquired, processing the job...
[2026-04-06 10:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:21:04] Production.INFO: ==28384== Lock acquired, processing the job...
[2026-04-06 10:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:21:04] Production.INFO: ==28382== Lock acquired, processing the job...
[2026-04-06 10:21:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 10:21:04] Production.INFO: Account Balance Start.
[2026-04-06 10:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 10:21:04] Production.INFO: 117
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: ==28384== Releasing lock...
[2026-04-06 10:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: ==28376== Releasing lock...
[2026-04-06 10:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-25
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-26
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-27
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-28
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-29
[2026-04-06 10:21:05] Production.ERROR: done
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-30
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 10:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047138', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 10:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:21:05] Production.INFO: Total Charge 0
[2026-04-06 10:21:05] Production.INFO: CreateAllLog End
[2026-04-06 10:21:05] Production.INFO: Account Balance End.
[2026-04-06 10:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:21:05] Production.INFO: ==28380== Releasing lock...
[2026-04-06 10:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:21:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047138', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 10:21:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 10:21:11] Production.INFO: ProcessCDR(1,17047138,1,1,2)
[2026-04-06 10:21:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047138,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:21:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047138,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:21:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 10:21:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 10:21:11] Production.INFO: ==28382== Releasing lock...
[2026-04-06 10:21:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 10:21:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 10:21:15] Production.ERROR: CronJobId end10
[2026-04-06 10:21:15] Production.INFO: ==28378== Releasing lock...
[2026-04-06 10:21:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:21:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:21:17] Production.INFO: call_cost start
[2026-04-06 10:21:17] Production.INFO: call_cost end
[2026-04-06 10:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:21:17] Production.INFO: ==28374== Releasing lock...
[2026-04-06 10:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:22:01] Production.INFO: ==28439== Lock acquired, processing the job...
[2026-04-06 15:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:22:01] Production.INFO: neon service started
[2026-04-06 15:22:01] Production.INFO: neon service started
[2026-04-06 15:22:01] Production.INFO: ==28439== Releasing lock...
[2026-04-06 15:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:22:02] Production.INFO: ==28441== Lock acquired, processing the job...
[2026-04-06 10:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:22:02] Production.INFO: ==28443== Lock acquired, processing the job...
[2026-04-06 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:22:02] Production.INFO: ==28443== Releasing lock...
[2026-04-06 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:22:02] Production.INFO: ==28441== Releasing lock...
[2026-04-06 10:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:22:03] Production.INFO: ==28446== Lock acquired, processing the job...
[2026-04-06 10:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:22:03] Production.INFO: ==28452== Lock acquired, processing the job...
[2026-04-06 10:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:22:03] Production.INFO: ==28448== Lock acquired, processing the job...
[2026-04-06 10:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:22:03] Production.INFO: ==28450== Lock acquired, processing the job...
[2026-04-06 10:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:22:03] Production.INFO: ==28454== Lock acquired, processing the job...
[2026-04-06 10:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:22:03] Production.INFO: Account Balance Start.
[2026-04-06 10:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:22:03] Production.INFO: 117
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: ==28454== Releasing lock...
[2026-04-06 10:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: ==28448== Releasing lock...
[2026-04-06 10:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:22:04] Production.INFO: Total Charge 0
[2026-04-06 10:22:04] Production.INFO: CreateAllLog End
[2026-04-06 10:22:04] Production.INFO: Account Balance End.
[2026-04-06 10:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:22:04] Production.INFO: ==28452== Releasing lock...
[2026-04-06 10:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:22:12] Production.ERROR: CronJobId end10
[2026-04-06 10:22:12] Production.INFO: ==28450== Releasing lock...
[2026-04-06 10:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:22:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:22:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:22:14] Production.INFO: call_cost start
[2026-04-06 10:22:14] Production.INFO: call_cost end
[2026-04-06 10:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:22:14] Production.INFO: ==28446== Releasing lock...
[2026-04-06 10:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:23:01] Production.INFO: ==28519== Lock acquired, processing the job...
[2026-04-06 15:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:23:01] Production.INFO: neon service started
[2026-04-06 15:23:01] Production.INFO: neon service started
[2026-04-06 15:23:01] Production.INFO: ==28519== Releasing lock...
[2026-04-06 15:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:23:02] Production.INFO: ==28521== Lock acquired, processing the job...
[2026-04-06 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:23:02] Production.INFO: ==28521== Releasing lock...
[2026-04-06 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:23:02] Production.INFO: ==28523== Lock acquired, processing the job...
[2026-04-06 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:23:02] Production.INFO: ==28523== Releasing lock...
[2026-04-06 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:23:03] Production.INFO: ==28525== Lock acquired, processing the job...
[2026-04-06 10:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:23:03] Production.INFO: ==28529== Lock acquired, processing the job...
[2026-04-06 10:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:23:03] Production.INFO: ==28533== Lock acquired, processing the job...
[2026-04-06 10:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:23:03] Production.INFO: ==28531== Lock acquired, processing the job...
[2026-04-06 10:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:23:03] Production.INFO: ==28527== Lock acquired, processing the job...
[2026-04-06 10:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:23:03] Production.INFO: Account Balance Start.
[2026-04-06 10:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:23:03] Production.INFO: 117
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:23:03] Production.INFO: ==28533== Releasing lock...
[2026-04-06 10:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: ==28527== Releasing lock...
[2026-04-06 10:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:23:04] Production.INFO: Total Charge 0
[2026-04-06 10:23:04] Production.INFO: CreateAllLog End
[2026-04-06 10:23:04] Production.INFO: Account Balance End.
[2026-04-06 10:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:23:04] Production.INFO: ==28531== Releasing lock...
[2026-04-06 10:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:23:12] Production.ERROR: CronJobId end10
[2026-04-06 10:23:12] Production.INFO: ==28529== Releasing lock...
[2026-04-06 10:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:23:14] Production.INFO: call_cost start
[2026-04-06 10:23:14] Production.INFO: call_cost end
[2026-04-06 10:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:23:14] Production.INFO: ==28525== Releasing lock...
[2026-04-06 10:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:24:01] Production.INFO: ==28588== Lock acquired, processing the job...
[2026-04-06 15:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:24:01] Production.INFO: neon service started
[2026-04-06 15:24:01] Production.INFO: neon service started
[2026-04-06 15:24:01] Production.INFO: ==28588== Releasing lock...
[2026-04-06 15:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:24:01] Production.INFO: ==28590== Lock acquired, processing the job...
[2026-04-06 10:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:24:01] Production.INFO: ==28590== Releasing lock...
[2026-04-06 10:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:24:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:24:02] Production.INFO: ==28592== Lock acquired, processing the job...
[2026-04-06 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:24:02] Production.INFO: ==28592== Releasing lock...
[2026-04-06 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:24:02] Production.INFO: ==28594== Lock acquired, processing the job...
[2026-04-06 10:24:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:24:02] Production.INFO: ==28598== Lock acquired, processing the job...
[2026-04-06 10:24:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:24:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:24:02] Production.INFO: ==28596== Lock acquired, processing the job...
[2026-04-06 10:24:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:24:02] Production.INFO: ==28600== Lock acquired, processing the job...
[2026-04-06 10:24:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:24:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:24:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:24:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:24:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:24:03] Production.INFO: ==28602== Lock acquired, processing the job...
[2026-04-06 10:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:24:03] Production.INFO: Account Balance Start.
[2026-04-06 10:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:24:03] Production.INFO: 117
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: ==28602== Releasing lock...
[2026-04-06 10:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:03] Production.INFO: ==28596== Releasing lock...
[2026-04-06 10:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:24:04] Production.INFO: Total Charge 0
[2026-04-06 10:24:04] Production.INFO: CreateAllLog End
[2026-04-06 10:24:04] Production.INFO: Account Balance End.
[2026-04-06 10:24:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:24:04] Production.INFO: ==28600== Releasing lock...
[2026-04-06 10:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:24:11] Production.ERROR: CronJobId end10
[2026-04-06 10:24:11] Production.INFO: ==28598== Releasing lock...
[2026-04-06 10:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:24:14] Production.INFO: call_cost start
[2026-04-06 10:24:14] Production.INFO: call_cost end
[2026-04-06 10:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:24:14] Production.INFO: ==28594== Releasing lock...
[2026-04-06 10:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:25:01] Production.INFO: ==28664== Lock acquired, processing the job...
[2026-04-06 15:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:25:01] Production.INFO: neon service started
[2026-04-06 15:25:01] Production.INFO: neon service started
[2026-04-06 15:25:01] Production.INFO: ==28664== Releasing lock...
[2026-04-06 15:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:25:02] Production.INFO: ==28668== Lock acquired, processing the job...
[2026-04-06 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:25:02] Production.INFO: ==28668== Releasing lock...
[2026-04-06 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:25:02] Production.INFO: ==28670== Lock acquired, processing the job...
[2026-04-06 14:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:25:02] Production.INFO: ==28670== Releasing lock...
[2026-04-06 14:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:25:03] Production.INFO: ==28673== Lock acquired, processing the job...
[2026-04-06 10:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:25:03] Production.INFO: ==28679== Lock acquired, processing the job...
[2026-04-06 10:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:25:03] Production.INFO: ==28675== Lock acquired, processing the job...
[2026-04-06 10:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:25:03] Production.INFO: ==28677== Lock acquired, processing the job...
[2026-04-06 10:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:25:03] Production.INFO: ==28681== Lock acquired, processing the job...
[2026-04-06 10:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:25:03] Production.INFO: Account Balance Start.
[2026-04-06 10:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:25:03] Production.INFO: 117
[2026-04-06 10:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:25:03] Production.INFO: ==28681== Releasing lock...
[2026-04-06 10:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: ==28675== Releasing lock...
[2026-04-06 10:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:25:04] Production.INFO: Total Charge 0
[2026-04-06 10:25:04] Production.INFO: CreateAllLog End
[2026-04-06 10:25:04] Production.INFO: Account Balance End.
[2026-04-06 10:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:25:04] Production.INFO: ==28679== Releasing lock...
[2026-04-06 10:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:25:12] Production.ERROR: CronJobId end10
[2026-04-06 10:25:12] Production.INFO: ==28677== Releasing lock...
[2026-04-06 10:25:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:25:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:25:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:25:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:25:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:25:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:25:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:25:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:25:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:25:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:25:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:25:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:25:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:25:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:25:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:25:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:25:15] Production.INFO: call_cost start
[2026-04-06 10:25:15] Production.INFO: call_cost end
[2026-04-06 10:25:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:25:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:25:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:25:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:25:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:25:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:25:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:25:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:25:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:25:15] Production.INFO: ==28673== Releasing lock...
[2026-04-06 10:25:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:25:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:26:02] Production.INFO: ==28741== Lock acquired, processing the job...
[2026-04-06 15:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:26:02] Production.INFO: neon service started
[2026-04-06 15:26:02] Production.INFO: neon service started
[2026-04-06 15:26:02] Production.INFO: ==28741== Releasing lock...
[2026-04-06 15:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:26:02] Production.INFO: ==28743== Lock acquired, processing the job...
[2026-04-06 10:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:26:02] Production.INFO: ==28743== Releasing lock...
[2026-04-06 10:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:26:02] Production.INFO: ==28745== Lock acquired, processing the job...
[2026-04-06 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:26:02] Production.INFO: ==28745== Releasing lock...
[2026-04-06 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:26:03] Production.INFO: ==28748== Lock acquired, processing the job...
[2026-04-06 10:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:26:03] Production.INFO: ==28754== Lock acquired, processing the job...
[2026-04-06 10:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:26:03] Production.INFO: ==28750== Lock acquired, processing the job...
[2026-04-06 10:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:26:03] Production.INFO: ==28752== Lock acquired, processing the job...
[2026-04-06 10:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:26:03] Production.INFO: Account Balance Start.
[2026-04-06 10:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:26:03] Production.INFO: 117
[2026-04-06 10:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:03] Production.INFO: ==28756== Lock acquired, processing the job...
[2026-04-06 10:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:26:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:26:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: ==28756== Releasing lock...
[2026-04-06 10:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: ==28750== Releasing lock...
[2026-04-06 10:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:26:04] Production.INFO: Total Charge 0
[2026-04-06 10:26:04] Production.INFO: CreateAllLog End
[2026-04-06 10:26:05] Production.INFO: Account Balance End.
[2026-04-06 10:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:26:05] Production.INFO: ==28754== Releasing lock...
[2026-04-06 10:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:26:11] Production.ERROR: CronJobId end10
[2026-04-06 10:26:11] Production.INFO: ==28752== Releasing lock...
[2026-04-06 10:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:26:14] Production.INFO: call_cost start
[2026-04-06 10:26:14] Production.INFO: call_cost end
[2026-04-06 10:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:26:14] Production.INFO: ==28748== Releasing lock...
[2026-04-06 10:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:27:01] Production.INFO: ==28809== Lock acquired, processing the job...
[2026-04-06 15:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:27:01] Production.INFO: neon service started
[2026-04-06 15:27:01] Production.INFO: neon service started
[2026-04-06 15:27:01] Production.INFO: ==28809== Releasing lock...
[2026-04-06 15:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:27:01] Production.INFO: ==28814== Lock acquired, processing the job...
[2026-04-06 14:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:27:01] Production.INFO: ==28814== Releasing lock...
[2026-04-06 14:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:27:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:27:02] Production.INFO: ==28812== Lock acquired, processing the job...
[2026-04-06 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:27:02] Production.INFO: ==28812== Releasing lock...
[2026-04-06 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:27:02] Production.INFO: ==28816== Lock acquired, processing the job...
[2026-04-06 10:27:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:27:03] Production.INFO: ==28820== Lock acquired, processing the job...
[2026-04-06 10:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:27:03] Production.INFO: ==28818== Lock acquired, processing the job...
[2026-04-06 10:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:27:03] Production.INFO: ==28824== Lock acquired, processing the job...
[2026-04-06 10:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:27:03] Production.INFO: ==28822== Lock acquired, processing the job...
[2026-04-06 10:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:27:03] Production.INFO: ==28824== Releasing lock...
[2026-04-06 10:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:27:03] Production.INFO: Account Balance Start.
[2026-04-06 10:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:27:03] Production.INFO: 117
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: ==28818== Releasing lock...
[2026-04-06 10:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-27
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-28
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:03] Production.INFO: Date 2026-03-29
[2026-04-06 10:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:27:04] Production.INFO: Total Charge 0
[2026-04-06 10:27:04] Production.INFO: CreateAllLog End
[2026-04-06 10:27:04] Production.INFO: Account Balance End.
[2026-04-06 10:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:27:04] Production.INFO: ==28822== Releasing lock...
[2026-04-06 10:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:27:11] Production.ERROR: CronJobId end10
[2026-04-06 10:27:11] Production.INFO: ==28820== Releasing lock...
[2026-04-06 10:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:27:14] Production.INFO: call_cost start
[2026-04-06 10:27:14] Production.INFO: call_cost end
[2026-04-06 10:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:27:14] Production.INFO: ==28816== Releasing lock...
[2026-04-06 10:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:28:01] Production.INFO: ==28885== Lock acquired, processing the job...
[2026-04-06 15:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:28:02] Production.INFO: neon service started
[2026-04-06 15:28:02] Production.INFO: neon service started
[2026-04-06 15:28:02] Production.INFO: ==28885== Releasing lock...
[2026-04-06 15:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:28:02] Production.INFO: ==28887== Lock acquired, processing the job...
[2026-04-06 10:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:28:02] Production.INFO: ==28889== Lock acquired, processing the job...
[2026-04-06 14:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:28:02] Production.INFO: ==28889== Releasing lock...
[2026-04-06 14:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:28:02] Production.INFO: ==28887== Releasing lock...
[2026-04-06 10:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:28:03] Production.INFO: ==28892== Lock acquired, processing the job...
[2026-04-06 10:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:28:03] Production.INFO: ==28894== Lock acquired, processing the job...
[2026-04-06 10:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:28:03] Production.INFO: ==28896== Lock acquired, processing the job...
[2026-04-06 10:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:28:03] Production.INFO: ==28900== Lock acquired, processing the job...
[2026-04-06 10:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:28:03] Production.INFO: ==28898== Lock acquired, processing the job...
[2026-04-06 10:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:28:03] Production.INFO: Account Balance Start.
[2026-04-06 10:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:28:03] Production.INFO: 117
[2026-04-06 10:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:28:04] Production.INFO: ==28900== Releasing lock...
[2026-04-06 10:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: ==28894== Releasing lock...
[2026-04-06 10:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:28:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:28:05] Production.INFO: Total Charge 0
[2026-04-06 10:28:05] Production.INFO: CreateAllLog End
[2026-04-06 10:28:05] Production.INFO: Account Balance End.
[2026-04-06 10:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:28:05] Production.INFO: ==28898== Releasing lock...
[2026-04-06 10:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:28:11] Production.ERROR: CronJobId end10
[2026-04-06 10:28:11] Production.INFO: ==28896== Releasing lock...
[2026-04-06 10:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:28:15] Production.INFO: call_cost start
[2026-04-06 10:28:15] Production.INFO: call_cost end
[2026-04-06 10:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:28:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:28:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:28:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:28:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:28:15] Production.INFO: ==28892== Releasing lock...
[2026-04-06 10:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:29:01] Production.INFO: ==28968== Lock acquired, processing the job...
[2026-04-06 15:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:29:01] Production.INFO: neon service started
[2026-04-06 15:29:01] Production.INFO: neon service started
[2026-04-06 15:29:01] Production.INFO: ==28968== Releasing lock...
[2026-04-06 15:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:29:01] Production.INFO: ==28970== Lock acquired, processing the job...
[2026-04-06 10:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:29:02] Production.INFO: ==28970== Releasing lock...
[2026-04-06 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:29:02] Production.INFO: ==28972== Lock acquired, processing the job...
[2026-04-06 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:29:02] Production.INFO: ==28972== Releasing lock...
[2026-04-06 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:29:02] Production.INFO: ==28976== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:29:02] Production.INFO: ==28978== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:29:02] Production.INFO: ==28974== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:29:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:29:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:29:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:29:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:29:02] Production.INFO: ==28980== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:29:02] Production.INFO: ==28982== Lock acquired, processing the job...
[2026-04-06 10:29:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:29:03] Production.INFO: Account Balance Start.
[2026-04-06 10:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:29:03] Production.INFO: 117
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: ==28982== Releasing lock...
[2026-04-06 10:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: ==28976== Releasing lock...
[2026-04-06 10:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-27
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-28
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-29
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-30
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-03-31
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:03] Production.INFO: Date 2026-04-01
[2026-04-06 10:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:29:04] Production.INFO: Total Charge 0
[2026-04-06 10:29:04] Production.INFO: CreateAllLog End
[2026-04-06 10:29:04] Production.INFO: Account Balance End.
[2026-04-06 10:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:29:04] Production.INFO: ==28980== Releasing lock...
[2026-04-06 10:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:29:10] Production.ERROR: CronJobId end10
[2026-04-06 10:29:10] Production.INFO: ==28978== Releasing lock...
[2026-04-06 10:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:29:14] Production.INFO: call_cost start
[2026-04-06 10:29:14] Production.INFO: call_cost end
[2026-04-06 10:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:29:14] Production.INFO: ==28974== Releasing lock...
[2026-04-06 10:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:30:01] Production.INFO: ==29039== Lock acquired, processing the job...
[2026-04-06 15:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:30:01] Production.INFO: neon service started
[2026-04-06 15:30:01] Production.INFO: neon service started
[2026-04-06 15:30:01] Production.INFO: ==29039== Releasing lock...
[2026-04-06 15:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:30:02] Production.INFO: ==29041== Lock acquired, processing the job...
[2026-04-06 10:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:30:02] Production.INFO: ==29043== Lock acquired, processing the job...
[2026-04-06 14:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:30:02] Production.INFO: ==29041== Releasing lock...
[2026-04-06 10:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:30:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:30:02] Production.INFO: ==29043== Releasing lock...
[2026-04-06 14:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:30:03] Production.INFO: ==29046== Lock acquired, processing the job...
[2026-04-06 10:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:30:03] Production.INFO: ==29048== Lock acquired, processing the job...
[2026-04-06 10:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:30:03] Production.INFO: ==29050== Lock acquired, processing the job...
[2026-04-06 10:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:30:03] Production.INFO: ==29054== Lock acquired, processing the job...
[2026-04-06 10:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:30:03] Production.INFO: ==29052== Lock acquired, processing the job...
[2026-04-06 10:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:30:03] Production.INFO: Account Balance Start.
[2026-04-06 10:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:30:03] Production.INFO: 117
[2026-04-06 10:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:30:03] Production.INFO: ==29054== Releasing lock...
[2026-04-06 10:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:30:04] Production.INFO: ==29048== Releasing lock...
[2026-04-06 10:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:30:04] Production.INFO: Total Charge 0
[2026-04-06 10:30:05] Production.INFO: CreateAllLog End
[2026-04-06 10:30:05] Production.INFO: Account Balance End.
[2026-04-06 10:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:30:05] Production.INFO: ==29052== Releasing lock...
[2026-04-06 10:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:30:12] Production.ERROR: CronJobId end10
[2026-04-06 10:30:12] Production.INFO: ==29050== Releasing lock...
[2026-04-06 10:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:30:14] Production.INFO: call_cost start
[2026-04-06 10:30:14] Production.INFO: call_cost end
[2026-04-06 10:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:30:14] Production.INFO: ==29046== Releasing lock...
[2026-04-06 10:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:31:01] Production.INFO: ==29114== Lock acquired, processing the job...
[2026-04-06 15:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:31:01] Production.INFO: neon service started
[2026-04-06 15:31:01] Production.INFO: neon service started
[2026-04-06 15:31:01] Production.INFO: ==29114== Releasing lock...
[2026-04-06 15:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:31:01] Production.INFO: ==29116== Lock acquired, processing the job...
[2026-04-06 10:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:31:02] Production.INFO: ==29118== Lock acquired, processing the job...
[2026-04-06 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:31:02] Production.INFO: ==29116== Releasing lock...
[2026-04-06 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:31:02] Production.INFO: ==29118== Releasing lock...
[2026-04-06 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:31:02] Production.INFO: ==29122== Lock acquired, processing the job...
[2026-04-06 10:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:31:02] Production.INFO: ==29120== Lock acquired, processing the job...
[2026-04-06 10:31:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 10:31:02] Production.INFO: ==29124== Lock acquired, processing the job...
[2026-04-06 10:31:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:31:03] Production.INFO: ==29126== Lock acquired, processing the job...
[2026-04-06 10:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 10:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 10:31:03] Production.ERROR: CronJob PID - 29122
[2026-04-06 10:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 10:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 10:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 10:31:00
[2026-04-06 10:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 10:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 10:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 10:31:03] Production.ERROR: CronJob PID - 29124
[2026-04-06 10:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 10:31:03] Production.ERROR: CronJob ID - 7
[2026-04-06 10:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 10:31:00
[2026-04-06 10:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 10:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 10:31:03] Production.INFO: ==29128== Lock acquired, processing the job...
[2026-04-06 10:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 10:31:03] Production.INFO: ==29120== Releasing lock...
[2026-04-06 10:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 10:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 10:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:31:03] Production.INFO: ==29130== Lock acquired, processing the job...
[2026-04-06 10:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 10:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:31:03] Production.INFO: Account Balance Start.
[2026-04-06 10:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:31:03] Production.INFO: 117
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:31:03] Production.INFO: ==29132== Lock acquired, processing the job...
[2026-04-06 10:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-27
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:03] Production.INFO: Date 2026-03-28
[2026-04-06 10:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: ==29132== Releasing lock...
[2026-04-06 10:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:31:04] Production.ERROR: done
[2026-04-06 10:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: ==29124== Releasing lock...
[2026-04-06 10:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 10:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047179', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 10:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:31:04] Production.INFO: Total Charge 0
[2026-04-06 10:31:04] Production.INFO: CreateAllLog End
[2026-04-06 10:31:04] Production.INFO: Account Balance End.
[2026-04-06 10:31:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:31:04] Production.INFO: ==29128== Releasing lock...
[2026-04-06 10:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047179', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 10:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 10:31:10] Production.INFO: ProcessCDR(1,17047179,1,1,2)
[2026-04-06 10:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047179,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047179,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 10:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 10:31:10] Production.INFO: ==29130== Releasing lock...
[2026-04-06 10:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 10:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 10:31:12] Production.ERROR: CronJobId end10
[2026-04-06 10:31:12] Production.INFO: ==29126== Releasing lock...
[2026-04-06 10:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:31:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:31:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:31:15] Production.INFO: call_cost start
[2026-04-06 10:31:15] Production.INFO: call_cost end
[2026-04-06 10:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:31:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:31:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:31:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:31:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:31:15] Production.INFO: ==29122== Releasing lock...
[2026-04-06 10:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:32:01] Production.INFO: ==29192== Lock acquired, processing the job...
[2026-04-06 15:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:32:01] Production.INFO: neon service started
[2026-04-06 15:32:01] Production.INFO: neon service started
[2026-04-06 15:32:01] Production.INFO: ==29192== Releasing lock...
[2026-04-06 15:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:32:02] Production.INFO: ==29195== Lock acquired, processing the job...
[2026-04-06 10:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:32:02] Production.INFO: ==29197== Lock acquired, processing the job...
[2026-04-06 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:32:02] Production.INFO: ==29197== Releasing lock...
[2026-04-06 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:32:02] Production.INFO: ==29195== Releasing lock...
[2026-04-06 10:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:32:03] Production.INFO: ==29203== Lock acquired, processing the job...
[2026-04-06 10:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:32:03] Production.INFO: ==29199== Lock acquired, processing the job...
[2026-04-06 10:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:32:03] Production.INFO: ==29201== Lock acquired, processing the job...
[2026-04-06 10:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:32:03] Production.INFO: ==29207== Lock acquired, processing the job...
[2026-04-06 10:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:32:03] Production.INFO: ==29205== Lock acquired, processing the job...
[2026-04-06 10:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:32:03] Production.INFO: Account Balance Start.
[2026-04-06 10:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:32:03] Production.INFO: 117
[2026-04-06 10:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:03] Production.INFO: ==29207== Releasing lock...
[2026-04-06 10:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: ==29201== Releasing lock...
[2026-04-06 10:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:32:05] Production.INFO: Total Charge 0
[2026-04-06 10:32:05] Production.INFO: CreateAllLog End
[2026-04-06 10:32:05] Production.INFO: Account Balance End.
[2026-04-06 10:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:32:05] Production.INFO: ==29205== Releasing lock...
[2026-04-06 10:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:32:11] Production.ERROR: CronJobId end10
[2026-04-06 10:32:11] Production.INFO: ==29203== Releasing lock...
[2026-04-06 10:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:32:13] Production.INFO: call_cost start
[2026-04-06 10:32:13] Production.INFO: call_cost end
[2026-04-06 10:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:32:13] Production.INFO: ==29199== Releasing lock...
[2026-04-06 10:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:33:02] Production.INFO: ==29262== Lock acquired, processing the job...
[2026-04-06 15:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:33:02] Production.INFO: neon service started
[2026-04-06 15:33:02] Production.INFO: neon service started
[2026-04-06 15:33:02] Production.INFO: ==29262== Releasing lock...
[2026-04-06 15:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:33:02] Production.INFO: ==29264== Lock acquired, processing the job...
[2026-04-06 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:33:02] Production.INFO: ==29264== Releasing lock...
[2026-04-06 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:33:02] Production.INFO: ==29266== Lock acquired, processing the job...
[2026-04-06 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:33:03] Production.INFO: ==29266== Releasing lock...
[2026-04-06 14:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:33:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:33:03] Production.INFO: ==29269== Lock acquired, processing the job...
[2026-04-06 10:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:33:03] Production.INFO: ==29271== Lock acquired, processing the job...
[2026-04-06 10:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:33:03] Production.INFO: ==29273== Lock acquired, processing the job...
[2026-04-06 10:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:33:03] Production.INFO: ==29275== Lock acquired, processing the job...
[2026-04-06 10:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:33:03] Production.INFO: ==29277== Lock acquired, processing the job...
[2026-04-06 10:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:33:03] Production.INFO: Account Balance Start.
[2026-04-06 10:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:33:03] Production.INFO: 117
[2026-04-06 10:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:33:03] Production.INFO: ==29277== Releasing lock...
[2026-04-06 10:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: ==29271== Releasing lock...
[2026-04-06 10:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:33:05] Production.INFO: Total Charge 0
[2026-04-06 10:33:05] Production.INFO: CreateAllLog End
[2026-04-06 10:33:05] Production.INFO: Account Balance End.
[2026-04-06 10:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:33:05] Production.INFO: ==29275== Releasing lock...
[2026-04-06 10:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:33:10] Production.ERROR: CronJobId end10
[2026-04-06 10:33:10] Production.INFO: ==29273== Releasing lock...
[2026-04-06 10:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:33:14] Production.INFO: call_cost start
[2026-04-06 10:33:14] Production.INFO: call_cost end
[2026-04-06 10:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:33:14] Production.INFO: ==29269== Releasing lock...
[2026-04-06 10:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:34:01] Production.INFO: ==29339== Lock acquired, processing the job...
[2026-04-06 15:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:34:01] Production.INFO: neon service started
[2026-04-06 15:34:01] Production.INFO: neon service started
[2026-04-06 15:34:01] Production.INFO: ==29339== Releasing lock...
[2026-04-06 15:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:34:01] Production.INFO: ==29341== Lock acquired, processing the job...
[2026-04-06 10:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:34:02] Production.INFO: ==29341== Releasing lock...
[2026-04-06 10:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:34:02] Production.INFO: ==29343== Lock acquired, processing the job...
[2026-04-06 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:34:02] Production.INFO: ==29343== Releasing lock...
[2026-04-06 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:34:03] Production.INFO: ==29346== Lock acquired, processing the job...
[2026-04-06 10:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:34:03] Production.INFO: ==29348== Lock acquired, processing the job...
[2026-04-06 10:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:34:03] Production.INFO: ==29350== Lock acquired, processing the job...
[2026-04-06 10:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:34:03] Production.INFO: ==29354== Lock acquired, processing the job...
[2026-04-06 10:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:34:03] Production.INFO: ==29352== Lock acquired, processing the job...
[2026-04-06 10:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:34:03] Production.INFO: Account Balance Start.
[2026-04-06 10:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:34:03] Production.INFO: 117
[2026-04-06 10:34:03] Production.INFO: ==29354== Releasing lock...
[2026-04-06 10:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: ==29348== Releasing lock...
[2026-04-06 10:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:34:04] Production.INFO: Total Charge 0
[2026-04-06 10:34:04] Production.INFO: CreateAllLog End
[2026-04-06 10:34:04] Production.INFO: Account Balance End.
[2026-04-06 10:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:34:04] Production.INFO: ==29352== Releasing lock...
[2026-04-06 10:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:34:11] Production.ERROR: CronJobId end10
[2026-04-06 10:34:11] Production.INFO: ==29350== Releasing lock...
[2026-04-06 10:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:34:13] Production.INFO: call_cost start
[2026-04-06 10:34:13] Production.INFO: call_cost end
[2026-04-06 10:34:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:34:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:34:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:34:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:34:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:34:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:34:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:34:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:34:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:34:13] Production.INFO: ==29346== Releasing lock...
[2026-04-06 10:34:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:34:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:35:02] Production.INFO: ==29416== Lock acquired, processing the job...
[2026-04-06 15:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:35:02] Production.INFO: neon service started
[2026-04-06 15:35:02] Production.INFO: neon service started
[2026-04-06 15:35:02] Production.INFO: ==29416== Releasing lock...
[2026-04-06 15:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:35:02] Production.INFO: ==29418== Lock acquired, processing the job...
[2026-04-06 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:35:02] Production.INFO: ==29420== Lock acquired, processing the job...
[2026-04-06 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:35:02] Production.INFO: ==29420== Releasing lock...
[2026-04-06 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:35:02] Production.INFO: ==29418== Releasing lock...
[2026-04-06 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:35:03] Production.INFO: ==29423== Lock acquired, processing the job...
[2026-04-06 10:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:35:03] Production.INFO: ==29425== Lock acquired, processing the job...
[2026-04-06 10:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:35:03] Production.INFO: ==29427== Lock acquired, processing the job...
[2026-04-06 10:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:35:03] Production.INFO: ==29431== Lock acquired, processing the job...
[2026-04-06 10:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:35:03] Production.INFO: ==29429== Lock acquired, processing the job...
[2026-04-06 10:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:35:03] Production.INFO: Account Balance Start.
[2026-04-06 10:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:35:03] Production.INFO: ==29431== Releasing lock...
[2026-04-06 10:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:35:03] Production.INFO: 117
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-08
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: ==29425== Releasing lock...
[2026-04-06 10:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-19
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-20
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-21
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-22
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-23
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-24
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-25
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-26
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-27
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-28
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-29
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-30
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:06] Production.INFO: Date 2026-04-02
[2026-04-06 10:35:06] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:06] Production.INFO: Date 2026-04-03
[2026-04-06 10:35:06] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:06] Production.INFO: Date 2026-04-04
[2026-04-06 10:35:06] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:06] Production.INFO: Date 2026-04-05
[2026-04-06 10:35:06] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:06] Production.INFO: Date 2026-04-06
[2026-04-06 10:35:06] Production.INFO: Reseller ==> 0
[2026-04-06 10:35:06] Production.INFO: Total Charge 0
[2026-04-06 10:35:06] Production.INFO: CreateAllLog End
[2026-04-06 10:35:06] Production.INFO: Account Balance End.
[2026-04-06 10:35:06] Production.ERROR: CronJobId end 12
[2026-04-06 10:35:06] Production.INFO: ==29429== Releasing lock...
[2026-04-06 10:35:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:35:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:35:11] Production.ERROR: CronJobId end10
[2026-04-06 10:35:11] Production.INFO: ==29427== Releasing lock...
[2026-04-06 10:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:35:14] Production.INFO: call_cost start
[2026-04-06 10:35:14] Production.INFO: call_cost end
[2026-04-06 10:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:35:14] Production.INFO: ==29423== Releasing lock...
[2026-04-06 10:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:36:01] Production.INFO: ==29486== Lock acquired, processing the job...
[2026-04-06 15:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:36:01] Production.INFO: neon service started
[2026-04-06 15:36:01] Production.INFO: neon service started
[2026-04-06 15:36:01] Production.INFO: ==29486== Releasing lock...
[2026-04-06 15:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:36:01] Production.INFO: ==29488== Lock acquired, processing the job...
[2026-04-06 10:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:36:02] Production.INFO: ==29488== Releasing lock...
[2026-04-06 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:36:02] Production.INFO: ==29490== Lock acquired, processing the job...
[2026-04-06 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:36:02] Production.INFO: ==29490== Releasing lock...
[2026-04-06 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:36:02] Production.INFO: ==29492== Lock acquired, processing the job...
[2026-04-06 10:36:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:36:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:36:02] Production.INFO: ==29494== Lock acquired, processing the job...
[2026-04-06 10:36:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:36:02] Production.INFO: ==29496== Lock acquired, processing the job...
[2026-04-06 10:36:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:36:03] Production.INFO: ==29501== Lock acquired, processing the job...
[2026-04-06 10:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:36:03] Production.INFO: ==29499== Lock acquired, processing the job...
[2026-04-06 10:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:36:03] Production.INFO: Account Balance Start.
[2026-04-06 10:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:36:03] Production.INFO: 117
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:36:03] Production.INFO: ==29501== Releasing lock...
[2026-04-06 10:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: ==29494== Releasing lock...
[2026-04-06 10:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:36:04] Production.INFO: Total Charge 0
[2026-04-06 10:36:04] Production.INFO: CreateAllLog End
[2026-04-06 10:36:04] Production.INFO: Account Balance End.
[2026-04-06 10:36:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:36:04] Production.INFO: ==29499== Releasing lock...
[2026-04-06 10:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:36:10] Production.ERROR: CronJobId end10
[2026-04-06 10:36:10] Production.INFO: ==29496== Releasing lock...
[2026-04-06 10:36:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:36:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:36:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:36:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:36:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:36:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:36:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:36:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:36:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:36:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:36:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:36:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:36:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:36:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:36:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:36:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:36:13] Production.INFO: call_cost start
[2026-04-06 10:36:13] Production.INFO: call_cost end
[2026-04-06 10:36:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:36:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:36:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:36:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:36:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:36:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:36:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:36:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:36:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:36:13] Production.INFO: ==29492== Releasing lock...
[2026-04-06 10:36:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:36:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:37:01] Production.INFO: ==29562== Lock acquired, processing the job...
[2026-04-06 15:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:37:01] Production.INFO: neon service started
[2026-04-06 15:37:01] Production.INFO: neon service started
[2026-04-06 15:37:01] Production.INFO: ==29562== Releasing lock...
[2026-04-06 15:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:37:02] Production.INFO: ==29564== Lock acquired, processing the job...
[2026-04-06 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:37:02] Production.INFO: ==29564== Releasing lock...
[2026-04-06 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:37:02] Production.INFO: ==29566== Lock acquired, processing the job...
[2026-04-06 14:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:37:02] Production.INFO: ==29566== Releasing lock...
[2026-04-06 14:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:37:03] Production.INFO: ==29571== Lock acquired, processing the job...
[2026-04-06 10:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:37:03] Production.INFO: ==29569== Lock acquired, processing the job...
[2026-04-06 10:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:37:03] Production.INFO: ==29573== Lock acquired, processing the job...
[2026-04-06 10:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:37:03] Production.INFO: ==29577== Lock acquired, processing the job...
[2026-04-06 10:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:37:03] Production.INFO: ==29575== Lock acquired, processing the job...
[2026-04-06 10:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:37:03] Production.INFO: ==29577== Releasing lock...
[2026-04-06 10:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:37:03] Production.INFO: Account Balance Start.
[2026-04-06 10:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:37:03] Production.INFO: 117
[2026-04-06 10:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: ==29571== Releasing lock...
[2026-04-06 10:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:37:04] Production.INFO: Total Charge 0
[2026-04-06 10:37:04] Production.INFO: CreateAllLog End
[2026-04-06 10:37:04] Production.INFO: Account Balance End.
[2026-04-06 10:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:37:04] Production.INFO: ==29575== Releasing lock...
[2026-04-06 10:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:37:12] Production.ERROR: CronJobId end10
[2026-04-06 10:37:12] Production.INFO: ==29573== Releasing lock...
[2026-04-06 10:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:37:14] Production.INFO: call_cost start
[2026-04-06 10:37:14] Production.INFO: call_cost end
[2026-04-06 10:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:37:14] Production.INFO: ==29569== Releasing lock...
[2026-04-06 10:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:38:02] Production.INFO: ==29637== Lock acquired, processing the job...
[2026-04-06 15:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:38:02] Production.INFO: neon service started
[2026-04-06 15:38:02] Production.INFO: neon service started
[2026-04-06 15:38:02] Production.INFO: ==29637== Releasing lock...
[2026-04-06 15:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:38:02] Production.INFO: ==29642== Lock acquired, processing the job...
[2026-04-06 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:38:02] Production.INFO: ==29642== Releasing lock...
[2026-04-06 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:38:02] Production.INFO: ==29640== Lock acquired, processing the job...
[2026-04-06 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:38:02] Production.INFO: ==29640== Releasing lock...
[2026-04-06 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:38:03] Production.INFO: ==29644== Lock acquired, processing the job...
[2026-04-06 10:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:38:03] Production.INFO: ==29646== Lock acquired, processing the job...
[2026-04-06 10:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:38:03] Production.INFO: ==29648== Lock acquired, processing the job...
[2026-04-06 10:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:38:03] Production.INFO: ==29650== Lock acquired, processing the job...
[2026-04-06 10:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:38:03] Production.INFO: ==29652== Lock acquired, processing the job...
[2026-04-06 10:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:38:03] Production.INFO: Account Balance Start.
[2026-04-06 10:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:38:03] Production.INFO: 117
[2026-04-06 10:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:38:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:38:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: ==29652== Releasing lock...
[2026-04-06 10:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: ==29646== Releasing lock...
[2026-04-06 10:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:38:05] Production.INFO: Total Charge 0
[2026-04-06 10:38:05] Production.INFO: CreateAllLog End
[2026-04-06 10:38:05] Production.INFO: Account Balance End.
[2026-04-06 10:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:38:05] Production.INFO: ==29650== Releasing lock...
[2026-04-06 10:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:38:12] Production.ERROR: CronJobId end10
[2026-04-06 10:38:12] Production.INFO: ==29648== Releasing lock...
[2026-04-06 10:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:38:14] Production.INFO: call_cost start
[2026-04-06 10:38:14] Production.INFO: call_cost end
[2026-04-06 10:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:38:14] Production.INFO: ==29644== Releasing lock...
[2026-04-06 10:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:39:01] Production.INFO: ==29707== Lock acquired, processing the job...
[2026-04-06 15:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:39:01] Production.INFO: neon service started
[2026-04-06 15:39:01] Production.INFO: neon service started
[2026-04-06 15:39:01] Production.INFO: ==29707== Releasing lock...
[2026-04-06 15:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:39:02] Production.INFO: ==29711== Lock acquired, processing the job...
[2026-04-06 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:39:02] Production.INFO: ==29711== Releasing lock...
[2026-04-06 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:39:02] Production.INFO: ==29709== Lock acquired, processing the job...
[2026-04-06 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:39:02] Production.INFO: ==29709== Releasing lock...
[2026-04-06 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:39:03] Production.INFO: ==29716== Lock acquired, processing the job...
[2026-04-06 10:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:39:03] Production.INFO: ==29718== Lock acquired, processing the job...
[2026-04-06 10:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:39:03] Production.INFO: ==29714== Lock acquired, processing the job...
[2026-04-06 10:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:39:03] Production.INFO: ==29722== Lock acquired, processing the job...
[2026-04-06 10:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:39:03] Production.INFO: ==29720== Lock acquired, processing the job...
[2026-04-06 10:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:39:03] Production.INFO: Account Balance Start.
[2026-04-06 10:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:39:03] Production.INFO: 117
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: ==29722== Releasing lock...
[2026-04-06 10:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:39:04] Production.INFO: ==29716== Releasing lock...
[2026-04-06 10:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:39:04] Production.INFO: Total Charge 0
[2026-04-06 10:39:04] Production.INFO: CreateAllLog End
[2026-04-06 10:39:05] Production.INFO: Account Balance End.
[2026-04-06 10:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:39:05] Production.INFO: ==29720== Releasing lock...
[2026-04-06 10:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:39:12] Production.ERROR: CronJobId end10
[2026-04-06 10:39:12] Production.INFO: ==29718== Releasing lock...
[2026-04-06 10:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:39:14] Production.INFO: call_cost start
[2026-04-06 10:39:14] Production.INFO: call_cost end
[2026-04-06 10:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:39:14] Production.INFO: ==29714== Releasing lock...
[2026-04-06 10:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:40:02] Production.INFO: ==29781== Lock acquired, processing the job...
[2026-04-06 15:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:40:02] Production.INFO: neon service started
[2026-04-06 15:40:02] Production.INFO: neon service started
[2026-04-06 15:40:02] Production.INFO: ==29781== Releasing lock...
[2026-04-06 15:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:40:02] Production.INFO: ==29783== Lock acquired, processing the job...
[2026-04-06 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:40:02] Production.INFO: ==29785== Lock acquired, processing the job...
[2026-04-06 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 10:40:02] Production.INFO: ==29783== Releasing lock...
[2026-04-06 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:40:02] Production.INFO: ==29785== Releasing lock...
[2026-04-06 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:40:03] Production.INFO: ==29787== Lock acquired, processing the job...
[2026-04-06 10:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:40:03] Production.INFO: ==29796== Lock acquired, processing the job...
[2026-04-06 10:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:40:03] Production.INFO: ==29789== Lock acquired, processing the job...
[2026-04-06 10:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:40:03] Production.INFO: ==29791== Lock acquired, processing the job...
[2026-04-06 10:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:40:03] Production.INFO: ==29794== Lock acquired, processing the job...
[2026-04-06 10:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:40:03] Production.INFO: ==29796== Releasing lock...
[2026-04-06 10:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:40:03] Production.INFO: Account Balance Start.
[2026-04-06 10:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:40:03] Production.INFO: 117
[2026-04-06 10:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: ==29789== Releasing lock...
[2026-04-06 10:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:40:04] Production.INFO: Total Charge 0
[2026-04-06 10:40:04] Production.INFO: CreateAllLog End
[2026-04-06 10:40:04] Production.INFO: Account Balance End.
[2026-04-06 10:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:40:04] Production.INFO: ==29794== Releasing lock...
[2026-04-06 10:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:40:12] Production.ERROR: CronJobId end10
[2026-04-06 10:40:12] Production.INFO: ==29791== Releasing lock...
[2026-04-06 10:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:40:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:40:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:40:15] Production.INFO: call_cost start
[2026-04-06 10:40:15] Production.INFO: call_cost end
[2026-04-06 10:40:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:40:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:40:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:40:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:40:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:40:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:40:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:40:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:40:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:40:15] Production.INFO: ==29787== Releasing lock...
[2026-04-06 10:40:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:40:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:41:01] Production.INFO: ==29853== Lock acquired, processing the job...
[2026-04-06 15:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:41:01] Production.INFO: neon service started
[2026-04-06 15:41:01] Production.INFO: neon service started
[2026-04-06 15:41:01] Production.INFO: ==29853== Releasing lock...
[2026-04-06 15:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:41:01] Production.INFO: ==29857== Lock acquired, processing the job...
[2026-04-06 14:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:41:01] Production.INFO: ==29857== Releasing lock...
[2026-04-06 14:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:41:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:41:02] Production.INFO: ==29855== Lock acquired, processing the job...
[2026-04-06 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:41:02] Production.INFO: ==29855== Releasing lock...
[2026-04-06 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:41:03] Production.INFO: ==29859== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 10:41:03] Production.INFO: ==29865== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:41:03] Production.INFO: ==29867== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 10:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:41:03] Production.INFO: ==29869== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 10:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 10:41:03] Production.INFO: ==29859== Releasing lock...
[2026-04-06 10:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 10:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 10:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:41:03] Production.INFO: ==29861== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:41:03] Production.INFO: ==29863== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:41:03] Production.INFO: Account Balance Start.
[2026-04-06 10:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:41:03] Production.INFO: 117
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: ==29872== Lock acquired, processing the job...
[2026-04-06 10:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: ==29872== Releasing lock...
[2026-04-06 10:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: ==29863== Releasing lock...
[2026-04-06 10:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:41:04] Production.ERROR: done
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 10:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047220', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 10:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:41:04] Production.INFO: Total Charge 0
[2026-04-06 10:41:04] Production.INFO: CreateAllLog End
[2026-04-06 10:41:04] Production.INFO: Account Balance End.
[2026-04-06 10:41:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:41:04] Production.INFO: ==29867== Releasing lock...
[2026-04-06 10:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047220', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 10:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 10:41:10] Production.INFO: ProcessCDR(1,17047220,1,1,2)
[2026-04-06 10:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047220,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047220,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 10:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 10:41:10] Production.INFO: ==29869== Releasing lock...
[2026-04-06 10:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 10:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 10:41:14] Production.ERROR: CronJobId end10
[2026-04-06 10:41:14] Production.INFO: ==29865== Releasing lock...
[2026-04-06 10:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:41:17] Production.INFO: call_cost start
[2026-04-06 10:41:17] Production.INFO: call_cost end
[2026-04-06 10:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:41:17] Production.INFO: ==29861== Releasing lock...
[2026-04-06 10:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:42:01] Production.INFO: ==29929== Lock acquired, processing the job...
[2026-04-06 15:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:42:01] Production.INFO: neon service started
[2026-04-06 15:42:02] Production.INFO: neon service started
[2026-04-06 15:42:02] Production.INFO: ==29929== Releasing lock...
[2026-04-06 15:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:42:02] Production.INFO: ==29931== Lock acquired, processing the job...
[2026-04-06 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:42:02] Production.INFO: ==29933== Lock acquired, processing the job...
[2026-04-06 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:42:02] Production.INFO: ==29933== Releasing lock...
[2026-04-06 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:42:02] Production.INFO: ==29931== Releasing lock...
[2026-04-06 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:42:03] Production.INFO: ==29936== Lock acquired, processing the job...
[2026-04-06 10:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:42:03] Production.INFO: ==29940== Lock acquired, processing the job...
[2026-04-06 10:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:42:03] Production.INFO: ==29938== Lock acquired, processing the job...
[2026-04-06 10:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:42:03] Production.INFO: ==29942== Lock acquired, processing the job...
[2026-04-06 10:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:42:03] Production.INFO: ==29944== Lock acquired, processing the job...
[2026-04-06 10:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:42:03] Production.INFO: Account Balance Start.
[2026-04-06 10:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:42:03] Production.INFO: 117
[2026-04-06 10:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:42:04] Production.INFO: ==29944== Releasing lock...
[2026-04-06 10:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:42:04] Production.INFO: ==29938== Releasing lock...
[2026-04-06 10:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:42:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:42:05] Production.INFO: Total Charge 0
[2026-04-06 10:42:05] Production.INFO: CreateAllLog End
[2026-04-06 10:42:05] Production.INFO: Account Balance End.
[2026-04-06 10:42:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:42:05] Production.INFO: ==29942== Releasing lock...
[2026-04-06 10:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:42:12] Production.ERROR: CronJobId end10
[2026-04-06 10:42:12] Production.INFO: ==29940== Releasing lock...
[2026-04-06 10:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:42:14] Production.INFO: call_cost start
[2026-04-06 10:42:14] Production.INFO: call_cost end
[2026-04-06 10:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:42:14] Production.INFO: ==29936== Releasing lock...
[2026-04-06 10:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:43:01] Production.INFO: ==30000== Lock acquired, processing the job...
[2026-04-06 15:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:43:01] Production.INFO: neon service started
[2026-04-06 15:43:01] Production.INFO: neon service started
[2026-04-06 15:43:01] Production.INFO: ==30000== Releasing lock...
[2026-04-06 15:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:43:01] Production.INFO: ==30002== Lock acquired, processing the job...
[2026-04-06 10:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:43:01] Production.INFO: ==30002== Releasing lock...
[2026-04-06 10:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:43:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:43:02] Production.INFO: ==30004== Lock acquired, processing the job...
[2026-04-06 14:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:43:02] Production.INFO: ==30004== Releasing lock...
[2026-04-06 14:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:43:02] Production.INFO: ==30008== Lock acquired, processing the job...
[2026-04-06 10:43:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:43:02] Production.INFO: ==30010== Lock acquired, processing the job...
[2026-04-06 10:43:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:43:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:43:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:43:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:43:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:43:02] Production.INFO: ==30014== Lock acquired, processing the job...
[2026-04-06 10:43:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:43:03] Production.INFO: ==30012== Lock acquired, processing the job...
[2026-04-06 10:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:43:03] Production.INFO: ==30014== Releasing lock...
[2026-04-06 10:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:43:03] Production.INFO: ==30006== Lock acquired, processing the job...
[2026-04-06 10:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:43:03] Production.INFO: Account Balance Start.
[2026-04-06 10:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:43:03] Production.INFO: 117
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: ==30008== Releasing lock...
[2026-04-06 10:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-27
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-28
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:03] Production.INFO: Date 2026-03-29
[2026-04-06 10:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:43:04] Production.INFO: Total Charge 0
[2026-04-06 10:43:04] Production.INFO: CreateAllLog End
[2026-04-06 10:43:04] Production.INFO: Account Balance End.
[2026-04-06 10:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:43:04] Production.INFO: ==30012== Releasing lock...
[2026-04-06 10:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:43:11] Production.ERROR: CronJobId end10
[2026-04-06 10:43:11] Production.INFO: ==30010== Releasing lock...
[2026-04-06 10:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:43:14] Production.INFO: call_cost start
[2026-04-06 10:43:14] Production.INFO: call_cost end
[2026-04-06 10:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:43:14] Production.INFO: ==30006== Releasing lock...
[2026-04-06 10:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:44:01] Production.INFO: ==30080== Lock acquired, processing the job...
[2026-04-06 15:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:44:01] Production.INFO: neon service started
[2026-04-06 15:44:01] Production.INFO: neon service started
[2026-04-06 15:44:01] Production.INFO: ==30080== Releasing lock...
[2026-04-06 15:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:44:02] Production.INFO: ==30084== Lock acquired, processing the job...
[2026-04-06 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:44:02] Production.INFO: ==30084== Releasing lock...
[2026-04-06 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:44:02] Production.INFO: ==30082== Lock acquired, processing the job...
[2026-04-06 10:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:44:02] Production.INFO: ==30082== Releasing lock...
[2026-04-06 10:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:44:03] Production.INFO: ==30087== Lock acquired, processing the job...
[2026-04-06 10:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:44:03] Production.INFO: ==30091== Lock acquired, processing the job...
[2026-04-06 10:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:44:03] Production.INFO: ==30089== Lock acquired, processing the job...
[2026-04-06 10:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:44:03] Production.INFO: ==30095== Lock acquired, processing the job...
[2026-04-06 10:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:44:03] Production.INFO: ==30093== Lock acquired, processing the job...
[2026-04-06 10:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:44:03] Production.INFO: ==30095== Releasing lock...
[2026-04-06 10:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:44:03] Production.INFO: Account Balance Start.
[2026-04-06 10:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:44:03] Production.INFO: 117
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:03] Production.INFO: ==30089== Releasing lock...
[2026-04-06 10:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:44:04] Production.INFO: Total Charge 0
[2026-04-06 10:44:04] Production.INFO: CreateAllLog End
[2026-04-06 10:44:04] Production.INFO: Account Balance End.
[2026-04-06 10:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:44:04] Production.INFO: ==30093== Releasing lock...
[2026-04-06 10:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:44:12] Production.ERROR: CronJobId end10
[2026-04-06 10:44:12] Production.INFO: ==30091== Releasing lock...
[2026-04-06 10:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:44:14] Production.INFO: call_cost start
[2026-04-06 10:44:14] Production.INFO: call_cost end
[2026-04-06 10:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:44:14] Production.INFO: ==30087== Releasing lock...
[2026-04-06 10:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:45:02] Production.INFO: ==30154== Lock acquired, processing the job...
[2026-04-06 15:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:45:02] Production.INFO: neon service started
[2026-04-06 15:45:02] Production.INFO: neon service started
[2026-04-06 15:45:02] Production.INFO: ==30154== Releasing lock...
[2026-04-06 15:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:45:02] Production.INFO: ==30156== Lock acquired, processing the job...
[2026-04-06 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:45:02] Production.INFO: ==30158== Lock acquired, processing the job...
[2026-04-06 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:45:02] Production.INFO: ==30158== Releasing lock...
[2026-04-06 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:45:03] Production.INFO: ==30156== Releasing lock...
[2026-04-06 10:45:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:45:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:45:03] Production.INFO: ==30163== Lock acquired, processing the job...
[2026-04-06 10:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:45:03] Production.INFO: ==30165== Lock acquired, processing the job...
[2026-04-06 10:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:45:03] Production.INFO: ==30161== Lock acquired, processing the job...
[2026-04-06 10:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:45:03] Production.INFO: ==30167== Lock acquired, processing the job...
[2026-04-06 10:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:45:03] Production.INFO: ==30169== Lock acquired, processing the job...
[2026-04-06 10:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:45:04] Production.INFO: Account Balance Start.
[2026-04-06 10:45:04] Production.INFO: CreateAllLog Start
[2026-04-06 10:45:04] Production.INFO: 117
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-08
[2026-04-06 10:45:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:45:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:45:04] Production.INFO: ==30169== Releasing lock...
[2026-04-06 10:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: ==30163== Releasing lock...
[2026-04-06 10:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-19
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-20
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-21
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-22
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-23
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-24
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-25
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-26
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-27
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-28
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-29
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-30
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:45:05] Production.INFO: Total Charge 0
[2026-04-06 10:45:05] Production.INFO: CreateAllLog End
[2026-04-06 10:45:05] Production.INFO: Account Balance End.
[2026-04-06 10:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:45:05] Production.INFO: ==30167== Releasing lock...
[2026-04-06 10:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:45:11] Production.ERROR: CronJobId end10
[2026-04-06 10:45:11] Production.INFO: ==30165== Releasing lock...
[2026-04-06 10:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:45:15] Production.INFO: call_cost start
[2026-04-06 10:45:15] Production.INFO: call_cost end
[2026-04-06 10:45:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:45:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:45:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:45:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:45:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:45:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:45:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:45:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:45:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:45:15] Production.INFO: ==30161== Releasing lock...
[2026-04-06 10:45:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:45:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:46:01] Production.INFO: ==30223== Lock acquired, processing the job...
[2026-04-06 15:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:46:01] Production.INFO: neon service started
[2026-04-06 15:46:01] Production.INFO: neon service started
[2026-04-06 15:46:01] Production.INFO: ==30223== Releasing lock...
[2026-04-06 15:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:46:01] Production.INFO: ==30225== Lock acquired, processing the job...
[2026-04-06 10:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:46:02] Production.INFO: ==30225== Releasing lock...
[2026-04-06 10:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:46:02] Production.INFO: ==30227== Lock acquired, processing the job...
[2026-04-06 14:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:46:02] Production.INFO: ==30227== Releasing lock...
[2026-04-06 14:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:46:03] Production.INFO: ==30229== Lock acquired, processing the job...
[2026-04-06 10:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:46:03] Production.INFO: ==30231== Lock acquired, processing the job...
[2026-04-06 10:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:46:03] Production.INFO: ==30233== Lock acquired, processing the job...
[2026-04-06 10:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:46:03] Production.INFO: ==30235== Lock acquired, processing the job...
[2026-04-06 10:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:46:03] Production.INFO: ==30238== Lock acquired, processing the job...
[2026-04-06 10:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:46:03] Production.INFO: Account Balance Start.
[2026-04-06 10:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:46:03] Production.INFO: 117
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: ==30238== Releasing lock...
[2026-04-06 10:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: ==30231== Releasing lock...
[2026-04-06 10:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:46:04] Production.INFO: Total Charge 0
[2026-04-06 10:46:04] Production.INFO: CreateAllLog End
[2026-04-06 10:46:04] Production.INFO: Account Balance End.
[2026-04-06 10:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:46:04] Production.INFO: ==30235== Releasing lock...
[2026-04-06 10:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:46:11] Production.ERROR: CronJobId end10
[2026-04-06 10:46:11] Production.INFO: ==30233== Releasing lock...
[2026-04-06 10:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:46:14] Production.INFO: call_cost start
[2026-04-06 10:46:14] Production.INFO: call_cost end
[2026-04-06 10:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:46:14] Production.INFO: ==30229== Releasing lock...
[2026-04-06 10:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:47:02] Production.INFO: ==30300== Lock acquired, processing the job...
[2026-04-06 15:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:47:02] Production.INFO: neon service started
[2026-04-06 15:47:02] Production.INFO: neon service started
[2026-04-06 15:47:02] Production.INFO: ==30300== Releasing lock...
[2026-04-06 15:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:47:02] Production.INFO: ==30302== Lock acquired, processing the job...
[2026-04-06 10:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:47:02] Production.INFO: ==30302== Releasing lock...
[2026-04-06 10:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:47:02] Production.INFO: ==30304== Lock acquired, processing the job...
[2026-04-06 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:47:02] Production.INFO: ==30304== Releasing lock...
[2026-04-06 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:47:03] Production.INFO: ==30306== Lock acquired, processing the job...
[2026-04-06 10:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:47:03] Production.INFO: ==30308== Lock acquired, processing the job...
[2026-04-06 10:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:47:03] Production.INFO: ==30312== Lock acquired, processing the job...
[2026-04-06 10:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:47:03] Production.INFO: ==30310== Lock acquired, processing the job...
[2026-04-06 10:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:47:03] Production.INFO: ==30314== Lock acquired, processing the job...
[2026-04-06 10:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:47:03] Production.INFO: Account Balance Start.
[2026-04-06 10:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:47:03] Production.INFO: 117
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: ==30314== Releasing lock...
[2026-04-06 10:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: ==30308== Releasing lock...
[2026-04-06 10:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:47:05] Production.INFO: Total Charge 0
[2026-04-06 10:47:05] Production.INFO: CreateAllLog End
[2026-04-06 10:47:05] Production.INFO: Account Balance End.
[2026-04-06 10:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:47:05] Production.INFO: ==30312== Releasing lock...
[2026-04-06 10:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:47:11] Production.ERROR: CronJobId end10
[2026-04-06 10:47:11] Production.INFO: ==30310== Releasing lock...
[2026-04-06 10:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:47:13] Production.INFO: call_cost start
[2026-04-06 10:47:13] Production.INFO: call_cost end
[2026-04-06 10:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:47:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:47:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:47:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:47:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:47:13] Production.INFO: ==30306== Releasing lock...
[2026-04-06 10:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:48:01] Production.INFO: ==30376== Lock acquired, processing the job...
[2026-04-06 15:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:48:01] Production.INFO: neon service started
[2026-04-06 15:48:01] Production.INFO: neon service started
[2026-04-06 15:48:01] Production.INFO: ==30376== Releasing lock...
[2026-04-06 15:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:48:01] Production.INFO: ==30380== Lock acquired, processing the job...
[2026-04-06 14:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:48:01] Production.INFO: ==30380== Releasing lock...
[2026-04-06 14:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:48:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:48:01] Production.INFO: ==30378== Lock acquired, processing the job...
[2026-04-06 10:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:48:02] Production.INFO: ==30378== Releasing lock...
[2026-04-06 10:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:48:03] Production.INFO: ==30384== Lock acquired, processing the job...
[2026-04-06 10:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:48:03] Production.INFO: ==30388== Lock acquired, processing the job...
[2026-04-06 10:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:48:03] Production.INFO: ==30382== Lock acquired, processing the job...
[2026-04-06 10:48:03] Production.INFO: ==30386== Lock acquired, processing the job...
[2026-04-06 10:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:48:03] Production.INFO: ==30390== Lock acquired, processing the job...
[2026-04-06 10:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:48:03] Production.INFO: Account Balance Start.
[2026-04-06 10:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:48:03] Production.INFO: 117
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:48:03] Production.INFO: ==30390== Releasing lock...
[2026-04-06 10:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: ==30384== Releasing lock...
[2026-04-06 10:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:48:04] Production.INFO: Total Charge 0
[2026-04-06 10:48:04] Production.INFO: CreateAllLog End
[2026-04-06 10:48:05] Production.INFO: Account Balance End.
[2026-04-06 10:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:48:05] Production.INFO: ==30388== Releasing lock...
[2026-04-06 10:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:48:11] Production.ERROR: CronJobId end10
[2026-04-06 10:48:11] Production.INFO: ==30386== Releasing lock...
[2026-04-06 10:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:48:13] Production.INFO: call_cost start
[2026-04-06 10:48:13] Production.INFO: call_cost end
[2026-04-06 10:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:48:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:48:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:48:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:48:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:48:13] Production.INFO: ==30382== Releasing lock...
[2026-04-06 10:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:49:01] Production.INFO: ==30449== Lock acquired, processing the job...
[2026-04-06 15:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:49:01] Production.INFO: neon service started
[2026-04-06 15:49:01] Production.INFO: neon service started
[2026-04-06 15:49:01] Production.INFO: ==30449== Releasing lock...
[2026-04-06 15:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:49:02] Production.INFO: ==30451== Lock acquired, processing the job...
[2026-04-06 10:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:49:02] Production.INFO: ==30451== Releasing lock...
[2026-04-06 10:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:49:02] Production.INFO: ==30453== Lock acquired, processing the job...
[2026-04-06 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:49:02] Production.INFO: ==30453== Releasing lock...
[2026-04-06 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:49:03] Production.INFO: ==30456== Lock acquired, processing the job...
[2026-04-06 10:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:49:03] Production.INFO: ==30458== Lock acquired, processing the job...
[2026-04-06 10:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:49:03] Production.INFO: ==30460== Lock acquired, processing the job...
[2026-04-06 10:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:49:03] Production.INFO: ==30462== Lock acquired, processing the job...
[2026-04-06 10:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:49:03] Production.INFO: ==30464== Lock acquired, processing the job...
[2026-04-06 10:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:49:03] Production.INFO: Account Balance Start.
[2026-04-06 10:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:49:03] Production.INFO: 117
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:49:03] Production.INFO: ==30464== Releasing lock...
[2026-04-06 10:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: ==30458== Releasing lock...
[2026-04-06 10:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:49:05] Production.INFO: Total Charge 0
[2026-04-06 10:49:05] Production.INFO: CreateAllLog End
[2026-04-06 10:49:05] Production.INFO: Account Balance End.
[2026-04-06 10:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:49:05] Production.INFO: ==30462== Releasing lock...
[2026-04-06 10:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:49:12] Production.ERROR: CronJobId end10
[2026-04-06 10:49:12] Production.INFO: ==30460== Releasing lock...
[2026-04-06 10:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:49:14] Production.INFO: call_cost start
[2026-04-06 10:49:14] Production.INFO: call_cost end
[2026-04-06 10:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:49:14] Production.INFO: ==30456== Releasing lock...
[2026-04-06 10:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:50:02] Production.INFO: ==30525== Lock acquired, processing the job...
[2026-04-06 15:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:50:02] Production.INFO: neon service started
[2026-04-06 15:50:02] Production.INFO: neon service started
[2026-04-06 15:50:02] Production.INFO: ==30525== Releasing lock...
[2026-04-06 15:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:50:02] Production.INFO: ==30528== Lock acquired, processing the job...
[2026-04-06 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:50:02] Production.INFO: ==30528== Releasing lock...
[2026-04-06 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:50:03] Production.INFO: ==30530== Lock acquired, processing the job...
[2026-04-06 14:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:50:03] Production.INFO: ==30530== Releasing lock...
[2026-04-06 14:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:50:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:50:03] Production.INFO: ==30532== Lock acquired, processing the job...
[2026-04-06 10:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:50:03] Production.INFO: ==30536== Lock acquired, processing the job...
[2026-04-06 10:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:50:03] Production.INFO: ==30534== Lock acquired, processing the job...
[2026-04-06 10:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:50:03] Production.INFO: ==30538== Lock acquired, processing the job...
[2026-04-06 10:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:50:03] Production.INFO: ==30540== Lock acquired, processing the job...
[2026-04-06 10:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:50:03] Production.INFO: Account Balance Start.
[2026-04-06 10:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:50:03] Production.INFO: 117
[2026-04-06 10:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:50:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:50:04] Production.INFO: ==30540== Releasing lock...
[2026-04-06 10:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: ==30534== Releasing lock...
[2026-04-06 10:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-03-27
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-03-28
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-03-29
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-03-30
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:50:05] Production.INFO: Total Charge 0
[2026-04-06 10:50:05] Production.INFO: CreateAllLog End
[2026-04-06 10:50:05] Production.INFO: Account Balance End.
[2026-04-06 10:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:50:05] Production.INFO: ==30538== Releasing lock...
[2026-04-06 10:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:50:12] Production.ERROR: CronJobId end10
[2026-04-06 10:50:12] Production.INFO: ==30536== Releasing lock...
[2026-04-06 10:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:50:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:50:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:50:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:50:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:50:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:50:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:50:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:50:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:50:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:50:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:50:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:50:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:50:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:50:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:50:15] Production.INFO: call_cost start
[2026-04-06 10:50:15] Production.INFO: call_cost end
[2026-04-06 10:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:50:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:50:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:50:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:50:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:50:15] Production.INFO: ==30532== Releasing lock...
[2026-04-06 10:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:51:01] Production.INFO: ==30601== Lock acquired, processing the job...
[2026-04-06 15:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:51:01] Production.INFO: neon service started
[2026-04-06 15:51:01] Production.INFO: neon service started
[2026-04-06 15:51:01] Production.INFO: ==30601== Releasing lock...
[2026-04-06 15:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:51:02] Production.INFO: ==30605== Lock acquired, processing the job...
[2026-04-06 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:51:02] Production.INFO: ==30605== Releasing lock...
[2026-04-06 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:51:02] Production.INFO: ==30603== Lock acquired, processing the job...
[2026-04-06 10:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:51:02] Production.INFO: ==30603== Releasing lock...
[2026-04-06 10:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:51:03] Production.INFO: ==30612== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:51:03] Production.INFO: ==30608== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 10:51:03] Production.INFO: ==30610== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 10:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 10:51:03] Production.ERROR: CronJob PID - 30612
[2026-04-06 10:51:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 10:51:03] Production.ERROR: CronJob ID - 7
[2026-04-06 10:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 10:51:00
[2026-04-06 10:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 10:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 10:51:03] Production.INFO: ==30616== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 10:51:03] Production.INFO: ==30608== Releasing lock...
[2026-04-06 10:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 10:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 10:51:03] Production.INFO: ==30614== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:51:03] Production.INFO: ==30620== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:51:03] Production.INFO: Account Balance Start.
[2026-04-06 10:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:51:03] Production.INFO: 117
[2026-04-06 10:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:51:03] Production.INFO: ==30618== Lock acquired, processing the job...
[2026-04-06 10:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 10:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 10:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: ==30620== Releasing lock...
[2026-04-06 10:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.ERROR: done
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 10:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047261', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 10:51:04] Production.INFO: ==30612== Releasing lock...
[2026-04-06 10:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:51:04] Production.INFO: Total Charge 0
[2026-04-06 10:51:04] Production.INFO: CreateAllLog End
[2026-04-06 10:51:05] Production.INFO: Account Balance End.
[2026-04-06 10:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:51:05] Production.INFO: ==30616== Releasing lock...
[2026-04-06 10:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:51:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047261', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 10:51:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 10:51:11] Production.INFO: ProcessCDR(1,17047261,1,1,2)
[2026-04-06 10:51:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047261,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:51:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047261,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 10:51:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 10:51:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 10:51:11] Production.INFO: ==30618== Releasing lock...
[2026-04-06 10:51:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 10:51:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 10:51:14] Production.ERROR: CronJobId end10
[2026-04-06 10:51:14] Production.INFO: ==30614== Releasing lock...
[2026-04-06 10:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:51:17] Production.INFO: call_cost start
[2026-04-06 10:51:17] Production.INFO: call_cost end
[2026-04-06 10:51:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:51:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:51:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:51:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:51:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:51:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:51:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:51:17] Production.INFO: ==30610== Releasing lock...
[2026-04-06 10:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:52:02] Production.INFO: ==30676== Lock acquired, processing the job...
[2026-04-06 15:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:52:02] Production.INFO: neon service started
[2026-04-06 15:52:02] Production.INFO: neon service started
[2026-04-06 15:52:02] Production.INFO: ==30676== Releasing lock...
[2026-04-06 15:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:52:02] Production.INFO: ==30680== Lock acquired, processing the job...
[2026-04-06 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:52:02] Production.INFO: ==30680== Releasing lock...
[2026-04-06 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:52:02] Production.INFO: ==30678== Lock acquired, processing the job...
[2026-04-06 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:52:02] Production.INFO: ==30678== Releasing lock...
[2026-04-06 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:52:03] Production.INFO: ==30683== Lock acquired, processing the job...
[2026-04-06 10:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:52:03] Production.INFO: ==30685== Lock acquired, processing the job...
[2026-04-06 10:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:52:03] Production.INFO: ==30687== Lock acquired, processing the job...
[2026-04-06 10:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:52:03] Production.INFO: ==30689== Lock acquired, processing the job...
[2026-04-06 10:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:52:03] Production.INFO: ==30691== Lock acquired, processing the job...
[2026-04-06 10:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:52:03] Production.INFO: Account Balance Start.
[2026-04-06 10:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:52:03] Production.INFO: 117
[2026-04-06 10:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:52:03] Production.INFO: ==30691== Releasing lock...
[2026-04-06 10:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:52:04] Production.INFO: ==30685== Releasing lock...
[2026-04-06 10:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:52:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:52:05] Production.INFO: Total Charge 0
[2026-04-06 10:52:05] Production.INFO: CreateAllLog End
[2026-04-06 10:52:05] Production.INFO: Account Balance End.
[2026-04-06 10:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:52:05] Production.INFO: ==30689== Releasing lock...
[2026-04-06 10:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:52:12] Production.ERROR: CronJobId end10
[2026-04-06 10:52:12] Production.INFO: ==30687== Releasing lock...
[2026-04-06 10:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:52:14] Production.INFO: call_cost start
[2026-04-06 10:52:14] Production.INFO: call_cost end
[2026-04-06 10:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:52:14] Production.INFO: ==30683== Releasing lock...
[2026-04-06 10:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:53:01] Production.INFO: ==30757== Lock acquired, processing the job...
[2026-04-06 15:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:53:01] Production.INFO: neon service started
[2026-04-06 15:53:01] Production.INFO: neon service started
[2026-04-06 15:53:01] Production.INFO: ==30757== Releasing lock...
[2026-04-06 15:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:53:01] Production.INFO: ==30761== Lock acquired, processing the job...
[2026-04-06 14:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:53:01] Production.INFO: ==30761== Releasing lock...
[2026-04-06 14:53:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:53:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:53:01] Production.INFO: ==30759== Lock acquired, processing the job...
[2026-04-06 10:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:53:02] Production.INFO: ==30759== Releasing lock...
[2026-04-06 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 10:53:03] Production.INFO: ==30765== Lock acquired, processing the job...
[2026-04-06 10:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:53:03] Production.INFO: ==30767== Lock acquired, processing the job...
[2026-04-06 10:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:53:03] Production.INFO: ==30769== Lock acquired, processing the job...
[2026-04-06 10:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:53:03] Production.INFO: ==30773== Lock acquired, processing the job...
[2026-04-06 10:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:53:03] Production.INFO: ==30771== Lock acquired, processing the job...
[2026-04-06 10:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:53:03] Production.INFO: Account Balance Start.
[2026-04-06 10:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:53:03] Production.INFO: 117
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:53:03] Production.INFO: ==30773== Releasing lock...
[2026-04-06 10:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: ==30767== Releasing lock...
[2026-04-06 10:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-22
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-23
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-24
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-25
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:03] Production.INFO: Date 2026-03-26
[2026-04-06 10:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:53:04] Production.INFO: Total Charge 0
[2026-04-06 10:53:04] Production.INFO: CreateAllLog End
[2026-04-06 10:53:04] Production.INFO: Account Balance End.
[2026-04-06 10:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:53:04] Production.INFO: ==30771== Releasing lock...
[2026-04-06 10:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:53:11] Production.ERROR: CronJobId end10
[2026-04-06 10:53:11] Production.INFO: ==30769== Releasing lock...
[2026-04-06 10:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:53:14] Production.INFO: call_cost start
[2026-04-06 10:53:14] Production.INFO: call_cost end
[2026-04-06 10:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:53:14] Production.INFO: ==30765== Releasing lock...
[2026-04-06 10:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:54:01] Production.INFO: ==30832== Lock acquired, processing the job...
[2026-04-06 15:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:54:01] Production.INFO: neon service started
[2026-04-06 15:54:01] Production.INFO: neon service started
[2026-04-06 15:54:01] Production.INFO: ==30832== Releasing lock...
[2026-04-06 15:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:54:02] Production.INFO: ==30834== Lock acquired, processing the job...
[2026-04-06 10:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:54:02] Production.INFO: ==30834== Releasing lock...
[2026-04-06 10:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:54:02] Production.INFO: ==30836== Lock acquired, processing the job...
[2026-04-06 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:54:02] Production.INFO: ==30836== Releasing lock...
[2026-04-06 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:54:03] Production.INFO: ==30845== Lock acquired, processing the job...
[2026-04-06 10:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:54:03] Production.INFO: ==30839== Lock acquired, processing the job...
[2026-04-06 10:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:54:03] Production.INFO: Account Balance Start.
[2026-04-06 10:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:54:03] Production.INFO: 117
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: ==30841== Lock acquired, processing the job...
[2026-04-06 10:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:54:03] Production.INFO: ==30843== Lock acquired, processing the job...
[2026-04-06 10:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: ==30847== Lock acquired, processing the job...
[2026-04-06 10:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: ==30847== Releasing lock...
[2026-04-06 10:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:03] Production.INFO: ==30841== Releasing lock...
[2026-04-06 10:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:54:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:54:05] Production.INFO: Total Charge 0
[2026-04-06 10:54:05] Production.INFO: CreateAllLog End
[2026-04-06 10:54:05] Production.INFO: Account Balance End.
[2026-04-06 10:54:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:54:05] Production.INFO: ==30845== Releasing lock...
[2026-04-06 10:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:54:10] Production.ERROR: CronJobId end10
[2026-04-06 10:54:10] Production.INFO: ==30843== Releasing lock...
[2026-04-06 10:54:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:54:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:54:14] Production.INFO: call_cost start
[2026-04-06 10:54:14] Production.INFO: call_cost end
[2026-04-06 10:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:54:14] Production.INFO: ==30839== Releasing lock...
[2026-04-06 10:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:55:02] Production.INFO: ==30904== Lock acquired, processing the job...
[2026-04-06 15:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:55:02] Production.INFO: neon service started
[2026-04-06 15:55:02] Production.INFO: neon service started
[2026-04-06 15:55:02] Production.INFO: ==30904== Releasing lock...
[2026-04-06 15:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:55:02] Production.INFO: ==30906== Lock acquired, processing the job...
[2026-04-06 10:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:55:02] Production.INFO: ==30906== Releasing lock...
[2026-04-06 10:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:55:03] Production.INFO: ==30908== Lock acquired, processing the job...
[2026-04-06 14:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:55:03] Production.INFO: ==30908== Releasing lock...
[2026-04-06 14:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:55:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:55:03] Production.INFO: ==30910== Lock acquired, processing the job...
[2026-04-06 10:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:55:03] Production.INFO: ==30912== Lock acquired, processing the job...
[2026-04-06 10:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:55:03] Production.INFO: ==30918== Lock acquired, processing the job...
[2026-04-06 10:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:55:03] Production.INFO: ==30914== Lock acquired, processing the job...
[2026-04-06 10:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:55:03] Production.INFO: ==30916== Lock acquired, processing the job...
[2026-04-06 10:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:55:03] Production.INFO: Account Balance Start.
[2026-04-06 10:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:55:03] Production.INFO: ==30918== Releasing lock...
[2026-04-06 10:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:55:03] Production.INFO: 117
[2026-04-06 10:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:55:04] Production.INFO: ==30912== Releasing lock...
[2026-04-06 10:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:55:04] Production.INFO: Total Charge 0
[2026-04-06 10:55:04] Production.INFO: CreateAllLog End
[2026-04-06 10:55:05] Production.INFO: Account Balance End.
[2026-04-06 10:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:55:05] Production.INFO: ==30916== Releasing lock...
[2026-04-06 10:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:55:12] Production.ERROR: CronJobId end10
[2026-04-06 10:55:12] Production.INFO: ==30914== Releasing lock...
[2026-04-06 10:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:55:15] Production.INFO: call_cost start
[2026-04-06 10:55:15] Production.INFO: call_cost end
[2026-04-06 10:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:55:15] Production.INFO: ==30910== Releasing lock...
[2026-04-06 10:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:56:01] Production.INFO: ==30981== Lock acquired, processing the job...
[2026-04-06 15:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:56:01] Production.INFO: neon service started
[2026-04-06 15:56:01] Production.INFO: neon service started
[2026-04-06 15:56:01] Production.INFO: ==30981== Releasing lock...
[2026-04-06 15:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:56:02] Production.INFO: ==30983== Lock acquired, processing the job...
[2026-04-06 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:56:02] Production.INFO: ==30983== Releasing lock...
[2026-04-06 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:56:02] Production.INFO: ==30985== Lock acquired, processing the job...
[2026-04-06 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:56:02] Production.INFO: ==30985== Releasing lock...
[2026-04-06 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:56:03] Production.INFO: ==30988== Lock acquired, processing the job...
[2026-04-06 10:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:56:03] Production.INFO: ==30990== Lock acquired, processing the job...
[2026-04-06 10:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:56:03] Production.INFO: ==30992== Lock acquired, processing the job...
[2026-04-06 10:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:56:03] Production.INFO: ==30994== Lock acquired, processing the job...
[2026-04-06 10:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:56:03] Production.INFO: ==30996== Lock acquired, processing the job...
[2026-04-06 10:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:56:03] Production.INFO: Account Balance Start.
[2026-04-06 10:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:56:03] Production.INFO: 117
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:56:03] Production.INFO: ==30996== Releasing lock...
[2026-04-06 10:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: ==30990== Releasing lock...
[2026-04-06 10:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:56:04] Production.INFO: Total Charge 0
[2026-04-06 10:56:04] Production.INFO: CreateAllLog End
[2026-04-06 10:56:04] Production.INFO: Account Balance End.
[2026-04-06 10:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:56:04] Production.INFO: ==30994== Releasing lock...
[2026-04-06 10:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:56:12] Production.ERROR: CronJobId end10
[2026-04-06 10:56:12] Production.INFO: ==30992== Releasing lock...
[2026-04-06 10:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:56:14] Production.INFO: call_cost start
[2026-04-06 10:56:14] Production.INFO: call_cost end
[2026-04-06 10:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:56:14] Production.INFO: ==30988== Releasing lock...
[2026-04-06 10:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:57:02] Production.INFO: ==31059== Lock acquired, processing the job...
[2026-04-06 15:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:57:02] Production.INFO: neon service started
[2026-04-06 15:57:02] Production.INFO: neon service started
[2026-04-06 15:57:02] Production.INFO: ==31059== Releasing lock...
[2026-04-06 15:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:57:02] Production.INFO: ==31061== Lock acquired, processing the job...
[2026-04-06 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:57:02] Production.INFO: ==31061== Releasing lock...
[2026-04-06 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:57:02] Production.INFO: ==31063== Lock acquired, processing the job...
[2026-04-06 14:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:57:02] Production.INFO: ==31063== Releasing lock...
[2026-04-06 14:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:57:03] Production.INFO: ==31074== Lock acquired, processing the job...
[2026-04-06 10:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:57:03] Production.INFO: ==31074== Releasing lock...
[2026-04-06 10:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:57:03] Production.INFO: ==31066== Lock acquired, processing the job...
[2026-04-06 10:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:57:03] Production.INFO: ==31070== Lock acquired, processing the job...
[2026-04-06 10:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:57:03] Production.INFO: ==31068== Lock acquired, processing the job...
[2026-04-06 10:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:57:03] Production.INFO: ==31072== Lock acquired, processing the job...
[2026-04-06 10:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:57:03] Production.INFO: Account Balance Start.
[2026-04-06 10:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:57:03] Production.INFO: 117
[2026-04-06 10:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: ==31068== Releasing lock...
[2026-04-06 10:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:57:05] Production.INFO: Total Charge 0
[2026-04-06 10:57:05] Production.INFO: CreateAllLog End
[2026-04-06 10:57:05] Production.INFO: Account Balance End.
[2026-04-06 10:57:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:57:05] Production.INFO: ==31072== Releasing lock...
[2026-04-06 10:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:57:12] Production.ERROR: CronJobId end10
[2026-04-06 10:57:12] Production.INFO: ==31070== Releasing lock...
[2026-04-06 10:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:57:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:57:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:57:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:57:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:57:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:57:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:57:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:57:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:57:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:57:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:57:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:57:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:57:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:57:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:57:16] Production.INFO: call_cost start
[2026-04-06 10:57:16] Production.INFO: call_cost end
[2026-04-06 10:57:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:57:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:57:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:57:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:57:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:57:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:57:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:57:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:57:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:57:16] Production.INFO: ==31066== Releasing lock...
[2026-04-06 10:57:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:57:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:58:01] Production.INFO: ==31132== Lock acquired, processing the job...
[2026-04-06 15:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:58:01] Production.INFO: neon service started
[2026-04-06 15:58:01] Production.INFO: neon service started
[2026-04-06 15:58:01] Production.INFO: ==31132== Releasing lock...
[2026-04-06 15:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:58:01] Production.INFO: ==31134== Lock acquired, processing the job...
[2026-04-06 10:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:58:02] Production.INFO: ==31134== Releasing lock...
[2026-04-06 10:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:58:02] Production.INFO: ==31136== Lock acquired, processing the job...
[2026-04-06 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:58:02] Production.INFO: ==31136== Releasing lock...
[2026-04-06 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:58:03] Production.INFO: ==31138== Lock acquired, processing the job...
[2026-04-06 10:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:58:03] Production.INFO: ==31142== Lock acquired, processing the job...
[2026-04-06 10:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:58:03] Production.INFO: ==31140== Lock acquired, processing the job...
[2026-04-06 10:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:58:03] Production.INFO: ==31147== Lock acquired, processing the job...
[2026-04-06 10:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:58:03] Production.INFO: ==31144== Lock acquired, processing the job...
[2026-04-06 10:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:58:03] Production.INFO: Account Balance Start.
[2026-04-06 10:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:58:03] Production.INFO: 117
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:58:03] Production.INFO: ==31147== Releasing lock...
[2026-04-06 10:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-18
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-19
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-20
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:03] Production.INFO: Date 2026-03-21
[2026-04-06 10:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: ==31140== Releasing lock...
[2026-04-06 10:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 10:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:58:04] Production.INFO: Total Charge 0
[2026-04-06 10:58:04] Production.INFO: CreateAllLog End
[2026-04-06 10:58:04] Production.INFO: Account Balance End.
[2026-04-06 10:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 10:58:04] Production.INFO: ==31144== Releasing lock...
[2026-04-06 10:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:58:11] Production.ERROR: CronJobId end10
[2026-04-06 10:58:11] Production.INFO: ==31142== Releasing lock...
[2026-04-06 10:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:58:14] Production.INFO: call_cost start
[2026-04-06 10:58:14] Production.INFO: call_cost end
[2026-04-06 10:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:58:14] Production.INFO: ==31138== Releasing lock...
[2026-04-06 10:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 15:59:02] Production.INFO: ==31214== Lock acquired, processing the job...
[2026-04-06 15:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 15:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 15:59:02] Production.INFO: neon service started
[2026-04-06 15:59:02] Production.INFO: neon service started
[2026-04-06 15:59:02] Production.INFO: ==31214== Releasing lock...
[2026-04-06 15:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 15:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 10:59:02] Production.INFO: ==31216== Lock acquired, processing the job...
[2026-04-06 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 10:59:02] Production.INFO: ==31216== Releasing lock...
[2026-04-06 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 10:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:59:02] Production.INFO: ==31218== Lock acquired, processing the job...
[2026-04-06 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:59:02] Production.INFO: ==31218== Releasing lock...
[2026-04-06 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 14:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 10:59:03] Production.INFO: ==31221== Lock acquired, processing the job...
[2026-04-06 10:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 10:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 10:59:03] Production.INFO: ==31223== Lock acquired, processing the job...
[2026-04-06 10:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 10:59:03] Production.INFO: ==31227== Lock acquired, processing the job...
[2026-04-06 10:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 10:59:03] Production.INFO: ==31225== Lock acquired, processing the job...
[2026-04-06 10:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 10:59:03] Production.INFO: ==31229== Lock acquired, processing the job...
[2026-04-06 10:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 10:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 10:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 10:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 10:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 10:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 10:59:03] Production.INFO: Account Balance Start.
[2026-04-06 10:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 10:59:03] Production.INFO: 117
[2026-04-06 10:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 10:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 10:59:03] Production.INFO: ==31229== Releasing lock...
[2026-04-06 10:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 10:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 10:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-09
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-10
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-11
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: ==31223== Releasing lock...
[2026-04-06 10:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 10:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 10:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-21
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-22
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-23
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-24
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-25
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-26
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-27
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-28
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-29
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-30
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-03-31
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-04-01
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-04-02
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-04-03
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-04-04
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-04-05
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Date 2026-04-06
[2026-04-06 10:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 10:59:05] Production.INFO: Total Charge 0
[2026-04-06 10:59:05] Production.INFO: CreateAllLog End
[2026-04-06 10:59:05] Production.INFO: Account Balance End.
[2026-04-06 10:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 10:59:05] Production.INFO: ==31227== Releasing lock...
[2026-04-06 10:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 10:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 10:59:11] Production.ERROR: CronJobId end10
[2026-04-06 10:59:11] Production.INFO: ==31225== Releasing lock...
[2026-04-06 10:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 10:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 10:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 10:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 10:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 10:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 10:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 10:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 10:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 10:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 10:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 10:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 10:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 10:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 10:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 10:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 10:59:15] Production.INFO: call_cost start
[2026-04-06 10:59:15] Production.INFO: call_cost end
[2026-04-06 10:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 10:59:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 10:59:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 10:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 10:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 10:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 10:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 10:59:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 10:59:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 10:59:15] Production.INFO: ==31221== Releasing lock...
[2026-04-06 10:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 10:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:00:01] Production.INFO: ==31290== Lock acquired, processing the job...
[2026-04-06 16:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:00:01] Production.INFO: neon service started
[2026-04-06 16:00:01] Production.INFO: neon service started
[2026-04-06 16:00:01] Production.INFO: ==31290== Releasing lock...
[2026-04-06 16:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:00:01] Production.INFO: ==31292== Lock acquired, processing the job...
[2026-04-06 11:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:00:02] Production.INFO: ==31292== Releasing lock...
[2026-04-06 11:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:00:02] Production.INFO: ==31294== Lock acquired, processing the job...
[2026-04-06 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:00:02] Production.INFO: ==31294== Releasing lock...
[2026-04-06 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:00:03] Production.INFO: ==31303== Lock acquired, processing the job...
[2026-04-06 11:00:03] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Starts#
[2026-04-06 11:00:03] Production.INFO: ==31305== Lock acquired, processing the job...
[2026-04-06 11:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:00:03] Production.INFO: ==31297== Lock acquired, processing the job...
[2026-04-06 11:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:00:03] Production.INFO: Account Balance Start.
[2026-04-06 11:00:03] Production.INFO: ==31299== Lock acquired, processing the job...
[2026-04-06 11:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:00:03] Production.INFO: 117
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '5', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '7', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '8', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '13', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '14', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '17', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '19', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '21', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '25', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '26', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '20', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '32', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '33', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: ==31301== Lock acquired, processing the job...
[2026-04-06 11:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 1
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '37', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '41', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '43', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '45', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '49', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '47', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '52', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '53', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '54', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '57', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '58', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '34', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '59', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '63', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '65', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '67', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '73', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '74', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '70', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '82', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 4
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '83', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '84', '0', '1' )
[2026-04-06 11:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '85', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '93', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '95', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: ==31307== Lock acquired, processing the job...
[2026-04-06 11:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '92', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '86', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '78', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '87', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '88', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '90', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '98', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '99', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '97', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '100', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '101', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '102', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '104', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '106', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '107', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '110', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '111', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:03] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '113', '0', '1' )
[2026-04-06 11:00:03] Production.INFO: PaymentPendingInvoice Count - 1
[2026-04-06 11:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: Outstanding Amount 0.02
[2026-04-06 11:00:03] Production.INFO: Invoice Full Number INV13250
[2026-04-06 11:00:03] Production.INFO: Transaction start
[2026-04-06 11:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:00:03] Production.INFO: ==31307== Releasing lock...
[2026-04-06 11:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: ==31299== Releasing lock...
[2026-04-06 11:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.ERROR: exception 'Cartalyst\Stripe\Exception\MissingParameterException' with message 'Amount must be at least $0.50 cad' in /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Exception/Handler.php:121
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Exception/Handler.php(91): Cartalyst\Stripe\Exception\Handler->handleException('Amount must be ...', 400, 'invalid_request...', 'amount_too_smal...', 'amount')
#1 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Http/Client.php(100): Cartalyst\Stripe\Exception\Handler->__construct(Object(GuzzleHttp\Exception\ClientException))
#2 /var/www/html/onswitch.neon.service/vendor/guzzlehttp/guzzle/src/Client.php(150): Cartalyst\Stripe\Http\Client->send(Object(GuzzleHttp\Message\Request))
#3 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Api/Api.php(154): GuzzleHttp\Client->post('v1/charges', Array)
#4 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Api/Api.php(136): Cartalyst\Stripe\Api\Api->execute('post', 'charges', Array)
#5 /var/www/html/onswitch.neon.service/vendor/cartalyst/stripe/src/Api/Charges.php(33): Cartalyst\Stripe\Api\Api->_post('charges', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/StripeBilling.php(0): Cartalyst\Stripe\Api\Charges->create()
#7 /var/www/html/onswitch.neon.service/app/lib/PaymentGateway.php(0): App\Lib\StripeBilling::createchargebycustomer()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/BulkAutoPaymentCapture.php(0): App\Lib\PaymentGateway::addTransaction()
#9 [internal function]: App\Console\Commands\BulkAutoPaymentCapture->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\BulkAutoPaymentCapture), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '114', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '115', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '119', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '121', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '123', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '124', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '127', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '131', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '130', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 10
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '134', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '137', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '138', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '136', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '139', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '140', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '146', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '147', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '151', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '153', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '154', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '155', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '157', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 0
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '149', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '160', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '152', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '161', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '165', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '166', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '183', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '184', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '185', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '187', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '190', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '192', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '193', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 4
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '205', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '208', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '206', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 20
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '182', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '211', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '188', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '218', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '226', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '227', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '189', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '229', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '230', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '232', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '236', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 0
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '239', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '241', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '260', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '262', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 3
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '263', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '264', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 2
[2026-04-06 11:00:04] Production.INFO: PaymentMethod - 1
[2026-04-06 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '266', '0', '1' )
[2026-04-06 11:00:04] Production.INFO: PaymentPendingInvoice Count - 2
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:00:04] Production.INFO: Total Charge 0
[2026-04-06 11:00:04] Production.INFO: CreateAllLog End
[2026-04-06 11:00:04] Production.INFO: Account Balance End.
[2026-04-06 11:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:00:04] Production.INFO: ==31305== Releasing lock...
[2026-04-06 11:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:00:05] Production.ERROR: CronJobId end11
[2026-04-06 11:00:05] Production.INFO: ==31303== Releasing lock...
[2026-04-06 11:00:05] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Stops#
[2026-04-06 11:00:05] Production.INFO: 33.75 MB #Memory Used#
[2026-04-06 11:00:11] Production.ERROR: CronJobId end10
[2026-04-06 11:00:11] Production.INFO: ==31301== Releasing lock...
[2026-04-06 11:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:00:14] Production.INFO: call_cost start
[2026-04-06 11:00:14] Production.INFO: call_cost end
[2026-04-06 11:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:00:14] Production.INFO: ==31297== Releasing lock...
[2026-04-06 11:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:01:01] Production.INFO: ==31378== Lock acquired, processing the job...
[2026-04-06 16:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:01:01] Production.INFO: neon service started
[2026-04-06 16:01:01] Production.INFO: neon service started
[2026-04-06 16:01:01] Production.INFO: ==31378== Releasing lock...
[2026-04-06 16:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:01:02] Production.INFO: ==31384== Lock acquired, processing the job...
[2026-04-06 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:01:02] Production.INFO: ==31384== Releasing lock...
[2026-04-06 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:01:02] Production.INFO: ==31386== Lock acquired, processing the job...
[2026-04-06 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:01:02] Production.INFO: ==31386== Releasing lock...
[2026-04-06 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:01:03] Production.INFO: ==31396== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:01:03] Production.INFO: ==31398== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 11:01:03] Production.INFO: Account Balance Start.
[2026-04-06 11:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:01:03] Production.INFO: 117
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: ==31388== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: ==31390== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: ==31392== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: ==31394== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.INFO: ==31401== Lock acquired, processing the job...
[2026-04-06 11:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:01:03] Production.ERROR: CronJob PID - 31390
[2026-04-06 11:01:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 11:01:03] Production.ERROR: CronJob ID - 5
[2026-04-06 11:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:01:00
[2026-04-06 11:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:01:03] Production.ERROR: CronJob PID - 31392
[2026-04-06 11:01:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 11:01:03] Production.ERROR: CronJob ID - 7
[2026-04-06 11:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:01:00
[2026-04-06 11:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:01:03] Production.ERROR: CronJob PID - 31394
[2026-04-06 11:01:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 11:01:03] Production.ERROR: CronJob ID - 10
[2026-04-06 11:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:01:00
[2026-04-06 11:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:01:03] Production.ERROR: CronJob PID - 31396
[2026-04-06 11:01:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 11:01:03] Production.ERROR: CronJob ID - 12
[2026-04-06 11:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:01:00
[2026-04-06 11:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:01:03] Production.ERROR: CronJob PID - 31398
[2026-04-06 11:01:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 11:01:03] Production.ERROR: CronJob ID - 17
[2026-04-06 11:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:01:00
[2026-04-06 11:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:01:03] Production.ERROR: CronJob PID - 31401
[2026-04-06 11:01:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-04-06 11:01:03] Production.ERROR: CronJob ID - 19
[2026-04-06 11:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:01:00
[2026-04-06 11:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:01:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 11:01:03] Production.INFO: ==31388== Releasing lock...
[2026-04-06 11:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 11:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: ==31401== Releasing lock...
[2026-04-06 11:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:01:04] Production.ERROR: done
[2026-04-06 11:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 11:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047302', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: ==31392== Releasing lock...
[2026-04-06 11:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:01:04] Production.INFO: Total Charge 0
[2026-04-06 11:01:04] Production.INFO: CreateAllLog End
[2026-04-06 11:01:05] Production.INFO: Account Balance End.
[2026-04-06 11:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:01:05] Production.INFO: ==31396== Releasing lock...
[2026-04-06 11:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:01:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047302', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 11:01:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 11:01:10] Production.INFO: ProcessCDR(1,17047302,1,1,2)
[2026-04-06 11:01:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047302,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:01:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047302,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:01:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 11:01:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 11:01:10] Production.INFO: ==31398== Releasing lock...
[2026-04-06 11:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 11:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:01:14] Production.ERROR: CronJobId end10
[2026-04-06 11:01:14] Production.INFO: ==31394== Releasing lock...
[2026-04-06 11:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:01:17] Production.INFO: call_cost start
[2026-04-06 11:01:17] Production.INFO: call_cost end
[2026-04-06 11:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:01:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:01:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:01:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:01:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:01:17] Production.INFO: ==31390== Releasing lock...
[2026-04-06 11:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:02:02] Production.INFO: ==31467== Lock acquired, processing the job...
[2026-04-06 16:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:02:02] Production.INFO: neon service started
[2026-04-06 16:02:02] Production.INFO: neon service started
[2026-04-06 16:02:02] Production.INFO: ==31467== Releasing lock...
[2026-04-06 16:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:02:02] Production.INFO: ==31469== Lock acquired, processing the job...
[2026-04-06 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:02:02] Production.INFO: ==31469== Releasing lock...
[2026-04-06 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:02:03] Production.INFO: ==31472== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:02:03] Production.INFO: ==31472== Releasing lock...
[2026-04-06 15:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:02:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:02:03] Production.INFO: ==31482== Lock acquired, processing the job...
[2026-04-06 11:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 11:02:03] Production.INFO: ==31480== Lock acquired, processing the job...
[2026-04-06 11:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:02:03] Production.INFO: ==31474== Lock acquired, processing the job...
[2026-04-06 11:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:02:03] Production.INFO: Account Balance Start.
[2026-04-06 11:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:02:03] Production.INFO: 117
[2026-04-06 11:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:02:04] Production.INFO: ==31476== Lock acquired, processing the job...
[2026-04-06 11:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:02:04] Production.INFO: ==31478== Lock acquired, processing the job...
[2026-04-06 11:02:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: ==31484== Lock acquired, processing the job...
[2026-04-06 11:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: ==31484== Releasing lock...
[2026-04-06 11:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:02:04] Production.ERROR: done
[2026-04-06 11:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.ERROR: done
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: Date 2026-03-29
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: Date 2026-03-30
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: ==31476== Releasing lock...
[2026-04-06 11:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:02:05] Production.INFO: Date 2026-03-31
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 11:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 11:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:02:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:02:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: ==31482== Releasing lock...
[2026-04-06 11:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 11:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 11:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:02:05] Production.INFO: Total Charge 0
[2026-04-06 11:02:05] Production.INFO: CreateAllLog End
[2026-04-06 11:02:05] Production.INFO: Account Balance End.
[2026-04-06 11:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:02:05] Production.INFO: ==31480== Releasing lock...
[2026-04-06 11:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:02:13] Production.ERROR: CronJobId end10
[2026-04-06 11:02:13] Production.INFO: ==31478== Releasing lock...
[2026-04-06 11:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:02:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:02:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:02:15] Production.INFO: call_cost start
[2026-04-06 11:02:15] Production.INFO: call_cost end
[2026-04-06 11:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:02:15] Production.INFO: ==31474== Releasing lock...
[2026-04-06 11:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:03:01] Production.INFO: ==31540== Lock acquired, processing the job...
[2026-04-06 16:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:03:01] Production.INFO: neon service started
[2026-04-06 16:03:01] Production.INFO: neon service started
[2026-04-06 16:03:01] Production.INFO: ==31540== Releasing lock...
[2026-04-06 16:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:03:02] Production.INFO: ==31542== Lock acquired, processing the job...
[2026-04-06 11:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:03:02] Production.INFO: ==31542== Releasing lock...
[2026-04-06 11:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:03:02] Production.INFO: ==31544== Lock acquired, processing the job...
[2026-04-06 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:03:02] Production.INFO: ==31544== Releasing lock...
[2026-04-06 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:03:03] Production.INFO: ==31547== Lock acquired, processing the job...
[2026-04-06 11:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:03:03] Production.INFO: ==31551== Lock acquired, processing the job...
[2026-04-06 11:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:03:03] Production.INFO: ==31549== Lock acquired, processing the job...
[2026-04-06 11:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:03:03] Production.INFO: ==31553== Lock acquired, processing the job...
[2026-04-06 11:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:03:03] Production.INFO: Account Balance Start.
[2026-04-06 11:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:03:03] Production.INFO: 117
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:03:03] Production.INFO: ==31555== Lock acquired, processing the job...
[2026-04-06 11:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:03:03] Production.INFO: ==31555== Releasing lock...
[2026-04-06 11:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: ==31549== Releasing lock...
[2026-04-06 11:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:03:04] Production.INFO: Total Charge 0
[2026-04-06 11:03:04] Production.INFO: CreateAllLog End
[2026-04-06 11:03:04] Production.INFO: Account Balance End.
[2026-04-06 11:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:03:04] Production.INFO: ==31553== Releasing lock...
[2026-04-06 11:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:03:11] Production.ERROR: CronJobId end10
[2026-04-06 11:03:11] Production.INFO: ==31551== Releasing lock...
[2026-04-06 11:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:03:14] Production.INFO: call_cost start
[2026-04-06 11:03:14] Production.INFO: call_cost end
[2026-04-06 11:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:03:14] Production.INFO: ==31547== Releasing lock...
[2026-04-06 11:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:04:02] Production.INFO: ==31619== Lock acquired, processing the job...
[2026-04-06 16:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:04:02] Production.INFO: neon service started
[2026-04-06 16:04:02] Production.INFO: neon service started
[2026-04-06 16:04:02] Production.INFO: ==31619== Releasing lock...
[2026-04-06 16:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:04:02] Production.INFO: ==31623== Lock acquired, processing the job...
[2026-04-06 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:04:02] Production.INFO: ==31623== Releasing lock...
[2026-04-06 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:04:02] Production.INFO: ==31621== Lock acquired, processing the job...
[2026-04-06 11:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:04:02] Production.INFO: ==31621== Releasing lock...
[2026-04-06 11:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:04:03] Production.INFO: ==31634== Lock acquired, processing the job...
[2026-04-06 11:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:04:03] Production.INFO: ==31634== Releasing lock...
[2026-04-06 11:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:04:03] Production.INFO: ==31626== Lock acquired, processing the job...
[2026-04-06 11:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:04:03] Production.INFO: ==31632== Lock acquired, processing the job...
[2026-04-06 11:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:04:04] Production.INFO: ==31630== Lock acquired, processing the job...
[2026-04-06 11:04:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:04:04] Production.INFO: ==31628== Lock acquired, processing the job...
[2026-04-06 11:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:04:04] Production.INFO: Account Balance Start.
[2026-04-06 11:04:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:04:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:04:04] Production.INFO: 117
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:04:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:04:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:04:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: ==31628== Releasing lock...
[2026-04-06 11:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:04:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:04:05] Production.INFO: Total Charge 0
[2026-04-06 11:04:05] Production.INFO: CreateAllLog End
[2026-04-06 11:04:05] Production.INFO: Account Balance End.
[2026-04-06 11:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:04:05] Production.INFO: ==31632== Releasing lock...
[2026-04-06 11:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:04:12] Production.ERROR: CronJobId end10
[2026-04-06 11:04:12] Production.INFO: ==31630== Releasing lock...
[2026-04-06 11:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:04:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:04:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:04:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:04:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:04:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:04:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:04:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:04:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:04:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:04:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:04:15] Production.INFO: call_cost start
[2026-04-06 11:04:15] Production.INFO: call_cost end
[2026-04-06 11:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:04:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:04:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:04:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:04:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:04:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:04:16] Production.INFO: ==31626== Releasing lock...
[2026-04-06 11:04:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:04:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:05:01] Production.INFO: ==31696== Lock acquired, processing the job...
[2026-04-06 16:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:05:01] Production.INFO: neon service started
[2026-04-06 16:05:01] Production.INFO: neon service started
[2026-04-06 16:05:01] Production.INFO: ==31696== Releasing lock...
[2026-04-06 16:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:05:01] Production.INFO: ==31698== Lock acquired, processing the job...
[2026-04-06 11:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:05:02] Production.INFO: ==31698== Releasing lock...
[2026-04-06 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:05:02] Production.INFO: ==31700== Lock acquired, processing the job...
[2026-04-06 15:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:05:02] Production.INFO: ==31700== Releasing lock...
[2026-04-06 15:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:05:02] Production.INFO: ==31711== Lock acquired, processing the job...
[2026-04-06 11:05:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:05:03] Production.INFO: ==31711== Releasing lock...
[2026-04-06 11:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:05:03] Production.INFO: ==31703== Lock acquired, processing the job...
[2026-04-06 11:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:05:03] Production.INFO: ==31705== Lock acquired, processing the job...
[2026-04-06 11:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:05:03] Production.INFO: ==31707== Lock acquired, processing the job...
[2026-04-06 11:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:05:03] Production.INFO: ==31709== Lock acquired, processing the job...
[2026-04-06 11:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:05:03] Production.INFO: Account Balance Start.
[2026-04-06 11:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:05:03] Production.INFO: 117
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: ==31705== Releasing lock...
[2026-04-06 11:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:05:05] Production.INFO: Total Charge 0
[2026-04-06 11:05:05] Production.INFO: CreateAllLog End
[2026-04-06 11:05:05] Production.INFO: Account Balance End.
[2026-04-06 11:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:05:05] Production.INFO: ==31709== Releasing lock...
[2026-04-06 11:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:05:12] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:362
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(362): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateSOAOffSet(1,0))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(363): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->statement()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::getOutstandingAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-06 11:05:12] Production.ERROR: CronJobId end10
[2026-04-06 11:05:12] Production.INFO: ==31707== Releasing lock...
[2026-04-06 11:05:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:05:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:05:14] Production.INFO: call_cost start
[2026-04-06 11:05:14] Production.INFO: call_cost end
[2026-04-06 11:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:05:14] Production.INFO: ==31703== Releasing lock...
[2026-04-06 11:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:06:02] Production.INFO: ==31771== Lock acquired, processing the job...
[2026-04-06 16:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:06:02] Production.INFO: neon service started
[2026-04-06 16:06:02] Production.INFO: neon service started
[2026-04-06 16:06:02] Production.INFO: ==31771== Releasing lock...
[2026-04-06 16:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:06:02] Production.INFO: ==31773== Lock acquired, processing the job...
[2026-04-06 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:06:02] Production.INFO: ==31773== Releasing lock...
[2026-04-06 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:06:02] Production.INFO: ==31775== Lock acquired, processing the job...
[2026-04-06 15:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:06:02] Production.INFO: ==31775== Releasing lock...
[2026-04-06 15:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:06:03] Production.INFO: ==31782== Lock acquired, processing the job...
[2026-04-06 11:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:06:03] Production.INFO: ==31778== Lock acquired, processing the job...
[2026-04-06 11:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:06:03] Production.INFO: ==31780== Lock acquired, processing the job...
[2026-04-06 11:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:06:03] Production.INFO: ==31784== Lock acquired, processing the job...
[2026-04-06 11:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:06:03] Production.INFO: ==31786== Lock acquired, processing the job...
[2026-04-06 11:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:06:03] Production.INFO: Account Balance Start.
[2026-04-06 11:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:06:03] Production.INFO: ==31786== Releasing lock...
[2026-04-06 11:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:06:03] Production.INFO: 117
[2026-04-06 11:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: ==31780== Releasing lock...
[2026-04-06 11:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:06:05] Production.INFO: Total Charge 0
[2026-04-06 11:06:05] Production.INFO: CreateAllLog End
[2026-04-06 11:06:05] Production.INFO: Account Balance End.
[2026-04-06 11:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:06:05] Production.INFO: ==31784== Releasing lock...
[2026-04-06 11:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:06:11] Production.ERROR: CronJobId end10
[2026-04-06 11:06:11] Production.INFO: ==31782== Releasing lock...
[2026-04-06 11:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:06:15] Production.INFO: call_cost start
[2026-04-06 11:06:15] Production.INFO: call_cost end
[2026-04-06 11:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:06:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:06:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:06:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:06:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:06:15] Production.INFO: ==31778== Releasing lock...
[2026-04-06 11:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:07:01] Production.INFO: ==31851== Lock acquired, processing the job...
[2026-04-06 16:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:07:01] Production.INFO: neon service started
[2026-04-06 16:07:01] Production.INFO: neon service started
[2026-04-06 16:07:01] Production.INFO: ==31851== Releasing lock...
[2026-04-06 16:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:07:01] Production.INFO: ==31857== Lock acquired, processing the job...
[2026-04-06 15:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:07:01] Production.INFO: ==31857== Releasing lock...
[2026-04-06 15:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:07:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:07:01] Production.INFO: ==31855== Lock acquired, processing the job...
[2026-04-06 11:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:07:02] Production.INFO: ==31855== Releasing lock...
[2026-04-06 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:07:02] Production.INFO: ==31860== Lock acquired, processing the job...
[2026-04-06 11:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:07:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:07:02] Production.INFO: ==31866== Lock acquired, processing the job...
[2026-04-06 11:07:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:07:03] Production.INFO: ==31862== Lock acquired, processing the job...
[2026-04-06 11:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:07:03] Production.INFO: ==31864== Lock acquired, processing the job...
[2026-04-06 11:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:07:03] Production.INFO: ==31868== Lock acquired, processing the job...
[2026-04-06 11:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:07:03] Production.INFO: Account Balance Start.
[2026-04-06 11:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:07:03] Production.INFO: 117
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:07:03] Production.INFO: ==31868== Releasing lock...
[2026-04-06 11:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:03] Production.INFO: ==31862== Releasing lock...
[2026-04-06 11:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:07:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:07:04] Production.INFO: Total Charge 0
[2026-04-06 11:07:04] Production.INFO: CreateAllLog End
[2026-04-06 11:07:04] Production.INFO: Account Balance End.
[2026-04-06 11:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:07:04] Production.INFO: ==31866== Releasing lock...
[2026-04-06 11:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:07:11] Production.ERROR: CronJobId end10
[2026-04-06 11:07:11] Production.INFO: ==31864== Releasing lock...
[2026-04-06 11:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:07:14] Production.INFO: call_cost start
[2026-04-06 11:07:14] Production.INFO: call_cost end
[2026-04-06 11:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:07:14] Production.INFO: ==31860== Releasing lock...
[2026-04-06 11:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:08:01] Production.INFO: ==31930== Lock acquired, processing the job...
[2026-04-06 16:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:08:01] Production.INFO: neon service started
[2026-04-06 16:08:01] Production.INFO: neon service started
[2026-04-06 16:08:01] Production.INFO: ==31930== Releasing lock...
[2026-04-06 16:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:08:02] Production.INFO: ==31932== Lock acquired, processing the job...
[2026-04-06 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:08:02] Production.INFO: ==31932== Releasing lock...
[2026-04-06 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:08:02] Production.INFO: ==31934== Lock acquired, processing the job...
[2026-04-06 15:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:08:02] Production.INFO: ==31934== Releasing lock...
[2026-04-06 15:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:08:03] Production.INFO: ==31936== Lock acquired, processing the job...
[2026-04-06 11:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:08:03] Production.INFO: ==31941== Lock acquired, processing the job...
[2026-04-06 11:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:08:03] Production.INFO: ==31939== Lock acquired, processing the job...
[2026-04-06 11:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:08:03] Production.INFO: ==31943== Lock acquired, processing the job...
[2026-04-06 11:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:08:03] Production.INFO: ==31945== Lock acquired, processing the job...
[2026-04-06 11:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:08:03] Production.INFO: Account Balance Start.
[2026-04-06 11:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:08:03] Production.INFO: 117
[2026-04-06 11:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:08:03] Production.INFO: ==31945== Releasing lock...
[2026-04-06 11:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:03] Production.INFO: ==31939== Releasing lock...
[2026-04-06 11:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:08:04] Production.INFO: Total Charge 0
[2026-04-06 11:08:04] Production.INFO: CreateAllLog End
[2026-04-06 11:08:05] Production.INFO: Account Balance End.
[2026-04-06 11:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:08:05] Production.INFO: ==31943== Releasing lock...
[2026-04-06 11:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:08:12] Production.ERROR: CronJobId end10
[2026-04-06 11:08:12] Production.INFO: ==31941== Releasing lock...
[2026-04-06 11:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:08:15] Production.INFO: call_cost start
[2026-04-06 11:08:15] Production.INFO: call_cost end
[2026-04-06 11:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:08:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:08:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:08:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:08:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:08:15] Production.INFO: ==31936== Releasing lock...
[2026-04-06 11:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:09:02] Production.INFO: ==32000== Lock acquired, processing the job...
[2026-04-06 16:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:09:02] Production.INFO: neon service started
[2026-04-06 16:09:02] Production.INFO: neon service started
[2026-04-06 16:09:02] Production.INFO: ==32000== Releasing lock...
[2026-04-06 16:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:09:02] Production.INFO: ==32004== Lock acquired, processing the job...
[2026-04-06 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:09:02] Production.INFO: ==32004== Releasing lock...
[2026-04-06 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:09:02] Production.INFO: ==32002== Lock acquired, processing the job...
[2026-04-06 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:09:02] Production.INFO: ==32002== Releasing lock...
[2026-04-06 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:09:03] Production.INFO: ==32007== Lock acquired, processing the job...
[2026-04-06 11:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:09:03] Production.INFO: ==32009== Lock acquired, processing the job...
[2026-04-06 11:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:09:03] Production.INFO: ==32011== Lock acquired, processing the job...
[2026-04-06 11:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:09:03] Production.INFO: ==32013== Lock acquired, processing the job...
[2026-04-06 11:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:09:03] Production.INFO: ==32015== Lock acquired, processing the job...
[2026-04-06 11:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:09:03] Production.INFO: Account Balance Start.
[2026-04-06 11:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:09:03] Production.INFO: 117
[2026-04-06 11:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:09:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:09:04] Production.INFO: ==32015== Releasing lock...
[2026-04-06 11:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: ==32009== Releasing lock...
[2026-04-06 11:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:09:04] Production.INFO: Total Charge 0
[2026-04-06 11:09:04] Production.INFO: CreateAllLog End
[2026-04-06 11:09:05] Production.INFO: Account Balance End.
[2026-04-06 11:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:09:05] Production.INFO: ==32013== Releasing lock...
[2026-04-06 11:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:09:11] Production.ERROR: CronJobId end10
[2026-04-06 11:09:11] Production.INFO: ==32011== Releasing lock...
[2026-04-06 11:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:09:14] Production.INFO: call_cost start
[2026-04-06 11:09:14] Production.INFO: call_cost end
[2026-04-06 11:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:09:14] Production.INFO: ==32007== Releasing lock...
[2026-04-06 11:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:10:01] Production.INFO: ==32078== Lock acquired, processing the job...
[2026-04-06 16:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:10:01] Production.INFO: neon service started
[2026-04-06 16:10:01] Production.INFO: neon service started
[2026-04-06 16:10:01] Production.INFO: ==32078== Releasing lock...
[2026-04-06 16:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:10:02] Production.INFO: ==32082== Lock acquired, processing the job...
[2026-04-06 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:10:02] Production.INFO: ==32082== Releasing lock...
[2026-04-06 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:10:02] Production.INFO: ==32080== Lock acquired, processing the job...
[2026-04-06 11:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:10:02] Production.INFO: ==32080== Releasing lock...
[2026-04-06 11:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:10:03] Production.INFO: ==32086== Lock acquired, processing the job...
[2026-04-06 11:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:10:03] Production.INFO: ==32084== Lock acquired, processing the job...
[2026-04-06 11:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:10:03] Production.INFO: ==32088== Lock acquired, processing the job...
[2026-04-06 11:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:10:03] Production.INFO: ==32090== Lock acquired, processing the job...
[2026-04-06 11:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:10:03] Production.INFO: ==32092== Lock acquired, processing the job...
[2026-04-06 11:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:10:03] Production.INFO: Account Balance Start.
[2026-04-06 11:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:10:03] Production.INFO: 117
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:10:03] Production.INFO: ==32092== Releasing lock...
[2026-04-06 11:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:03] Production.INFO: ==32086== Releasing lock...
[2026-04-06 11:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:10:04] Production.INFO: Total Charge 0
[2026-04-06 11:10:04] Production.INFO: CreateAllLog End
[2026-04-06 11:10:04] Production.INFO: Account Balance End.
[2026-04-06 11:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:10:04] Production.INFO: ==32090== Releasing lock...
[2026-04-06 11:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:10:12] Production.ERROR: CronJobId end10
[2026-04-06 11:10:12] Production.INFO: ==32088== Releasing lock...
[2026-04-06 11:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:10:13] Production.INFO: call_cost start
[2026-04-06 11:10:13] Production.INFO: call_cost end
[2026-04-06 11:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:10:13] Production.INFO: ==32084== Releasing lock...
[2026-04-06 11:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:11:02] Production.INFO: ==32154== Lock acquired, processing the job...
[2026-04-06 16:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:11:02] Production.INFO: neon service started
[2026-04-06 16:11:02] Production.INFO: neon service started
[2026-04-06 16:11:02] Production.INFO: ==32154== Releasing lock...
[2026-04-06 16:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:11:02] Production.INFO: ==32158== Lock acquired, processing the job...
[2026-04-06 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:11:02] Production.INFO: ==32158== Releasing lock...
[2026-04-06 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:11:02] Production.INFO: ==32156== Lock acquired, processing the job...
[2026-04-06 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:11:02] Production.INFO: ==32156== Releasing lock...
[2026-04-06 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:11:03] Production.INFO: ==32160== Lock acquired, processing the job...
[2026-04-06 11:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 11:11:03] Production.INFO: ==32162== Lock acquired, processing the job...
[2026-04-06 11:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:11:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 11:11:04] Production.INFO: ==32166== Lock acquired, processing the job...
[2026-04-06 11:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:11:04] Production.INFO: ==32164== Lock acquired, processing the job...
[2026-04-06 11:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:11:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 11:11:04] Production.INFO: ==32160== Releasing lock...
[2026-04-06 11:11:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 11:11:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:11:04] Production.INFO: ==32172== Lock acquired, processing the job...
[2026-04-06 11:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:11:04] Production.INFO: ==32168== Lock acquired, processing the job...
[2026-04-06 11:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:11:04] Production.INFO: ==32170== Lock acquired, processing the job...
[2026-04-06 11:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 11:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:11:04] Production.INFO: Account Balance Start.
[2026-04-06 11:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:11:04] Production.INFO: 117
[2026-04-06 11:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: ==32172== Releasing lock...
[2026-04-06 11:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.ERROR: done
[2026-04-06 11:11:05] Production.INFO: ==32164== Releasing lock...
[2026-04-06 11:11:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:11:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 11:11:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047344', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 11:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:11:05] Production.INFO: Total Charge 0
[2026-04-06 11:11:05] Production.INFO: CreateAllLog End
[2026-04-06 11:11:05] Production.INFO: Account Balance End.
[2026-04-06 11:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:11:05] Production.INFO: ==32168== Releasing lock...
[2026-04-06 11:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047344', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 11:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 11:11:10] Production.INFO: ProcessCDR(1,17047344,1,1,2)
[2026-04-06 11:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047344,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:11:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047344,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:11:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 11:11:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 11:11:11] Production.INFO: ==32170== Releasing lock...
[2026-04-06 11:11:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 11:11:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:11:14] Production.ERROR: CronJobId end10
[2026-04-06 11:11:14] Production.INFO: ==32166== Releasing lock...
[2026-04-06 11:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:11:17] Production.INFO: call_cost start
[2026-04-06 11:11:17] Production.INFO: call_cost end
[2026-04-06 11:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:11:17] Production.INFO: ==32162== Releasing lock...
[2026-04-06 11:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:12:01] Production.INFO: ==32233== Lock acquired, processing the job...
[2026-04-06 16:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:12:01] Production.INFO: neon service started
[2026-04-06 16:12:01] Production.INFO: neon service started
[2026-04-06 16:12:01] Production.INFO: ==32233== Releasing lock...
[2026-04-06 16:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:12:01] Production.INFO: ==32235== Lock acquired, processing the job...
[2026-04-06 11:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:12:02] Production.INFO: ==32235== Releasing lock...
[2026-04-06 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:12:02] Production.INFO: ==32237== Lock acquired, processing the job...
[2026-04-06 15:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:12:02] Production.INFO: ==32237== Releasing lock...
[2026-04-06 15:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:12:02] Production.INFO: ==32240== Lock acquired, processing the job...
[2026-04-06 11:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:12:02] Production.INFO: ==32242== Lock acquired, processing the job...
[2026-04-06 11:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:12:03] Production.INFO: ==32244== Lock acquired, processing the job...
[2026-04-06 11:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:12:03] Production.INFO: ==32246== Lock acquired, processing the job...
[2026-04-06 11:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:12:03] Production.INFO: ==32248== Lock acquired, processing the job...
[2026-04-06 11:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:12:03] Production.INFO: Account Balance Start.
[2026-04-06 11:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:12:03] Production.INFO: 117
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:12:03] Production.INFO: ==32248== Releasing lock...
[2026-04-06 11:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: ==32242== Releasing lock...
[2026-04-06 11:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:12:04] Production.INFO: Total Charge 0
[2026-04-06 11:12:04] Production.INFO: CreateAllLog End
[2026-04-06 11:12:04] Production.INFO: Account Balance End.
[2026-04-06 11:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:12:04] Production.INFO: ==32246== Releasing lock...
[2026-04-06 11:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:12:10] Production.ERROR: CronJobId end10
[2026-04-06 11:12:10] Production.INFO: ==32244== Releasing lock...
[2026-04-06 11:12:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:12:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:12:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:12:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:12:14] Production.INFO: call_cost start
[2026-04-06 11:12:14] Production.INFO: call_cost end
[2026-04-06 11:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:12:14] Production.INFO: ==32240== Releasing lock...
[2026-04-06 11:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:13:01] Production.INFO: ==32308== Lock acquired, processing the job...
[2026-04-06 16:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:13:01] Production.INFO: neon service started
[2026-04-06 16:13:01] Production.INFO: neon service started
[2026-04-06 16:13:01] Production.INFO: ==32308== Releasing lock...
[2026-04-06 16:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:13:02] Production.INFO: ==32312== Lock acquired, processing the job...
[2026-04-06 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:13:02] Production.INFO: ==32312== Releasing lock...
[2026-04-06 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:13:02] Production.INFO: ==32310== Lock acquired, processing the job...
[2026-04-06 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:13:02] Production.INFO: ==32310== Releasing lock...
[2026-04-06 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:13:03] Production.INFO: ==32318== Lock acquired, processing the job...
[2026-04-06 11:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:13:03] Production.INFO: ==32316== Lock acquired, processing the job...
[2026-04-06 11:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:13:03] Production.INFO: ==32314== Lock acquired, processing the job...
[2026-04-06 11:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:13:03] Production.INFO: ==32320== Lock acquired, processing the job...
[2026-04-06 11:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:13:03] Production.INFO: ==32323== Lock acquired, processing the job...
[2026-04-06 11:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:13:03] Production.INFO: Account Balance Start.
[2026-04-06 11:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:13:03] Production.INFO: 117
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: ==32323== Releasing lock...
[2026-04-06 11:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: ==32316== Releasing lock...
[2026-04-06 11:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:13:04] Production.INFO: Total Charge 0
[2026-04-06 11:13:04] Production.INFO: CreateAllLog End
[2026-04-06 11:13:05] Production.INFO: Account Balance End.
[2026-04-06 11:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:13:05] Production.INFO: ==32320== Releasing lock...
[2026-04-06 11:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:13:11] Production.ERROR: CronJobId end10
[2026-04-06 11:13:11] Production.INFO: ==32318== Releasing lock...
[2026-04-06 11:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:13:13] Production.INFO: call_cost start
[2026-04-06 11:13:13] Production.INFO: call_cost end
[2026-04-06 11:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:13:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:13:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:13:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:13:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:13:13] Production.INFO: ==32314== Releasing lock...
[2026-04-06 11:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:14:02] Production.INFO: ==32385== Lock acquired, processing the job...
[2026-04-06 16:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:14:02] Production.INFO: neon service started
[2026-04-06 16:14:02] Production.INFO: neon service started
[2026-04-06 16:14:02] Production.INFO: ==32385== Releasing lock...
[2026-04-06 16:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:14:02] Production.INFO: ==32387== Lock acquired, processing the job...
[2026-04-06 11:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:14:02] Production.INFO: ==32389== Lock acquired, processing the job...
[2026-04-06 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:14:02] Production.INFO: ==32389== Releasing lock...
[2026-04-06 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:14:03] Production.INFO: ==32387== Releasing lock...
[2026-04-06 11:14:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:14:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:14:03] Production.INFO: ==32392== Lock acquired, processing the job...
[2026-04-06 11:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:14:03] Production.INFO: ==32396== Lock acquired, processing the job...
[2026-04-06 11:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:14:03] Production.INFO: ==32394== Lock acquired, processing the job...
[2026-04-06 11:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:14:04] Production.INFO: ==32400== Lock acquired, processing the job...
[2026-04-06 11:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:14:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:14:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:14:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:14:04] Production.INFO: ==32398== Lock acquired, processing the job...
[2026-04-06 11:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:14:04] Production.INFO: Account Balance Start.
[2026-04-06 11:14:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:14:04] Production.INFO: 117
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:14:04] Production.INFO: ==32400== Releasing lock...
[2026-04-06 11:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: ==32394== Releasing lock...
[2026-04-06 11:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-03-31
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:14:05] Production.INFO: Total Charge 0
[2026-04-06 11:14:05] Production.INFO: CreateAllLog End
[2026-04-06 11:14:05] Production.INFO: Account Balance End.
[2026-04-06 11:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:14:05] Production.INFO: ==32398== Releasing lock...
[2026-04-06 11:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:14:11] Production.ERROR: CronJobId end10
[2026-04-06 11:14:11] Production.INFO: ==32396== Releasing lock...
[2026-04-06 11:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:14:13] Production.INFO: call_cost start
[2026-04-06 11:14:13] Production.INFO: call_cost end
[2026-04-06 11:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:14:13] Production.INFO: ==32392== Releasing lock...
[2026-04-06 11:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:15:01] Production.INFO: ==32464== Lock acquired, processing the job...
[2026-04-06 16:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:15:01] Production.INFO: neon service started
[2026-04-06 16:15:01] Production.INFO: neon service started
[2026-04-06 16:15:01] Production.INFO: ==32464== Releasing lock...
[2026-04-06 16:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:15:02] Production.INFO: ==32466== Lock acquired, processing the job...
[2026-04-06 11:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:15:02] Production.INFO: ==32468== Lock acquired, processing the job...
[2026-04-06 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:15:02] Production.INFO: ==32468== Releasing lock...
[2026-04-06 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:15:02] Production.INFO: ==32466== Releasing lock...
[2026-04-06 11:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:15:03] Production.INFO: ==32471== Lock acquired, processing the job...
[2026-04-06 11:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:15:03] Production.INFO: ==32477== Lock acquired, processing the job...
[2026-04-06 11:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:15:03] Production.INFO: ==32479== Lock acquired, processing the job...
[2026-04-06 11:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:15:03] Production.INFO: ==32473== Lock acquired, processing the job...
[2026-04-06 11:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:15:03] Production.INFO: ==32475== Lock acquired, processing the job...
[2026-04-06 11:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:15:03] Production.INFO: ==32479== Releasing lock...
[2026-04-06 11:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:15:03] Production.INFO: Account Balance Start.
[2026-04-06 11:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:15:03] Production.INFO: 117
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: ==32473== Releasing lock...
[2026-04-06 11:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:15:04] Production.INFO: Total Charge 0
[2026-04-06 11:15:04] Production.INFO: CreateAllLog End
[2026-04-06 11:15:04] Production.INFO: Account Balance End.
[2026-04-06 11:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:15:04] Production.INFO: ==32477== Releasing lock...
[2026-04-06 11:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:15:11] Production.ERROR: CronJobId end10
[2026-04-06 11:15:11] Production.INFO: ==32475== Releasing lock...
[2026-04-06 11:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:15:15] Production.INFO: call_cost start
[2026-04-06 11:15:15] Production.INFO: call_cost end
[2026-04-06 11:15:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:15:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:15:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:15:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:15:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:15:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:15:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:15:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:15:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:15:15] Production.INFO: ==32471== Releasing lock...
[2026-04-06 11:15:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:15:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:16:02] Production.INFO: ==32537== Lock acquired, processing the job...
[2026-04-06 16:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:16:02] Production.INFO: neon service started
[2026-04-06 16:16:02] Production.INFO: neon service started
[2026-04-06 16:16:02] Production.INFO: ==32537== Releasing lock...
[2026-04-06 16:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:16:02] Production.INFO: ==32541== Lock acquired, processing the job...
[2026-04-06 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:16:02] Production.INFO: ==32541== Releasing lock...
[2026-04-06 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:16:02] Production.INFO: ==32539== Lock acquired, processing the job...
[2026-04-06 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:16:02] Production.INFO: ==32539== Releasing lock...
[2026-04-06 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:16:03] Production.INFO: ==32544== Lock acquired, processing the job...
[2026-04-06 11:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:16:03] Production.INFO: ==32546== Lock acquired, processing the job...
[2026-04-06 11:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:16:03] Production.INFO: ==32548== Lock acquired, processing the job...
[2026-04-06 11:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:16:03] Production.INFO: ==32550== Lock acquired, processing the job...
[2026-04-06 11:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:16:03] Production.INFO: ==32552== Lock acquired, processing the job...
[2026-04-06 11:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:16:03] Production.INFO: Account Balance Start.
[2026-04-06 11:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:16:03] Production.INFO: 117
[2026-04-06 11:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:03] Production.INFO: ==32552== Releasing lock...
[2026-04-06 11:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: ==32546== Releasing lock...
[2026-04-06 11:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:16:05] Production.INFO: Total Charge 0
[2026-04-06 11:16:05] Production.INFO: CreateAllLog End
[2026-04-06 11:16:05] Production.INFO: Account Balance End.
[2026-04-06 11:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:16:05] Production.INFO: ==32550== Releasing lock...
[2026-04-06 11:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:16:11] Production.ERROR: CronJobId end10
[2026-04-06 11:16:11] Production.INFO: ==32548== Releasing lock...
[2026-04-06 11:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:16:14] Production.INFO: call_cost start
[2026-04-06 11:16:14] Production.INFO: call_cost end
[2026-04-06 11:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:16:14] Production.INFO: ==32544== Releasing lock...
[2026-04-06 11:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:17:01] Production.INFO: ==32622== Lock acquired, processing the job...
[2026-04-06 16:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:17:01] Production.INFO: neon service started
[2026-04-06 16:17:01] Production.INFO: neon service started
[2026-04-06 16:17:01] Production.INFO: ==32622== Releasing lock...
[2026-04-06 16:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:17:01] Production.INFO: ==32624== Lock acquired, processing the job...
[2026-04-06 11:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:17:01] Production.INFO: ==32624== Releasing lock...
[2026-04-06 11:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:17:02] Production.INFO: ==32626== Lock acquired, processing the job...
[2026-04-06 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:17:02] Production.INFO: ==32626== Releasing lock...
[2026-04-06 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:17:02] Production.INFO: ==32632== Lock acquired, processing the job...
[2026-04-06 11:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:17:02] Production.INFO: ==32628== Lock acquired, processing the job...
[2026-04-06 11:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:17:02] Production.INFO: ==32630== Lock acquired, processing the job...
[2026-04-06 11:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:17:03] Production.INFO: ==32634== Lock acquired, processing the job...
[2026-04-06 11:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:17:03] Production.INFO: ==32636== Lock acquired, processing the job...
[2026-04-06 11:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:17:03] Production.INFO: Account Balance Start.
[2026-04-06 11:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:17:03] Production.INFO: 117
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:17:03] Production.INFO: ==32636== Releasing lock...
[2026-04-06 11:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: ==32630== Releasing lock...
[2026-04-06 11:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:17:04] Production.INFO: Total Charge 0
[2026-04-06 11:17:04] Production.INFO: CreateAllLog End
[2026-04-06 11:17:05] Production.INFO: Account Balance End.
[2026-04-06 11:17:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:17:05] Production.INFO: ==32634== Releasing lock...
[2026-04-06 11:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:17:11] Production.ERROR: CronJobId end10
[2026-04-06 11:17:11] Production.INFO: ==32632== Releasing lock...
[2026-04-06 11:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:17:14] Production.INFO: call_cost start
[2026-04-06 11:17:14] Production.INFO: call_cost end
[2026-04-06 11:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:17:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:17:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:17:14] Production.INFO: ==32628== Releasing lock...
[2026-04-06 11:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:18:01] Production.INFO: ==32699== Lock acquired, processing the job...
[2026-04-06 16:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:18:01] Production.INFO: neon service started
[2026-04-06 16:18:01] Production.INFO: neon service started
[2026-04-06 16:18:01] Production.INFO: ==32699== Releasing lock...
[2026-04-06 16:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:18:02] Production.INFO: ==32701== Lock acquired, processing the job...
[2026-04-06 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:18:02] Production.INFO: ==32703== Lock acquired, processing the job...
[2026-04-06 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:18:02] Production.INFO: ==32703== Releasing lock...
[2026-04-06 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:18:02] Production.INFO: ==32701== Releasing lock...
[2026-04-06 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:18:03] Production.INFO: ==32706== Lock acquired, processing the job...
[2026-04-06 11:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:18:03] Production.INFO: ==32708== Lock acquired, processing the job...
[2026-04-06 11:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:18:03] Production.INFO: ==32714== Lock acquired, processing the job...
[2026-04-06 11:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:18:03] Production.INFO: ==32710== Lock acquired, processing the job...
[2026-04-06 11:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:18:03] Production.INFO: ==32712== Lock acquired, processing the job...
[2026-04-06 11:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:18:03] Production.INFO: ==32714== Releasing lock...
[2026-04-06 11:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:18:03] Production.INFO: Account Balance Start.
[2026-04-06 11:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:18:03] Production.INFO: 117
[2026-04-06 11:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: ==32708== Releasing lock...
[2026-04-06 11:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:18:04] Production.INFO: Total Charge 0
[2026-04-06 11:18:04] Production.INFO: CreateAllLog End
[2026-04-06 11:18:04] Production.INFO: Account Balance End.
[2026-04-06 11:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:18:04] Production.INFO: ==32712== Releasing lock...
[2026-04-06 11:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:18:11] Production.ERROR: CronJobId end10
[2026-04-06 11:18:11] Production.INFO: ==32710== Releasing lock...
[2026-04-06 11:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:18:14] Production.INFO: call_cost start
[2026-04-06 11:18:14] Production.INFO: call_cost end
[2026-04-06 11:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:18:14] Production.INFO: ==32706== Releasing lock...
[2026-04-06 11:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:19:02] Production.INFO: ==307== Lock acquired, processing the job...
[2026-04-06 16:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:19:02] Production.INFO: neon service started
[2026-04-06 16:19:02] Production.INFO: neon service started
[2026-04-06 16:19:02] Production.INFO: ==307== Releasing lock...
[2026-04-06 16:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:19:02] Production.INFO: ==317== Lock acquired, processing the job...
[2026-04-06 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:19:02] Production.INFO: ==317== Releasing lock...
[2026-04-06 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:19:03] Production.INFO: ==319== Lock acquired, processing the job...
[2026-04-06 15:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:19:03] Production.INFO: ==319== Releasing lock...
[2026-04-06 15:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:19:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:19:03] Production.INFO: ==321== Lock acquired, processing the job...
[2026-04-06 11:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:19:03] Production.INFO: ==323== Lock acquired, processing the job...
[2026-04-06 11:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:19:03] Production.INFO: ==325== Lock acquired, processing the job...
[2026-04-06 11:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:19:03] Production.INFO: ==327== Lock acquired, processing the job...
[2026-04-06 11:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:19:03] Production.INFO: ==329== Lock acquired, processing the job...
[2026-04-06 11:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:19:03] Production.INFO: Account Balance Start.
[2026-04-06 11:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:19:03] Production.INFO: 117
[2026-04-06 11:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:19:03] Production.INFO: ==329== Releasing lock...
[2026-04-06 11:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: ==323== Releasing lock...
[2026-04-06 11:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:19:05] Production.INFO: Total Charge 0
[2026-04-06 11:19:05] Production.INFO: CreateAllLog End
[2026-04-06 11:19:05] Production.INFO: Account Balance End.
[2026-04-06 11:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:19:05] Production.INFO: ==327== Releasing lock...
[2026-04-06 11:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:19:12] Production.ERROR: CronJobId end10
[2026-04-06 11:19:12] Production.INFO: ==325== Releasing lock...
[2026-04-06 11:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:19:14] Production.INFO: call_cost start
[2026-04-06 11:19:14] Production.INFO: call_cost end
[2026-04-06 11:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:19:14] Production.INFO: ==321== Releasing lock...
[2026-04-06 11:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:20:01] Production.INFO: ==401== Lock acquired, processing the job...
[2026-04-06 16:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:20:01] Production.INFO: neon service started
[2026-04-06 16:20:01] Production.INFO: neon service started
[2026-04-06 16:20:01] Production.INFO: ==401== Releasing lock...
[2026-04-06 16:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:20:02] Production.INFO: ==405== Lock acquired, processing the job...
[2026-04-06 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:20:02] Production.INFO: ==405== Releasing lock...
[2026-04-06 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:20:02] Production.INFO: ==403== Lock acquired, processing the job...
[2026-04-06 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:20:02] Production.INFO: ==403== Releasing lock...
[2026-04-06 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:20:02] Production.INFO: ==410== Lock acquired, processing the job...
[2026-04-06 11:20:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:20:03] Production.INFO: ==408== Lock acquired, processing the job...
[2026-04-06 11:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:20:03] Production.INFO: ==412== Lock acquired, processing the job...
[2026-04-06 11:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:20:03] Production.INFO: ==414== Lock acquired, processing the job...
[2026-04-06 11:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:20:03] Production.INFO: ==416== Lock acquired, processing the job...
[2026-04-06 11:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:20:03] Production.INFO: ==410== Releasing lock...
[2026-04-06 11:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:20:03] Production.INFO: Account Balance Start.
[2026-04-06 11:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:20:03] Production.INFO: 117
[2026-04-06 11:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:03] Production.INFO: ==416== Releasing lock...
[2026-04-06 11:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:20:04] Production.INFO: Total Charge 0
[2026-04-06 11:20:04] Production.INFO: CreateAllLog End
[2026-04-06 11:20:04] Production.INFO: Account Balance End.
[2026-04-06 11:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:20:04] Production.INFO: ==414== Releasing lock...
[2026-04-06 11:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:20:11] Production.ERROR: CronJobId end10
[2026-04-06 11:20:11] Production.INFO: ==412== Releasing lock...
[2026-04-06 11:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:20:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:20:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:20:13] Production.INFO: call_cost start
[2026-04-06 11:20:13] Production.INFO: call_cost end
[2026-04-06 11:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:20:14] Production.INFO: ==408== Releasing lock...
[2026-04-06 11:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:21:02] Production.INFO: ==479== Lock acquired, processing the job...
[2026-04-06 16:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:21:02] Production.INFO: neon service started
[2026-04-06 16:21:02] Production.INFO: neon service started
[2026-04-06 16:21:02] Production.INFO: ==479== Releasing lock...
[2026-04-06 16:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:21:02] Production.INFO: ==481== Lock acquired, processing the job...
[2026-04-06 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:21:02] Production.INFO: ==483== Lock acquired, processing the job...
[2026-04-06 15:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:21:02] Production.INFO: ==483== Releasing lock...
[2026-04-06 15:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:21:02] Production.INFO: ==481== Releasing lock...
[2026-04-06 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:21:03] Production.INFO: ==485== Lock acquired, processing the job...
[2026-04-06 11:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 11:21:03] Production.INFO: ==488== Lock acquired, processing the job...
[2026-04-06 11:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 11:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 11:21:03] Production.INFO: ==485== Releasing lock...
[2026-04-06 11:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 11:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:21:03] Production.INFO: ==495== Lock acquired, processing the job...
[2026-04-06 11:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:21:03] Production.INFO: ==490== Lock acquired, processing the job...
[2026-04-06 11:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:21:03] Production.INFO: ==497== Lock acquired, processing the job...
[2026-04-06 11:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 11:21:03] Production.INFO: ==492== Lock acquired, processing the job...
[2026-04-06 11:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:21:03] Production.INFO: Account Balance Start.
[2026-04-06 11:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:21:03] Production.INFO: 117
[2026-04-06 11:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: ==499== Lock acquired, processing the job...
[2026-04-06 11:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: ==499== Releasing lock...
[2026-04-06 11:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:21:04] Production.ERROR: done
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 11:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047385', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:04] Production.INFO: ==490== Releasing lock...
[2026-04-06 11:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:21:05] Production.INFO: Total Charge 0
[2026-04-06 11:21:05] Production.INFO: CreateAllLog End
[2026-04-06 11:21:05] Production.INFO: Account Balance End.
[2026-04-06 11:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:21:05] Production.INFO: ==495== Releasing lock...
[2026-04-06 11:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047385', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 11:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 11:21:10] Production.INFO: ProcessCDR(1,17047385,1,1,2)
[2026-04-06 11:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047385,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047385,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 11:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 11:21:10] Production.INFO: ==497== Releasing lock...
[2026-04-06 11:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 11:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:21:14] Production.ERROR: CronJobId end10
[2026-04-06 11:21:14] Production.INFO: ==492== Releasing lock...
[2026-04-06 11:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:21:17] Production.INFO: call_cost start
[2026-04-06 11:21:17] Production.INFO: call_cost end
[2026-04-06 11:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:21:17] Production.INFO: ==488== Releasing lock...
[2026-04-06 11:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:22:01] Production.INFO: ==561== Lock acquired, processing the job...
[2026-04-06 16:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:22:01] Production.INFO: neon service started
[2026-04-06 16:22:01] Production.INFO: neon service started
[2026-04-06 16:22:01] Production.INFO: ==561== Releasing lock...
[2026-04-06 16:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:22:01] Production.INFO: ==563== Lock acquired, processing the job...
[2026-04-06 11:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:22:02] Production.INFO: ==563== Releasing lock...
[2026-04-06 11:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:22:02] Production.INFO: ==565== Lock acquired, processing the job...
[2026-04-06 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:22:02] Production.INFO: ==565== Releasing lock...
[2026-04-06 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:22:03] Production.INFO: ==572== Lock acquired, processing the job...
[2026-04-06 11:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:22:03] Production.INFO: ==576== Lock acquired, processing the job...
[2026-04-06 11:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:22:03] Production.INFO: ==568== Lock acquired, processing the job...
[2026-04-06 11:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:22:03] Production.INFO: ==570== Lock acquired, processing the job...
[2026-04-06 11:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:22:03] Production.INFO: ==574== Lock acquired, processing the job...
[2026-04-06 11:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:22:03] Production.INFO: ==576== Releasing lock...
[2026-04-06 11:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:22:03] Production.INFO: Account Balance Start.
[2026-04-06 11:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:22:03] Production.INFO: 117
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: ==570== Releasing lock...
[2026-04-06 11:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:22:04] Production.INFO: Total Charge 0
[2026-04-06 11:22:04] Production.INFO: CreateAllLog End
[2026-04-06 11:22:04] Production.INFO: Account Balance End.
[2026-04-06 11:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:22:04] Production.INFO: ==574== Releasing lock...
[2026-04-06 11:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:22:11] Production.ERROR: CronJobId end10
[2026-04-06 11:22:11] Production.INFO: ==572== Releasing lock...
[2026-04-06 11:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:22:13] Production.INFO: call_cost start
[2026-04-06 11:22:13] Production.INFO: call_cost end
[2026-04-06 11:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:22:13] Production.INFO: ==568== Releasing lock...
[2026-04-06 11:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:23:01] Production.INFO: ==646== Lock acquired, processing the job...
[2026-04-06 16:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:23:01] Production.INFO: neon service started
[2026-04-06 16:23:01] Production.INFO: neon service started
[2026-04-06 16:23:01] Production.INFO: ==646== Releasing lock...
[2026-04-06 16:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:23:02] Production.INFO: ==648== Lock acquired, processing the job...
[2026-04-06 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:23:02] Production.INFO: ==648== Releasing lock...
[2026-04-06 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:23:02] Production.INFO: ==650== Lock acquired, processing the job...
[2026-04-06 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:23:02] Production.INFO: ==650== Releasing lock...
[2026-04-06 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:23:03] Production.INFO: ==652== Lock acquired, processing the job...
[2026-04-06 11:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:23:03] Production.INFO: ==665== Lock acquired, processing the job...
[2026-04-06 11:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:23:03] Production.INFO: ==665== Releasing lock...
[2026-04-06 11:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:23:03] Production.INFO: ==654== Lock acquired, processing the job...
[2026-04-06 11:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:23:03] Production.INFO: ==656== Lock acquired, processing the job...
[2026-04-06 11:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:23:03] Production.INFO: ==663== Lock acquired, processing the job...
[2026-04-06 11:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:23:03] Production.INFO: Account Balance Start.
[2026-04-06 11:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:23:03] Production.INFO: 117
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: ==654== Releasing lock...
[2026-04-06 11:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:23:04] Production.INFO: Total Charge 0
[2026-04-06 11:23:04] Production.INFO: CreateAllLog End
[2026-04-06 11:23:04] Production.INFO: Account Balance End.
[2026-04-06 11:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:23:04] Production.INFO: ==663== Releasing lock...
[2026-04-06 11:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:23:11] Production.ERROR: CronJobId end10
[2026-04-06 11:23:11] Production.INFO: ==656== Releasing lock...
[2026-04-06 11:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:23:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:23:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:23:14] Production.INFO: call_cost start
[2026-04-06 11:23:14] Production.INFO: call_cost end
[2026-04-06 11:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:23:14] Production.INFO: ==652== Releasing lock...
[2026-04-06 11:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:24:02] Production.INFO: ==742== Lock acquired, processing the job...
[2026-04-06 16:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:24:02] Production.INFO: neon service started
[2026-04-06 16:24:02] Production.INFO: neon service started
[2026-04-06 16:24:02] Production.INFO: ==742== Releasing lock...
[2026-04-06 16:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:24:02] Production.INFO: ==747== Lock acquired, processing the job...
[2026-04-06 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:24:02] Production.INFO: ==747== Releasing lock...
[2026-04-06 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:24:03] Production.INFO: ==749== Lock acquired, processing the job...
[2026-04-06 15:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:24:03] Production.INFO: ==749== Releasing lock...
[2026-04-06 15:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:24:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:24:03] Production.INFO: ==758== Lock acquired, processing the job...
[2026-04-06 11:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:24:03] Production.INFO: ==760== Lock acquired, processing the job...
[2026-04-06 11:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:24:03] Production.INFO: ==752== Lock acquired, processing the job...
[2026-04-06 11:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:24:03] Production.INFO: ==754== Lock acquired, processing the job...
[2026-04-06 11:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:24:03] Production.INFO: ==756== Lock acquired, processing the job...
[2026-04-06 11:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:24:03] Production.INFO: Account Balance Start.
[2026-04-06 11:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:24:03] Production.INFO: 117
[2026-04-06 11:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:03] Production.INFO: ==760== Releasing lock...
[2026-04-06 11:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: ==754== Releasing lock...
[2026-04-06 11:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:24:05] Production.INFO: Total Charge 0
[2026-04-06 11:24:05] Production.INFO: CreateAllLog End
[2026-04-06 11:24:05] Production.INFO: Account Balance End.
[2026-04-06 11:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:24:05] Production.INFO: ==758== Releasing lock...
[2026-04-06 11:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:24:12] Production.ERROR: CronJobId end10
[2026-04-06 11:24:12] Production.INFO: ==756== Releasing lock...
[2026-04-06 11:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:24:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:24:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:24:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:24:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:24:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:24:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:24:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:24:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:24:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:24:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:24:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:24:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:24:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:24:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:24:15] Production.INFO: call_cost start
[2026-04-06 11:24:15] Production.INFO: call_cost end
[2026-04-06 11:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:24:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:24:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:24:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:24:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:24:15] Production.INFO: ==752== Releasing lock...
[2026-04-06 11:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:25:01] Production.INFO: ==821== Lock acquired, processing the job...
[2026-04-06 16:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:25:01] Production.INFO: neon service started
[2026-04-06 16:25:01] Production.INFO: neon service started
[2026-04-06 16:25:01] Production.INFO: ==821== Releasing lock...
[2026-04-06 16:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:25:02] Production.INFO: ==827== Lock acquired, processing the job...
[2026-04-06 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 11:25:02] Production.INFO: ==825== Lock acquired, processing the job...
[2026-04-06 11:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:25:02] Production.INFO: ==827== Releasing lock...
[2026-04-06 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:25:02] Production.INFO: ==825== Releasing lock...
[2026-04-06 11:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:25:03] Production.INFO: ==830== Lock acquired, processing the job...
[2026-04-06 11:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:25:03] Production.INFO: ==832== Lock acquired, processing the job...
[2026-04-06 11:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:25:03] Production.INFO: ==834== Lock acquired, processing the job...
[2026-04-06 11:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:25:03] Production.INFO: ==836== Lock acquired, processing the job...
[2026-04-06 11:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:25:03] Production.INFO: ==838== Lock acquired, processing the job...
[2026-04-06 11:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:25:03] Production.INFO: Account Balance Start.
[2026-04-06 11:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:25:03] Production.INFO: 117
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: ==838== Releasing lock...
[2026-04-06 11:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: ==832== Releasing lock...
[2026-04-06 11:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:25:04] Production.INFO: Total Charge 0
[2026-04-06 11:25:04] Production.INFO: CreateAllLog End
[2026-04-06 11:25:04] Production.INFO: Account Balance End.
[2026-04-06 11:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:25:04] Production.INFO: ==836== Releasing lock...
[2026-04-06 11:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:25:11] Production.ERROR: CronJobId end10
[2026-04-06 11:25:11] Production.INFO: ==834== Releasing lock...
[2026-04-06 11:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:25:14] Production.INFO: call_cost start
[2026-04-06 11:25:14] Production.INFO: call_cost end
[2026-04-06 11:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:25:14] Production.INFO: ==830== Releasing lock...
[2026-04-06 11:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:26:02] Production.INFO: ==899== Lock acquired, processing the job...
[2026-04-06 16:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:26:02] Production.INFO: neon service started
[2026-04-06 16:26:02] Production.INFO: neon service started
[2026-04-06 16:26:02] Production.INFO: ==899== Releasing lock...
[2026-04-06 16:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:26:02] Production.INFO: ==901== Lock acquired, processing the job...
[2026-04-06 11:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:26:02] Production.INFO: ==903== Lock acquired, processing the job...
[2026-04-06 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:26:02] Production.INFO: ==903== Releasing lock...
[2026-04-06 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:26:03] Production.INFO: ==901== Releasing lock...
[2026-04-06 11:26:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:26:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:26:03] Production.INFO: ==905== Lock acquired, processing the job...
[2026-04-06 11:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:26:04] Production.INFO: ==909== Lock acquired, processing the job...
[2026-04-06 11:26:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:26:04] Production.INFO: ==911== Lock acquired, processing the job...
[2026-04-06 11:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:26:04] Production.INFO: ==907== Lock acquired, processing the job...
[2026-04-06 11:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:26:04] Production.INFO: ==913== Lock acquired, processing the job...
[2026-04-06 11:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:26:04] Production.INFO: Account Balance Start.
[2026-04-06 11:26:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:26:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:26:04] Production.INFO: 117
[2026-04-06 11:26:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:26:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:26:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:26:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:26:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:26:04] Production.INFO: ==913== Releasing lock...
[2026-04-06 11:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: ==907== Releasing lock...
[2026-04-06 11:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:26:05] Production.INFO: Total Charge 0
[2026-04-06 11:26:05] Production.INFO: CreateAllLog End
[2026-04-06 11:26:05] Production.INFO: Account Balance End.
[2026-04-06 11:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:26:05] Production.INFO: ==911== Releasing lock...
[2026-04-06 11:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:26:12] Production.ERROR: CronJobId end10
[2026-04-06 11:26:12] Production.INFO: ==909== Releasing lock...
[2026-04-06 11:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:26:14] Production.INFO: call_cost start
[2026-04-06 11:26:14] Production.INFO: call_cost end
[2026-04-06 11:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:26:14] Production.INFO: ==905== Releasing lock...
[2026-04-06 11:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:27:01] Production.INFO: ==972== Lock acquired, processing the job...
[2026-04-06 16:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:27:01] Production.INFO: neon service started
[2026-04-06 16:27:01] Production.INFO: neon service started
[2026-04-06 16:27:01] Production.INFO: ==972== Releasing lock...
[2026-04-06 16:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:27:01] Production.INFO: ==976== Lock acquired, processing the job...
[2026-04-06 15:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:27:01] Production.INFO: ==976== Releasing lock...
[2026-04-06 15:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:27:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:27:02] Production.INFO: ==974== Lock acquired, processing the job...
[2026-04-06 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:27:02] Production.INFO: ==974== Releasing lock...
[2026-04-06 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:27:02] Production.INFO: ==985== Lock acquired, processing the job...
[2026-04-06 11:27:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:27:02] Production.INFO: Account Balance Start.
[2026-04-06 11:27:02] Production.INFO: CreateAllLog Start
[2026-04-06 11:27:02] Production.INFO: 117
[2026-04-06 11:27:02] Production.INFO: Date 2026-03-08
[2026-04-06 11:27:02] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:02] Production.INFO: Date 2026-03-09
[2026-04-06 11:27:02] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: ==979== Lock acquired, processing the job...
[2026-04-06 11:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: ==983== Lock acquired, processing the job...
[2026-04-06 11:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:27:03] Production.INFO: ==981== Lock acquired, processing the job...
[2026-04-06 11:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: ==987== Lock acquired, processing the job...
[2026-04-06 11:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:27:03] Production.INFO: ==987== Releasing lock...
[2026-04-06 11:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-28
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-29
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-30
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-03-31
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-04-01
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-04-02
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-04-03
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-04-04
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:03] Production.INFO: Date 2026-04-05
[2026-04-06 11:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:04] Production.INFO: ==981== Releasing lock...
[2026-04-06 11:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:27:04] Production.INFO: Total Charge 0
[2026-04-06 11:27:04] Production.INFO: CreateAllLog End
[2026-04-06 11:27:04] Production.INFO: Account Balance End.
[2026-04-06 11:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:27:04] Production.INFO: ==985== Releasing lock...
[2026-04-06 11:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:27:10] Production.ERROR: CronJobId end10
[2026-04-06 11:27:10] Production.INFO: ==983== Releasing lock...
[2026-04-06 11:27:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:27:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:27:13] Production.INFO: call_cost start
[2026-04-06 11:27:13] Production.INFO: call_cost end
[2026-04-06 11:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:27:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:27:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:27:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:27:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:27:13] Production.INFO: ==979== Releasing lock...
[2026-04-06 11:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:28:01] Production.INFO: ==1054== Lock acquired, processing the job...
[2026-04-06 16:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:28:01] Production.INFO: neon service started
[2026-04-06 16:28:01] Production.INFO: neon service started
[2026-04-06 16:28:01] Production.INFO: ==1054== Releasing lock...
[2026-04-06 16:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:28:02] Production.INFO: ==1056== Lock acquired, processing the job...
[2026-04-06 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:28:02] Production.INFO: ==1056== Releasing lock...
[2026-04-06 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:28:02] Production.INFO: ==1058== Lock acquired, processing the job...
[2026-04-06 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:28:03] Production.INFO: ==1058== Releasing lock...
[2026-04-06 15:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:28:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:28:03] Production.INFO: ==1061== Lock acquired, processing the job...
[2026-04-06 11:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:28:03] Production.INFO: ==1063== Lock acquired, processing the job...
[2026-04-06 11:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:28:03] Production.INFO: ==1067== Lock acquired, processing the job...
[2026-04-06 11:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:28:03] Production.INFO: ==1065== Lock acquired, processing the job...
[2026-04-06 11:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:28:03] Production.INFO: ==1069== Lock acquired, processing the job...
[2026-04-06 11:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:28:03] Production.INFO: Account Balance Start.
[2026-04-06 11:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:28:03] Production.INFO: 117
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: ==1069== Releasing lock...
[2026-04-06 11:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:03] Production.INFO: ==1063== Releasing lock...
[2026-04-06 11:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:28:04] Production.INFO: Total Charge 0
[2026-04-06 11:28:04] Production.INFO: CreateAllLog End
[2026-04-06 11:28:04] Production.INFO: Account Balance End.
[2026-04-06 11:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:28:04] Production.INFO: ==1067== Releasing lock...
[2026-04-06 11:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:28:11] Production.ERROR: CronJobId end10
[2026-04-06 11:28:11] Production.INFO: ==1065== Releasing lock...
[2026-04-06 11:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:28:14] Production.INFO: call_cost start
[2026-04-06 11:28:14] Production.INFO: call_cost end
[2026-04-06 11:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:28:14] Production.INFO: ==1061== Releasing lock...
[2026-04-06 11:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:29:02] Production.INFO: ==1127== Lock acquired, processing the job...
[2026-04-06 16:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:29:02] Production.INFO: neon service started
[2026-04-06 16:29:02] Production.INFO: neon service started
[2026-04-06 16:29:02] Production.INFO: ==1127== Releasing lock...
[2026-04-06 16:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:29:02] Production.INFO: ==1129== Lock acquired, processing the job...
[2026-04-06 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:29:02] Production.INFO: ==1129== Releasing lock...
[2026-04-06 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:29:02] Production.INFO: ==1134== Lock acquired, processing the job...
[2026-04-06 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:29:02] Production.INFO: ==1134== Releasing lock...
[2026-04-06 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:29:03] Production.INFO: ==1145== Lock acquired, processing the job...
[2026-04-06 11:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:29:03] Production.INFO: Account Balance Start.
[2026-04-06 11:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:29:03] Production.INFO: 117
[2026-04-06 11:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:29:03] Production.INFO: ==1139== Lock acquired, processing the job...
[2026-04-06 11:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:03] Production.INFO: ==1141== Lock acquired, processing the job...
[2026-04-06 11:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:03] Production.INFO: ==1143== Lock acquired, processing the job...
[2026-04-06 11:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: ==1147== Lock acquired, processing the job...
[2026-04-06 11:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:29:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:29:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: ==1147== Releasing lock...
[2026-04-06 11:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: ==1141== Releasing lock...
[2026-04-06 11:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:29:04] Production.INFO: Total Charge 0
[2026-04-06 11:29:04] Production.INFO: CreateAllLog End
[2026-04-06 11:29:05] Production.INFO: Account Balance End.
[2026-04-06 11:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:29:05] Production.INFO: ==1145== Releasing lock...
[2026-04-06 11:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:29:10] Production.ERROR: CronJobId end10
[2026-04-06 11:29:10] Production.INFO: ==1143== Releasing lock...
[2026-04-06 11:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:29:13] Production.INFO: call_cost start
[2026-04-06 11:29:13] Production.INFO: call_cost end
[2026-04-06 11:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:29:13] Production.INFO: ==1139== Releasing lock...
[2026-04-06 11:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:30:01] Production.INFO: ==1219== Lock acquired, processing the job...
[2026-04-06 16:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:30:01] Production.INFO: neon service started
[2026-04-06 16:30:01] Production.INFO: neon service started
[2026-04-06 16:30:01] Production.INFO: ==1219== Releasing lock...
[2026-04-06 16:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:30:02] Production.INFO: ==1221== Lock acquired, processing the job...
[2026-04-06 11:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:30:02] Production.INFO: ==1221== Releasing lock...
[2026-04-06 11:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:30:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:30:02] Production.INFO: ==1223== Lock acquired, processing the job...
[2026-04-06 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:30:02] Production.INFO: ==1223== Releasing lock...
[2026-04-06 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:30:02] Production.INFO: ==1226== Lock acquired, processing the job...
[2026-04-06 11:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:30:03] Production.INFO: ==1232== Lock acquired, processing the job...
[2026-04-06 11:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:30:03] Production.INFO: ==1230== Lock acquired, processing the job...
[2026-04-06 11:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:30:03] Production.INFO: ==1228== Lock acquired, processing the job...
[2026-04-06 11:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:30:03] Production.INFO: ==1234== Lock acquired, processing the job...
[2026-04-06 11:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:30:03] Production.INFO: Account Balance Start.
[2026-04-06 11:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:30:03] Production.INFO: 117
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:30:03] Production.INFO: ==1234== Releasing lock...
[2026-04-06 11:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: ==1228== Releasing lock...
[2026-04-06 11:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:30:04] Production.INFO: Total Charge 0
[2026-04-06 11:30:04] Production.INFO: CreateAllLog End
[2026-04-06 11:30:04] Production.INFO: Account Balance End.
[2026-04-06 11:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:30:04] Production.INFO: ==1232== Releasing lock...
[2026-04-06 11:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:30:10] Production.ERROR: CronJobId end10
[2026-04-06 11:30:10] Production.INFO: ==1230== Releasing lock...
[2026-04-06 11:30:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:30:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:30:13] Production.INFO: call_cost start
[2026-04-06 11:30:13] Production.INFO: call_cost end
[2026-04-06 11:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:30:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:30:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:30:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:30:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:30:13] Production.INFO: ==1226== Releasing lock...
[2026-04-06 11:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:31:02] Production.INFO: ==1312== Lock acquired, processing the job...
[2026-04-06 16:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:31:02] Production.INFO: neon service started
[2026-04-06 16:31:02] Production.INFO: neon service started
[2026-04-06 16:31:02] Production.INFO: ==1312== Releasing lock...
[2026-04-06 16:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:31:02] Production.INFO: ==1316== Lock acquired, processing the job...
[2026-04-06 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:31:02] Production.INFO: ==1316== Releasing lock...
[2026-04-06 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:31:02] Production.INFO: ==1314== Lock acquired, processing the job...
[2026-04-06 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:31:02] Production.INFO: ==1314== Releasing lock...
[2026-04-06 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:31:03] Production.INFO: ==1324== Lock acquired, processing the job...
[2026-04-06 11:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:31:03] Production.INFO: ==1327== Lock acquired, processing the job...
[2026-04-06 11:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:31:03] Production.INFO: ==1320== Lock acquired, processing the job...
[2026-04-06 11:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:31:03] Production.INFO: ==1318== Lock acquired, processing the job...
[2026-04-06 11:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 11:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 11:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:31:03] Production.ERROR: CronJob PID - 1324
[2026-04-06 11:31:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 11:31:03] Production.ERROR: CronJob ID - 10
[2026-04-06 11:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:31:00
[2026-04-06 11:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:31:03] Production.ERROR: CronJob PID - 1327
[2026-04-06 11:31:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 11:31:03] Production.ERROR: CronJob ID - 12
[2026-04-06 11:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:31:00
[2026-04-06 11:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 11:31:03] Production.INFO: ==1318== Releasing lock...
[2026-04-06 11:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 11:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:31:03] Production.INFO: ==1322== Lock acquired, processing the job...
[2026-04-06 11:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:31:03] Production.INFO: Account Balance Start.
[2026-04-06 11:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:31:03] Production.INFO: 117
[2026-04-06 11:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:31:04] Production.INFO: ==1329== Lock acquired, processing the job...
[2026-04-06 11:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 11:31:04] Production.INFO: ==1331== Lock acquired, processing the job...
[2026-04-06 11:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: ==1331== Releasing lock...
[2026-04-06 11:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: ==1322== Releasing lock...
[2026-04-06 11:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:31:04] Production.ERROR: done
[2026-04-06 11:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 11:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047426', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:31:05] Production.INFO: Total Charge 0
[2026-04-06 11:31:05] Production.INFO: CreateAllLog End
[2026-04-06 11:31:05] Production.INFO: Account Balance End.
[2026-04-06 11:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:31:05] Production.INFO: ==1327== Releasing lock...
[2026-04-06 11:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:31:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047426', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 11:31:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 11:31:11] Production.INFO: ProcessCDR(1,17047426,1,1,2)
[2026-04-06 11:31:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047426,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:31:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047426,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:31:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 11:31:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 11:31:11] Production.INFO: ==1329== Releasing lock...
[2026-04-06 11:31:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 11:31:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:31:14] Production.ERROR: CronJobId end10
[2026-04-06 11:31:14] Production.INFO: ==1324== Releasing lock...
[2026-04-06 11:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:31:16] Production.INFO: call_cost start
[2026-04-06 11:31:16] Production.INFO: call_cost end
[2026-04-06 11:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:31:16] Production.INFO: ==1320== Releasing lock...
[2026-04-06 11:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:32:01] Production.INFO: ==1390== Lock acquired, processing the job...
[2026-04-06 16:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:32:01] Production.INFO: neon service started
[2026-04-06 16:32:01] Production.INFO: neon service started
[2026-04-06 16:32:01] Production.INFO: ==1390== Releasing lock...
[2026-04-06 16:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:32:01] Production.INFO: ==1392== Lock acquired, processing the job...
[2026-04-06 11:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:32:02] Production.INFO: ==1392== Releasing lock...
[2026-04-06 11:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:32:02] Production.INFO: ==1394== Lock acquired, processing the job...
[2026-04-06 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:32:02] Production.INFO: ==1394== Releasing lock...
[2026-04-06 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:32:02] Production.INFO: ==1396== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:32:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:32:02] Production.INFO: ==1398== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:32:02] Production.INFO: ==1400== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:32:02] Production.INFO: ==1404== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:32:02] Production.INFO: ==1402== Lock acquired, processing the job...
[2026-04-06 11:32:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:32:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:32:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:32:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:32:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:32:03] Production.INFO: Account Balance Start.
[2026-04-06 11:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:32:03] Production.INFO: 117
[2026-04-06 11:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:32:03] Production.INFO: ==1404== Releasing lock...
[2026-04-06 11:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: ==1398== Releasing lock...
[2026-04-06 11:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:32:04] Production.INFO: Total Charge 0
[2026-04-06 11:32:04] Production.INFO: CreateAllLog End
[2026-04-06 11:32:04] Production.INFO: Account Balance End.
[2026-04-06 11:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:32:04] Production.INFO: ==1402== Releasing lock...
[2026-04-06 11:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:32:09] Production.ERROR: CronJobId end10
[2026-04-06 11:32:09] Production.INFO: ==1400== Releasing lock...
[2026-04-06 11:32:09] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:32:09] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:32:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:32:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:32:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:32:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:32:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:32:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:32:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:32:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:32:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:32:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:32:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:32:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:32:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:32:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:32:12] Production.INFO: call_cost start
[2026-04-06 11:32:12] Production.INFO: call_cost end
[2026-04-06 11:32:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:32:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:32:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:32:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:32:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:32:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:32:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:32:12] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:32:12] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:32:12] Production.INFO: ==1396== Releasing lock...
[2026-04-06 11:32:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:32:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:33:01] Production.INFO: ==1469== Lock acquired, processing the job...
[2026-04-06 16:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:33:01] Production.INFO: neon service started
[2026-04-06 16:33:01] Production.INFO: neon service started
[2026-04-06 16:33:01] Production.INFO: ==1469== Releasing lock...
[2026-04-06 16:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:33:02] Production.INFO: ==1473== Lock acquired, processing the job...
[2026-04-06 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:33:02] Production.INFO: ==1473== Releasing lock...
[2026-04-06 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:33:02] Production.INFO: ==1471== Lock acquired, processing the job...
[2026-04-06 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:33:02] Production.INFO: ==1471== Releasing lock...
[2026-04-06 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:33:03] Production.INFO: ==1477== Lock acquired, processing the job...
[2026-04-06 11:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:33:03] Production.INFO: ==1479== Lock acquired, processing the job...
[2026-04-06 11:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:33:03] Production.INFO: ==1483== Lock acquired, processing the job...
[2026-04-06 11:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:33:03] Production.INFO: ==1475== Lock acquired, processing the job...
[2026-04-06 11:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:33:03] Production.INFO: ==1483== Releasing lock...
[2026-04-06 11:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:33:03] Production.INFO: ==1481== Lock acquired, processing the job...
[2026-04-06 11:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:33:03] Production.INFO: Account Balance Start.
[2026-04-06 11:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:33:03] Production.INFO: 117
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: ==1477== Releasing lock...
[2026-04-06 11:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:33:04] Production.INFO: Total Charge 0
[2026-04-06 11:33:04] Production.INFO: CreateAllLog End
[2026-04-06 11:33:04] Production.INFO: Account Balance End.
[2026-04-06 11:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:33:04] Production.INFO: ==1481== Releasing lock...
[2026-04-06 11:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:33:12] Production.ERROR: CronJobId end10
[2026-04-06 11:33:12] Production.INFO: ==1479== Releasing lock...
[2026-04-06 11:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:33:14] Production.INFO: call_cost start
[2026-04-06 11:33:14] Production.INFO: call_cost end
[2026-04-06 11:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:33:14] Production.INFO: ==1475== Releasing lock...
[2026-04-06 11:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:34:02] Production.INFO: ==1580== Lock acquired, processing the job...
[2026-04-06 16:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:34:02] Production.INFO: neon service started
[2026-04-06 16:34:02] Production.INFO: neon service started
[2026-04-06 16:34:02] Production.INFO: ==1580== Releasing lock...
[2026-04-06 16:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:34:02] Production.INFO: ==1584== Lock acquired, processing the job...
[2026-04-06 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:34:02] Production.INFO: ==1584== Releasing lock...
[2026-04-06 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:34:02] Production.INFO: ==1582== Lock acquired, processing the job...
[2026-04-06 11:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:34:02] Production.INFO: ==1582== Releasing lock...
[2026-04-06 11:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:34:03] Production.INFO: ==1589== Lock acquired, processing the job...
[2026-04-06 11:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:34:03] Production.INFO: ==1587== Lock acquired, processing the job...
[2026-04-06 11:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:34:03] Production.INFO: ==1591== Lock acquired, processing the job...
[2026-04-06 11:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:34:03] Production.INFO: ==1593== Lock acquired, processing the job...
[2026-04-06 11:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:34:04] Production.INFO: ==1595== Lock acquired, processing the job...
[2026-04-06 11:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:34:04] Production.INFO: Account Balance Start.
[2026-04-06 11:34:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:34:04] Production.INFO: 117
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: ==1589== Releasing lock...
[2026-04-06 11:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:34:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: ==1595== Releasing lock...
[2026-04-06 11:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:34:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:34:05] Production.INFO: Total Charge 0
[2026-04-06 11:34:05] Production.INFO: CreateAllLog End
[2026-04-06 11:34:05] Production.INFO: Account Balance End.
[2026-04-06 11:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:34:05] Production.INFO: ==1593== Releasing lock...
[2026-04-06 11:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:34:10] Production.ERROR: CronJobId end10
[2026-04-06 11:34:10] Production.INFO: ==1591== Releasing lock...
[2026-04-06 11:34:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:34:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:34:13] Production.INFO: call_cost start
[2026-04-06 11:34:14] Production.INFO: call_cost end
[2026-04-06 11:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:34:14] Production.INFO: ==1587== Releasing lock...
[2026-04-06 11:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:35:01] Production.INFO: ==1657== Lock acquired, processing the job...
[2026-04-06 16:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:35:01] Production.INFO: neon service started
[2026-04-06 16:35:01] Production.INFO: neon service started
[2026-04-06 16:35:01] Production.INFO: ==1657== Releasing lock...
[2026-04-06 16:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:35:02] Production.INFO: ==1659== Lock acquired, processing the job...
[2026-04-06 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:35:02] Production.INFO: ==1661== Lock acquired, processing the job...
[2026-04-06 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:35:02] Production.INFO: ==1661== Releasing lock...
[2026-04-06 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:35:02] Production.INFO: ==1659== Releasing lock...
[2026-04-06 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:35:03] Production.INFO: ==1666== Lock acquired, processing the job...
[2026-04-06 11:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:35:03] Production.INFO: ==1664== Lock acquired, processing the job...
[2026-04-06 11:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:35:03] Production.INFO: ==1668== Lock acquired, processing the job...
[2026-04-06 11:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:35:03] Production.INFO: ==1670== Lock acquired, processing the job...
[2026-04-06 11:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:35:03] Production.INFO: ==1672== Lock acquired, processing the job...
[2026-04-06 11:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:35:03] Production.INFO: Account Balance Start.
[2026-04-06 11:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:35:03] Production.INFO: 117
[2026-04-06 11:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:35:03] Production.INFO: ==1672== Releasing lock...
[2026-04-06 11:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:03] Production.INFO: ==1666== Releasing lock...
[2026-04-06 11:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:35:04] Production.INFO: Total Charge 0
[2026-04-06 11:35:04] Production.INFO: CreateAllLog End
[2026-04-06 11:35:04] Production.INFO: Account Balance End.
[2026-04-06 11:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:35:04] Production.INFO: ==1670== Releasing lock...
[2026-04-06 11:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:35:10] Production.ERROR: CronJobId end10
[2026-04-06 11:35:10] Production.INFO: ==1668== Releasing lock...
[2026-04-06 11:35:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:35:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:35:14] Production.INFO: call_cost start
[2026-04-06 11:35:14] Production.INFO: call_cost end
[2026-04-06 11:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:35:14] Production.INFO: ==1664== Releasing lock...
[2026-04-06 11:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:36:02] Production.INFO: ==1731== Lock acquired, processing the job...
[2026-04-06 16:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:36:02] Production.INFO: neon service started
[2026-04-06 16:36:02] Production.INFO: neon service started
[2026-04-06 16:36:02] Production.INFO: ==1731== Releasing lock...
[2026-04-06 16:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:36:02] Production.INFO: ==1733== Lock acquired, processing the job...
[2026-04-06 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:36:02] Production.INFO: ==1733== Releasing lock...
[2026-04-06 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:36:02] Production.INFO: ==1735== Lock acquired, processing the job...
[2026-04-06 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:36:02] Production.INFO: ==1735== Releasing lock...
[2026-04-06 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:36:03] Production.INFO: ==1739== Lock acquired, processing the job...
[2026-04-06 11:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:36:03] Production.INFO: ==1741== Lock acquired, processing the job...
[2026-04-06 11:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:36:03] Production.INFO: ==1737== Lock acquired, processing the job...
[2026-04-06 11:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:36:03] Production.INFO: ==1743== Lock acquired, processing the job...
[2026-04-06 11:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:36:03] Production.INFO: ==1745== Lock acquired, processing the job...
[2026-04-06 11:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:36:03] Production.INFO: Account Balance Start.
[2026-04-06 11:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:36:03] Production.INFO: 117
[2026-04-06 11:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:36:03] Production.INFO: ==1745== Releasing lock...
[2026-04-06 11:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: ==1739== Releasing lock...
[2026-04-06 11:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:36:05] Production.INFO: Total Charge 0
[2026-04-06 11:36:05] Production.INFO: CreateAllLog End
[2026-04-06 11:36:05] Production.INFO: Account Balance End.
[2026-04-06 11:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:36:05] Production.INFO: ==1743== Releasing lock...
[2026-04-06 11:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:36:11] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_LowBal...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#4 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#8 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#9 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#10 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#11 [internal function]: App\Console\Commands\NeonAlerts->fire()
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_LowBalanceReminder(1,0,7))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_LowBal...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_LowBal...', Array, Object(Closure))
#2 [internal function]: Illuminate\Database\Connection->select('CALL prc_LowBal...', Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(304): call_user_func_array(Array, Array)
#4 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->__call('select', Array)
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(213): Illuminate\Database\DatabaseManager->select('CALL prc_LowBal...', Array)
#6 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Support\Facades\Facade::__callStatic('select', Array)
#7 /var/www/html/onswitch.neon.service/app/lib/NeonAlert.php(0): App\Lib\AccountBalance::LowBalanceReminder()
#8 /var/www/html/onswitch.neon.service/app/Console/Commands/NeonAlerts.php(0): App\Lib\NeonAlert::neon_alerts()
#9 [internal function]: App\Console\Commands\NeonAlerts->fire()
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#11 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\NeonAlerts), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 {main}
[2026-04-06 11:36:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:36:11] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:36:11] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:36:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:36:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:36:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:36:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:36:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:36:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:36:11] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:36:11] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:36:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:36:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:36:11] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:36:11] Production.INFO: call_cost start
[2026-04-06 11:36:11] Production.INFO: call_cost end
[2026-04-06 11:36:11] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:36:11] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:36:11] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:36:11] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:36:11] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:36:11] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:36:11] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:36:11] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:36:11] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:36:11] Production.INFO: ==1737== Releasing lock...
[2026-04-06 11:36:11] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:36:11] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 11:36:12] Production.ERROR: CronJobId end10
[2026-04-06 11:36:12] Production.INFO: ==1741== Releasing lock...
[2026-04-06 11:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:37:01] Production.INFO: ==1810== Lock acquired, processing the job...
[2026-04-06 16:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:37:01] Production.INFO: neon service started
[2026-04-06 16:37:01] Production.INFO: neon service started
[2026-04-06 16:37:01] Production.INFO: ==1810== Releasing lock...
[2026-04-06 16:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:37:02] Production.INFO: ==1812== Lock acquired, processing the job...
[2026-04-06 11:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:37:02] Production.INFO: ==1814== Lock acquired, processing the job...
[2026-04-06 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:37:02] Production.INFO: ==1814== Releasing lock...
[2026-04-06 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:37:02] Production.INFO: ==1812== Releasing lock...
[2026-04-06 11:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:37:02] Production.INFO: ==1820== Lock acquired, processing the job...
[2026-04-06 11:37:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:37:03] Production.INFO: ==1818== Lock acquired, processing the job...
[2026-04-06 11:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:37:03] Production.INFO: ==1822== Lock acquired, processing the job...
[2026-04-06 11:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:37:03] Production.INFO: ==1827== Lock acquired, processing the job...
[2026-04-06 11:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:37:03] Production.INFO: ==1829== Lock acquired, processing the job...
[2026-04-06 11:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:37:03] Production.INFO: Account Balance Start.
[2026-04-06 11:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:37:03] Production.INFO: 117
[2026-04-06 11:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:37:03] Production.INFO: ==1829== Releasing lock...
[2026-04-06 11:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: ==1820== Releasing lock...
[2026-04-06 11:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-28
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-29
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:03] Production.INFO: Date 2026-03-30
[2026-04-06 11:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:37:04] Production.INFO: Total Charge 0
[2026-04-06 11:37:04] Production.INFO: CreateAllLog End
[2026-04-06 11:37:04] Production.INFO: Account Balance End.
[2026-04-06 11:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:37:04] Production.INFO: ==1827== Releasing lock...
[2026-04-06 11:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:37:10] Production.ERROR: CronJobId end10
[2026-04-06 11:37:10] Production.INFO: ==1822== Releasing lock...
[2026-04-06 11:37:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:37:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:37:13] Production.INFO: call_cost start
[2026-04-06 11:37:13] Production.INFO: call_cost end
[2026-04-06 11:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:37:13] Production.INFO: ==1818== Releasing lock...
[2026-04-06 11:37:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:37:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:38:01] Production.INFO: ==1889== Lock acquired, processing the job...
[2026-04-06 16:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:38:01] Production.INFO: neon service started
[2026-04-06 16:38:01] Production.INFO: neon service started
[2026-04-06 16:38:01] Production.INFO: ==1889== Releasing lock...
[2026-04-06 16:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:38:02] Production.INFO: ==1893== Lock acquired, processing the job...
[2026-04-06 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:38:02] Production.INFO: ==1893== Releasing lock...
[2026-04-06 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:38:02] Production.INFO: ==1891== Lock acquired, processing the job...
[2026-04-06 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:38:02] Production.INFO: ==1891== Releasing lock...
[2026-04-06 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:38:03] Production.INFO: ==1896== Lock acquired, processing the job...
[2026-04-06 11:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:38:03] Production.INFO: ==1902== Lock acquired, processing the job...
[2026-04-06 11:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:38:03] Production.INFO: Account Balance Start.
[2026-04-06 11:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:38:03] Production.INFO: 117
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: ==1898== Lock acquired, processing the job...
[2026-04-06 11:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: ==1900== Lock acquired, processing the job...
[2026-04-06 11:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: ==1904== Lock acquired, processing the job...
[2026-04-06 11:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:38:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: ==1904== Releasing lock...
[2026-04-06 11:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: ==1898== Releasing lock...
[2026-04-06 11:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:38:04] Production.INFO: Total Charge 0
[2026-04-06 11:38:04] Production.INFO: CreateAllLog End
[2026-04-06 11:38:04] Production.INFO: Account Balance End.
[2026-04-06 11:38:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:38:04] Production.INFO: ==1902== Releasing lock...
[2026-04-06 11:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:38:12] Production.ERROR: CronJobId end10
[2026-04-06 11:38:12] Production.INFO: ==1900== Releasing lock...
[2026-04-06 11:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:38:14] Production.INFO: call_cost start
[2026-04-06 11:38:14] Production.INFO: call_cost end
[2026-04-06 11:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:38:14] Production.INFO: ==1896== Releasing lock...
[2026-04-06 11:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:39:02] Production.INFO: ==1972== Lock acquired, processing the job...
[2026-04-06 16:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:39:02] Production.INFO: neon service started
[2026-04-06 16:39:02] Production.INFO: neon service started
[2026-04-06 16:39:02] Production.INFO: ==1972== Releasing lock...
[2026-04-06 16:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:39:02] Production.INFO: ==1974== Lock acquired, processing the job...
[2026-04-06 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:39:02] Production.INFO: ==1974== Releasing lock...
[2026-04-06 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:39:03] Production.INFO: ==1976== Lock acquired, processing the job...
[2026-04-06 15:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:39:03] Production.INFO: ==1976== Releasing lock...
[2026-04-06 15:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:39:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:39:03] Production.INFO: ==1978== Lock acquired, processing the job...
[2026-04-06 11:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:39:03] Production.INFO: ==1980== Lock acquired, processing the job...
[2026-04-06 11:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:39:03] Production.INFO: ==1985== Lock acquired, processing the job...
[2026-04-06 11:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:39:03] Production.INFO: ==1982== Lock acquired, processing the job...
[2026-04-06 11:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:39:03] Production.INFO: Account Balance Start.
[2026-04-06 11:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:39:03] Production.INFO: 117
[2026-04-06 11:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:03] Production.INFO: ==1987== Lock acquired, processing the job...
[2026-04-06 11:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:39:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:39:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:39:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:39:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:39:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: ==1987== Releasing lock...
[2026-04-06 11:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: ==1980== Releasing lock...
[2026-04-06 11:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:39:05] Production.INFO: Total Charge 0
[2026-04-06 11:39:05] Production.INFO: CreateAllLog End
[2026-04-06 11:39:05] Production.INFO: Account Balance End.
[2026-04-06 11:39:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:39:05] Production.INFO: ==1985== Releasing lock...
[2026-04-06 11:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:39:12] Production.ERROR: CronJobId end10
[2026-04-06 11:39:12] Production.INFO: ==1982== Releasing lock...
[2026-04-06 11:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:39:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:39:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:39:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:39:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:39:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:39:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:39:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:39:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:39:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:39:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:39:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:39:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:39:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:39:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:39:15] Production.INFO: call_cost start
[2026-04-06 11:39:15] Production.INFO: call_cost end
[2026-04-06 11:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:39:15] Production.INFO: ==1978== Releasing lock...
[2026-04-06 11:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:40:01] Production.INFO: ==2044== Lock acquired, processing the job...
[2026-04-06 16:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:40:01] Production.INFO: neon service started
[2026-04-06 16:40:01] Production.INFO: neon service started
[2026-04-06 16:40:01] Production.INFO: ==2044== Releasing lock...
[2026-04-06 16:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:40:02] Production.INFO: ==2046== Lock acquired, processing the job...
[2026-04-06 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:40:02] Production.INFO: ==2046== Releasing lock...
[2026-04-06 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:40:02] Production.INFO: ==2048== Lock acquired, processing the job...
[2026-04-06 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:40:02] Production.INFO: ==2048== Releasing lock...
[2026-04-06 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:40:03] Production.INFO: ==2050== Lock acquired, processing the job...
[2026-04-06 11:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:40:03] Production.INFO: ==2052== Lock acquired, processing the job...
[2026-04-06 11:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:40:03] Production.INFO: ==2056== Lock acquired, processing the job...
[2026-04-06 11:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:40:03] Production.INFO: ==2054== Lock acquired, processing the job...
[2026-04-06 11:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:40:03] Production.INFO: ==2058== Lock acquired, processing the job...
[2026-04-06 11:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:40:03] Production.INFO: Account Balance Start.
[2026-04-06 11:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:40:03] Production.INFO: 117
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: ==2058== Releasing lock...
[2026-04-06 11:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: ==2052== Releasing lock...
[2026-04-06 11:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:40:04] Production.INFO: Total Charge 0
[2026-04-06 11:40:04] Production.INFO: CreateAllLog End
[2026-04-06 11:40:04] Production.INFO: Account Balance End.
[2026-04-06 11:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:40:04] Production.INFO: ==2056== Releasing lock...
[2026-04-06 11:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:40:11] Production.ERROR: CronJobId end10
[2026-04-06 11:40:11] Production.INFO: ==2054== Releasing lock...
[2026-04-06 11:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:40:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:40:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:40:14] Production.INFO: call_cost start
[2026-04-06 11:40:14] Production.INFO: call_cost end
[2026-04-06 11:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:40:14] Production.INFO: ==2050== Releasing lock...
[2026-04-06 11:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:41:02] Production.INFO: ==2125== Lock acquired, processing the job...
[2026-04-06 16:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:41:02] Production.INFO: neon service started
[2026-04-06 16:41:02] Production.INFO: neon service started
[2026-04-06 16:41:02] Production.INFO: ==2125== Releasing lock...
[2026-04-06 16:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:41:02] Production.INFO: ==2127== Lock acquired, processing the job...
[2026-04-06 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:41:02] Production.INFO: ==2129== Lock acquired, processing the job...
[2026-04-06 15:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:41:02] Production.INFO: ==2129== Releasing lock...
[2026-04-06 15:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:41:03] Production.INFO: ==2127== Releasing lock...
[2026-04-06 11:41:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:41:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:41:03] Production.INFO: ==2132== Lock acquired, processing the job...
[2026-04-06 11:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 11:41:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 11:41:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 11:41:04] Production.INFO: ==2132== Releasing lock...
[2026-04-06 11:41:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 11:41:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:41:04] Production.INFO: ==2134== Lock acquired, processing the job...
[2026-04-06 11:41:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:41:04] Production.INFO: ==2136== Lock acquired, processing the job...
[2026-04-06 11:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:41:04] Production.INFO: ==2138== Lock acquired, processing the job...
[2026-04-06 11:41:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:41:04] Production.INFO: ==2140== Lock acquired, processing the job...
[2026-04-06 11:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:41:04] Production.INFO: ==2142== Lock acquired, processing the job...
[2026-04-06 11:41:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 11:41:04] Production.INFO: ==2144== Lock acquired, processing the job...
[2026-04-06 11:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:41:04] Production.INFO: Account Balance Start.
[2026-04-06 11:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:41:04] Production.INFO: 117
[2026-04-06 11:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:04] Production.INFO: ==2144== Releasing lock...
[2026-04-06 11:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-13
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: ==2136== Releasing lock...
[2026-04-06 11:41:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:41:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:41:05] Production.ERROR: done
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-14
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 11:41:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047467', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-15
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-16
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-17
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-18
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-19
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-20
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-21
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-22
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-23
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-24
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-25
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-26
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-27
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-28
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-29
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-30
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:06] Production.INFO: Date 2026-04-03
[2026-04-06 11:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:06] Production.INFO: Date 2026-04-04
[2026-04-06 11:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:06] Production.INFO: Date 2026-04-05
[2026-04-06 11:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:06] Production.INFO: Date 2026-04-06
[2026-04-06 11:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 11:41:06] Production.INFO: Total Charge 0
[2026-04-06 11:41:06] Production.INFO: CreateAllLog End
[2026-04-06 11:41:06] Production.INFO: Account Balance End.
[2026-04-06 11:41:06] Production.ERROR: CronJobId end 12
[2026-04-06 11:41:06] Production.INFO: ==2140== Releasing lock...
[2026-04-06 11:41:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:41:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:41:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047467', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 11:41:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 11:41:11] Production.INFO: ProcessCDR(1,17047467,1,1,2)
[2026-04-06 11:41:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047467,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:41:12] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047467,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:41:12] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 11:41:12] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 11:41:12] Production.INFO: ==2142== Releasing lock...
[2026-04-06 11:41:12] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 11:41:12] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:41:15] Production.ERROR: CronJobId end10
[2026-04-06 11:41:15] Production.INFO: ==2138== Releasing lock...
[2026-04-06 11:41:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:41:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:41:17] Production.INFO: call_cost start
[2026-04-06 11:41:17] Production.INFO: call_cost end
[2026-04-06 11:41:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:41:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:41:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:41:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:41:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:41:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:41:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:41:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:41:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:41:17] Production.INFO: ==2134== Releasing lock...
[2026-04-06 11:41:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:41:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:42:01] Production.INFO: ==2203== Lock acquired, processing the job...
[2026-04-06 16:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:42:01] Production.INFO: neon service started
[2026-04-06 16:42:01] Production.INFO: neon service started
[2026-04-06 16:42:01] Production.INFO: ==2203== Releasing lock...
[2026-04-06 16:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:42:02] Production.INFO: ==2205== Lock acquired, processing the job...
[2026-04-06 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:42:02] Production.INFO: ==2207== Lock acquired, processing the job...
[2026-04-06 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:42:02] Production.INFO: ==2207== Releasing lock...
[2026-04-06 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:42:02] Production.INFO: ==2205== Releasing lock...
[2026-04-06 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:42:03] Production.INFO: ==2210== Lock acquired, processing the job...
[2026-04-06 11:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:42:03] Production.INFO: ==2212== Lock acquired, processing the job...
[2026-04-06 11:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:42:03] Production.INFO: ==2218== Lock acquired, processing the job...
[2026-04-06 11:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:42:03] Production.INFO: ==2214== Lock acquired, processing the job...
[2026-04-06 11:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:42:03] Production.INFO: ==2216== Lock acquired, processing the job...
[2026-04-06 11:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:42:03] Production.INFO: ==2218== Releasing lock...
[2026-04-06 11:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:42:03] Production.INFO: Account Balance Start.
[2026-04-06 11:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:42:03] Production.INFO: 117
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:03] Production.INFO: ==2212== Releasing lock...
[2026-04-06 11:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:42:04] Production.INFO: Total Charge 0
[2026-04-06 11:42:04] Production.INFO: CreateAllLog End
[2026-04-06 11:42:04] Production.INFO: Account Balance End.
[2026-04-06 11:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:42:04] Production.INFO: ==2216== Releasing lock...
[2026-04-06 11:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:42:11] Production.ERROR: CronJobId end10
[2026-04-06 11:42:11] Production.INFO: ==2214== Releasing lock...
[2026-04-06 11:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:42:14] Production.INFO: call_cost start
[2026-04-06 11:42:14] Production.INFO: call_cost end
[2026-04-06 11:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:42:14] Production.INFO: ==2210== Releasing lock...
[2026-04-06 11:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:43:01] Production.INFO: ==2283== Lock acquired, processing the job...
[2026-04-06 16:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:43:01] Production.INFO: neon service started
[2026-04-06 16:43:01] Production.INFO: neon service started
[2026-04-06 16:43:01] Production.INFO: ==2283== Releasing lock...
[2026-04-06 16:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:43:02] Production.INFO: ==2285== Lock acquired, processing the job...
[2026-04-06 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:43:02] Production.INFO: ==2285== Releasing lock...
[2026-04-06 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:43:02] Production.INFO: ==2287== Lock acquired, processing the job...
[2026-04-06 15:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:43:02] Production.INFO: ==2287== Releasing lock...
[2026-04-06 15:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:43:03] Production.INFO: ==2289== Lock acquired, processing the job...
[2026-04-06 11:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:43:03] Production.INFO: ==2291== Lock acquired, processing the job...
[2026-04-06 11:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:43:03] Production.INFO: ==2293== Lock acquired, processing the job...
[2026-04-06 11:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:43:03] Production.INFO: ==2295== Lock acquired, processing the job...
[2026-04-06 11:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:43:03] Production.INFO: ==2298== Lock acquired, processing the job...
[2026-04-06 11:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:43:03] Production.INFO: Account Balance Start.
[2026-04-06 11:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:43:03] Production.INFO: 117
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: ==2298== Releasing lock...
[2026-04-06 11:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: ==2291== Releasing lock...
[2026-04-06 11:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:43:04] Production.INFO: Total Charge 0
[2026-04-06 11:43:04] Production.INFO: CreateAllLog End
[2026-04-06 11:43:04] Production.INFO: Account Balance End.
[2026-04-06 11:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:43:04] Production.INFO: ==2295== Releasing lock...
[2026-04-06 11:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:43:11] Production.ERROR: CronJobId end10
[2026-04-06 11:43:11] Production.INFO: ==2293== Releasing lock...
[2026-04-06 11:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:43:14] Production.INFO: call_cost start
[2026-04-06 11:43:14] Production.INFO: call_cost end
[2026-04-06 11:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:43:14] Production.INFO: ==2289== Releasing lock...
[2026-04-06 11:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:44:01] Production.INFO: ==2358== Lock acquired, processing the job...
[2026-04-06 16:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:44:01] Production.INFO: neon service started
[2026-04-06 16:44:01] Production.INFO: neon service started
[2026-04-06 16:44:01] Production.INFO: ==2358== Releasing lock...
[2026-04-06 16:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:44:01] Production.INFO: ==2362== Lock acquired, processing the job...
[2026-04-06 15:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:44:01] Production.INFO: ==2362== Releasing lock...
[2026-04-06 15:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:44:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:44:01] Production.INFO: ==2360== Lock acquired, processing the job...
[2026-04-06 11:44:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==2360== Releasing lock...
[2026-04-06 11:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:44:02] Production.INFO: ==2365== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==2371== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==2367== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==2369== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:44:02] Production.INFO: ==2373== Lock acquired, processing the job...
[2026-04-06 11:44:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:44:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:44:03] Production.INFO: Account Balance Start.
[2026-04-06 11:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:44:03] Production.INFO: 117
[2026-04-06 11:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: ==2373== Releasing lock...
[2026-04-06 11:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: ==2367== Releasing lock...
[2026-04-06 11:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-28
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-29
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-30
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-03-31
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-04-01
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:03] Production.INFO: Date 2026-04-02
[2026-04-06 11:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:44:04] Production.INFO: Total Charge 0
[2026-04-06 11:44:04] Production.INFO: CreateAllLog End
[2026-04-06 11:44:04] Production.INFO: Account Balance End.
[2026-04-06 11:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:44:04] Production.INFO: ==2371== Releasing lock...
[2026-04-06 11:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:44:11] Production.ERROR: CronJobId end10
[2026-04-06 11:44:11] Production.INFO: ==2369== Releasing lock...
[2026-04-06 11:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:44:13] Production.INFO: call_cost start
[2026-04-06 11:44:13] Production.INFO: call_cost end
[2026-04-06 11:44:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:44:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:44:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:44:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:44:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:44:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:44:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:44:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:44:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:44:13] Production.INFO: ==2365== Releasing lock...
[2026-04-06 11:44:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:44:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:45:01] Production.INFO: ==2439== Lock acquired, processing the job...
[2026-04-06 16:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:45:01] Production.INFO: neon service started
[2026-04-06 16:45:01] Production.INFO: neon service started
[2026-04-06 16:45:01] Production.INFO: ==2439== Releasing lock...
[2026-04-06 16:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:45:02] Production.INFO: ==2441== Lock acquired, processing the job...
[2026-04-06 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:45:02] Production.INFO: ==2441== Releasing lock...
[2026-04-06 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:45:02] Production.INFO: ==2443== Lock acquired, processing the job...
[2026-04-06 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:45:02] Production.INFO: ==2443== Releasing lock...
[2026-04-06 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:45:03] Production.INFO: ==2445== Lock acquired, processing the job...
[2026-04-06 11:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:45:03] Production.INFO: ==2447== Lock acquired, processing the job...
[2026-04-06 11:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:45:03] Production.INFO: ==2451== Lock acquired, processing the job...
[2026-04-06 11:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:45:03] Production.INFO: Account Balance Start.
[2026-04-06 11:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:45:03] Production.INFO: 117
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:45:03] Production.INFO: ==2449== Lock acquired, processing the job...
[2026-04-06 11:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: ==2453== Lock acquired, processing the job...
[2026-04-06 11:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: ==2453== Releasing lock...
[2026-04-06 11:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: ==2447== Releasing lock...
[2026-04-06 11:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:45:04] Production.INFO: Total Charge 0
[2026-04-06 11:45:04] Production.INFO: CreateAllLog End
[2026-04-06 11:45:04] Production.INFO: Account Balance End.
[2026-04-06 11:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:45:04] Production.INFO: ==2451== Releasing lock...
[2026-04-06 11:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:45:11] Production.ERROR: CronJobId end10
[2026-04-06 11:45:11] Production.INFO: ==2449== Releasing lock...
[2026-04-06 11:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:45:14] Production.INFO: call_cost start
[2026-04-06 11:45:14] Production.INFO: call_cost end
[2026-04-06 11:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:45:14] Production.INFO: ==2445== Releasing lock...
[2026-04-06 11:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:46:02] Production.INFO: ==2517== Lock acquired, processing the job...
[2026-04-06 16:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:46:02] Production.INFO: neon service started
[2026-04-06 16:46:02] Production.INFO: neon service started
[2026-04-06 16:46:02] Production.INFO: ==2517== Releasing lock...
[2026-04-06 16:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:46:02] Production.INFO: ==2519== Lock acquired, processing the job...
[2026-04-06 11:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:46:02] Production.INFO: ==2519== Releasing lock...
[2026-04-06 11:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:46:02] Production.INFO: ==2521== Lock acquired, processing the job...
[2026-04-06 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:46:02] Production.INFO: ==2521== Releasing lock...
[2026-04-06 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:46:03] Production.INFO: ==2528== Lock acquired, processing the job...
[2026-04-06 11:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:46:03] Production.INFO: ==2526== Lock acquired, processing the job...
[2026-04-06 11:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:46:03] Production.INFO: ==2532== Lock acquired, processing the job...
[2026-04-06 11:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:46:03] Production.INFO: ==2524== Lock acquired, processing the job...
[2026-04-06 11:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:46:03] Production.INFO: ==2530== Lock acquired, processing the job...
[2026-04-06 11:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:46:03] Production.INFO: ==2532== Releasing lock...
[2026-04-06 11:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:46:03] Production.INFO: Account Balance Start.
[2026-04-06 11:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:46:03] Production.INFO: 117
[2026-04-06 11:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: ==2526== Releasing lock...
[2026-04-06 11:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-24
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-25
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-26
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-27
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-28
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-29
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-30
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-03-31
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:46:05] Production.INFO: Total Charge 0
[2026-04-06 11:46:05] Production.INFO: CreateAllLog End
[2026-04-06 11:46:05] Production.INFO: Account Balance End.
[2026-04-06 11:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:46:05] Production.INFO: ==2530== Releasing lock...
[2026-04-06 11:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:46:11] Production.ERROR: CronJobId end10
[2026-04-06 11:46:11] Production.INFO: ==2528== Releasing lock...
[2026-04-06 11:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:46:14] Production.INFO: call_cost start
[2026-04-06 11:46:14] Production.INFO: call_cost end
[2026-04-06 11:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:46:14] Production.INFO: ==2524== Releasing lock...
[2026-04-06 11:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:47:01] Production.INFO: ==2590== Lock acquired, processing the job...
[2026-04-06 16:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:47:01] Production.INFO: neon service started
[2026-04-06 16:47:01] Production.INFO: neon service started
[2026-04-06 16:47:01] Production.INFO: ==2590== Releasing lock...
[2026-04-06 16:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:47:01] Production.INFO: ==2592== Lock acquired, processing the job...
[2026-04-06 11:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:47:02] Production.INFO: ==2592== Releasing lock...
[2026-04-06 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:47:02] Production.INFO: ==2594== Lock acquired, processing the job...
[2026-04-06 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:47:02] Production.INFO: ==2594== Releasing lock...
[2026-04-06 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:47:02] Production.INFO: ==2600== Lock acquired, processing the job...
[2026-04-06 11:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:47:02] Production.INFO: ==2598== Lock acquired, processing the job...
[2026-04-06 11:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:47:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:47:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:47:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:47:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:47:02] Production.INFO: ==2604== Lock acquired, processing the job...
[2026-04-06 11:47:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:47:02] Production.INFO: ==2596== Lock acquired, processing the job...
[2026-04-06 11:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:47:03] Production.INFO: ==2602== Lock acquired, processing the job...
[2026-04-06 11:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:47:03] Production.INFO: ==2604== Releasing lock...
[2026-04-06 11:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:47:03] Production.INFO: Account Balance Start.
[2026-04-06 11:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:47:03] Production.INFO: 117
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: ==2598== Releasing lock...
[2026-04-06 11:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:47:04] Production.INFO: Total Charge 0
[2026-04-06 11:47:04] Production.INFO: CreateAllLog End
[2026-04-06 11:47:04] Production.INFO: Account Balance End.
[2026-04-06 11:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:47:04] Production.INFO: ==2602== Releasing lock...
[2026-04-06 11:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:47:11] Production.ERROR: CronJobId end10
[2026-04-06 11:47:11] Production.INFO: ==2600== Releasing lock...
[2026-04-06 11:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:47:14] Production.INFO: call_cost start
[2026-04-06 11:47:14] Production.INFO: call_cost end
[2026-04-06 11:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:47:14] Production.INFO: ==2596== Releasing lock...
[2026-04-06 11:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:48:01] Production.INFO: ==2663== Lock acquired, processing the job...
[2026-04-06 16:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:48:01] Production.INFO: neon service started
[2026-04-06 16:48:02] Production.INFO: neon service started
[2026-04-06 16:48:02] Production.INFO: ==2663== Releasing lock...
[2026-04-06 16:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:48:02] Production.INFO: ==2667== Lock acquired, processing the job...
[2026-04-06 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:48:02] Production.INFO: ==2667== Releasing lock...
[2026-04-06 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:48:02] Production.INFO: ==2665== Lock acquired, processing the job...
[2026-04-06 11:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:48:02] Production.INFO: ==2665== Releasing lock...
[2026-04-06 11:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:48:03] Production.INFO: ==2670== Lock acquired, processing the job...
[2026-04-06 11:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:48:03] Production.INFO: ==2672== Lock acquired, processing the job...
[2026-04-06 11:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:48:03] Production.INFO: ==2674== Lock acquired, processing the job...
[2026-04-06 11:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:48:03] Production.INFO: ==2676== Lock acquired, processing the job...
[2026-04-06 11:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:48:03] Production.INFO: ==2678== Lock acquired, processing the job...
[2026-04-06 11:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:48:04] Production.INFO: Account Balance Start.
[2026-04-06 11:48:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:48:04] Production.INFO: 117
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:48:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:48:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:48:04] Production.INFO: ==2678== Releasing lock...
[2026-04-06 11:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: ==2672== Releasing lock...
[2026-04-06 11:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:48:05] Production.INFO: Total Charge 0
[2026-04-06 11:48:05] Production.INFO: CreateAllLog End
[2026-04-06 11:48:05] Production.INFO: Account Balance End.
[2026-04-06 11:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:48:05] Production.INFO: ==2676== Releasing lock...
[2026-04-06 11:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:48:11] Production.ERROR: CronJobId end10
[2026-04-06 11:48:11] Production.INFO: ==2674== Releasing lock...
[2026-04-06 11:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:48:14] Production.INFO: call_cost start
[2026-04-06 11:48:14] Production.INFO: call_cost end
[2026-04-06 11:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:48:14] Production.INFO: ==2670== Releasing lock...
[2026-04-06 11:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:49:01] Production.INFO: ==2741== Lock acquired, processing the job...
[2026-04-06 16:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:49:01] Production.INFO: neon service started
[2026-04-06 16:49:01] Production.INFO: neon service started
[2026-04-06 16:49:01] Production.INFO: ==2741== Releasing lock...
[2026-04-06 16:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:49:02] Production.INFO: ==2743== Lock acquired, processing the job...
[2026-04-06 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:49:02] Production.INFO: ==2745== Lock acquired, processing the job...
[2026-04-06 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:49:02] Production.INFO: ==2745== Releasing lock...
[2026-04-06 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:49:02] Production.INFO: ==2743== Releasing lock...
[2026-04-06 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:49:03] Production.INFO: ==2748== Lock acquired, processing the job...
[2026-04-06 11:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:49:03] Production.INFO: ==2754== Lock acquired, processing the job...
[2026-04-06 11:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:49:03] Production.INFO: ==2750== Lock acquired, processing the job...
[2026-04-06 11:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:49:03] Production.INFO: ==2752== Lock acquired, processing the job...
[2026-04-06 11:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:49:03] Production.INFO: ==2756== Lock acquired, processing the job...
[2026-04-06 11:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:49:03] Production.INFO: Account Balance Start.
[2026-04-06 11:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:49:03] Production.INFO: 117
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:49:03] Production.INFO: ==2756== Releasing lock...
[2026-04-06 11:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: ==2750== Releasing lock...
[2026-04-06 11:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:49:04] Production.INFO: Total Charge 0
[2026-04-06 11:49:04] Production.INFO: CreateAllLog End
[2026-04-06 11:49:04] Production.INFO: Account Balance End.
[2026-04-06 11:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:49:04] Production.INFO: ==2754== Releasing lock...
[2026-04-06 11:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:49:11] Production.ERROR: CronJobId end10
[2026-04-06 11:49:11] Production.INFO: ==2752== Releasing lock...
[2026-04-06 11:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:49:15] Production.INFO: call_cost start
[2026-04-06 11:49:15] Production.INFO: call_cost end
[2026-04-06 11:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:49:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:49:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:49:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:49:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:49:15] Production.INFO: ==2748== Releasing lock...
[2026-04-06 11:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:50:01] Production.INFO: ==2822== Lock acquired, processing the job...
[2026-04-06 16:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:50:01] Production.INFO: neon service started
[2026-04-06 16:50:01] Production.INFO: neon service started
[2026-04-06 16:50:01] Production.INFO: ==2822== Releasing lock...
[2026-04-06 16:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:50:02] Production.INFO: ==2824== Lock acquired, processing the job...
[2026-04-06 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:50:02] Production.INFO: ==2826== Lock acquired, processing the job...
[2026-04-06 15:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:50:02] Production.INFO: ==2826== Releasing lock...
[2026-04-06 15:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:50:02] Production.INFO: ==2824== Releasing lock...
[2026-04-06 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:50:03] Production.INFO: ==2831== Lock acquired, processing the job...
[2026-04-06 11:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:50:03] Production.INFO: ==2829== Lock acquired, processing the job...
[2026-04-06 11:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:50:03] Production.INFO: ==2835== Lock acquired, processing the job...
[2026-04-06 11:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:50:03] Production.INFO: Account Balance Start.
[2026-04-06 11:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:50:03] Production.INFO: 117
[2026-04-06 11:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:03] Production.INFO: ==2833== Lock acquired, processing the job...
[2026-04-06 11:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:50:03] Production.INFO: ==2837== Lock acquired, processing the job...
[2026-04-06 11:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: ==2831== Releasing lock...
[2026-04-06 11:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:50:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:50:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: ==2837== Releasing lock...
[2026-04-06 11:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:50:05] Production.INFO: Total Charge 0
[2026-04-06 11:50:05] Production.INFO: CreateAllLog End
[2026-04-06 11:50:05] Production.INFO: Account Balance End.
[2026-04-06 11:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:50:05] Production.INFO: ==2835== Releasing lock...
[2026-04-06 11:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:50:12] Production.ERROR: CronJobId end10
[2026-04-06 11:50:12] Production.INFO: ==2833== Releasing lock...
[2026-04-06 11:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:50:14] Production.INFO: call_cost start
[2026-04-06 11:50:14] Production.INFO: call_cost end
[2026-04-06 11:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:50:14] Production.INFO: ==2829== Releasing lock...
[2026-04-06 11:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:51:02] Production.INFO: ==2896== Lock acquired, processing the job...
[2026-04-06 16:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:51:02] Production.INFO: neon service started
[2026-04-06 16:51:02] Production.INFO: neon service started
[2026-04-06 16:51:02] Production.INFO: ==2896== Releasing lock...
[2026-04-06 16:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:51:02] Production.INFO: ==2898== Lock acquired, processing the job...
[2026-04-06 11:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:51:02] Production.INFO: ==2901== Lock acquired, processing the job...
[2026-04-06 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:51:02] Production.INFO: ==2901== Releasing lock...
[2026-04-06 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:51:03] Production.INFO: ==2898== Releasing lock...
[2026-04-06 11:51:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:51:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:51:03] Production.INFO: ==2903== Lock acquired, processing the job...
[2026-04-06 11:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 11:51:03] Production.INFO: ==2905== Lock acquired, processing the job...
[2026-04-06 11:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 11:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 11:51:03] Production.ERROR: CronJob PID - 2905
[2026-04-06 11:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 11:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 11:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 11:51:00
[2026-04-06 11:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 11:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 11:51:03] Production.INFO: ==2907== Lock acquired, processing the job...
[2026-04-06 11:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 11:51:03] Production.INFO: ==2903== Releasing lock...
[2026-04-06 11:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 11:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 11:51:03] Production.INFO: ==2911== Lock acquired, processing the job...
[2026-04-06 11:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:51:03] Production.INFO: ==2909== Lock acquired, processing the job...
[2026-04-06 11:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:51:04] Production.INFO: Account Balance Start.
[2026-04-06 11:51:04] Production.INFO: CreateAllLog Start
[2026-04-06 11:51:04] Production.INFO: 117
[2026-04-06 11:51:04] Production.INFO: ==2915== Lock acquired, processing the job...
[2026-04-06 11:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: ==2913== Lock acquired, processing the job...
[2026-04-06 11:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 11:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: ==2915== Releasing lock...
[2026-04-06 11:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: ==2907== Releasing lock...
[2026-04-06 11:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:04] Production.ERROR: done
[2026-04-06 11:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-03-29
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 11:51:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047508', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 11:51:05] Production.INFO: Date 2026-03-30
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-03-31
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-04-01
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-04-02
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:51:05] Production.INFO: Total Charge 0
[2026-04-06 11:51:05] Production.INFO: CreateAllLog End
[2026-04-06 11:51:05] Production.INFO: Account Balance End.
[2026-04-06 11:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:51:05] Production.INFO: ==2911== Releasing lock...
[2026-04-06 11:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047508', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 11:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 11:51:10] Production.INFO: ProcessCDR(1,17047508,1,1,2)
[2026-04-06 11:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047508,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047508,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 11:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 11:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 11:51:10] Production.INFO: ==2913== Releasing lock...
[2026-04-06 11:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 11:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 11:51:13] Production.ERROR: CronJobId end10
[2026-04-06 11:51:13] Production.INFO: ==2909== Releasing lock...
[2026-04-06 11:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:51:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:51:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:51:16] Production.INFO: call_cost start
[2026-04-06 11:51:16] Production.INFO: call_cost end
[2026-04-06 11:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:51:16] Production.INFO: ==2905== Releasing lock...
[2026-04-06 11:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:52:01] Production.INFO: ==2978== Lock acquired, processing the job...
[2026-04-06 16:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:52:01] Production.INFO: neon service started
[2026-04-06 16:52:01] Production.INFO: neon service started
[2026-04-06 16:52:01] Production.INFO: ==2978== Releasing lock...
[2026-04-06 16:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:52:02] Production.INFO: ==2980== Lock acquired, processing the job...
[2026-04-06 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:52:02] Production.INFO: ==2980== Releasing lock...
[2026-04-06 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:52:02] Production.INFO: ==2982== Lock acquired, processing the job...
[2026-04-06 15:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:52:02] Production.INFO: ==2982== Releasing lock...
[2026-04-06 15:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:52:03] Production.INFO: ==2991== Lock acquired, processing the job...
[2026-04-06 11:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:52:03] Production.INFO: ==2985== Lock acquired, processing the job...
[2026-04-06 11:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:52:03] Production.INFO: ==2987== Lock acquired, processing the job...
[2026-04-06 11:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:52:03] Production.INFO: ==2993== Lock acquired, processing the job...
[2026-04-06 11:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:52:03] Production.INFO: Account Balance Start.
[2026-04-06 11:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:52:03] Production.INFO: 117
[2026-04-06 11:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:52:03] Production.INFO: ==2989== Lock acquired, processing the job...
[2026-04-06 11:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: ==2993== Releasing lock...
[2026-04-06 11:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-28
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-29
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-30
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-03-31
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-04-01
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: Date 2026-04-02
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:03] Production.INFO: ==2987== Releasing lock...
[2026-04-06 11:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:52:03] Production.INFO: Date 2026-04-03
[2026-04-06 11:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:52:04] Production.INFO: Total Charge 0
[2026-04-06 11:52:04] Production.INFO: CreateAllLog End
[2026-04-06 11:52:04] Production.INFO: Account Balance End.
[2026-04-06 11:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:52:04] Production.INFO: ==2991== Releasing lock...
[2026-04-06 11:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:52:12] Production.ERROR: CronJobId end10
[2026-04-06 11:52:12] Production.INFO: ==2989== Releasing lock...
[2026-04-06 11:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:52:14] Production.INFO: call_cost start
[2026-04-06 11:52:14] Production.INFO: call_cost end
[2026-04-06 11:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:52:14] Production.INFO: ==2985== Releasing lock...
[2026-04-06 11:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:53:02] Production.INFO: ==3054== Lock acquired, processing the job...
[2026-04-06 16:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:53:02] Production.INFO: neon service started
[2026-04-06 16:53:02] Production.INFO: neon service started
[2026-04-06 16:53:02] Production.INFO: ==3054== Releasing lock...
[2026-04-06 16:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:53:02] Production.INFO: ==3059== Lock acquired, processing the job...
[2026-04-06 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:53:02] Production.INFO: ==3059== Releasing lock...
[2026-04-06 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:53:02] Production.INFO: ==3057== Lock acquired, processing the job...
[2026-04-06 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:53:02] Production.INFO: ==3057== Releasing lock...
[2026-04-06 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:53:03] Production.INFO: ==3069== Lock acquired, processing the job...
[2026-04-06 11:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:53:03] Production.INFO: ==3065== Lock acquired, processing the job...
[2026-04-06 11:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:53:03] Production.INFO: ==3063== Lock acquired, processing the job...
[2026-04-06 11:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:53:03] Production.INFO: ==3067== Lock acquired, processing the job...
[2026-04-06 11:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:53:03] Production.INFO: ==3071== Lock acquired, processing the job...
[2026-04-06 11:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:53:03] Production.INFO: Account Balance Start.
[2026-04-06 11:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:53:03] Production.INFO: 117
[2026-04-06 11:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:53:04] Production.INFO: ==3071== Releasing lock...
[2026-04-06 11:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-09
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-10
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-11
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: ==3065== Releasing lock...
[2026-04-06 11:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:05] Production.INFO: Date 2026-04-05
[2026-04-06 11:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:05] Production.INFO: Date 2026-04-06
[2026-04-06 11:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 11:53:05] Production.INFO: Total Charge 0
[2026-04-06 11:53:05] Production.INFO: CreateAllLog End
[2026-04-06 11:53:05] Production.INFO: Account Balance End.
[2026-04-06 11:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:53:05] Production.INFO: ==3069== Releasing lock...
[2026-04-06 11:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:53:12] Production.ERROR: CronJobId end10
[2026-04-06 11:53:12] Production.INFO: ==3067== Releasing lock...
[2026-04-06 11:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:53:15] Production.INFO: call_cost start
[2026-04-06 11:53:15] Production.INFO: call_cost end
[2026-04-06 11:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:53:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:53:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:53:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:53:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:53:15] Production.INFO: ==3063== Releasing lock...
[2026-04-06 11:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:54:01] Production.INFO: ==3129== Lock acquired, processing the job...
[2026-04-06 16:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:54:01] Production.INFO: neon service started
[2026-04-06 16:54:01] Production.INFO: neon service started
[2026-04-06 16:54:01] Production.INFO: ==3129== Releasing lock...
[2026-04-06 16:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:54:01] Production.INFO: ==3133== Lock acquired, processing the job...
[2026-04-06 15:54:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:54:01] Production.INFO: ==3133== Releasing lock...
[2026-04-06 15:54:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:54:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:54:02] Production.INFO: ==3131== Lock acquired, processing the job...
[2026-04-06 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:54:02] Production.INFO: ==3131== Releasing lock...
[2026-04-06 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:54:03] Production.INFO: ==3136== Lock acquired, processing the job...
[2026-04-06 11:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:54:03] Production.INFO: ==3138== Lock acquired, processing the job...
[2026-04-06 11:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:54:03] Production.INFO: ==3140== Lock acquired, processing the job...
[2026-04-06 11:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:54:03] Production.INFO: ==3144== Lock acquired, processing the job...
[2026-04-06 11:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:54:03] Production.INFO: ==3142== Lock acquired, processing the job...
[2026-04-06 11:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:54:03] Production.INFO: Account Balance Start.
[2026-04-06 11:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:54:03] Production.INFO: 117
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:54:03] Production.INFO: ==3144== Releasing lock...
[2026-04-06 11:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: ==3138== Releasing lock...
[2026-04-06 11:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:54:04] Production.INFO: Total Charge 0
[2026-04-06 11:54:04] Production.INFO: CreateAllLog End
[2026-04-06 11:54:04] Production.INFO: Account Balance End.
[2026-04-06 11:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:54:04] Production.INFO: ==3142== Releasing lock...
[2026-04-06 11:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:54:11] Production.ERROR: CronJobId end10
[2026-04-06 11:54:11] Production.INFO: ==3140== Releasing lock...
[2026-04-06 11:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:54:14] Production.INFO: call_cost start
[2026-04-06 11:54:14] Production.INFO: call_cost end
[2026-04-06 11:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:54:14] Production.INFO: ==3136== Releasing lock...
[2026-04-06 11:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:55:01] Production.INFO: ==3208== Lock acquired, processing the job...
[2026-04-06 16:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:55:01] Production.INFO: neon service started
[2026-04-06 16:55:01] Production.INFO: neon service started
[2026-04-06 16:55:01] Production.INFO: ==3208== Releasing lock...
[2026-04-06 16:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:55:02] Production.INFO: ==3210== Lock acquired, processing the job...
[2026-04-06 11:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:55:02] Production.INFO: ==3210== Releasing lock...
[2026-04-06 11:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:55:02] Production.INFO: ==3212== Lock acquired, processing the job...
[2026-04-06 15:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:55:02] Production.INFO: ==3212== Releasing lock...
[2026-04-06 15:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:55:03] Production.INFO: ==3215== Lock acquired, processing the job...
[2026-04-06 11:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:55:03] Production.INFO: ==3217== Lock acquired, processing the job...
[2026-04-06 11:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:55:03] Production.INFO: ==3221== Lock acquired, processing the job...
[2026-04-06 11:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:55:03] Production.INFO: ==3219== Lock acquired, processing the job...
[2026-04-06 11:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:55:03] Production.INFO: Account Balance Start.
[2026-04-06 11:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:55:03] Production.INFO: 117
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:55:03] Production.INFO: ==3223== Lock acquired, processing the job...
[2026-04-06 11:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:55:03] Production.INFO: ==3223== Releasing lock...
[2026-04-06 11:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: ==3217== Releasing lock...
[2026-04-06 11:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:55:04] Production.INFO: Total Charge 0
[2026-04-06 11:55:04] Production.INFO: CreateAllLog End
[2026-04-06 11:55:04] Production.INFO: Account Balance End.
[2026-04-06 11:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:55:04] Production.INFO: ==3221== Releasing lock...
[2026-04-06 11:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:55:11] Production.ERROR: CronJobId end10
[2026-04-06 11:55:11] Production.INFO: ==3219== Releasing lock...
[2026-04-06 11:55:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:55:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:55:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:55:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:55:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:55:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:55:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:55:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:55:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:55:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:55:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:55:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:55:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:55:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:55:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:55:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:55:14] Production.INFO: call_cost start
[2026-04-06 11:55:14] Production.INFO: call_cost end
[2026-04-06 11:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:55:14] Production.INFO: ==3215== Releasing lock...
[2026-04-06 11:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:56:01] Production.INFO: ==3282== Lock acquired, processing the job...
[2026-04-06 16:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:56:01] Production.INFO: neon service started
[2026-04-06 16:56:01] Production.INFO: neon service started
[2026-04-06 16:56:01] Production.INFO: ==3282== Releasing lock...
[2026-04-06 16:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:56:01] Production.INFO: ==3286== Lock acquired, processing the job...
[2026-04-06 15:56:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:56:01] Production.INFO: ==3286== Releasing lock...
[2026-04-06 15:56:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:56:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:56:01] Production.INFO: ==3284== Lock acquired, processing the job...
[2026-04-06 11:56:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:56:02] Production.INFO: ==3284== Releasing lock...
[2026-04-06 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:56:02] Production.INFO: ==3289== Lock acquired, processing the job...
[2026-04-06 11:56:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:56:03] Production.INFO: ==3291== Lock acquired, processing the job...
[2026-04-06 11:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:56:03] Production.INFO: ==3295== Lock acquired, processing the job...
[2026-04-06 11:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:56:03] Production.INFO: ==3293== Lock acquired, processing the job...
[2026-04-06 11:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:56:03] Production.INFO: ==3297== Lock acquired, processing the job...
[2026-04-06 11:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:56:03] Production.INFO: Account Balance Start.
[2026-04-06 11:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:56:03] Production.INFO: 117
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:56:03] Production.INFO: ==3297== Releasing lock...
[2026-04-06 11:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: ==3291== Releasing lock...
[2026-04-06 11:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-28
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:03] Production.INFO: Date 2026-03-29
[2026-04-06 11:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:56:04] Production.INFO: Total Charge 0
[2026-04-06 11:56:04] Production.INFO: CreateAllLog End
[2026-04-06 11:56:04] Production.INFO: Account Balance End.
[2026-04-06 11:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:56:04] Production.INFO: ==3295== Releasing lock...
[2026-04-06 11:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:56:11] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->select()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::updateAccountUnbilledAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateUnbilledAmount(1,2026-04-06 23:59:59))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->select()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::updateAccountUnbilledAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-06 11:56:11] Production.ERROR: CronJobId end10
[2026-04-06 11:56:11] Production.INFO: ==3293== Releasing lock...
[2026-04-06 11:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:56:14] Production.INFO: call_cost start
[2026-04-06 11:56:14] Production.INFO: call_cost end
[2026-04-06 11:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:56:14] Production.INFO: ==3289== Releasing lock...
[2026-04-06 11:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:57:01] Production.INFO: ==3357== Lock acquired, processing the job...
[2026-04-06 16:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:57:01] Production.INFO: neon service started
[2026-04-06 16:57:01] Production.INFO: neon service started
[2026-04-06 16:57:01] Production.INFO: ==3357== Releasing lock...
[2026-04-06 16:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:57:02] Production.INFO: ==3359== Lock acquired, processing the job...
[2026-04-06 11:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:57:02] Production.INFO: ==3359== Releasing lock...
[2026-04-06 11:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:57:02] Production.INFO: ==3361== Lock acquired, processing the job...
[2026-04-06 15:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:57:02] Production.INFO: ==3361== Releasing lock...
[2026-04-06 15:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:57:03] Production.INFO: ==3365== Lock acquired, processing the job...
[2026-04-06 11:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:57:03] Production.INFO: ==3367== Lock acquired, processing the job...
[2026-04-06 11:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:57:03] Production.INFO: ==3363== Lock acquired, processing the job...
[2026-04-06 11:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:57:03] Production.INFO: ==3372== Lock acquired, processing the job...
[2026-04-06 11:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:57:03] Production.INFO: ==3369== Lock acquired, processing the job...
[2026-04-06 11:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:57:03] Production.INFO: Account Balance Start.
[2026-04-06 11:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:57:03] Production.INFO: 117
[2026-04-06 11:57:03] Production.INFO: ==3372== Releasing lock...
[2026-04-06 11:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: ==3365== Releasing lock...
[2026-04-06 11:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:03] Production.INFO: Date 2026-03-27
[2026-04-06 11:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:57:04] Production.INFO: Total Charge 0
[2026-04-06 11:57:04] Production.INFO: CreateAllLog End
[2026-04-06 11:57:04] Production.INFO: Account Balance End.
[2026-04-06 11:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:57:04] Production.INFO: ==3369== Releasing lock...
[2026-04-06 11:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:57:11] Production.ERROR: CronJobId end10
[2026-04-06 11:57:11] Production.INFO: ==3367== Releasing lock...
[2026-04-06 11:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:57:14] Production.INFO: call_cost start
[2026-04-06 11:57:14] Production.INFO: call_cost end
[2026-04-06 11:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:57:14] Production.INFO: ==3363== Releasing lock...
[2026-04-06 11:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:58:02] Production.INFO: ==3434== Lock acquired, processing the job...
[2026-04-06 16:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:58:02] Production.INFO: neon service started
[2026-04-06 16:58:02] Production.INFO: neon service started
[2026-04-06 16:58:02] Production.INFO: ==3434== Releasing lock...
[2026-04-06 16:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 11:58:02] Production.INFO: ==3436== Lock acquired, processing the job...
[2026-04-06 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:58:02] Production.INFO: ==3436== Releasing lock...
[2026-04-06 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:58:02] Production.INFO: ==3438== Lock acquired, processing the job...
[2026-04-06 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:58:02] Production.INFO: ==3438== Releasing lock...
[2026-04-06 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:58:03] Production.INFO: ==3449== Lock acquired, processing the job...
[2026-04-06 11:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:58:03] Production.INFO: ==3449== Releasing lock...
[2026-04-06 11:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:58:03] Production.INFO: ==3447== Lock acquired, processing the job...
[2026-04-06 11:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:58:03] Production.INFO: ==3441== Lock acquired, processing the job...
[2026-04-06 11:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:58:03] Production.INFO: ==3443== Lock acquired, processing the job...
[2026-04-06 11:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:58:03] Production.INFO: ==3445== Lock acquired, processing the job...
[2026-04-06 11:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:58:03] Production.INFO: Account Balance Start.
[2026-04-06 11:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:58:03] Production.INFO: 117
[2026-04-06 11:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-12
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: ==3443== Releasing lock...
[2026-04-06 11:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:58:04] Production.INFO: Total Charge 0
[2026-04-06 11:58:04] Production.INFO: CreateAllLog End
[2026-04-06 11:58:04] Production.INFO: Account Balance End.
[2026-04-06 11:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 11:58:05] Production.INFO: ==3447== Releasing lock...
[2026-04-06 11:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:58:11] Production.ERROR: CronJobId end10
[2026-04-06 11:58:11] Production.INFO: ==3445== Releasing lock...
[2026-04-06 11:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:58:14] Production.INFO: call_cost start
[2026-04-06 11:58:14] Production.INFO: call_cost end
[2026-04-06 11:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:58:14] Production.INFO: ==3441== Releasing lock...
[2026-04-06 11:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 16:59:01] Production.INFO: ==3506== Lock acquired, processing the job...
[2026-04-06 16:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 16:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 16:59:01] Production.INFO: neon service started
[2026-04-06 16:59:01] Production.INFO: neon service started
[2026-04-06 16:59:01] Production.INFO: ==3506== Releasing lock...
[2026-04-06 16:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 16:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:59:01] Production.INFO: ==3510== Lock acquired, processing the job...
[2026-04-06 15:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:59:01] Production.INFO: ==3510== Releasing lock...
[2026-04-06 15:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 15:59:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 11:59:02] Production.INFO: ==3508== Lock acquired, processing the job...
[2026-04-06 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 11:59:02] Production.INFO: ==3508== Releasing lock...
[2026-04-06 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 11:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 11:59:02] Production.INFO: ==3513== Lock acquired, processing the job...
[2026-04-06 11:59:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 11:59:03] Production.INFO: ==3517== Lock acquired, processing the job...
[2026-04-06 11:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 11:59:03] Production.INFO: ==3515== Lock acquired, processing the job...
[2026-04-06 11:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 11:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 11:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 11:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 11:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 11:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 11:59:03] Production.INFO: ==3519== Lock acquired, processing the job...
[2026-04-06 11:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 11:59:03] Production.INFO: ==3521== Lock acquired, processing the job...
[2026-04-06 11:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 11:59:03] Production.INFO: Account Balance Start.
[2026-04-06 11:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 11:59:03] Production.INFO: 117
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 11:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 11:59:03] Production.INFO: ==3521== Releasing lock...
[2026-04-06 11:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 11:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-16
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-17
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-18
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-19
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-20
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-21
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-22
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: ==3515== Releasing lock...
[2026-04-06 11:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 11:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-23
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-24
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-25
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:03] Production.INFO: Date 2026-03-26
[2026-04-06 11:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 11:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 11:59:04] Production.INFO: Total Charge 0
[2026-04-06 11:59:04] Production.INFO: CreateAllLog End
[2026-04-06 11:59:04] Production.INFO: Account Balance End.
[2026-04-06 11:59:04] Production.ERROR: CronJobId end 12
[2026-04-06 11:59:04] Production.INFO: ==3519== Releasing lock...
[2026-04-06 11:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 11:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 11:59:11] Production.ERROR: CronJobId end10
[2026-04-06 11:59:11] Production.INFO: ==3517== Releasing lock...
[2026-04-06 11:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 11:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 11:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 11:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 11:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 11:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 11:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 11:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 11:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 11:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 11:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 11:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 11:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 11:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 11:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 11:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 11:59:13] Production.INFO: call_cost start
[2026-04-06 11:59:13] Production.INFO: call_cost end
[2026-04-06 11:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 11:59:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 11:59:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 11:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 11:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 11:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 11:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 11:59:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 11:59:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 11:59:13] Production.INFO: ==3513== Releasing lock...
[2026-04-06 11:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 11:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:00:01] Production.INFO: ==3589== Lock acquired, processing the job...
[2026-04-06 17:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:00:02] Production.INFO: neon service started
[2026-04-06 17:00:02] Production.INFO: neon service started
[2026-04-06 17:00:02] Production.INFO: ==3589== Releasing lock...
[2026-04-06 17:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:00:02] Production.INFO: ==3591== Lock acquired, processing the job...
[2026-04-06 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:00:02] Production.INFO: ==3591== Releasing lock...
[2026-04-06 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:00:02] Production.INFO: ==3593== Lock acquired, processing the job...
[2026-04-06 16:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:00:02] Production.INFO: ==3593== Releasing lock...
[2026-04-06 16:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:00:03] Production.INFO: ==3595== Lock acquired, processing the job...
[2026-04-06 12:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:00:03] Production.INFO: ==3597== Lock acquired, processing the job...
[2026-04-06 12:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:00:03] Production.INFO: ==3602== Lock acquired, processing the job...
[2026-04-06 12:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:00:03] Production.INFO: ==3600== Lock acquired, processing the job...
[2026-04-06 12:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:00:03] Production.INFO: ==3604== Lock acquired, processing the job...
[2026-04-06 12:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:00:03] Production.INFO: Account Balance Start.
[2026-04-06 12:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:00:03] Production.INFO: 117
[2026-04-06 12:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:03] Production.INFO: ==3604== Releasing lock...
[2026-04-06 12:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: ==3597== Releasing lock...
[2026-04-06 12:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:00:04] Production.INFO: Total Charge 0
[2026-04-06 12:00:04] Production.INFO: CreateAllLog End
[2026-04-06 12:00:05] Production.INFO: Account Balance End.
[2026-04-06 12:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:00:05] Production.INFO: ==3602== Releasing lock...
[2026-04-06 12:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:00:11] Production.ERROR: CronJobId end10
[2026-04-06 12:00:11] Production.INFO: ==3600== Releasing lock...
[2026-04-06 12:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:00:14] Production.INFO: call_cost start
[2026-04-06 12:00:14] Production.INFO: call_cost end
[2026-04-06 12:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:00:14] Production.INFO: ==3595== Releasing lock...
[2026-04-06 12:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:01:01] Production.INFO: ==3671== Lock acquired, processing the job...
[2026-04-06 17:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:01:01] Production.INFO: neon service started
[2026-04-06 17:01:01] Production.INFO: neon service started
[2026-04-06 17:01:01] Production.INFO: ==3671== Releasing lock...
[2026-04-06 17:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:01:01] Production.INFO: ==3685== Lock acquired, processing the job...
[2026-04-06 16:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:01:01] Production.INFO: ==3685== Releasing lock...
[2026-04-06 16:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:01:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:01:01] Production.INFO: ==3683== Lock acquired, processing the job...
[2026-04-06 12:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:01:02] Production.INFO: ==3683== Releasing lock...
[2026-04-06 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:01:03] Production.INFO: ==3687== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 12:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 12:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 12:01:03] Production.INFO: ==3687== Releasing lock...
[2026-04-06 12:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 12:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:01:03] Production.INFO: ==3689== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:01:03] Production.INFO: ==3697== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 12:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:01:03] Production.INFO: ==3691== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:01:03] Production.INFO: ==3700== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:01:03] Production.INFO: ==3693== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:01:03] Production.INFO: ==3695== Lock acquired, processing the job...
[2026-04-06 12:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:01:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:01:03] Production.INFO: ==3700== Releasing lock...
[2026-04-06 12:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:01:03] Production.INFO: Account Balance Start.
[2026-04-06 12:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:01:03] Production.INFO: 117
[2026-04-06 12:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.ERROR: done
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 12:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047549', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: ==3691== Releasing lock...
[2026-04-06 12:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 12:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:01:05] Production.INFO: Total Charge 0
[2026-04-06 12:01:05] Production.INFO: CreateAllLog End
[2026-04-06 12:01:05] Production.INFO: Account Balance End.
[2026-04-06 12:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:01:05] Production.INFO: ==3695== Releasing lock...
[2026-04-06 12:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:01:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047549', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 12:01:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 12:01:09] Production.INFO: ProcessCDR(1,17047549,1,1,2)
[2026-04-06 12:01:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047549,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:01:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047549,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:01:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 12:01:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 12:01:10] Production.INFO: ==3697== Releasing lock...
[2026-04-06 12:01:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 12:01:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 12:01:13] Production.ERROR: CronJobId end10
[2026-04-06 12:01:13] Production.INFO: ==3693== Releasing lock...
[2026-04-06 12:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:01:16] Production.INFO: call_cost start
[2026-04-06 12:01:16] Production.INFO: call_cost end
[2026-04-06 12:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:01:16] Production.INFO: ==3689== Releasing lock...
[2026-04-06 12:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:02:01] Production.INFO: ==3758== Lock acquired, processing the job...
[2026-04-06 17:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:02:01] Production.INFO: neon service started
[2026-04-06 17:02:01] Production.INFO: neon service started
[2026-04-06 17:02:01] Production.INFO: ==3758== Releasing lock...
[2026-04-06 17:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:02:02] Production.INFO: ==3762== Lock acquired, processing the job...
[2026-04-06 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:02:02] Production.INFO: ==3762== Releasing lock...
[2026-04-06 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:02:02] Production.INFO: ==3760== Lock acquired, processing the job...
[2026-04-06 12:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:02:02] Production.INFO: ==3760== Releasing lock...
[2026-04-06 12:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:02:03] Production.INFO: ==3767== Lock acquired, processing the job...
[2026-04-06 12:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:02:03] Production.INFO: ==3771== Lock acquired, processing the job...
[2026-04-06 12:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:02:03] Production.INFO: ==3775== Lock acquired, processing the job...
[2026-04-06 12:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:02:03] Production.INFO: Account Balance Start.
[2026-04-06 12:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:02:03] Production.INFO: 117
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: ==3765== Lock acquired, processing the job...
[2026-04-06 12:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:02:03] Production.INFO: ==3769== Lock acquired, processing the job...
[2026-04-06 12:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:02:03] Production.INFO: ==3775== Releasing lock...
[2026-04-06 12:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:02:03] Production.INFO: ==3773== Lock acquired, processing the job...
[2026-04-06 12:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:02:04] Production.INFO: ==3767== Releasing lock...
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:02:04] Production.INFO: Total Charge 0
[2026-04-06 12:02:04] Production.ERROR: done
[2026-04-06 12:02:04] Production.INFO: CreateAllLog End
[2026-04-06 12:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 12:02:04] Production.ERROR: done
[2026-04-06 12:02:04] Production.INFO: Account Balance End.
[2026-04-06 12:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 12:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 12:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:02:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:02:04] Production.INFO: ==3771== Releasing lock...
[2026-04-06 12:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:02:05] Production.INFO: ==3773== Releasing lock...
[2026-04-06 12:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 12:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 12:02:11] Production.ERROR: CronJobId end10
[2026-04-06 12:02:11] Production.INFO: ==3769== Releasing lock...
[2026-04-06 12:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:02:14] Production.INFO: call_cost start
[2026-04-06 12:02:14] Production.INFO: call_cost end
[2026-04-06 12:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:02:14] Production.INFO: ==3765== Releasing lock...
[2026-04-06 12:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:03:02] Production.INFO: ==3837== Lock acquired, processing the job...
[2026-04-06 17:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:03:02] Production.INFO: neon service started
[2026-04-06 17:03:02] Production.INFO: neon service started
[2026-04-06 17:03:02] Production.INFO: ==3837== Releasing lock...
[2026-04-06 17:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:03:02] Production.INFO: ==3839== Lock acquired, processing the job...
[2026-04-06 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:03:02] Production.INFO: ==3839== Releasing lock...
[2026-04-06 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:03:03] Production.INFO: ==3841== Lock acquired, processing the job...
[2026-04-06 16:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:03:03] Production.INFO: ==3841== Releasing lock...
[2026-04-06 16:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:03:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:03:03] Production.INFO: ==3843== Lock acquired, processing the job...
[2026-04-06 12:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:03:03] Production.INFO: ==3849== Lock acquired, processing the job...
[2026-04-06 12:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:03:03] Production.INFO: ==3845== Lock acquired, processing the job...
[2026-04-06 12:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:03:03] Production.INFO: ==3847== Lock acquired, processing the job...
[2026-04-06 12:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:03:03] Production.INFO: ==3851== Lock acquired, processing the job...
[2026-04-06 12:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:03:03] Production.INFO: Account Balance Start.
[2026-04-06 12:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:03:03] Production.INFO: 117
[2026-04-06 12:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:03] Production.INFO: ==3851== Releasing lock...
[2026-04-06 12:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: ==3845== Releasing lock...
[2026-04-06 12:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Date 2026-04-01
[2026-04-06 12:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Date 2026-04-02
[2026-04-06 12:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Date 2026-04-03
[2026-04-06 12:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Date 2026-04-04
[2026-04-06 12:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:03:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:03:05] Production.INFO: Total Charge 0
[2026-04-06 12:03:05] Production.INFO: CreateAllLog End
[2026-04-06 12:03:05] Production.INFO: Account Balance End.
[2026-04-06 12:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:03:05] Production.INFO: ==3849== Releasing lock...
[2026-04-06 12:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:03:11] Production.ERROR: CronJobId end10
[2026-04-06 12:03:11] Production.INFO: ==3847== Releasing lock...
[2026-04-06 12:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:03:15] Production.INFO: call_cost start
[2026-04-06 12:03:15] Production.INFO: call_cost end
[2026-04-06 12:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:03:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:03:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:03:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:03:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:03:15] Production.INFO: ==3843== Releasing lock...
[2026-04-06 12:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:04:01] Production.INFO: ==3910== Lock acquired, processing the job...
[2026-04-06 17:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:04:01] Production.INFO: neon service started
[2026-04-06 17:04:01] Production.INFO: neon service started
[2026-04-06 17:04:01] Production.INFO: ==3910== Releasing lock...
[2026-04-06 17:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:04:02] Production.INFO: ==3914== Lock acquired, processing the job...
[2026-04-06 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:04:02] Production.INFO: ==3914== Releasing lock...
[2026-04-06 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:04:02] Production.INFO: ==3916== Lock acquired, processing the job...
[2026-04-06 16:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:04:02] Production.INFO: ==3916== Releasing lock...
[2026-04-06 16:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:04:02] Production.INFO: ==3922== Lock acquired, processing the job...
[2026-04-06 12:04:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:04:03] Production.INFO: ==3920== Lock acquired, processing the job...
[2026-04-06 12:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:04:03] Production.INFO: ==3924== Lock acquired, processing the job...
[2026-04-06 12:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:04:03] Production.INFO: ==3926== Lock acquired, processing the job...
[2026-04-06 12:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:04:03] Production.INFO: ==3928== Lock acquired, processing the job...
[2026-04-06 12:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:04:03] Production.INFO: Account Balance Start.
[2026-04-06 12:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:04:03] Production.INFO: 117
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:04:03] Production.INFO: ==3928== Releasing lock...
[2026-04-06 12:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: ==3922== Releasing lock...
[2026-04-06 12:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:04:04] Production.INFO: Total Charge 0
[2026-04-06 12:04:04] Production.INFO: CreateAllLog End
[2026-04-06 12:04:04] Production.INFO: Account Balance End.
[2026-04-06 12:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:04:04] Production.INFO: ==3926== Releasing lock...
[2026-04-06 12:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:04:11] Production.ERROR: CronJobId end10
[2026-04-06 12:04:11] Production.INFO: ==3924== Releasing lock...
[2026-04-06 12:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:04:14] Production.INFO: call_cost start
[2026-04-06 12:04:14] Production.INFO: call_cost end
[2026-04-06 12:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:04:14] Production.INFO: ==3920== Releasing lock...
[2026-04-06 12:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:05:02] Production.INFO: ==3986== Lock acquired, processing the job...
[2026-04-06 17:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:05:02] Production.INFO: neon service started
[2026-04-06 17:05:02] Production.INFO: neon service started
[2026-04-06 17:05:02] Production.INFO: ==3986== Releasing lock...
[2026-04-06 17:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:05:02] Production.INFO: ==3990== Lock acquired, processing the job...
[2026-04-06 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:05:02] Production.INFO: ==3990== Releasing lock...
[2026-04-06 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:05:02] Production.INFO: ==3988== Lock acquired, processing the job...
[2026-04-06 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:05:02] Production.INFO: ==3988== Releasing lock...
[2026-04-06 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:05:03] Production.INFO: ==3992== Lock acquired, processing the job...
[2026-04-06 12:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:05:03] Production.INFO: ==3996== Lock acquired, processing the job...
[2026-04-06 12:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:05:03] Production.INFO: ==3994== Lock acquired, processing the job...
[2026-04-06 12:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:05:03] Production.INFO: ==3998== Lock acquired, processing the job...
[2026-04-06 12:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:05:03] Production.INFO: ==4000== Lock acquired, processing the job...
[2026-04-06 12:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:05:03] Production.INFO: Account Balance Start.
[2026-04-06 12:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:05:03] Production.INFO: 117
[2026-04-06 12:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:03] Production.INFO: ==4000== Releasing lock...
[2026-04-06 12:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: ==3994== Releasing lock...
[2026-04-06 12:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:05:04] Production.INFO: Total Charge 0
[2026-04-06 12:05:04] Production.INFO: CreateAllLog End
[2026-04-06 12:05:04] Production.INFO: Account Balance End.
[2026-04-06 12:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:05:05] Production.INFO: ==3998== Releasing lock...
[2026-04-06 12:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:05:11] Production.ERROR: CronJobId end10
[2026-04-06 12:05:11] Production.INFO: ==3996== Releasing lock...
[2026-04-06 12:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:05:14] Production.INFO: call_cost start
[2026-04-06 12:05:14] Production.INFO: call_cost end
[2026-04-06 12:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:05:14] Production.INFO: ==3992== Releasing lock...
[2026-04-06 12:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:06:01] Production.INFO: ==4060== Lock acquired, processing the job...
[2026-04-06 17:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:06:01] Production.INFO: neon service started
[2026-04-06 17:06:01] Production.INFO: neon service started
[2026-04-06 17:06:01] Production.INFO: ==4060== Releasing lock...
[2026-04-06 17:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:06:01] Production.INFO: ==4064== Lock acquired, processing the job...
[2026-04-06 16:06:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:06:01] Production.INFO: ==4064== Releasing lock...
[2026-04-06 16:06:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:06:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:06:01] Production.INFO: ==4062== Lock acquired, processing the job...
[2026-04-06 12:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:06:02] Production.INFO: ==4062== Releasing lock...
[2026-04-06 12:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:06:02] Production.INFO: ==4067== Lock acquired, processing the job...
[2026-04-06 12:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:06:02] Production.INFO: ==4073== Lock acquired, processing the job...
[2026-04-06 12:06:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:06:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:06:02] Production.INFO: ==4069== Lock acquired, processing the job...
[2026-04-06 12:06:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:06:03] Production.INFO: ==4071== Lock acquired, processing the job...
[2026-04-06 12:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:06:03] Production.INFO: Account Balance Start.
[2026-04-06 12:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:06:03] Production.INFO: 117
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:06:03] Production.INFO: ==4075== Lock acquired, processing the job...
[2026-04-06 12:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:06:03] Production.INFO: ==4075== Releasing lock...
[2026-04-06 12:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-29
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-30
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: ==4069== Releasing lock...
[2026-04-06 12:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:06:03] Production.INFO: Date 2026-03-31
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:03] Production.INFO: Date 2026-04-01
[2026-04-06 12:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:06:04] Production.INFO: Total Charge 0
[2026-04-06 12:06:04] Production.INFO: CreateAllLog End
[2026-04-06 12:06:04] Production.INFO: Account Balance End.
[2026-04-06 12:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:06:04] Production.INFO: ==4073== Releasing lock...
[2026-04-06 12:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:06:11] Production.ERROR: CronJobId end10
[2026-04-06 12:06:11] Production.INFO: ==4071== Releasing lock...
[2026-04-06 12:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:06:13] Production.INFO: call_cost start
[2026-04-06 12:06:13] Production.INFO: call_cost end
[2026-04-06 12:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:06:13] Production.INFO: ==4067== Releasing lock...
[2026-04-06 12:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:07:01] Production.INFO: ==4133== Lock acquired, processing the job...
[2026-04-06 17:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:07:01] Production.INFO: neon service started
[2026-04-06 17:07:01] Production.INFO: neon service started
[2026-04-06 17:07:01] Production.INFO: ==4133== Releasing lock...
[2026-04-06 17:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:07:02] Production.INFO: ==4136== Lock acquired, processing the job...
[2026-04-06 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:07:02] Production.INFO: ==4136== Releasing lock...
[2026-04-06 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:07:02] Production.INFO: ==4138== Lock acquired, processing the job...
[2026-04-06 16:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:07:02] Production.INFO: ==4138== Releasing lock...
[2026-04-06 16:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:07:03] Production.INFO: ==4140== Lock acquired, processing the job...
[2026-04-06 12:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:07:03] Production.INFO: ==4142== Lock acquired, processing the job...
[2026-04-06 12:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:07:03] Production.INFO: ==4144== Lock acquired, processing the job...
[2026-04-06 12:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:07:03] Production.INFO: ==4146== Lock acquired, processing the job...
[2026-04-06 12:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:07:03] Production.INFO: ==4148== Lock acquired, processing the job...
[2026-04-06 12:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:07:03] Production.INFO: Account Balance Start.
[2026-04-06 12:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:07:03] Production.INFO: 117
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: ==4148== Releasing lock...
[2026-04-06 12:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: ==4142== Releasing lock...
[2026-04-06 12:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:07:04] Production.INFO: Total Charge 0
[2026-04-06 12:07:04] Production.INFO: CreateAllLog End
[2026-04-06 12:07:04] Production.INFO: Account Balance End.
[2026-04-06 12:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:07:04] Production.INFO: ==4146== Releasing lock...
[2026-04-06 12:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:07:12] Production.ERROR: CronJobId end10
[2026-04-06 12:07:12] Production.INFO: ==4144== Releasing lock...
[2026-04-06 12:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:07:13] Production.INFO: call_cost start
[2026-04-06 12:07:13] Production.INFO: call_cost end
[2026-04-06 12:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:07:14] Production.INFO: ==4140== Releasing lock...
[2026-04-06 12:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:08:02] Production.INFO: ==4210== Lock acquired, processing the job...
[2026-04-06 17:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:08:02] Production.INFO: neon service started
[2026-04-06 17:08:02] Production.INFO: neon service started
[2026-04-06 17:08:02] Production.INFO: ==4210== Releasing lock...
[2026-04-06 17:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:08:02] Production.INFO: ==4212== Lock acquired, processing the job...
[2026-04-06 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:08:02] Production.INFO: ==4212== Releasing lock...
[2026-04-06 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:08:03] Production.INFO: ==4214== Lock acquired, processing the job...
[2026-04-06 16:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:08:03] Production.INFO: ==4214== Releasing lock...
[2026-04-06 16:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:08:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:08:03] Production.INFO: ==4216== Lock acquired, processing the job...
[2026-04-06 12:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:08:03] Production.INFO: ==4220== Lock acquired, processing the job...
[2026-04-06 12:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:08:03] Production.INFO: ==4222== Lock acquired, processing the job...
[2026-04-06 12:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:08:03] Production.INFO: Account Balance Start.
[2026-04-06 12:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:08:03] Production.INFO: 117
[2026-04-06 12:08:03] Production.INFO: ==4218== Lock acquired, processing the job...
[2026-04-06 12:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:08:03] Production.INFO: ==4224== Lock acquired, processing the job...
[2026-04-06 12:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:08:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: ==4224== Releasing lock...
[2026-04-06 12:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: ==4218== Releasing lock...
[2026-04-06 12:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Date 2026-04-01
[2026-04-06 12:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Date 2026-04-02
[2026-04-06 12:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Date 2026-04-03
[2026-04-06 12:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Date 2026-04-04
[2026-04-06 12:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:08:05] Production.INFO: Total Charge 0
[2026-04-06 12:08:05] Production.INFO: CreateAllLog End
[2026-04-06 12:08:05] Production.INFO: Account Balance End.
[2026-04-06 12:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:08:05] Production.INFO: ==4222== Releasing lock...
[2026-04-06 12:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:08:11] Production.ERROR: CronJobId end10
[2026-04-06 12:08:11] Production.INFO: ==4220== Releasing lock...
[2026-04-06 12:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:08:15] Production.INFO: call_cost start
[2026-04-06 12:08:15] Production.INFO: call_cost end
[2026-04-06 12:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:08:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:08:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:08:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:08:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:08:15] Production.INFO: ==4216== Releasing lock...
[2026-04-06 12:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:09:01] Production.INFO: ==4282== Lock acquired, processing the job...
[2026-04-06 17:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:09:01] Production.INFO: neon service started
[2026-04-06 17:09:01] Production.INFO: neon service started
[2026-04-06 17:09:01] Production.INFO: ==4282== Releasing lock...
[2026-04-06 17:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:09:02] Production.INFO: ==4286== Lock acquired, processing the job...
[2026-04-06 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:09:02] Production.INFO: ==4286== Releasing lock...
[2026-04-06 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:09:02] Production.INFO: ==4284== Lock acquired, processing the job...
[2026-04-06 12:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:09:02] Production.INFO: ==4284== Releasing lock...
[2026-04-06 12:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:09:02] Production.INFO: ==4292== Lock acquired, processing the job...
[2026-04-06 12:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:09:02] Production.INFO: ==4296== Lock acquired, processing the job...
[2026-04-06 12:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:09:03] Production.INFO: Account Balance Start.
[2026-04-06 12:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:09:03] Production.INFO: 117
[2026-04-06 12:09:03] Production.INFO: ==4290== Lock acquired, processing the job...
[2026-04-06 12:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:09:03] Production.INFO: ==4294== Lock acquired, processing the job...
[2026-04-06 12:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: ==4292== Releasing lock...
[2026-04-06 12:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:09:03] Production.INFO: ==4298== Lock acquired, processing the job...
[2026-04-06 12:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:09:03] Production.INFO: ==4298== Releasing lock...
[2026-04-06 12:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:09:04] Production.INFO: Total Charge 0
[2026-04-06 12:09:04] Production.INFO: CreateAllLog End
[2026-04-06 12:09:04] Production.INFO: Account Balance End.
[2026-04-06 12:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:09:04] Production.INFO: ==4296== Releasing lock...
[2026-04-06 12:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:09:11] Production.ERROR: CronJobId end10
[2026-04-06 12:09:11] Production.INFO: ==4294== Releasing lock...
[2026-04-06 12:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:09:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:09:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:09:14] Production.INFO: call_cost start
[2026-04-06 12:09:14] Production.INFO: call_cost end
[2026-04-06 12:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:09:14] Production.INFO: ==4290== Releasing lock...
[2026-04-06 12:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:10:02] Production.INFO: ==4353== Lock acquired, processing the job...
[2026-04-06 17:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:10:02] Production.INFO: neon service started
[2026-04-06 17:10:02] Production.INFO: neon service started
[2026-04-06 17:10:02] Production.INFO: ==4353== Releasing lock...
[2026-04-06 17:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:10:02] Production.INFO: ==4355== Lock acquired, processing the job...
[2026-04-06 12:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:10:02] Production.INFO: ==4355== Releasing lock...
[2026-04-06 12:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:10:02] Production.INFO: ==4357== Lock acquired, processing the job...
[2026-04-06 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:10:02] Production.INFO: ==4357== Releasing lock...
[2026-04-06 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:10:03] Production.INFO: ==4359== Lock acquired, processing the job...
[2026-04-06 12:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:10:03] Production.INFO: ==4361== Lock acquired, processing the job...
[2026-04-06 12:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:10:03] Production.INFO: ==4365== Lock acquired, processing the job...
[2026-04-06 12:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:10:03] Production.INFO: ==4367== Lock acquired, processing the job...
[2026-04-06 12:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:10:03] Production.INFO: ==4363== Lock acquired, processing the job...
[2026-04-06 12:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:10:03] Production.INFO: Account Balance Start.
[2026-04-06 12:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:10:03] Production.INFO: 117
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.INFO: ==4367== Releasing lock...
[2026-04-06 12:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: ==4361== Releasing lock...
[2026-04-06 12:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:10:04] Production.INFO: Total Charge 0
[2026-04-06 12:10:04] Production.INFO: CreateAllLog End
[2026-04-06 12:10:04] Production.INFO: Account Balance End.
[2026-04-06 12:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:10:04] Production.INFO: ==4365== Releasing lock...
[2026-04-06 12:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:10:11] Production.ERROR: CronJobId end10
[2026-04-06 12:10:11] Production.INFO: ==4363== Releasing lock...
[2026-04-06 12:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:10:13] Production.INFO: call_cost start
[2026-04-06 12:10:13] Production.INFO: call_cost end
[2026-04-06 12:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:10:13] Production.INFO: ==4359== Releasing lock...
[2026-04-06 12:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:11:01] Production.INFO: ==4426== Lock acquired, processing the job...
[2026-04-06 17:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:11:01] Production.INFO: neon service started
[2026-04-06 17:11:01] Production.INFO: neon service started
[2026-04-06 17:11:01] Production.INFO: ==4426== Releasing lock...
[2026-04-06 17:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:11:01] Production.INFO: ==4430== Lock acquired, processing the job...
[2026-04-06 16:11:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:11:01] Production.INFO: ==4430== Releasing lock...
[2026-04-06 16:11:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:11:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:11:02] Production.INFO: ==4428== Lock acquired, processing the job...
[2026-04-06 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:11:02] Production.INFO: ==4428== Releasing lock...
[2026-04-06 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:11:03] Production.INFO: ==4432== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 12:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 12:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 12:11:03] Production.INFO: ==4432== Releasing lock...
[2026-04-06 12:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 12:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:11:03] Production.INFO: ==4434== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:11:03] Production.INFO: ==4443== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 12:11:03] Production.INFO: ==4445== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:11:03] Production.INFO: ==4436== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:11:03] Production.INFO: ==4440== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:11:03] Production.INFO: ==4438== Lock acquired, processing the job...
[2026-04-06 12:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:11:03] Production.INFO: Account Balance Start.
[2026-04-06 12:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:11:03] Production.INFO: 117
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: ==4445== Releasing lock...
[2026-04-06 12:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.ERROR: done
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 12:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047591', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: ==4436== Releasing lock...
[2026-04-06 12:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:11:05] Production.INFO: Total Charge 0
[2026-04-06 12:11:05] Production.INFO: CreateAllLog End
[2026-04-06 12:11:05] Production.INFO: Account Balance End.
[2026-04-06 12:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:11:05] Production.INFO: ==4440== Releasing lock...
[2026-04-06 12:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047591', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 12:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 12:11:10] Production.INFO: ProcessCDR(1,17047591,1,1,2)
[2026-04-06 12:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047591,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047591,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 12:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 12:11:10] Production.INFO: ==4443== Releasing lock...
[2026-04-06 12:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 12:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 12:11:15] Production.ERROR: CronJobId end10
[2026-04-06 12:11:15] Production.INFO: ==4438== Releasing lock...
[2026-04-06 12:11:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:11:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:11:17] Production.INFO: call_cost start
[2026-04-06 12:11:17] Production.INFO: call_cost end
[2026-04-06 12:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:11:17] Production.INFO: ==4434== Releasing lock...
[2026-04-06 12:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:12:01] Production.INFO: ==4502== Lock acquired, processing the job...
[2026-04-06 17:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:12:01] Production.INFO: neon service started
[2026-04-06 17:12:01] Production.INFO: neon service started
[2026-04-06 17:12:01] Production.INFO: ==4502== Releasing lock...
[2026-04-06 17:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:12:02] Production.INFO: ==4506== Lock acquired, processing the job...
[2026-04-06 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:12:02] Production.INFO: ==4506== Releasing lock...
[2026-04-06 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:12:02] Production.INFO: ==4504== Lock acquired, processing the job...
[2026-04-06 12:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:12:02] Production.INFO: ==4504== Releasing lock...
[2026-04-06 12:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:12:03] Production.INFO: ==4508== Lock acquired, processing the job...
[2026-04-06 12:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:12:03] Production.INFO: ==4510== Lock acquired, processing the job...
[2026-04-06 12:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:12:03] Production.INFO: ==4514== Lock acquired, processing the job...
[2026-04-06 12:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:12:03] Production.INFO: Account Balance Start.
[2026-04-06 12:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:12:03] Production.INFO: 117
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: ==4512== Lock acquired, processing the job...
[2026-04-06 12:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:12:03] Production.INFO: ==4510== Releasing lock...
[2026-04-06 12:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: ==4516== Lock acquired, processing the job...
[2026-04-06 12:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:12:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:12:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:12:04] Production.INFO: ==4516== Releasing lock...
[2026-04-06 12:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:12:04] Production.INFO: Total Charge 0
[2026-04-06 12:12:04] Production.INFO: CreateAllLog End
[2026-04-06 12:12:04] Production.INFO: Account Balance End.
[2026-04-06 12:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:12:04] Production.INFO: ==4514== Releasing lock...
[2026-04-06 12:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:12:11] Production.ERROR: CronJobId end10
[2026-04-06 12:12:11] Production.INFO: ==4512== Releasing lock...
[2026-04-06 12:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:12:15] Production.INFO: call_cost start
[2026-04-06 12:12:15] Production.INFO: call_cost end
[2026-04-06 12:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:12:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:12:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:12:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:12:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:12:15] Production.INFO: ==4508== Releasing lock...
[2026-04-06 12:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:13:02] Production.INFO: ==4572== Lock acquired, processing the job...
[2026-04-06 17:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:13:02] Production.INFO: neon service started
[2026-04-06 17:13:02] Production.INFO: neon service started
[2026-04-06 17:13:02] Production.INFO: ==4572== Releasing lock...
[2026-04-06 17:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:13:02] Production.INFO: ==4576== Lock acquired, processing the job...
[2026-04-06 16:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:13:02] Production.INFO: ==4576== Releasing lock...
[2026-04-06 16:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:13:02] Production.INFO: ==4574== Lock acquired, processing the job...
[2026-04-06 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:13:02] Production.INFO: ==4574== Releasing lock...
[2026-04-06 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:13:03] Production.INFO: ==4579== Lock acquired, processing the job...
[2026-04-06 12:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:13:03] Production.INFO: ==4581== Lock acquired, processing the job...
[2026-04-06 12:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:13:03] Production.INFO: ==4583== Lock acquired, processing the job...
[2026-04-06 12:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:13:03] Production.INFO: ==4587== Lock acquired, processing the job...
[2026-04-06 12:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:13:03] Production.INFO: ==4585== Lock acquired, processing the job...
[2026-04-06 12:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:13:03] Production.INFO: Account Balance Start.
[2026-04-06 12:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:13:03] Production.INFO: 117
[2026-04-06 12:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:13:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: ==4587== Releasing lock...
[2026-04-06 12:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: ==4581== Releasing lock...
[2026-04-06 12:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:13:05] Production.INFO: Total Charge 0
[2026-04-06 12:13:05] Production.INFO: CreateAllLog End
[2026-04-06 12:13:05] Production.INFO: Account Balance End.
[2026-04-06 12:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:13:05] Production.INFO: ==4585== Releasing lock...
[2026-04-06 12:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:13:12] Production.ERROR: CronJobId end10
[2026-04-06 12:13:12] Production.INFO: ==4583== Releasing lock...
[2026-04-06 12:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:13:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:13:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:13:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:13:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:13:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:13:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:13:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:13:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:13:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:13:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:13:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:13:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:13:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:13:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:13:15] Production.INFO: call_cost start
[2026-04-06 12:13:15] Production.INFO: call_cost end
[2026-04-06 12:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:13:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:13:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:13:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:13:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:13:15] Production.INFO: ==4579== Releasing lock...
[2026-04-06 12:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:14:01] Production.INFO: ==4643== Lock acquired, processing the job...
[2026-04-06 17:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:14:01] Production.INFO: neon service started
[2026-04-06 17:14:01] Production.INFO: neon service started
[2026-04-06 17:14:01] Production.INFO: ==4643== Releasing lock...
[2026-04-06 17:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:14:02] Production.INFO: ==4645== Lock acquired, processing the job...
[2026-04-06 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:14:02] Production.INFO: ==4647== Lock acquired, processing the job...
[2026-04-06 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:14:02] Production.INFO: ==4647== Releasing lock...
[2026-04-06 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:14:02] Production.INFO: ==4645== Releasing lock...
[2026-04-06 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:14:03] Production.INFO: ==4650== Lock acquired, processing the job...
[2026-04-06 12:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:14:03] Production.INFO: ==4652== Lock acquired, processing the job...
[2026-04-06 12:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:14:03] Production.INFO: ==4654== Lock acquired, processing the job...
[2026-04-06 12:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:14:03] Production.INFO: ==4656== Lock acquired, processing the job...
[2026-04-06 12:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:14:03] Production.INFO: Account Balance Start.
[2026-04-06 12:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:14:03] Production.INFO: 117
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:14:03] Production.INFO: ==4658== Lock acquired, processing the job...
[2026-04-06 12:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:14:03] Production.INFO: ==4658== Releasing lock...
[2026-04-06 12:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: ==4652== Releasing lock...
[2026-04-06 12:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:14:04] Production.INFO: Total Charge 0
[2026-04-06 12:14:04] Production.INFO: CreateAllLog End
[2026-04-06 12:14:04] Production.INFO: Account Balance End.
[2026-04-06 12:14:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:14:04] Production.INFO: ==4656== Releasing lock...
[2026-04-06 12:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:14:11] Production.ERROR: CronJobId end10
[2026-04-06 12:14:11] Production.INFO: ==4654== Releasing lock...
[2026-04-06 12:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:14:14] Production.INFO: call_cost start
[2026-04-06 12:14:14] Production.INFO: call_cost end
[2026-04-06 12:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:14:14] Production.INFO: ==4650== Releasing lock...
[2026-04-06 12:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:15:02] Production.INFO: ==4721== Lock acquired, processing the job...
[2026-04-06 17:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:15:02] Production.INFO: neon service started
[2026-04-06 17:15:02] Production.INFO: neon service started
[2026-04-06 17:15:02] Production.INFO: ==4721== Releasing lock...
[2026-04-06 17:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:15:02] Production.INFO: ==4725== Lock acquired, processing the job...
[2026-04-06 16:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:15:02] Production.INFO: ==4725== Releasing lock...
[2026-04-06 16:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:15:02] Production.INFO: ==4723== Lock acquired, processing the job...
[2026-04-06 12:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:15:02] Production.INFO: ==4723== Releasing lock...
[2026-04-06 12:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:15:03] Production.INFO: ==4727== Lock acquired, processing the job...
[2026-04-06 12:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:15:03] Production.INFO: ==4729== Lock acquired, processing the job...
[2026-04-06 12:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:15:03] Production.INFO: ==4731== Lock acquired, processing the job...
[2026-04-06 12:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:15:03] Production.INFO: ==4733== Lock acquired, processing the job...
[2026-04-06 12:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:15:03] Production.INFO: ==4735== Lock acquired, processing the job...
[2026-04-06 12:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:15:03] Production.INFO: Account Balance Start.
[2026-04-06 12:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:15:03] Production.INFO: 117
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:15:03] Production.INFO: ==4735== Releasing lock...
[2026-04-06 12:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: ==4729== Releasing lock...
[2026-04-06 12:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:15:05] Production.INFO: Total Charge 0
[2026-04-06 12:15:05] Production.INFO: CreateAllLog End
[2026-04-06 12:15:05] Production.INFO: Account Balance End.
[2026-04-06 12:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:15:05] Production.INFO: ==4733== Releasing lock...
[2026-04-06 12:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:15:11] Production.ERROR: CronJobId end10
[2026-04-06 12:15:11] Production.INFO: ==4731== Releasing lock...
[2026-04-06 12:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:15:13] Production.INFO: call_cost start
[2026-04-06 12:15:13] Production.INFO: call_cost end
[2026-04-06 12:15:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:15:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:15:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:15:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:15:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:15:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:15:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:15:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:15:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:15:13] Production.INFO: ==4727== Releasing lock...
[2026-04-06 12:15:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:15:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:16:01] Production.INFO: ==4792== Lock acquired, processing the job...
[2026-04-06 17:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:16:01] Production.INFO: neon service started
[2026-04-06 17:16:01] Production.INFO: neon service started
[2026-04-06 17:16:01] Production.INFO: ==4792== Releasing lock...
[2026-04-06 17:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:16:01] Production.INFO: ==4794== Lock acquired, processing the job...
[2026-04-06 12:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:16:02] Production.INFO: ==4794== Releasing lock...
[2026-04-06 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:16:02] Production.INFO: ==4796== Lock acquired, processing the job...
[2026-04-06 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:16:02] Production.INFO: ==4796== Releasing lock...
[2026-04-06 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:16:02] Production.INFO: ==4798== Lock acquired, processing the job...
[2026-04-06 12:16:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:16:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:16:02] Production.INFO: ==4800== Lock acquired, processing the job...
[2026-04-06 12:16:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:16:02] Production.INFO: ==4802== Lock acquired, processing the job...
[2026-04-06 12:16:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:16:02] Production.INFO: ==4804== Lock acquired, processing the job...
[2026-04-06 12:16:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:16:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:16:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:16:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:16:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:16:03] Production.INFO: Account Balance Start.
[2026-04-06 12:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:16:03] Production.INFO: 117
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:16:03] Production.INFO: ==4806== Lock acquired, processing the job...
[2026-04-06 12:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:16:03] Production.INFO: ==4806== Releasing lock...
[2026-04-06 12:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: ==4800== Releasing lock...
[2026-04-06 12:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-29
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-30
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-03-31
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-04-01
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-04-02
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-04-03
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-04-04
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-04-05
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:03] Production.INFO: Date 2026-04-06
[2026-04-06 12:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:16:04] Production.INFO: Total Charge 0
[2026-04-06 12:16:04] Production.INFO: CreateAllLog End
[2026-04-06 12:16:04] Production.INFO: Account Balance End.
[2026-04-06 12:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:16:04] Production.INFO: ==4804== Releasing lock...
[2026-04-06 12:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:16:10] Production.ERROR: CronJobId end10
[2026-04-06 12:16:10] Production.INFO: ==4802== Releasing lock...
[2026-04-06 12:16:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:16:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:16:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:16:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:16:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:16:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:16:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:16:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:16:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:16:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:16:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:16:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:16:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:16:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:16:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:16:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:16:13] Production.INFO: call_cost start
[2026-04-06 12:16:13] Production.INFO: call_cost end
[2026-04-06 12:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:16:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:16:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:16:13] Production.INFO: ==4798== Releasing lock...
[2026-04-06 12:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:17:01] Production.INFO: ==4862== Lock acquired, processing the job...
[2026-04-06 17:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:17:01] Production.INFO: neon service started
[2026-04-06 17:17:01] Production.INFO: neon service started
[2026-04-06 17:17:01] Production.INFO: ==4862== Releasing lock...
[2026-04-06 17:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:17:02] Production.INFO: ==4867== Lock acquired, processing the job...
[2026-04-06 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:17:02] Production.INFO: ==4867== Releasing lock...
[2026-04-06 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:17:02] Production.INFO: ==4865== Lock acquired, processing the job...
[2026-04-06 12:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:17:02] Production.INFO: ==4865== Releasing lock...
[2026-04-06 12:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:17:03] Production.INFO: ==4869== Lock acquired, processing the job...
[2026-04-06 12:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:17:03] Production.INFO: ==4871== Lock acquired, processing the job...
[2026-04-06 12:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:17:03] Production.INFO: ==4875== Lock acquired, processing the job...
[2026-04-06 12:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:17:03] Production.INFO: ==4873== Lock acquired, processing the job...
[2026-04-06 12:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:17:03] Production.INFO: ==4877== Lock acquired, processing the job...
[2026-04-06 12:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:17:03] Production.INFO: Account Balance Start.
[2026-04-06 12:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:17:03] Production.INFO: 117
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:17:03] Production.INFO: ==4877== Releasing lock...
[2026-04-06 12:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: ==4871== Releasing lock...
[2026-04-06 12:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:17:04] Production.INFO: Total Charge 0
[2026-04-06 12:17:04] Production.INFO: CreateAllLog End
[2026-04-06 12:17:04] Production.INFO: Account Balance End.
[2026-04-06 12:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:17:04] Production.INFO: ==4875== Releasing lock...
[2026-04-06 12:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:17:11] Production.ERROR: CronJobId end10
[2026-04-06 12:17:11] Production.INFO: ==4873== Releasing lock...
[2026-04-06 12:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:17:13] Production.INFO: call_cost start
[2026-04-06 12:17:13] Production.INFO: call_cost end
[2026-04-06 12:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:17:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:17:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:17:13] Production.INFO: ==4869== Releasing lock...
[2026-04-06 12:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:18:01] Production.INFO: ==4932== Lock acquired, processing the job...
[2026-04-06 17:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:18:01] Production.INFO: neon service started
[2026-04-06 17:18:01] Production.INFO: neon service started
[2026-04-06 17:18:01] Production.INFO: ==4932== Releasing lock...
[2026-04-06 17:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:18:02] Production.INFO: ==4934== Lock acquired, processing the job...
[2026-04-06 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:18:02] Production.INFO: ==4936== Lock acquired, processing the job...
[2026-04-06 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:18:02] Production.INFO: ==4936== Releasing lock...
[2026-04-06 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:18:02] Production.INFO: ==4934== Releasing lock...
[2026-04-06 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:18:02] Production.INFO: ==4939== Lock acquired, processing the job...
[2026-04-06 12:18:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:18:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:18:03] Production.INFO: ==4945== Lock acquired, processing the job...
[2026-04-06 12:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:18:03] Production.INFO: Account Balance Start.
[2026-04-06 12:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:18:03] Production.INFO: 117
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: ==4941== Lock acquired, processing the job...
[2026-04-06 12:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: ==4943== Lock acquired, processing the job...
[2026-04-06 12:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: ==4947== Lock acquired, processing the job...
[2026-04-06 12:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:18:03] Production.INFO: ==4947== Releasing lock...
[2026-04-06 12:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: ==4941== Releasing lock...
[2026-04-06 12:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:03] Production.INFO: Date 2026-03-29
[2026-04-06 12:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:18:04] Production.INFO: Total Charge 0
[2026-04-06 12:18:04] Production.INFO: CreateAllLog End
[2026-04-06 12:18:04] Production.INFO: Account Balance End.
[2026-04-06 12:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:18:04] Production.INFO: ==4945== Releasing lock...
[2026-04-06 12:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:18:11] Production.ERROR: CronJobId end10
[2026-04-06 12:18:11] Production.INFO: ==4943== Releasing lock...
[2026-04-06 12:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:18:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:18:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:18:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:18:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:18:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:18:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:18:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:18:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:18:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:18:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:18:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:18:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:18:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:18:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:18:13] Production.INFO: call_cost start
[2026-04-06 12:18:13] Production.INFO: call_cost end
[2026-04-06 12:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:18:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:18:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:18:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:18:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:18:13] Production.INFO: ==4939== Releasing lock...
[2026-04-06 12:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:19:01] Production.INFO: ==5006== Lock acquired, processing the job...
[2026-04-06 17:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:19:01] Production.INFO: neon service started
[2026-04-06 17:19:01] Production.INFO: neon service started
[2026-04-06 17:19:01] Production.INFO: ==5006== Releasing lock...
[2026-04-06 17:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:19:02] Production.INFO: ==5008== Lock acquired, processing the job...
[2026-04-06 12:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:19:02] Production.INFO: ==5008== Releasing lock...
[2026-04-06 12:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:19:02] Production.INFO: ==5010== Lock acquired, processing the job...
[2026-04-06 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:19:02] Production.INFO: ==5010== Releasing lock...
[2026-04-06 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:19:02] Production.INFO: ==5021== Lock acquired, processing the job...
[2026-04-06 12:19:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:19:03] Production.INFO: ==5021== Releasing lock...
[2026-04-06 12:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:19:03] Production.INFO: ==5012== Lock acquired, processing the job...
[2026-04-06 12:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:19:03] Production.INFO: ==5014== Lock acquired, processing the job...
[2026-04-06 12:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:19:03] Production.INFO: ==5019== Lock acquired, processing the job...
[2026-04-06 12:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:19:03] Production.INFO: ==5016== Lock acquired, processing the job...
[2026-04-06 12:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:19:03] Production.INFO: Account Balance Start.
[2026-04-06 12:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:19:03] Production.INFO: 117
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: ==5014== Releasing lock...
[2026-04-06 12:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:19:04] Production.INFO: Total Charge 0
[2026-04-06 12:19:04] Production.INFO: CreateAllLog End
[2026-04-06 12:19:04] Production.INFO: Account Balance End.
[2026-04-06 12:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:19:04] Production.INFO: ==5019== Releasing lock...
[2026-04-06 12:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:19:10] Production.ERROR: CronJobId end10
[2026-04-06 12:19:10] Production.INFO: ==5016== Releasing lock...
[2026-04-06 12:19:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:19:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:19:13] Production.INFO: call_cost start
[2026-04-06 12:19:13] Production.INFO: call_cost end
[2026-04-06 12:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:19:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:19:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:19:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:19:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:19:13] Production.INFO: ==5012== Releasing lock...
[2026-04-06 12:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:20:02] Production.INFO: ==5076== Lock acquired, processing the job...
[2026-04-06 17:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:20:02] Production.INFO: neon service started
[2026-04-06 17:20:02] Production.INFO: neon service started
[2026-04-06 17:20:02] Production.INFO: ==5076== Releasing lock...
[2026-04-06 17:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:20:02] Production.INFO: ==5080== Lock acquired, processing the job...
[2026-04-06 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:20:02] Production.INFO: ==5080== Releasing lock...
[2026-04-06 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:20:02] Production.INFO: ==5078== Lock acquired, processing the job...
[2026-04-06 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:20:02] Production.INFO: ==5078== Releasing lock...
[2026-04-06 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:20:03] Production.INFO: ==5082== Lock acquired, processing the job...
[2026-04-06 12:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:20:03] Production.INFO: ==5084== Lock acquired, processing the job...
[2026-04-06 12:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:20:03] Production.INFO: ==5086== Lock acquired, processing the job...
[2026-04-06 12:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:20:03] Production.INFO: ==5088== Lock acquired, processing the job...
[2026-04-06 12:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:20:03] Production.INFO: ==5090== Lock acquired, processing the job...
[2026-04-06 12:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:20:04] Production.INFO: Account Balance Start.
[2026-04-06 12:20:04] Production.INFO: CreateAllLog Start
[2026-04-06 12:20:04] Production.INFO: 117
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-08
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:20:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:20:04] Production.INFO: ==5090== Releasing lock...
[2026-04-06 12:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: ==5084== Releasing lock...
[2026-04-06 12:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:20:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:20:05] Production.INFO: Total Charge 0
[2026-04-06 12:20:05] Production.INFO: CreateAllLog End
[2026-04-06 12:20:05] Production.INFO: Account Balance End.
[2026-04-06 12:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:20:05] Production.INFO: ==5088== Releasing lock...
[2026-04-06 12:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:20:11] Production.ERROR: CronJobId end10
[2026-04-06 12:20:11] Production.INFO: ==5086== Releasing lock...
[2026-04-06 12:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:20:14] Production.INFO: call_cost start
[2026-04-06 12:20:14] Production.INFO: call_cost end
[2026-04-06 12:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:20:14] Production.INFO: ==5082== Releasing lock...
[2026-04-06 12:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:21:01] Production.INFO: ==5160== Lock acquired, processing the job...
[2026-04-06 17:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:21:01] Production.INFO: neon service started
[2026-04-06 17:21:01] Production.INFO: neon service started
[2026-04-06 17:21:01] Production.INFO: ==5160== Releasing lock...
[2026-04-06 17:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:21:01] Production.INFO: ==5162== Lock acquired, processing the job...
[2026-04-06 12:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:21:02] Production.INFO: ==5162== Releasing lock...
[2026-04-06 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:21:02] Production.INFO: ==5164== Lock acquired, processing the job...
[2026-04-06 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:21:02] Production.INFO: ==5164== Releasing lock...
[2026-04-06 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:21:03] Production.INFO: ==5168== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:21:03] Production.INFO: ==5170== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:21:03] Production.INFO: ==5172== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:21:03] Production.INFO: ==5166== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 12:21:03] Production.INFO: ==5174== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:21:03] Production.ERROR: CronJob PID - 5168
[2026-04-06 12:21:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 12:21:03] Production.ERROR: CronJob ID - 5
[2026-04-06 12:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:21:00
[2026-04-06 12:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:21:03] Production.ERROR: CronJob PID - 5170
[2026-04-06 12:21:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 12:21:03] Production.ERROR: CronJob ID - 7
[2026-04-06 12:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:21:00
[2026-04-06 12:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:21:03] Production.ERROR: CronJob PID - 5172
[2026-04-06 12:21:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 12:21:03] Production.ERROR: CronJob ID - 10
[2026-04-06 12:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:21:00
[2026-04-06 12:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:21:03] Production.ERROR: CronJob PID - 5174
[2026-04-06 12:21:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 12:21:03] Production.ERROR: CronJob ID - 12
[2026-04-06 12:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:21:00
[2026-04-06 12:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:21:03] Production.INFO: ==5176== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 12:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 12:21:03] Production.INFO: ==5166== Releasing lock...
[2026-04-06 12:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 12:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:21:03] Production.INFO: Account Balance Start.
[2026-04-06 12:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:21:03] Production.INFO: 117
[2026-04-06 12:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: ==5178== Lock acquired, processing the job...
[2026-04-06 12:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:03] Production.INFO: ==5178== Releasing lock...
[2026-04-06 12:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: ==5170== Releasing lock...
[2026-04-06 12:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.ERROR: done
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 12:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047632', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:21:04] Production.INFO: Total Charge 0
[2026-04-06 12:21:05] Production.INFO: CreateAllLog End
[2026-04-06 12:21:05] Production.INFO: Account Balance End.
[2026-04-06 12:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:21:05] Production.INFO: ==5174== Releasing lock...
[2026-04-06 12:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047632', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 12:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 12:21:10] Production.INFO: ProcessCDR(1,17047632,1,1,2)
[2026-04-06 12:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047632,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047632,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 12:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 12:21:10] Production.INFO: ==5176== Releasing lock...
[2026-04-06 12:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 12:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 12:21:13] Production.ERROR: CronJobId end10
[2026-04-06 12:21:13] Production.INFO: ==5172== Releasing lock...
[2026-04-06 12:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:21:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:21:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:21:16] Production.INFO: call_cost start
[2026-04-06 12:21:16] Production.INFO: call_cost end
[2026-04-06 12:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:21:16] Production.INFO: ==5168== Releasing lock...
[2026-04-06 12:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:22:02] Production.INFO: ==5237== Lock acquired, processing the job...
[2026-04-06 17:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:22:02] Production.INFO: neon service started
[2026-04-06 17:22:02] Production.INFO: neon service started
[2026-04-06 17:22:02] Production.INFO: ==5237== Releasing lock...
[2026-04-06 17:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:22:02] Production.INFO: ==5240== Lock acquired, processing the job...
[2026-04-06 12:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:22:02] Production.INFO: ==5240== Releasing lock...
[2026-04-06 12:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:22:02] Production.INFO: ==5242== Lock acquired, processing the job...
[2026-04-06 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:22:02] Production.INFO: ==5242== Releasing lock...
[2026-04-06 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:22:03] Production.INFO: ==5248== Lock acquired, processing the job...
[2026-04-06 12:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:22:03] Production.INFO: ==5244== Lock acquired, processing the job...
[2026-04-06 12:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:22:03] Production.INFO: ==5246== Lock acquired, processing the job...
[2026-04-06 12:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:22:03] Production.INFO: ==5250== Lock acquired, processing the job...
[2026-04-06 12:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:22:03] Production.INFO: ==5252== Lock acquired, processing the job...
[2026-04-06 12:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:22:03] Production.INFO: Account Balance Start.
[2026-04-06 12:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:22:03] Production.INFO: 117
[2026-04-06 12:22:03] Production.INFO: ==5252== Releasing lock...
[2026-04-06 12:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: ==5246== Releasing lock...
[2026-04-06 12:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:22:04] Production.INFO: Total Charge 0
[2026-04-06 12:22:04] Production.INFO: CreateAllLog End
[2026-04-06 12:22:04] Production.INFO: Account Balance End.
[2026-04-06 12:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:22:04] Production.INFO: ==5250== Releasing lock...
[2026-04-06 12:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:22:11] Production.ERROR: CronJobId end10
[2026-04-06 12:22:11] Production.INFO: ==5248== Releasing lock...
[2026-04-06 12:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:22:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:22:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:22:14] Production.INFO: call_cost start
[2026-04-06 12:22:14] Production.INFO: call_cost end
[2026-04-06 12:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:22:14] Production.INFO: ==5244== Releasing lock...
[2026-04-06 12:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:23:01] Production.INFO: ==5307== Lock acquired, processing the job...
[2026-04-06 17:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:23:01] Production.INFO: neon service started
[2026-04-06 17:23:01] Production.INFO: neon service started
[2026-04-06 17:23:01] Production.INFO: ==5307== Releasing lock...
[2026-04-06 17:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:23:02] Production.INFO: ==5309== Lock acquired, processing the job...
[2026-04-06 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:23:02] Production.INFO: ==5311== Lock acquired, processing the job...
[2026-04-06 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:23:02] Production.INFO: ==5311== Releasing lock...
[2026-04-06 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:23:02] Production.INFO: ==5309== Releasing lock...
[2026-04-06 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:23:03] Production.INFO: ==5314== Lock acquired, processing the job...
[2026-04-06 12:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:23:03] Production.INFO: ==5318== Lock acquired, processing the job...
[2026-04-06 12:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:23:03] Production.INFO: ==5316== Lock acquired, processing the job...
[2026-04-06 12:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:23:03] Production.INFO: ==5320== Lock acquired, processing the job...
[2026-04-06 12:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:23:03] Production.INFO: ==5322== Lock acquired, processing the job...
[2026-04-06 12:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:23:03] Production.INFO: Account Balance Start.
[2026-04-06 12:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:23:03] Production.INFO: 117
[2026-04-06 12:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:23:03] Production.INFO: ==5322== Releasing lock...
[2026-04-06 12:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: ==5316== Releasing lock...
[2026-04-06 12:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:23:04] Production.INFO: Total Charge 0
[2026-04-06 12:23:04] Production.INFO: CreateAllLog End
[2026-04-06 12:23:04] Production.INFO: Account Balance End.
[2026-04-06 12:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:23:04] Production.INFO: ==5320== Releasing lock...
[2026-04-06 12:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:23:10] Production.ERROR: CronJobId end10
[2026-04-06 12:23:10] Production.INFO: ==5318== Releasing lock...
[2026-04-06 12:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:23:13] Production.INFO: call_cost start
[2026-04-06 12:23:13] Production.INFO: call_cost end
[2026-04-06 12:23:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:23:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:23:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:23:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:23:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:23:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:23:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:23:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:23:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:23:13] Production.INFO: ==5314== Releasing lock...
[2026-04-06 12:23:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:23:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:24:01] Production.INFO: ==5380== Lock acquired, processing the job...
[2026-04-06 17:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:24:01] Production.INFO: neon service started
[2026-04-06 17:24:01] Production.INFO: neon service started
[2026-04-06 17:24:01] Production.INFO: ==5380== Releasing lock...
[2026-04-06 17:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:24:02] Production.INFO: ==5384== Lock acquired, processing the job...
[2026-04-06 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:24:02] Production.INFO: ==5384== Releasing lock...
[2026-04-06 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:24:02] Production.INFO: ==5382== Lock acquired, processing the job...
[2026-04-06 12:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:24:02] Production.INFO: ==5382== Releasing lock...
[2026-04-06 12:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:24:03] Production.INFO: ==5387== Lock acquired, processing the job...
[2026-04-06 12:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:24:03] Production.INFO: ==5389== Lock acquired, processing the job...
[2026-04-06 12:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:24:03] Production.INFO: ==5395== Lock acquired, processing the job...
[2026-04-06 12:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:24:03] Production.INFO: ==5391== Lock acquired, processing the job...
[2026-04-06 12:24:03] Production.INFO: ==5393== Lock acquired, processing the job...
[2026-04-06 12:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:24:03] Production.INFO: Account Balance Start.
[2026-04-06 12:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:24:03] Production.INFO: 117
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.INFO: ==5395== Releasing lock...
[2026-04-06 12:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: ==5389== Releasing lock...
[2026-04-06 12:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:24:04] Production.INFO: Total Charge 0
[2026-04-06 12:24:04] Production.INFO: CreateAllLog End
[2026-04-06 12:24:04] Production.INFO: Account Balance End.
[2026-04-06 12:24:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:24:04] Production.INFO: ==5393== Releasing lock...
[2026-04-06 12:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:24:11] Production.ERROR: CronJobId end10
[2026-04-06 12:24:11] Production.INFO: ==5391== Releasing lock...
[2026-04-06 12:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:24:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:24:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:24:13] Production.INFO: call_cost start
[2026-04-06 12:24:13] Production.INFO: call_cost end
[2026-04-06 12:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:24:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:24:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:24:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:24:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:24:13] Production.INFO: ==5387== Releasing lock...
[2026-04-06 12:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:25:02] Production.INFO: ==5451== Lock acquired, processing the job...
[2026-04-06 17:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:25:02] Production.INFO: neon service started
[2026-04-06 17:25:02] Production.INFO: neon service started
[2026-04-06 17:25:02] Production.INFO: ==5451== Releasing lock...
[2026-04-06 17:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:25:02] Production.INFO: ==5453== Lock acquired, processing the job...
[2026-04-06 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:25:02] Production.INFO: ==5453== Releasing lock...
[2026-04-06 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:25:02] Production.INFO: ==5456== Lock acquired, processing the job...
[2026-04-06 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:25:03] Production.INFO: ==5456== Releasing lock...
[2026-04-06 16:25:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:25:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:25:03] Production.INFO: ==5458== Lock acquired, processing the job...
[2026-04-06 12:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:25:03] Production.INFO: ==5460== Lock acquired, processing the job...
[2026-04-06 12:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:25:03] Production.INFO: ==5464== Lock acquired, processing the job...
[2026-04-06 12:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:25:03] Production.INFO: ==5462== Lock acquired, processing the job...
[2026-04-06 12:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:25:03] Production.INFO: ==5466== Lock acquired, processing the job...
[2026-04-06 12:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:25:03] Production.INFO: Account Balance Start.
[2026-04-06 12:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:25:03] Production.INFO: 117
[2026-04-06 12:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:03] Production.INFO: ==5466== Releasing lock...
[2026-04-06 12:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: ==5460== Releasing lock...
[2026-04-06 12:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:25:04] Production.INFO: Total Charge 0
[2026-04-06 12:25:04] Production.INFO: CreateAllLog End
[2026-04-06 12:25:04] Production.INFO: Account Balance End.
[2026-04-06 12:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:25:04] Production.INFO: ==5464== Releasing lock...
[2026-04-06 12:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:25:11] Production.ERROR: CronJobId end10
[2026-04-06 12:25:11] Production.INFO: ==5462== Releasing lock...
[2026-04-06 12:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:25:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:25:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:25:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:25:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:25:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:25:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:25:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:25:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:25:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:25:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:25:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:25:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:25:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:25:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:25:14] Production.INFO: call_cost start
[2026-04-06 12:25:14] Production.INFO: call_cost end
[2026-04-06 12:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:25:14] Production.INFO: ==5458== Releasing lock...
[2026-04-06 12:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:26:01] Production.INFO: ==5520== Lock acquired, processing the job...
[2026-04-06 17:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:26:01] Production.INFO: neon service started
[2026-04-06 17:26:01] Production.INFO: neon service started
[2026-04-06 17:26:01] Production.INFO: ==5520== Releasing lock...
[2026-04-06 17:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:26:01] Production.INFO: ==5524== Lock acquired, processing the job...
[2026-04-06 16:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:26:02] Production.INFO: ==5524== Releasing lock...
[2026-04-06 16:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:26:02] Production.INFO: ==5522== Lock acquired, processing the job...
[2026-04-06 12:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:26:02] Production.INFO: ==5522== Releasing lock...
[2026-04-06 12:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:26:02] Production.INFO: ==5526== Lock acquired, processing the job...
[2026-04-06 12:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:26:03] Production.INFO: ==5532== Lock acquired, processing the job...
[2026-04-06 12:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:26:03] Production.INFO: Account Balance Start.
[2026-04-06 12:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:26:03] Production.INFO: 117
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: ==5528== Lock acquired, processing the job...
[2026-04-06 12:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: ==5530== Lock acquired, processing the job...
[2026-04-06 12:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: ==5534== Lock acquired, processing the job...
[2026-04-06 12:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: ==5534== Releasing lock...
[2026-04-06 12:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: ==5528== Releasing lock...
[2026-04-06 12:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:26:04] Production.INFO: Total Charge 0
[2026-04-06 12:26:04] Production.INFO: CreateAllLog End
[2026-04-06 12:26:04] Production.INFO: Account Balance End.
[2026-04-06 12:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:26:04] Production.INFO: ==5532== Releasing lock...
[2026-04-06 12:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:26:11] Production.ERROR: CronJobId end10
[2026-04-06 12:26:11] Production.INFO: ==5530== Releasing lock...
[2026-04-06 12:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:26:13] Production.INFO: call_cost start
[2026-04-06 12:26:13] Production.INFO: call_cost end
[2026-04-06 12:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:26:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:26:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:26:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:26:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:26:13] Production.INFO: ==5526== Releasing lock...
[2026-04-06 12:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:27:02] Production.INFO: ==5592== Lock acquired, processing the job...
[2026-04-06 17:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:27:02] Production.INFO: neon service started
[2026-04-06 17:27:02] Production.INFO: neon service started
[2026-04-06 17:27:02] Production.INFO: ==5592== Releasing lock...
[2026-04-06 17:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:27:02] Production.INFO: ==5597== Lock acquired, processing the job...
[2026-04-06 16:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:27:02] Production.INFO: ==5597== Releasing lock...
[2026-04-06 16:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:27:02] Production.INFO: ==5595== Lock acquired, processing the job...
[2026-04-06 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:27:02] Production.INFO: ==5595== Releasing lock...
[2026-04-06 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:27:03] Production.INFO: ==5599== Lock acquired, processing the job...
[2026-04-06 12:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:27:03] Production.INFO: ==5601== Lock acquired, processing the job...
[2026-04-06 12:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:27:03] Production.INFO: ==5603== Lock acquired, processing the job...
[2026-04-06 12:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:27:03] Production.INFO: ==5605== Lock acquired, processing the job...
[2026-04-06 12:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:27:03] Production.INFO: ==5607== Lock acquired, processing the job...
[2026-04-06 12:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:27:03] Production.INFO: Account Balance Start.
[2026-04-06 12:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:27:03] Production.INFO: 117
[2026-04-06 12:27:03] Production.INFO: ==5607== Releasing lock...
[2026-04-06 12:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: ==5601== Releasing lock...
[2026-04-06 12:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:27:04] Production.INFO: Total Charge 0
[2026-04-06 12:27:04] Production.INFO: CreateAllLog End
[2026-04-06 12:27:05] Production.INFO: Account Balance End.
[2026-04-06 12:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:27:05] Production.INFO: ==5605== Releasing lock...
[2026-04-06 12:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:27:12] Production.ERROR: CronJobId end10
[2026-04-06 12:27:12] Production.INFO: ==5603== Releasing lock...
[2026-04-06 12:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:27:15] Production.INFO: call_cost start
[2026-04-06 12:27:15] Production.INFO: call_cost end
[2026-04-06 12:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:27:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:27:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:27:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:27:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:27:15] Production.INFO: ==5599== Releasing lock...
[2026-04-06 12:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:28:01] Production.INFO: ==5664== Lock acquired, processing the job...
[2026-04-06 17:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:28:01] Production.INFO: neon service started
[2026-04-06 17:28:01] Production.INFO: neon service started
[2026-04-06 17:28:01] Production.INFO: ==5664== Releasing lock...
[2026-04-06 17:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:28:02] Production.INFO: ==5668== Lock acquired, processing the job...
[2026-04-06 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:28:02] Production.INFO: ==5666== Lock acquired, processing the job...
[2026-04-06 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:28:02] Production.INFO: ==5668== Releasing lock...
[2026-04-06 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:28:02] Production.INFO: ==5666== Releasing lock...
[2026-04-06 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:28:03] Production.INFO: ==5671== Lock acquired, processing the job...
[2026-04-06 12:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:28:03] Production.INFO: ==5677== Lock acquired, processing the job...
[2026-04-06 12:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:28:03] Production.INFO: ==5673== Lock acquired, processing the job...
[2026-04-06 12:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:28:03] Production.INFO: ==5675== Lock acquired, processing the job...
[2026-04-06 12:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:28:03] Production.INFO: Account Balance Start.
[2026-04-06 12:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:28:03] Production.INFO: 117
[2026-04-06 12:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:28:03] Production.INFO: ==5679== Lock acquired, processing the job...
[2026-04-06 12:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:28:03] Production.INFO: ==5679== Releasing lock...
[2026-04-06 12:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: ==5673== Releasing lock...
[2026-04-06 12:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-29
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-30
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:03] Production.INFO: Date 2026-03-31
[2026-04-06 12:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:28:04] Production.INFO: Total Charge 0
[2026-04-06 12:28:04] Production.INFO: CreateAllLog End
[2026-04-06 12:28:04] Production.INFO: Account Balance End.
[2026-04-06 12:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:28:04] Production.INFO: ==5677== Releasing lock...
[2026-04-06 12:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:28:11] Production.ERROR: CronJobId end10
[2026-04-06 12:28:11] Production.INFO: ==5675== Releasing lock...
[2026-04-06 12:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:28:13] Production.INFO: call_cost start
[2026-04-06 12:28:13] Production.INFO: call_cost end
[2026-04-06 12:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:28:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:28:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:28:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:28:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:28:13] Production.INFO: ==5671== Releasing lock...
[2026-04-06 12:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:29:01] Production.INFO: ==5736== Lock acquired, processing the job...
[2026-04-06 17:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:29:01] Production.INFO: neon service started
[2026-04-06 17:29:01] Production.INFO: neon service started
[2026-04-06 17:29:01] Production.INFO: ==5736== Releasing lock...
[2026-04-06 17:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:29:02] Production.INFO: ==5738== Lock acquired, processing the job...
[2026-04-06 12:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:29:02] Production.INFO: ==5738== Releasing lock...
[2026-04-06 12:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:29:02] Production.INFO: ==5740== Lock acquired, processing the job...
[2026-04-06 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:29:02] Production.INFO: ==5740== Releasing lock...
[2026-04-06 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:29:03] Production.INFO: ==5751== Lock acquired, processing the job...
[2026-04-06 12:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:29:03] Production.INFO: ==5751== Releasing lock...
[2026-04-06 12:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:29:03] Production.INFO: ==5743== Lock acquired, processing the job...
[2026-04-06 12:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:29:03] Production.INFO: ==5745== Lock acquired, processing the job...
[2026-04-06 12:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:29:03] Production.INFO: ==5747== Lock acquired, processing the job...
[2026-04-06 12:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:29:03] Production.INFO: ==5749== Lock acquired, processing the job...
[2026-04-06 12:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:29:03] Production.INFO: Account Balance Start.
[2026-04-06 12:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:29:03] Production.INFO: 117
[2026-04-06 12:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:03] Production.INFO: ==5745== Releasing lock...
[2026-04-06 12:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:29:04] Production.INFO: Total Charge 0
[2026-04-06 12:29:04] Production.INFO: CreateAllLog End
[2026-04-06 12:29:04] Production.INFO: Account Balance End.
[2026-04-06 12:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:29:04] Production.INFO: ==5749== Releasing lock...
[2026-04-06 12:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:29:10] Production.ERROR: CronJobId end10
[2026-04-06 12:29:10] Production.INFO: ==5747== Releasing lock...
[2026-04-06 12:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:29:13] Production.INFO: call_cost start
[2026-04-06 12:29:13] Production.INFO: call_cost end
[2026-04-06 12:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:29:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:29:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:29:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:29:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:29:13] Production.INFO: ==5743== Releasing lock...
[2026-04-06 12:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:30:02] Production.INFO: ==5812== Lock acquired, processing the job...
[2026-04-06 17:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:30:02] Production.INFO: neon service started
[2026-04-06 17:30:02] Production.INFO: neon service started
[2026-04-06 17:30:02] Production.INFO: ==5812== Releasing lock...
[2026-04-06 17:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:30:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:30:02] Production.INFO: ==5814== Lock acquired, processing the job...
[2026-04-06 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:30:02] Production.INFO: ==5814== Releasing lock...
[2026-04-06 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:30:02] Production.INFO: ==5817== Lock acquired, processing the job...
[2026-04-06 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:30:03] Production.INFO: ==5817== Releasing lock...
[2026-04-06 16:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:30:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:30:03] Production.INFO: ==5821== Lock acquired, processing the job...
[2026-04-06 12:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:30:03] Production.INFO: ==5819== Lock acquired, processing the job...
[2026-04-06 12:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:30:03] Production.INFO: ==5825== Lock acquired, processing the job...
[2026-04-06 12:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:30:03] Production.INFO: Account Balance Start.
[2026-04-06 12:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:30:03] Production.INFO: 117
[2026-04-06 12:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:03] Production.INFO: ==5823== Lock acquired, processing the job...
[2026-04-06 12:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:03] Production.INFO: ==5827== Lock acquired, processing the job...
[2026-04-06 12:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:30:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:30:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:30:04] Production.INFO: ==5827== Releasing lock...
[2026-04-06 12:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: ==5821== Releasing lock...
[2026-04-06 12:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:30:05] Production.INFO: Total Charge 0
[2026-04-06 12:30:05] Production.INFO: CreateAllLog End
[2026-04-06 12:30:05] Production.INFO: Account Balance End.
[2026-04-06 12:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:30:05] Production.INFO: ==5825== Releasing lock...
[2026-04-06 12:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:30:13] Production.ERROR: CronJobId end10
[2026-04-06 12:30:13] Production.INFO: ==5823== Releasing lock...
[2026-04-06 12:30:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:30:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:30:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:30:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:30:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:30:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:30:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:30:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:30:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:30:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:30:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:30:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:30:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:30:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:30:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:30:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:30:16] Production.INFO: call_cost start
[2026-04-06 12:30:16] Production.INFO: call_cost end
[2026-04-06 12:30:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:30:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:30:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:30:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:30:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:30:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:30:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:30:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:30:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:30:16] Production.INFO: ==5819== Releasing lock...
[2026-04-06 12:30:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:30:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:31:01] Production.INFO: ==5882== Lock acquired, processing the job...
[2026-04-06 17:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:31:01] Production.INFO: neon service started
[2026-04-06 17:31:01] Production.INFO: neon service started
[2026-04-06 17:31:01] Production.INFO: ==5882== Releasing lock...
[2026-04-06 17:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:31:02] Production.INFO: ==5887== Lock acquired, processing the job...
[2026-04-06 12:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:31:02] Production.INFO: ==5889== Lock acquired, processing the job...
[2026-04-06 16:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:31:02] Production.INFO: ==5889== Releasing lock...
[2026-04-06 16:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:31:02] Production.INFO: ==5887== Releasing lock...
[2026-04-06 12:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:31:03] Production.INFO: ==5896== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:31:03] Production.INFO: ==5892== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 12:31:03] Production.INFO: ==5894== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 12:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:31:03] Production.ERROR: CronJob PID - 5894
[2026-04-06 12:31:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 12:31:03] Production.ERROR: CronJob ID - 5
[2026-04-06 12:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:31:00
[2026-04-06 12:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:31:03] Production.INFO: ==5902== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 12:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:31:03] Production.ERROR: CronJob PID - 5896
[2026-04-06 12:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 12:31:03] Production.ERROR: CronJob ID - 7
[2026-04-06 12:31:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:31:00
[2026-04-06 12:31:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:31:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:31:03] Production.INFO: ==5898== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 12:31:03] Production.INFO: ==5892== Releasing lock...
[2026-04-06 12:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 12:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:31:03] Production.INFO: ==5904== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:31:03] Production.INFO: ==5900== Lock acquired, processing the job...
[2026-04-06 12:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:31:04] Production.INFO: ==5904== Releasing lock...
[2026-04-06 12:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:31:04] Production.INFO: Account Balance Start.
[2026-04-06 12:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 12:31:04] Production.INFO: 117
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.ERROR: done
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 12:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047673', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: ==5896== Releasing lock...
[2026-04-06 12:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:31:05] Production.INFO: Total Charge 0
[2026-04-06 12:31:05] Production.INFO: CreateAllLog End
[2026-04-06 12:31:05] Production.INFO: Account Balance End.
[2026-04-06 12:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:31:05] Production.INFO: ==5900== Releasing lock...
[2026-04-06 12:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047673', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 12:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 12:31:10] Production.INFO: ProcessCDR(1,17047673,1,1,2)
[2026-04-06 12:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047673,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047673,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 12:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 12:31:10] Production.INFO: ==5902== Releasing lock...
[2026-04-06 12:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 12:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 12:31:13] Production.ERROR: CronJobId end10
[2026-04-06 12:31:13] Production.INFO: ==5898== Releasing lock...
[2026-04-06 12:31:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:31:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:31:16] Production.INFO: call_cost start
[2026-04-06 12:31:16] Production.INFO: call_cost end
[2026-04-06 12:31:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:31:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:31:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:31:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:31:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:31:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:31:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:31:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:31:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:31:16] Production.INFO: ==5894== Releasing lock...
[2026-04-06 12:31:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:31:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:32:02] Production.INFO: ==5958== Lock acquired, processing the job...
[2026-04-06 17:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:32:02] Production.INFO: neon service started
[2026-04-06 17:32:02] Production.INFO: neon service started
[2026-04-06 17:32:02] Production.INFO: ==5958== Releasing lock...
[2026-04-06 17:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:32:02] Production.INFO: ==5960== Lock acquired, processing the job...
[2026-04-06 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:32:02] Production.INFO: ==5960== Releasing lock...
[2026-04-06 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:32:02] Production.INFO: ==5962== Lock acquired, processing the job...
[2026-04-06 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:32:02] Production.INFO: ==5962== Releasing lock...
[2026-04-06 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:32:03] Production.INFO: ==5969== Lock acquired, processing the job...
[2026-04-06 12:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:32:03] Production.INFO: ==5973== Lock acquired, processing the job...
[2026-04-06 12:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:32:03] Production.INFO: ==5965== Lock acquired, processing the job...
[2026-04-06 12:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:32:03] Production.INFO: ==5967== Lock acquired, processing the job...
[2026-04-06 12:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:32:03] Production.INFO: ==5971== Lock acquired, processing the job...
[2026-04-06 12:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:32:03] Production.INFO: ==5973== Releasing lock...
[2026-04-06 12:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:32:04] Production.INFO: Account Balance Start.
[2026-04-06 12:32:04] Production.INFO: CreateAllLog Start
[2026-04-06 12:32:04] Production.INFO: 117
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-08
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: ==5967== Releasing lock...
[2026-04-06 12:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:32:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:32:05] Production.INFO: Total Charge 0
[2026-04-06 12:32:05] Production.INFO: CreateAllLog End
[2026-04-06 12:32:05] Production.INFO: Account Balance End.
[2026-04-06 12:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:32:05] Production.INFO: ==5971== Releasing lock...
[2026-04-06 12:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:32:11] Production.ERROR: CronJobId end10
[2026-04-06 12:32:11] Production.INFO: ==5969== Releasing lock...
[2026-04-06 12:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:32:13] Production.INFO: call_cost start
[2026-04-06 12:32:13] Production.INFO: call_cost end
[2026-04-06 12:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:32:13] Production.INFO: ==5965== Releasing lock...
[2026-04-06 12:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:33:01] Production.INFO: ==6029== Lock acquired, processing the job...
[2026-04-06 17:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:33:01] Production.INFO: neon service started
[2026-04-06 17:33:01] Production.INFO: neon service started
[2026-04-06 17:33:01] Production.INFO: ==6029== Releasing lock...
[2026-04-06 17:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:33:01] Production.INFO: ==6032== Lock acquired, processing the job...
[2026-04-06 12:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:33:02] Production.INFO: ==6032== Releasing lock...
[2026-04-06 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:33:02] Production.INFO: ==6034== Lock acquired, processing the job...
[2026-04-06 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:33:02] Production.INFO: ==6034== Releasing lock...
[2026-04-06 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:33:02] Production.INFO: ==6040== Lock acquired, processing the job...
[2026-04-06 12:33:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:33:02] Production.INFO: ==6042== Lock acquired, processing the job...
[2026-04-06 12:33:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:33:02] Production.INFO: ==6038== Lock acquired, processing the job...
[2026-04-06 12:33:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:33:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:33:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:33:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:33:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:33:02] Production.INFO: ==6036== Lock acquired, processing the job...
[2026-04-06 12:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:33:02] Production.INFO: Account Balance Start.
[2026-04-06 12:33:02] Production.INFO: CreateAllLog Start
[2026-04-06 12:33:02] Production.INFO: 117
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: ==6044== Lock acquired, processing the job...
[2026-04-06 12:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: ==6044== Releasing lock...
[2026-04-06 12:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: ==6038== Releasing lock...
[2026-04-06 12:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-29
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-30
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:03] Production.INFO: Date 2026-03-31
[2026-04-06 12:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:33:04] Production.INFO: Total Charge 0
[2026-04-06 12:33:04] Production.INFO: CreateAllLog End
[2026-04-06 12:33:04] Production.INFO: Account Balance End.
[2026-04-06 12:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:33:04] Production.INFO: ==6042== Releasing lock...
[2026-04-06 12:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:33:10] Production.ERROR: CronJobId end10
[2026-04-06 12:33:10] Production.INFO: ==6040== Releasing lock...
[2026-04-06 12:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:33:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:33:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:33:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:33:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:33:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:33:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:33:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:33:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:33:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:33:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:33:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:33:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:33:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:33:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:33:13] Production.INFO: call_cost start
[2026-04-06 12:33:13] Production.INFO: call_cost end
[2026-04-06 12:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:33:13] Production.INFO: ==6036== Releasing lock...
[2026-04-06 12:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:34:01] Production.INFO: ==6104== Lock acquired, processing the job...
[2026-04-06 17:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:34:02] Production.INFO: neon service started
[2026-04-06 17:34:02] Production.INFO: neon service started
[2026-04-06 17:34:02] Production.INFO: ==6104== Releasing lock...
[2026-04-06 17:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:34:02] Production.INFO: ==6106== Lock acquired, processing the job...
[2026-04-06 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:34:02] Production.INFO: ==6106== Releasing lock...
[2026-04-06 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:34:02] Production.INFO: ==6108== Lock acquired, processing the job...
[2026-04-06 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:34:02] Production.INFO: ==6108== Releasing lock...
[2026-04-06 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:34:03] Production.INFO: ==6111== Lock acquired, processing the job...
[2026-04-06 12:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:34:03] Production.INFO: ==6115== Lock acquired, processing the job...
[2026-04-06 12:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:34:03] Production.INFO: ==6117== Lock acquired, processing the job...
[2026-04-06 12:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:34:03] Production.INFO: ==6113== Lock acquired, processing the job...
[2026-04-06 12:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:34:03] Production.INFO: Account Balance Start.
[2026-04-06 12:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:34:03] Production.INFO: ==6119== Lock acquired, processing the job...
[2026-04-06 12:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:34:03] Production.INFO: 117
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:34:03] Production.INFO: ==6119== Releasing lock...
[2026-04-06 12:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: ==6113== Releasing lock...
[2026-04-06 12:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:34:04] Production.INFO: Total Charge 0
[2026-04-06 12:34:04] Production.INFO: CreateAllLog End
[2026-04-06 12:34:04] Production.INFO: Account Balance End.
[2026-04-06 12:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:34:04] Production.INFO: ==6117== Releasing lock...
[2026-04-06 12:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:34:11] Production.ERROR: CronJobId end10
[2026-04-06 12:34:11] Production.INFO: ==6115== Releasing lock...
[2026-04-06 12:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:34:13] Production.INFO: call_cost start
[2026-04-06 12:34:13] Production.INFO: call_cost end
[2026-04-06 12:34:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:34:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:34:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:34:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:34:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:34:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:34:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:34:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:34:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:34:13] Production.INFO: ==6111== Releasing lock...
[2026-04-06 12:34:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:34:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:35:01] Production.INFO: ==6172== Lock acquired, processing the job...
[2026-04-06 17:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:35:01] Production.INFO: neon service started
[2026-04-06 17:35:01] Production.INFO: neon service started
[2026-04-06 17:35:01] Production.INFO: ==6172== Releasing lock...
[2026-04-06 17:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:35:02] Production.INFO: ==6174== Lock acquired, processing the job...
[2026-04-06 12:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:35:02] Production.INFO: ==6176== Lock acquired, processing the job...
[2026-04-06 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:35:02] Production.INFO: ==6176== Releasing lock...
[2026-04-06 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:35:02] Production.INFO: ==6174== Releasing lock...
[2026-04-06 12:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:35:03] Production.INFO: ==6181== Lock acquired, processing the job...
[2026-04-06 12:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:35:03] Production.INFO: ==6187== Lock acquired, processing the job...
[2026-04-06 12:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:35:03] Production.INFO: ==6179== Lock acquired, processing the job...
[2026-04-06 12:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:35:03] Production.INFO: ==6183== Lock acquired, processing the job...
[2026-04-06 12:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:35:03] Production.INFO: ==6185== Lock acquired, processing the job...
[2026-04-06 12:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:35:03] Production.INFO: ==6187== Releasing lock...
[2026-04-06 12:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:35:03] Production.INFO: Account Balance Start.
[2026-04-06 12:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:35:03] Production.INFO: 117
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: ==6181== Releasing lock...
[2026-04-06 12:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:35:04] Production.INFO: Total Charge 0
[2026-04-06 12:35:04] Production.INFO: CreateAllLog End
[2026-04-06 12:35:04] Production.INFO: Account Balance End.
[2026-04-06 12:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:35:04] Production.INFO: ==6185== Releasing lock...
[2026-04-06 12:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:35:11] Production.ERROR: CronJobId end10
[2026-04-06 12:35:11] Production.INFO: ==6183== Releasing lock...
[2026-04-06 12:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:35:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:35:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:35:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:35:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:35:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:35:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:35:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:35:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:35:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:35:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:35:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:35:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:35:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:35:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:35:13] Production.INFO: call_cost start
[2026-04-06 12:35:13] Production.INFO: call_cost end
[2026-04-06 12:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:35:13] Production.INFO: ==6179== Releasing lock...
[2026-04-06 12:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:36:01] Production.INFO: ==6243== Lock acquired, processing the job...
[2026-04-06 17:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:36:01] Production.INFO: neon service started
[2026-04-06 17:36:01] Production.INFO: neon service started
[2026-04-06 17:36:01] Production.INFO: ==6243== Releasing lock...
[2026-04-06 17:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:36:02] Production.INFO: ==6245== Lock acquired, processing the job...
[2026-04-06 12:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:36:02] Production.INFO: ==6247== Lock acquired, processing the job...
[2026-04-06 16:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:36:02] Production.INFO: ==6247== Releasing lock...
[2026-04-06 16:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:36:02] Production.INFO: ==6245== Releasing lock...
[2026-04-06 12:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:36:03] Production.INFO: ==6250== Lock acquired, processing the job...
[2026-04-06 12:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:36:03] Production.INFO: ==6252== Lock acquired, processing the job...
[2026-04-06 12:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:36:03] Production.INFO: ==6254== Lock acquired, processing the job...
[2026-04-06 12:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:36:03] Production.INFO: ==6258== Lock acquired, processing the job...
[2026-04-06 12:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:36:03] Production.INFO: ==6256== Lock acquired, processing the job...
[2026-04-06 12:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:36:03] Production.INFO: Account Balance Start.
[2026-04-06 12:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:36:03] Production.INFO: 117
[2026-04-06 12:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:36:03] Production.INFO: ==6258== Releasing lock...
[2026-04-06 12:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: ==6252== Releasing lock...
[2026-04-06 12:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:36:05] Production.INFO: Total Charge 0
[2026-04-06 12:36:05] Production.INFO: CreateAllLog End
[2026-04-06 12:36:05] Production.INFO: Account Balance End.
[2026-04-06 12:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:36:05] Production.INFO: ==6256== Releasing lock...
[2026-04-06 12:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:36:11] Production.ERROR: CronJobId end10
[2026-04-06 12:36:11] Production.INFO: ==6254== Releasing lock...
[2026-04-06 12:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:36:14] Production.INFO: call_cost start
[2026-04-06 12:36:14] Production.INFO: call_cost end
[2026-04-06 12:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:36:14] Production.INFO: ==6250== Releasing lock...
[2026-04-06 12:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:37:02] Production.INFO: ==6315== Lock acquired, processing the job...
[2026-04-06 17:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:37:02] Production.INFO: neon service started
[2026-04-06 17:37:02] Production.INFO: neon service started
[2026-04-06 17:37:02] Production.INFO: ==6315== Releasing lock...
[2026-04-06 17:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:37:02] Production.INFO: ==6319== Lock acquired, processing the job...
[2026-04-06 16:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:37:02] Production.INFO: ==6319== Releasing lock...
[2026-04-06 16:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:37:02] Production.INFO: ==6317== Lock acquired, processing the job...
[2026-04-06 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:37:02] Production.INFO: ==6317== Releasing lock...
[2026-04-06 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:37:03] Production.INFO: ==6323== Lock acquired, processing the job...
[2026-04-06 12:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:37:03] Production.INFO: ==6327== Lock acquired, processing the job...
[2026-04-06 12:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:37:03] Production.INFO: ==6325== Lock acquired, processing the job...
[2026-04-06 12:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:37:03] Production.INFO: ==6321== Lock acquired, processing the job...
[2026-04-06 12:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:37:03] Production.INFO: ==6329== Lock acquired, processing the job...
[2026-04-06 12:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:37:03] Production.INFO: Account Balance Start.
[2026-04-06 12:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:37:03] Production.INFO: 117
[2026-04-06 12:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:37:04] Production.INFO: ==6329== Releasing lock...
[2026-04-06 12:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:37:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: ==6323== Releasing lock...
[2026-04-06 12:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:37:04] Production.INFO: Total Charge 0
[2026-04-06 12:37:04] Production.INFO: CreateAllLog End
[2026-04-06 12:37:05] Production.INFO: Account Balance End.
[2026-04-06 12:37:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:37:05] Production.INFO: ==6327== Releasing lock...
[2026-04-06 12:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:37:13] Production.ERROR: CronJobId end10
[2026-04-06 12:37:13] Production.INFO: ==6325== Releasing lock...
[2026-04-06 12:37:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:37:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:37:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:37:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:37:15] Production.INFO: call_cost start
[2026-04-06 12:37:15] Production.INFO: call_cost end
[2026-04-06 12:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:37:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:37:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:37:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:37:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:37:15] Production.INFO: ==6321== Releasing lock...
[2026-04-06 12:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:38:01] Production.INFO: ==6387== Lock acquired, processing the job...
[2026-04-06 17:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:38:01] Production.INFO: neon service started
[2026-04-06 17:38:01] Production.INFO: neon service started
[2026-04-06 17:38:01] Production.INFO: ==6387== Releasing lock...
[2026-04-06 17:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:38:02] Production.INFO: ==6391== Lock acquired, processing the job...
[2026-04-06 16:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:38:02] Production.INFO: ==6391== Releasing lock...
[2026-04-06 16:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:38:02] Production.INFO: ==6389== Lock acquired, processing the job...
[2026-04-06 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:38:02] Production.INFO: ==6389== Releasing lock...
[2026-04-06 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:38:03] Production.INFO: ==6396== Lock acquired, processing the job...
[2026-04-06 12:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:38:03] Production.INFO: ==6394== Lock acquired, processing the job...
[2026-04-06 12:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:38:03] Production.INFO: ==6398== Lock acquired, processing the job...
[2026-04-06 12:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:38:03] Production.INFO: ==6402== Lock acquired, processing the job...
[2026-04-06 12:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:38:03] Production.INFO: ==6400== Lock acquired, processing the job...
[2026-04-06 12:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:38:03] Production.INFO: Account Balance Start.
[2026-04-06 12:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:38:03] Production.INFO: 117
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:38:03] Production.INFO: ==6402== Releasing lock...
[2026-04-06 12:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: ==6396== Releasing lock...
[2026-04-06 12:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:38:04] Production.INFO: Total Charge 0
[2026-04-06 12:38:04] Production.INFO: CreateAllLog End
[2026-04-06 12:38:04] Production.INFO: Account Balance End.
[2026-04-06 12:38:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:38:04] Production.INFO: ==6400== Releasing lock...
[2026-04-06 12:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:38:11] Production.ERROR: CronJobId end10
[2026-04-06 12:38:11] Production.INFO: ==6398== Releasing lock...
[2026-04-06 12:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:38:13] Production.INFO: call_cost start
[2026-04-06 12:38:13] Production.INFO: call_cost end
[2026-04-06 12:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:38:13] Production.INFO: ==6394== Releasing lock...
[2026-04-06 12:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:39:02] Production.INFO: ==6456== Lock acquired, processing the job...
[2026-04-06 17:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:39:02] Production.INFO: neon service started
[2026-04-06 17:39:02] Production.INFO: neon service started
[2026-04-06 17:39:02] Production.INFO: ==6456== Releasing lock...
[2026-04-06 17:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:39:02] Production.INFO: ==6459== Lock acquired, processing the job...
[2026-04-06 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:39:02] Production.INFO: ==6461== Lock acquired, processing the job...
[2026-04-06 16:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:39:02] Production.INFO: ==6461== Releasing lock...
[2026-04-06 16:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:39:02] Production.INFO: ==6459== Releasing lock...
[2026-04-06 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:39:03] Production.INFO: ==6463== Lock acquired, processing the job...
[2026-04-06 12:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:39:03] Production.INFO: ==6469== Lock acquired, processing the job...
[2026-04-06 12:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:39:03] Production.INFO: Account Balance Start.
[2026-04-06 12:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:39:03] Production.INFO: 117
[2026-04-06 12:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:03] Production.INFO: ==6471== Lock acquired, processing the job...
[2026-04-06 12:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:03] Production.INFO: ==6465== Lock acquired, processing the job...
[2026-04-06 12:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: ==6467== Lock acquired, processing the job...
[2026-04-06 12:39:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:39:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:39:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:39:04] Production.INFO: ==6471== Releasing lock...
[2026-04-06 12:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:39:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:39:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:39:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: ==6465== Releasing lock...
[2026-04-06 12:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:39:04] Production.INFO: Total Charge 0
[2026-04-06 12:39:04] Production.INFO: CreateAllLog End
[2026-04-06 12:39:04] Production.INFO: Account Balance End.
[2026-04-06 12:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:39:04] Production.INFO: ==6469== Releasing lock...
[2026-04-06 12:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:39:12] Production.ERROR: CronJobId end10
[2026-04-06 12:39:12] Production.INFO: ==6467== Releasing lock...
[2026-04-06 12:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:39:14] Production.INFO: call_cost start
[2026-04-06 12:39:14] Production.INFO: call_cost end
[2026-04-06 12:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:39:14] Production.INFO: ==6463== Releasing lock...
[2026-04-06 12:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:40:01] Production.INFO: ==6525== Lock acquired, processing the job...
[2026-04-06 17:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:40:01] Production.INFO: neon service started
[2026-04-06 17:40:01] Production.INFO: neon service started
[2026-04-06 17:40:01] Production.INFO: ==6525== Releasing lock...
[2026-04-06 17:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:40:02] Production.INFO: ==6527== Lock acquired, processing the job...
[2026-04-06 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:40:02] Production.INFO: ==6529== Lock acquired, processing the job...
[2026-04-06 16:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:40:02] Production.INFO: ==6529== Releasing lock...
[2026-04-06 16:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:40:02] Production.INFO: ==6527== Releasing lock...
[2026-04-06 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:40:03] Production.INFO: ==6532== Lock acquired, processing the job...
[2026-04-06 12:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:40:03] Production.INFO: ==6534== Lock acquired, processing the job...
[2026-04-06 12:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:40:03] Production.INFO: ==6540== Lock acquired, processing the job...
[2026-04-06 12:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:40:03] Production.INFO: ==6536== Lock acquired, processing the job...
[2026-04-06 12:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:40:03] Production.INFO: ==6538== Lock acquired, processing the job...
[2026-04-06 12:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:40:03] Production.INFO: ==6540== Releasing lock...
[2026-04-06 12:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:40:03] Production.INFO: Account Balance Start.
[2026-04-06 12:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:40:03] Production.INFO: 117
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:03] Production.INFO: ==6534== Releasing lock...
[2026-04-06 12:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:40:04] Production.INFO: Total Charge 0
[2026-04-06 12:40:04] Production.INFO: CreateAllLog End
[2026-04-06 12:40:04] Production.INFO: Account Balance End.
[2026-04-06 12:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:40:04] Production.INFO: ==6538== Releasing lock...
[2026-04-06 12:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:40:10] Production.ERROR: CronJobId end10
[2026-04-06 12:40:10] Production.INFO: ==6536== Releasing lock...
[2026-04-06 12:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:40:13] Production.INFO: call_cost start
[2026-04-06 12:40:13] Production.INFO: call_cost end
[2026-04-06 12:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:40:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:40:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:40:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:40:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:40:13] Production.INFO: ==6532== Releasing lock...
[2026-04-06 12:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:41:01] Production.INFO: ==6596== Lock acquired, processing the job...
[2026-04-06 17:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:41:01] Production.INFO: neon service started
[2026-04-06 17:41:01] Production.INFO: neon service started
[2026-04-06 17:41:01] Production.INFO: ==6596== Releasing lock...
[2026-04-06 17:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:41:02] Production.INFO: ==6598== Lock acquired, processing the job...
[2026-04-06 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:41:02] Production.INFO: ==6600== Lock acquired, processing the job...
[2026-04-06 16:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:41:02] Production.INFO: ==6600== Releasing lock...
[2026-04-06 16:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:41:02] Production.INFO: ==6598== Releasing lock...
[2026-04-06 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:41:03] Production.INFO: ==6603== Lock acquired, processing the job...
[2026-04-06 12:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 12:41:03] Production.INFO: ==6605== Lock acquired, processing the job...
[2026-04-06 12:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 12:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:41:03] Production.ERROR: CronJob PID - 6605
[2026-04-06 12:41:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 12:41:03] Production.ERROR: CronJob ID - 5
[2026-04-06 12:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 12:41:00
[2026-04-06 12:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 12:41:03] Production.INFO: ==6603== Releasing lock...
[2026-04-06 12:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 12:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:41:03] Production.INFO: ==6609== Lock acquired, processing the job...
[2026-04-06 12:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:41:04] Production.INFO: ==6607== Lock acquired, processing the job...
[2026-04-06 12:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:41:04] Production.INFO: ==6611== Lock acquired, processing the job...
[2026-04-06 12:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:41:04] Production.INFO: ==6613== Lock acquired, processing the job...
[2026-04-06 12:41:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 12:41:04] Production.INFO: ==6615== Lock acquired, processing the job...
[2026-04-06 12:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:41:04] Production.INFO: Account Balance Start.
[2026-04-06 12:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 12:41:04] Production.INFO: 117
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-17
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: ==6615== Releasing lock...
[2026-04-06 12:41:05] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:41:05] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:41:05] Production.ERROR: done
[2026-04-06 12:41:05] Production.INFO: ==6607== Releasing lock...
[2026-04-06 12:41:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:41:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-18
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 12:41:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047714', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-19
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-20
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-21
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-22
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-23
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-24
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-25
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-26
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-27
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-28
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-29
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-30
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 12:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:06] Production.INFO: Date 2026-04-03
[2026-04-06 12:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:06] Production.INFO: Date 2026-04-04
[2026-04-06 12:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:06] Production.INFO: Date 2026-04-05
[2026-04-06 12:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:06] Production.INFO: Date 2026-04-06
[2026-04-06 12:41:06] Production.INFO: Reseller ==> 0
[2026-04-06 12:41:06] Production.INFO: Total Charge 0
[2026-04-06 12:41:06] Production.INFO: CreateAllLog End
[2026-04-06 12:41:06] Production.INFO: Account Balance End.
[2026-04-06 12:41:06] Production.ERROR: CronJobId end 12
[2026-04-06 12:41:06] Production.INFO: ==6611== Releasing lock...
[2026-04-06 12:41:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:41:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047714', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 12:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 12:41:10] Production.INFO: ProcessCDR(1,17047714,1,1,2)
[2026-04-06 12:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047714,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047714,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 12:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 12:41:10] Production.INFO: ==6613== Releasing lock...
[2026-04-06 12:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 12:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 12:41:14] Production.ERROR: CronJobId end10
[2026-04-06 12:41:14] Production.INFO: ==6609== Releasing lock...
[2026-04-06 12:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:41:16] Production.INFO: call_cost start
[2026-04-06 12:41:16] Production.INFO: call_cost end
[2026-04-06 12:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:41:16] Production.INFO: ==6605== Releasing lock...
[2026-04-06 12:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:42:01] Production.INFO: ==6671== Lock acquired, processing the job...
[2026-04-06 17:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:42:01] Production.INFO: neon service started
[2026-04-06 17:42:01] Production.INFO: neon service started
[2026-04-06 17:42:01] Production.INFO: ==6671== Releasing lock...
[2026-04-06 17:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:42:01] Production.INFO: ==6673== Lock acquired, processing the job...
[2026-04-06 12:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:42:02] Production.INFO: ==6675== Lock acquired, processing the job...
[2026-04-06 16:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:42:02] Production.INFO: ==6675== Releasing lock...
[2026-04-06 16:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:42:02] Production.INFO: ==6673== Releasing lock...
[2026-04-06 12:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:42:02] Production.INFO: ==6677== Lock acquired, processing the job...
[2026-04-06 12:42:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:42:03] Production.INFO: ==6686== Lock acquired, processing the job...
[2026-04-06 12:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:42:03] Production.INFO: ==6679== Lock acquired, processing the job...
[2026-04-06 12:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:42:03] Production.INFO: ==6681== Lock acquired, processing the job...
[2026-04-06 12:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:42:03] Production.INFO: ==6684== Lock acquired, processing the job...
[2026-04-06 12:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:42:03] Production.INFO: ==6686== Releasing lock...
[2026-04-06 12:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:42:03] Production.INFO: Account Balance Start.
[2026-04-06 12:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:42:03] Production.INFO: 117
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: ==6679== Releasing lock...
[2026-04-06 12:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:42:04] Production.INFO: Total Charge 0
[2026-04-06 12:42:04] Production.INFO: CreateAllLog End
[2026-04-06 12:42:04] Production.INFO: Account Balance End.
[2026-04-06 12:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:42:04] Production.INFO: ==6684== Releasing lock...
[2026-04-06 12:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:42:11] Production.ERROR: CronJobId end10
[2026-04-06 12:42:11] Production.INFO: ==6681== Releasing lock...
[2026-04-06 12:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:42:14] Production.INFO: call_cost start
[2026-04-06 12:42:14] Production.INFO: call_cost end
[2026-04-06 12:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:42:14] Production.INFO: ==6677== Releasing lock...
[2026-04-06 12:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:43:01] Production.INFO: ==6741== Lock acquired, processing the job...
[2026-04-06 17:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:43:01] Production.INFO: neon service started
[2026-04-06 17:43:01] Production.INFO: neon service started
[2026-04-06 17:43:01] Production.INFO: ==6741== Releasing lock...
[2026-04-06 17:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:43:02] Production.INFO: ==6744== Lock acquired, processing the job...
[2026-04-06 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:43:02] Production.INFO: ==6746== Lock acquired, processing the job...
[2026-04-06 16:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:43:02] Production.INFO: ==6746== Releasing lock...
[2026-04-06 16:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:43:02] Production.INFO: ==6744== Releasing lock...
[2026-04-06 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:43:03] Production.INFO: ==6748== Lock acquired, processing the job...
[2026-04-06 12:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:43:03] Production.INFO: ==6752== Lock acquired, processing the job...
[2026-04-06 12:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:43:03] Production.INFO: ==6750== Lock acquired, processing the job...
[2026-04-06 12:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:43:03] Production.INFO: ==6754== Lock acquired, processing the job...
[2026-04-06 12:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:43:03] Production.INFO: ==6756== Lock acquired, processing the job...
[2026-04-06 12:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:43:03] Production.INFO: Account Balance Start.
[2026-04-06 12:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:43:03] Production.INFO: 117
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:43:03] Production.INFO: ==6756== Releasing lock...
[2026-04-06 12:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:03] Production.INFO: ==6750== Releasing lock...
[2026-04-06 12:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:43:04] Production.INFO: Total Charge 0
[2026-04-06 12:43:04] Production.INFO: CreateAllLog End
[2026-04-06 12:43:05] Production.INFO: Account Balance End.
[2026-04-06 12:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:43:05] Production.INFO: ==6754== Releasing lock...
[2026-04-06 12:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:43:10] Production.ERROR: CronJobId end10
[2026-04-06 12:43:10] Production.INFO: ==6752== Releasing lock...
[2026-04-06 12:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:43:13] Production.INFO: call_cost start
[2026-04-06 12:43:13] Production.INFO: call_cost end
[2026-04-06 12:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:43:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:43:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:43:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:43:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:43:13] Production.INFO: ==6748== Releasing lock...
[2026-04-06 12:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:44:02] Production.INFO: ==6813== Lock acquired, processing the job...
[2026-04-06 17:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:44:02] Production.INFO: neon service started
[2026-04-06 17:44:02] Production.INFO: neon service started
[2026-04-06 17:44:02] Production.INFO: ==6813== Releasing lock...
[2026-04-06 17:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:44:02] Production.INFO: ==6815== Lock acquired, processing the job...
[2026-04-06 12:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:44:02] Production.INFO: ==6815== Releasing lock...
[2026-04-06 12:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:44:02] Production.INFO: ==6817== Lock acquired, processing the job...
[2026-04-06 16:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:44:03] Production.INFO: ==6817== Releasing lock...
[2026-04-06 16:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:44:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:44:03] Production.INFO: ==6827== Lock acquired, processing the job...
[2026-04-06 12:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:44:03] Production.INFO: ==6819== Lock acquired, processing the job...
[2026-04-06 12:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:44:03] Production.INFO: ==6821== Lock acquired, processing the job...
[2026-04-06 12:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:44:03] Production.INFO: ==6823== Lock acquired, processing the job...
[2026-04-06 12:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:44:03] Production.INFO: ==6825== Lock acquired, processing the job...
[2026-04-06 12:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:44:03] Production.INFO: ==6827== Releasing lock...
[2026-04-06 12:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:44:03] Production.INFO: Account Balance Start.
[2026-04-06 12:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:44:03] Production.INFO: 117
[2026-04-06 12:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: ==6821== Releasing lock...
[2026-04-06 12:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:44:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:44:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:44:05] Production.INFO: Total Charge 0
[2026-04-06 12:44:05] Production.INFO: CreateAllLog End
[2026-04-06 12:44:05] Production.INFO: Account Balance End.
[2026-04-06 12:44:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:44:05] Production.INFO: ==6825== Releasing lock...
[2026-04-06 12:44:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:44:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:44:12] Production.ERROR: CronJobId end10
[2026-04-06 12:44:12] Production.INFO: ==6823== Releasing lock...
[2026-04-06 12:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:44:15] Production.INFO: call_cost start
[2026-04-06 12:44:15] Production.INFO: call_cost end
[2026-04-06 12:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:44:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:44:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:44:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:44:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:44:15] Production.INFO: ==6819== Releasing lock...
[2026-04-06 12:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:45:01] Production.INFO: ==6889== Lock acquired, processing the job...
[2026-04-06 17:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:45:01] Production.INFO: neon service started
[2026-04-06 17:45:01] Production.INFO: neon service started
[2026-04-06 17:45:01] Production.INFO: ==6889== Releasing lock...
[2026-04-06 17:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:45:01] Production.INFO: ==6891== Lock acquired, processing the job...
[2026-04-06 12:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:45:02] Production.INFO: ==6891== Releasing lock...
[2026-04-06 12:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:45:02] Production.INFO: ==6893== Lock acquired, processing the job...
[2026-04-06 16:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:45:02] Production.INFO: ==6893== Releasing lock...
[2026-04-06 16:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:45:02] Production.INFO: ==6895== Lock acquired, processing the job...
[2026-04-06 12:45:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:45:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:45:03] Production.INFO: ==6901== Lock acquired, processing the job...
[2026-04-06 12:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:45:03] Production.INFO: ==6899== Lock acquired, processing the job...
[2026-04-06 12:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:45:03] Production.INFO: ==6897== Lock acquired, processing the job...
[2026-04-06 12:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:45:03] Production.INFO: ==6903== Lock acquired, processing the job...
[2026-04-06 12:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:45:03] Production.INFO: Account Balance Start.
[2026-04-06 12:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:45:03] Production.INFO: 117
[2026-04-06 12:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: ==6903== Releasing lock...
[2026-04-06 12:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: ==6897== Releasing lock...
[2026-04-06 12:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:45:04] Production.INFO: Total Charge 0
[2026-04-06 12:45:04] Production.INFO: CreateAllLog End
[2026-04-06 12:45:04] Production.INFO: Account Balance End.
[2026-04-06 12:45:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:45:04] Production.INFO: ==6901== Releasing lock...
[2026-04-06 12:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:45:10] Production.ERROR: CronJobId end10
[2026-04-06 12:45:10] Production.INFO: ==6899== Releasing lock...
[2026-04-06 12:45:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:45:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:45:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:45:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:45:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:45:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:45:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:45:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:45:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:45:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:45:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:45:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:45:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:45:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:45:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:45:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:45:13] Production.INFO: call_cost start
[2026-04-06 12:45:13] Production.INFO: call_cost end
[2026-04-06 12:45:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:45:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:45:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:45:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:45:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:45:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:45:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:45:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:45:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:45:13] Production.INFO: ==6895== Releasing lock...
[2026-04-06 12:45:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:45:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:46:02] Production.INFO: ==6956== Lock acquired, processing the job...
[2026-04-06 17:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:46:02] Production.INFO: neon service started
[2026-04-06 17:46:02] Production.INFO: neon service started
[2026-04-06 17:46:02] Production.INFO: ==6956== Releasing lock...
[2026-04-06 17:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:46:02] Production.INFO: ==6958== Lock acquired, processing the job...
[2026-04-06 12:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:46:02] Production.INFO: ==6958== Releasing lock...
[2026-04-06 12:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:46:02] Production.INFO: ==6960== Lock acquired, processing the job...
[2026-04-06 16:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:46:02] Production.INFO: ==6960== Releasing lock...
[2026-04-06 16:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:46:03] Production.INFO: ==6965== Lock acquired, processing the job...
[2026-04-06 12:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:46:03] Production.INFO: ==6969== Lock acquired, processing the job...
[2026-04-06 12:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:46:03] Production.INFO: ==6963== Lock acquired, processing the job...
[2026-04-06 12:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:46:03] Production.INFO: Account Balance Start.
[2026-04-06 12:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:46:03] Production.INFO: 117
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:46:03] Production.INFO: ==6971== Lock acquired, processing the job...
[2026-04-06 12:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: ==6967== Lock acquired, processing the job...
[2026-04-06 12:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:46:03] Production.INFO: ==6971== Releasing lock...
[2026-04-06 12:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: ==6965== Releasing lock...
[2026-04-06 12:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:46:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:46:05] Production.INFO: Total Charge 0
[2026-04-06 12:46:05] Production.INFO: CreateAllLog End
[2026-04-06 12:46:05] Production.INFO: Account Balance End.
[2026-04-06 12:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:46:05] Production.INFO: ==6969== Releasing lock...
[2026-04-06 12:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:46:12] Production.ERROR: CronJobId end10
[2026-04-06 12:46:12] Production.INFO: ==6967== Releasing lock...
[2026-04-06 12:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:46:15] Production.INFO: call_cost start
[2026-04-06 12:46:15] Production.INFO: call_cost end
[2026-04-06 12:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:46:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:46:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:46:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:46:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:46:15] Production.INFO: ==6963== Releasing lock...
[2026-04-06 12:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:47:01] Production.INFO: ==7028== Lock acquired, processing the job...
[2026-04-06 17:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:47:01] Production.INFO: neon service started
[2026-04-06 17:47:01] Production.INFO: neon service started
[2026-04-06 17:47:01] Production.INFO: ==7028== Releasing lock...
[2026-04-06 17:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:47:01] Production.INFO: ==7030== Lock acquired, processing the job...
[2026-04-06 12:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:47:02] Production.INFO: ==7030== Releasing lock...
[2026-04-06 12:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:47:02] Production.INFO: ==7032== Lock acquired, processing the job...
[2026-04-06 16:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:47:02] Production.INFO: ==7032== Releasing lock...
[2026-04-06 16:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:47:02] Production.INFO: ==7034== Lock acquired, processing the job...
[2026-04-06 12:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:47:02] Production.INFO: ==7042== Lock acquired, processing the job...
[2026-04-06 12:47:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:47:02] Production.INFO: ==7036== Lock acquired, processing the job...
[2026-04-06 12:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:47:02] Production.INFO: ==7040== Lock acquired, processing the job...
[2026-04-06 12:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:47:02] Production.INFO: ==7038== Lock acquired, processing the job...
[2026-04-06 12:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:47:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:47:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:47:03] Production.INFO: ==7042== Releasing lock...
[2026-04-06 12:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:47:03] Production.INFO: Account Balance Start.
[2026-04-06 12:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:47:03] Production.INFO: 117
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: ==7036== Releasing lock...
[2026-04-06 12:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-29
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-30
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-03-31
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-04-01
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:03] Production.INFO: Date 2026-04-02
[2026-04-06 12:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:47:04] Production.INFO: Total Charge 0
[2026-04-06 12:47:04] Production.INFO: CreateAllLog End
[2026-04-06 12:47:04] Production.INFO: Account Balance End.
[2026-04-06 12:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:47:04] Production.INFO: ==7040== Releasing lock...
[2026-04-06 12:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:47:10] Production.ERROR: CronJobId end10
[2026-04-06 12:47:10] Production.INFO: ==7038== Releasing lock...
[2026-04-06 12:47:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:47:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:47:13] Production.INFO: call_cost start
[2026-04-06 12:47:13] Production.INFO: call_cost end
[2026-04-06 12:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:47:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:47:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:47:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:47:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:47:13] Production.INFO: ==7034== Releasing lock...
[2026-04-06 12:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:48:01] Production.INFO: ==7098== Lock acquired, processing the job...
[2026-04-06 17:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:48:01] Production.INFO: neon service started
[2026-04-06 17:48:01] Production.INFO: neon service started
[2026-04-06 17:48:01] Production.INFO: ==7098== Releasing lock...
[2026-04-06 17:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:48:02] Production.INFO: ==7101== Lock acquired, processing the job...
[2026-04-06 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:48:02] Production.INFO: ==7103== Lock acquired, processing the job...
[2026-04-06 16:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 12:48:02] Production.INFO: ==7101== Releasing lock...
[2026-04-06 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:48:02] Production.INFO: ==7103== Releasing lock...
[2026-04-06 16:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:48:03] Production.INFO: ==7111== Lock acquired, processing the job...
[2026-04-06 12:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:48:03] Production.INFO: ==7107== Lock acquired, processing the job...
[2026-04-06 12:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:48:03] Production.INFO: ==7105== Lock acquired, processing the job...
[2026-04-06 12:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:48:03] Production.INFO: ==7109== Lock acquired, processing the job...
[2026-04-06 12:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:48:03] Production.INFO: Account Balance Start.
[2026-04-06 12:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:48:03] Production.INFO: 117
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:48:03] Production.INFO: ==7113== Lock acquired, processing the job...
[2026-04-06 12:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: ==7113== Releasing lock...
[2026-04-06 12:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: ==7107== Releasing lock...
[2026-04-06 12:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:48:04] Production.INFO: Total Charge 0
[2026-04-06 12:48:04] Production.INFO: CreateAllLog End
[2026-04-06 12:48:04] Production.INFO: Account Balance End.
[2026-04-06 12:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:48:04] Production.INFO: ==7111== Releasing lock...
[2026-04-06 12:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:48:10] Production.ERROR: CronJobId end10
[2026-04-06 12:48:10] Production.INFO: ==7109== Releasing lock...
[2026-04-06 12:48:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:48:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:48:14] Production.INFO: call_cost start
[2026-04-06 12:48:14] Production.INFO: call_cost end
[2026-04-06 12:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:48:14] Production.INFO: ==7105== Releasing lock...
[2026-04-06 12:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:49:02] Production.INFO: ==7170== Lock acquired, processing the job...
[2026-04-06 17:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:49:02] Production.INFO: neon service started
[2026-04-06 17:49:02] Production.INFO: neon service started
[2026-04-06 17:49:02] Production.INFO: ==7170== Releasing lock...
[2026-04-06 17:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:49:02] Production.INFO: ==7172== Lock acquired, processing the job...
[2026-04-06 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:49:02] Production.INFO: ==7172== Releasing lock...
[2026-04-06 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:49:03] Production.INFO: ==7174== Lock acquired, processing the job...
[2026-04-06 16:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:49:03] Production.INFO: ==7174== Releasing lock...
[2026-04-06 16:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:49:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:49:03] Production.INFO: ==7177== Lock acquired, processing the job...
[2026-04-06 12:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:49:03] Production.INFO: ==7183== Lock acquired, processing the job...
[2026-04-06 12:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:49:03] Production.INFO: ==7181== Lock acquired, processing the job...
[2026-04-06 12:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:49:03] Production.INFO: ==7179== Lock acquired, processing the job...
[2026-04-06 12:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:49:03] Production.INFO: ==7185== Lock acquired, processing the job...
[2026-04-06 12:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:49:03] Production.INFO: Account Balance Start.
[2026-04-06 12:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:49:03] Production.INFO: 117
[2026-04-06 12:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:49:03] Production.INFO: ==7185== Releasing lock...
[2026-04-06 12:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: ==7179== Releasing lock...
[2026-04-06 12:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:05] Production.INFO: Date 2026-04-02
[2026-04-06 12:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:05] Production.INFO: Date 2026-04-03
[2026-04-06 12:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:05] Production.INFO: Date 2026-04-04
[2026-04-06 12:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:49:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:49:05] Production.INFO: Total Charge 0
[2026-04-06 12:49:05] Production.INFO: CreateAllLog End
[2026-04-06 12:49:05] Production.INFO: Account Balance End.
[2026-04-06 12:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:49:05] Production.INFO: ==7183== Releasing lock...
[2026-04-06 12:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:49:11] Production.ERROR: CronJobId end10
[2026-04-06 12:49:11] Production.INFO: ==7181== Releasing lock...
[2026-04-06 12:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:49:13] Production.INFO: call_cost start
[2026-04-06 12:49:13] Production.INFO: call_cost end
[2026-04-06 12:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:49:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:49:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:49:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:49:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:49:13] Production.INFO: ==7177== Releasing lock...
[2026-04-06 12:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:50:01] Production.INFO: ==7240== Lock acquired, processing the job...
[2026-04-06 17:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:50:01] Production.INFO: neon service started
[2026-04-06 17:50:01] Production.INFO: neon service started
[2026-04-06 17:50:01] Production.INFO: ==7240== Releasing lock...
[2026-04-06 17:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:50:02] Production.INFO: ==7243== Lock acquired, processing the job...
[2026-04-06 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:50:02] Production.INFO: ==7245== Lock acquired, processing the job...
[2026-04-06 16:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:50:02] Production.INFO: ==7245== Releasing lock...
[2026-04-06 16:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:50:02] Production.INFO: ==7243== Releasing lock...
[2026-04-06 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:50:03] Production.INFO: ==7248== Lock acquired, processing the job...
[2026-04-06 12:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:50:03] Production.INFO: ==7250== Lock acquired, processing the job...
[2026-04-06 12:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:50:03] Production.INFO: ==7254== Lock acquired, processing the job...
[2026-04-06 12:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:50:03] Production.INFO: ==7256== Lock acquired, processing the job...
[2026-04-06 12:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:50:03] Production.INFO: ==7252== Lock acquired, processing the job...
[2026-04-06 12:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:50:03] Production.INFO: Account Balance Start.
[2026-04-06 12:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:50:03] Production.INFO: 117
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:50:03] Production.INFO: ==7256== Releasing lock...
[2026-04-06 12:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: ==7250== Releasing lock...
[2026-04-06 12:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:50:04] Production.INFO: Total Charge 0
[2026-04-06 12:50:04] Production.INFO: CreateAllLog End
[2026-04-06 12:50:04] Production.INFO: Account Balance End.
[2026-04-06 12:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:50:04] Production.INFO: ==7254== Releasing lock...
[2026-04-06 12:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:50:11] Production.ERROR: CronJobId end10
[2026-04-06 12:50:11] Production.INFO: ==7252== Releasing lock...
[2026-04-06 12:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:50:14] Production.INFO: call_cost start
[2026-04-06 12:50:14] Production.INFO: call_cost end
[2026-04-06 12:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:50:14] Production.INFO: ==7248== Releasing lock...
[2026-04-06 12:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:51:02] Production.INFO: ==7310== Lock acquired, processing the job...
[2026-04-06 17:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:51:02] Production.INFO: neon service started
[2026-04-06 17:51:02] Production.INFO: neon service started
[2026-04-06 17:51:02] Production.INFO: ==7310== Releasing lock...
[2026-04-06 17:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:51:02] Production.INFO: ==7312== Lock acquired, processing the job...
[2026-04-06 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:51:02] Production.INFO: ==7314== Lock acquired, processing the job...
[2026-04-06 16:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:51:02] Production.INFO: ==7314== Releasing lock...
[2026-04-06 16:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:51:03] Production.INFO: ==7312== Releasing lock...
[2026-04-06 12:51:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:51:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:51:04] Production.INFO: ==7317== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 12:51:04] Production.INFO: ==7323== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:51:04] Production.INFO: ==7319== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:51:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 12:51:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 12:51:04] Production.ERROR: CronJob PID - 7323
[2026-04-06 12:51:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 12:51:04] Production.ERROR: CronJob ID - 10
[2026-04-06 12:51:04] Production.ERROR: CronJob Last Run Time 2026-04-06 12:51:00
[2026-04-06 12:51:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 12:51:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 12:51:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 12:51:04] Production.INFO: ==7317== Releasing lock...
[2026-04-06 12:51:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 12:51:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 12:51:04] Production.INFO: ==7327== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 12:51:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:51:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:51:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:51:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:51:04] Production.INFO: ==7321== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:51:04] Production.INFO: ==7329== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:51:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 12:51:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:51:04] Production.INFO: ==7325== Lock acquired, processing the job...
[2026-04-06 12:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:51:04] Production.INFO: ==7329== Releasing lock...
[2026-04-06 12:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:51:04] Production.INFO: Account Balance Start.
[2026-04-06 12:51:04] Production.INFO: CreateAllLog Start
[2026-04-06 12:51:04] Production.INFO: 117
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-08
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-09
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.ERROR: done
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 12:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047755', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-17
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-18
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: ==7321== Releasing lock...
[2026-04-06 12:51:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:51:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-19
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-20
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-21
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-22
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-23
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-24
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-25
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-26
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-27
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-28
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-29
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-30
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-03-31
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-04-01
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-04-02
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 12:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 12:51:05] Production.INFO: Total Charge 0
[2026-04-06 12:51:05] Production.INFO: CreateAllLog End
[2026-04-06 12:51:05] Production.INFO: Account Balance End.
[2026-04-06 12:51:06] Production.ERROR: CronJobId end 12
[2026-04-06 12:51:06] Production.INFO: ==7325== Releasing lock...
[2026-04-06 12:51:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:51:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047755', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 12:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 12:51:10] Production.INFO: ProcessCDR(1,17047755,1,1,2)
[2026-04-06 12:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047755,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047755,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 12:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 12:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 12:51:10] Production.INFO: ==7327== Releasing lock...
[2026-04-06 12:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 12:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 12:51:14] Production.ERROR: CronJobId end10
[2026-04-06 12:51:14] Production.INFO: ==7323== Releasing lock...
[2026-04-06 12:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:51:17] Production.INFO: call_cost start
[2026-04-06 12:51:17] Production.INFO: call_cost end
[2026-04-06 12:51:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:51:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:51:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:51:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:51:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:51:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:51:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:51:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:51:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:51:17] Production.INFO: ==7319== Releasing lock...
[2026-04-06 12:51:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:51:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:52:01] Production.INFO: ==7386== Lock acquired, processing the job...
[2026-04-06 17:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:52:01] Production.INFO: neon service started
[2026-04-06 17:52:01] Production.INFO: neon service started
[2026-04-06 17:52:01] Production.INFO: ==7386== Releasing lock...
[2026-04-06 17:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:52:01] Production.INFO: ==7388== Lock acquired, processing the job...
[2026-04-06 12:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:52:02] Production.INFO: ==7388== Releasing lock...
[2026-04-06 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:52:02] Production.INFO: ==7390== Lock acquired, processing the job...
[2026-04-06 16:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:52:02] Production.INFO: ==7390== Releasing lock...
[2026-04-06 16:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:52:02] Production.INFO: ==7392== Lock acquired, processing the job...
[2026-04-06 12:52:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:52:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:52:02] Production.INFO: ==7396== Lock acquired, processing the job...
[2026-04-06 12:52:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:52:02] Production.INFO: ==7398== Lock acquired, processing the job...
[2026-04-06 12:52:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:52:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:52:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:52:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:52:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:52:02] Production.INFO: ==7394== Lock acquired, processing the job...
[2026-04-06 12:52:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:52:03] Production.INFO: ==7401== Lock acquired, processing the job...
[2026-04-06 12:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:52:03] Production.INFO: Account Balance Start.
[2026-04-06 12:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:52:03] Production.INFO: 117
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:52:03] Production.INFO: ==7401== Releasing lock...
[2026-04-06 12:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: ==7394== Releasing lock...
[2026-04-06 12:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:52:04] Production.INFO: Total Charge 0
[2026-04-06 12:52:04] Production.INFO: CreateAllLog End
[2026-04-06 12:52:04] Production.INFO: Account Balance End.
[2026-04-06 12:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:52:04] Production.INFO: ==7398== Releasing lock...
[2026-04-06 12:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:52:11] Production.ERROR: CronJobId end10
[2026-04-06 12:52:11] Production.INFO: ==7396== Releasing lock...
[2026-04-06 12:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:52:14] Production.INFO: call_cost start
[2026-04-06 12:52:14] Production.INFO: call_cost end
[2026-04-06 12:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:52:14] Production.INFO: ==7392== Releasing lock...
[2026-04-06 12:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:53:01] Production.INFO: ==7458== Lock acquired, processing the job...
[2026-04-06 17:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:53:01] Production.INFO: neon service started
[2026-04-06 17:53:01] Production.INFO: neon service started
[2026-04-06 17:53:01] Production.INFO: ==7458== Releasing lock...
[2026-04-06 17:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:53:02] Production.INFO: ==7460== Lock acquired, processing the job...
[2026-04-06 12:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:53:02] Production.INFO: ==7460== Releasing lock...
[2026-04-06 12:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:53:02] Production.INFO: ==7462== Lock acquired, processing the job...
[2026-04-06 16:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:53:02] Production.INFO: ==7462== Releasing lock...
[2026-04-06 16:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:53:03] Production.INFO: ==7472== Lock acquired, processing the job...
[2026-04-06 12:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:53:03] Production.INFO: ==7472== Releasing lock...
[2026-04-06 12:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:53:03] Production.INFO: ==7464== Lock acquired, processing the job...
[2026-04-06 12:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:53:03] Production.INFO: ==7466== Lock acquired, processing the job...
[2026-04-06 12:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:53:03] Production.INFO: ==7468== Lock acquired, processing the job...
[2026-04-06 12:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:53:03] Production.INFO: ==7470== Lock acquired, processing the job...
[2026-04-06 12:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:53:03] Production.INFO: Account Balance Start.
[2026-04-06 12:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:53:03] Production.INFO: 117
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: ==7466== Releasing lock...
[2026-04-06 12:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:53:04] Production.INFO: Total Charge 0
[2026-04-06 12:53:04] Production.INFO: CreateAllLog End
[2026-04-06 12:53:04] Production.INFO: Account Balance End.
[2026-04-06 12:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:53:04] Production.INFO: ==7470== Releasing lock...
[2026-04-06 12:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:53:12] Production.ERROR: CronJobId end10
[2026-04-06 12:53:12] Production.INFO: ==7468== Releasing lock...
[2026-04-06 12:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:53:14] Production.INFO: call_cost start
[2026-04-06 12:53:14] Production.INFO: call_cost end
[2026-04-06 12:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:53:14] Production.INFO: ==7464== Releasing lock...
[2026-04-06 12:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:54:02] Production.INFO: ==7525== Lock acquired, processing the job...
[2026-04-06 17:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:54:02] Production.INFO: neon service started
[2026-04-06 17:54:02] Production.INFO: neon service started
[2026-04-06 17:54:02] Production.INFO: ==7525== Releasing lock...
[2026-04-06 17:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:54:02] Production.INFO: ==7529== Lock acquired, processing the job...
[2026-04-06 16:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:54:02] Production.INFO: ==7529== Releasing lock...
[2026-04-06 16:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:54:02] Production.INFO: ==7527== Lock acquired, processing the job...
[2026-04-06 12:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:54:02] Production.INFO: ==7527== Releasing lock...
[2026-04-06 12:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:54:03] Production.INFO: ==7532== Lock acquired, processing the job...
[2026-04-06 12:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:54:03] Production.INFO: ==7534== Lock acquired, processing the job...
[2026-04-06 12:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:54:03] Production.INFO: ==7538== Lock acquired, processing the job...
[2026-04-06 12:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:54:03] Production.INFO: ==7536== Lock acquired, processing the job...
[2026-04-06 12:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:54:03] Production.INFO: ==7540== Lock acquired, processing the job...
[2026-04-06 12:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:54:03] Production.INFO: Account Balance Start.
[2026-04-06 12:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:54:03] Production.INFO: 117
[2026-04-06 12:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-10
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-11
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:54:04] Production.INFO: ==7540== Releasing lock...
[2026-04-06 12:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-12
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: ==7534== Releasing lock...
[2026-04-06 12:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:54:04] Production.INFO: Total Charge 0
[2026-04-06 12:54:04] Production.INFO: CreateAllLog End
[2026-04-06 12:54:05] Production.INFO: Account Balance End.
[2026-04-06 12:54:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:54:05] Production.INFO: ==7538== Releasing lock...
[2026-04-06 12:54:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:54:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:54:11] Production.ERROR: CronJobId end10
[2026-04-06 12:54:11] Production.INFO: ==7536== Releasing lock...
[2026-04-06 12:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:54:14] Production.INFO: call_cost start
[2026-04-06 12:54:14] Production.INFO: call_cost end
[2026-04-06 12:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:54:14] Production.INFO: ==7532== Releasing lock...
[2026-04-06 12:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:55:01] Production.INFO: ==7596== Lock acquired, processing the job...
[2026-04-06 17:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:55:01] Production.INFO: neon service started
[2026-04-06 17:55:01] Production.INFO: neon service started
[2026-04-06 17:55:01] Production.INFO: ==7596== Releasing lock...
[2026-04-06 17:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:55:01] Production.INFO: ==7598== Lock acquired, processing the job...
[2026-04-06 12:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:55:02] Production.INFO: ==7598== Releasing lock...
[2026-04-06 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:55:02] Production.INFO: ==7600== Lock acquired, processing the job...
[2026-04-06 16:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:55:02] Production.INFO: ==7600== Releasing lock...
[2026-04-06 16:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:55:02] Production.INFO: ==7602== Lock acquired, processing the job...
[2026-04-06 12:55:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:55:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:55:02] Production.INFO: ==7606== Lock acquired, processing the job...
[2026-04-06 12:55:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:55:03] Production.INFO: ==7608== Lock acquired, processing the job...
[2026-04-06 12:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:55:03] Production.INFO: Account Balance Start.
[2026-04-06 12:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:55:03] Production.INFO: 117
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: ==7604== Lock acquired, processing the job...
[2026-04-06 12:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:55:03] Production.INFO: ==7610== Lock acquired, processing the job...
[2026-04-06 12:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:55:03] Production.INFO: ==7610== Releasing lock...
[2026-04-06 12:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:03] Production.INFO: ==7604== Releasing lock...
[2026-04-06 12:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:55:04] Production.INFO: Total Charge 0
[2026-04-06 12:55:04] Production.INFO: CreateAllLog End
[2026-04-06 12:55:04] Production.INFO: Account Balance End.
[2026-04-06 12:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:55:04] Production.INFO: ==7608== Releasing lock...
[2026-04-06 12:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:55:12] Production.ERROR: CronJobId end10
[2026-04-06 12:55:12] Production.INFO: ==7606== Releasing lock...
[2026-04-06 12:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:55:14] Production.INFO: call_cost start
[2026-04-06 12:55:14] Production.INFO: call_cost end
[2026-04-06 12:55:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:55:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:55:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:55:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:55:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:55:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:55:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:55:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:55:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:55:14] Production.INFO: ==7602== Releasing lock...
[2026-04-06 12:55:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:55:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:56:02] Production.INFO: ==7669== Lock acquired, processing the job...
[2026-04-06 17:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:56:02] Production.INFO: neon service started
[2026-04-06 17:56:02] Production.INFO: neon service started
[2026-04-06 17:56:02] Production.INFO: ==7669== Releasing lock...
[2026-04-06 17:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:56:02] Production.INFO: ==7671== Lock acquired, processing the job...
[2026-04-06 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:56:02] Production.INFO: ==7671== Releasing lock...
[2026-04-06 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:56:02] Production.INFO: ==7673== Lock acquired, processing the job...
[2026-04-06 16:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:56:02] Production.INFO: ==7673== Releasing lock...
[2026-04-06 16:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:56:03] Production.INFO: ==7675== Lock acquired, processing the job...
[2026-04-06 12:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:56:03] Production.INFO: ==7679== Lock acquired, processing the job...
[2026-04-06 12:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:56:03] Production.INFO: ==7681== Lock acquired, processing the job...
[2026-04-06 12:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:56:03] Production.INFO: Account Balance Start.
[2026-04-06 12:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:56:03] Production.INFO: 117
[2026-04-06 12:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:56:03] Production.INFO: ==7677== Lock acquired, processing the job...
[2026-04-06 12:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:56:03] Production.INFO: ==7683== Lock acquired, processing the job...
[2026-04-06 12:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:56:03] Production.INFO: ==7683== Releasing lock...
[2026-04-06 12:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: ==7677== Releasing lock...
[2026-04-06 12:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:56:04] Production.INFO: Total Charge 0
[2026-04-06 12:56:04] Production.INFO: CreateAllLog End
[2026-04-06 12:56:05] Production.INFO: Account Balance End.
[2026-04-06 12:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:56:05] Production.INFO: ==7681== Releasing lock...
[2026-04-06 12:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:56:12] Production.ERROR: CronJobId end10
[2026-04-06 12:56:12] Production.INFO: ==7679== Releasing lock...
[2026-04-06 12:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:56:15] Production.INFO: call_cost start
[2026-04-06 12:56:15] Production.INFO: call_cost end
[2026-04-06 12:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:56:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:56:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:56:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:56:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:56:15] Production.INFO: ==7675== Releasing lock...
[2026-04-06 12:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:57:01] Production.INFO: ==7737== Lock acquired, processing the job...
[2026-04-06 17:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:57:01] Production.INFO: neon service started
[2026-04-06 17:57:01] Production.INFO: neon service started
[2026-04-06 17:57:01] Production.INFO: ==7737== Releasing lock...
[2026-04-06 17:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:57:02] Production.INFO: ==7739== Lock acquired, processing the job...
[2026-04-06 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:57:02] Production.INFO: ==7741== Lock acquired, processing the job...
[2026-04-06 16:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:57:02] Production.INFO: ==7741== Releasing lock...
[2026-04-06 16:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:57:02] Production.INFO: ==7739== Releasing lock...
[2026-04-06 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 12:57:03] Production.INFO: ==7746== Lock acquired, processing the job...
[2026-04-06 12:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:57:03] Production.INFO: ==7744== Lock acquired, processing the job...
[2026-04-06 12:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:57:03] Production.INFO: ==7748== Lock acquired, processing the job...
[2026-04-06 12:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:57:03] Production.INFO: ==7750== Lock acquired, processing the job...
[2026-04-06 12:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:57:03] Production.INFO: ==7752== Lock acquired, processing the job...
[2026-04-06 12:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:57:03] Production.INFO: Account Balance Start.
[2026-04-06 12:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:57:03] Production.INFO: 117
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:57:03] Production.INFO: ==7752== Releasing lock...
[2026-04-06 12:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: ==7746== Releasing lock...
[2026-04-06 12:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-23
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-24
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-25
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-26
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-27
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:03] Production.INFO: Date 2026-03-28
[2026-04-06 12:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:57:04] Production.INFO: Total Charge 0
[2026-04-06 12:57:04] Production.INFO: CreateAllLog End
[2026-04-06 12:57:04] Production.INFO: Account Balance End.
[2026-04-06 12:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:57:04] Production.INFO: ==7750== Releasing lock...
[2026-04-06 12:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:57:10] Production.ERROR: CronJobId end10
[2026-04-06 12:57:10] Production.INFO: ==7748== Releasing lock...
[2026-04-06 12:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:57:14] Production.INFO: call_cost start
[2026-04-06 12:57:14] Production.INFO: call_cost end
[2026-04-06 12:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:57:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:57:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:57:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:57:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:57:14] Production.INFO: ==7744== Releasing lock...
[2026-04-06 12:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:58:01] Production.INFO: ==7808== Lock acquired, processing the job...
[2026-04-06 17:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:58:01] Production.INFO: neon service started
[2026-04-06 17:58:02] Production.INFO: neon service started
[2026-04-06 17:58:02] Production.INFO: ==7808== Releasing lock...
[2026-04-06 17:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:58:02] Production.INFO: ==7810== Lock acquired, processing the job...
[2026-04-06 12:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:58:02] Production.INFO: ==7810== Releasing lock...
[2026-04-06 12:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:58:02] Production.INFO: ==7812== Lock acquired, processing the job...
[2026-04-06 16:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:58:02] Production.INFO: ==7812== Releasing lock...
[2026-04-06 16:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:58:03] Production.INFO: ==7815== Lock acquired, processing the job...
[2026-04-06 12:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:58:03] Production.INFO: ==7817== Lock acquired, processing the job...
[2026-04-06 12:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:58:03] Production.INFO: ==7821== Lock acquired, processing the job...
[2026-04-06 12:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:58:03] Production.INFO: ==7819== Lock acquired, processing the job...
[2026-04-06 12:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:58:03] Production.INFO: ==7823== Lock acquired, processing the job...
[2026-04-06 12:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:58:03] Production.INFO: Account Balance Start.
[2026-04-06 12:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:58:03] Production.INFO: 117
[2026-04-06 12:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:58:03] Production.INFO: ==7823== Releasing lock...
[2026-04-06 12:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: ==7817== Releasing lock...
[2026-04-06 12:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:58:04] Production.INFO: Total Charge 0
[2026-04-06 12:58:04] Production.INFO: CreateAllLog End
[2026-04-06 12:58:04] Production.INFO: Account Balance End.
[2026-04-06 12:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 12:58:05] Production.INFO: ==7821== Releasing lock...
[2026-04-06 12:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:58:12] Production.ERROR: CronJobId end10
[2026-04-06 12:58:12] Production.INFO: ==7819== Releasing lock...
[2026-04-06 12:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:58:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:58:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:58:14] Production.INFO: call_cost start
[2026-04-06 12:58:14] Production.INFO: call_cost end
[2026-04-06 12:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:58:14] Production.INFO: ==7815== Releasing lock...
[2026-04-06 12:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 17:59:01] Production.INFO: ==7875== Lock acquired, processing the job...
[2026-04-06 17:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 17:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 17:59:01] Production.INFO: neon service started
[2026-04-06 17:59:01] Production.INFO: neon service started
[2026-04-06 17:59:01] Production.INFO: ==7875== Releasing lock...
[2026-04-06 17:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 17:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 12:59:01] Production.INFO: ==7877== Lock acquired, processing the job...
[2026-04-06 12:59:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 12:59:02] Production.INFO: ==7877== Releasing lock...
[2026-04-06 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 12:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:59:02] Production.INFO: ==7879== Lock acquired, processing the job...
[2026-04-06 16:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 16:59:02] Production.INFO: ==7879== Releasing lock...
[2026-04-06 16:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 16:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 12:59:02] Production.INFO: ==7890== Lock acquired, processing the job...
[2026-04-06 12:59:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 12:59:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 12:59:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 12:59:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 12:59:02] Production.INFO: ==7890== Releasing lock...
[2026-04-06 12:59:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 12:59:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 12:59:03] Production.INFO: ==7882== Lock acquired, processing the job...
[2026-04-06 12:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 12:59:03] Production.INFO: ==7886== Lock acquired, processing the job...
[2026-04-06 12:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 12:59:03] Production.INFO: ==7884== Lock acquired, processing the job...
[2026-04-06 12:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 12:59:03] Production.INFO: ==7888== Lock acquired, processing the job...
[2026-04-06 12:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 12:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 12:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 12:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 12:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 12:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 12:59:03] Production.INFO: Account Balance Start.
[2026-04-06 12:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 12:59:03] Production.INFO: 117
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-16
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-17
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-18
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-19
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-20
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-21
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:03] Production.INFO: Date 2026-03-22
[2026-04-06 12:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: ==7884== Releasing lock...
[2026-04-06 12:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 12:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 12:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 12:59:04] Production.INFO: Total Charge 0
[2026-04-06 12:59:04] Production.INFO: CreateAllLog End
[2026-04-06 12:59:04] Production.INFO: Account Balance End.
[2026-04-06 12:59:04] Production.ERROR: CronJobId end 12
[2026-04-06 12:59:04] Production.INFO: ==7888== Releasing lock...
[2026-04-06 12:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 12:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 12:59:11] Production.ERROR: CronJobId end10
[2026-04-06 12:59:11] Production.INFO: ==7886== Releasing lock...
[2026-04-06 12:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 12:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 12:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 12:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 12:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 12:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 12:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 12:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 12:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 12:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 12:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 12:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 12:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 12:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 12:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 12:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 12:59:13] Production.INFO: call_cost start
[2026-04-06 12:59:13] Production.INFO: call_cost end
[2026-04-06 12:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 12:59:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 12:59:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 12:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 12:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 12:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 12:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 12:59:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 12:59:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 12:59:13] Production.INFO: ==7882== Releasing lock...
[2026-04-06 12:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 12:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:00:01] Production.INFO: ==7950== Lock acquired, processing the job...
[2026-04-06 18:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:00:01] Production.INFO: neon service started
[2026-04-06 18:00:01] Production.INFO: neon service started
[2026-04-06 18:00:01] Production.INFO: ==7950== Releasing lock...
[2026-04-06 18:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:00:02] Production.INFO: ==7954== Lock acquired, processing the job...
[2026-04-06 17:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:00:02] Production.INFO: ==7952== Lock acquired, processing the job...
[2026-04-06 13:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:00:02] Production.INFO: ==7954== Releasing lock...
[2026-04-06 17:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:00:02] Production.INFO: ==7952== Releasing lock...
[2026-04-06 13:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:00:03] Production.INFO: ==7963== Lock acquired, processing the job...
[2026-04-06 13:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:00:03] Production.INFO: ==7957== Lock acquired, processing the job...
[2026-04-06 13:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:00:03] Production.INFO: ==7959== Lock acquired, processing the job...
[2026-04-06 13:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:00:03] Production.INFO: ==7965== Lock acquired, processing the job...
[2026-04-06 13:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:00:03] Production.INFO: ==7961== Lock acquired, processing the job...
[2026-04-06 13:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:00:03] Production.INFO: Account Balance Start.
[2026-04-06 13:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:00:03] Production.INFO: 117
[2026-04-06 13:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:00:03] Production.INFO: ==7965== Releasing lock...
[2026-04-06 13:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: ==7959== Releasing lock...
[2026-04-06 13:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:00:04] Production.INFO: Total Charge 0
[2026-04-06 13:00:04] Production.INFO: CreateAllLog End
[2026-04-06 13:00:04] Production.INFO: Account Balance End.
[2026-04-06 13:00:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:00:04] Production.INFO: ==7963== Releasing lock...
[2026-04-06 13:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:00:11] Production.ERROR: CronJobId end10
[2026-04-06 13:00:11] Production.INFO: ==7961== Releasing lock...
[2026-04-06 13:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:00:13] Production.INFO: call_cost start
[2026-04-06 13:00:13] Production.INFO: call_cost end
[2026-04-06 13:00:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:00:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:00:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:00:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:00:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:00:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:00:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:00:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:00:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:00:13] Production.INFO: ==7957== Releasing lock...
[2026-04-06 13:00:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:00:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:01:02] Production.INFO: ==8027== Lock acquired, processing the job...
[2026-04-06 18:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:01:02] Production.INFO: neon service started
[2026-04-06 18:01:02] Production.INFO: neon service started
[2026-04-06 18:01:02] Production.INFO: ==8027== Releasing lock...
[2026-04-06 18:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:01:02] Production.INFO: ==8039== Lock acquired, processing the job...
[2026-04-06 13:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:01:02] Production.INFO: ==8041== Lock acquired, processing the job...
[2026-04-06 17:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:01:02] Production.INFO: ==8041== Releasing lock...
[2026-04-06 17:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:01:03] Production.INFO: ==8039== Releasing lock...
[2026-04-06 13:01:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:01:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:01:03] Production.INFO: ==8043== Lock acquired, processing the job...
[2026-04-06 13:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 13:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 13:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 13:01:03] Production.INFO: ==8043== Releasing lock...
[2026-04-06 13:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 13:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:01:03] Production.INFO: ==8045== Lock acquired, processing the job...
[2026-04-06 13:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:01:04] Production.INFO: ==8047== Lock acquired, processing the job...
[2026-04-06 13:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:01:04] Production.INFO: ==8049== Lock acquired, processing the job...
[2026-04-06 13:01:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:01:04] Production.INFO: ==8054== Lock acquired, processing the job...
[2026-04-06 13:01:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 13:01:04] Production.INFO: ==8056== Lock acquired, processing the job...
[2026-04-06 13:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:01:04] Production.INFO: ==8051== Lock acquired, processing the job...
[2026-04-06 13:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:01:04] Production.INFO: Account Balance Start.
[2026-04-06 13:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 13:01:04] Production.INFO: 117
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: ==8056== Releasing lock...
[2026-04-06 13:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.ERROR: done
[2026-04-06 13:01:04] Production.INFO: ==8047== Releasing lock...
[2026-04-06 13:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 13:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047796', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 13:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-20
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-21
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-22
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-23
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-24
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-25
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-26
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-27
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:01:05] Production.INFO: Total Charge 0
[2026-04-06 13:01:05] Production.INFO: CreateAllLog End
[2026-04-06 13:01:05] Production.INFO: Account Balance End.
[2026-04-06 13:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:01:05] Production.INFO: ==8051== Releasing lock...
[2026-04-06 13:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047796', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 13:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 13:01:11] Production.INFO: ProcessCDR(1,17047796,1,1,2)
[2026-04-06 13:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047796,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047796,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 13:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 13:01:11] Production.INFO: ==8054== Releasing lock...
[2026-04-06 13:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 13:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 13:01:13] Production.ERROR: CronJobId end10
[2026-04-06 13:01:13] Production.INFO: ==8049== Releasing lock...
[2026-04-06 13:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:01:16] Production.INFO: call_cost start
[2026-04-06 13:01:16] Production.INFO: call_cost end
[2026-04-06 13:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:01:16] Production.INFO: ==8045== Releasing lock...
[2026-04-06 13:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:02:01] Production.INFO: ==8108== Lock acquired, processing the job...
[2026-04-06 18:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:02:01] Production.INFO: neon service started
[2026-04-06 18:02:01] Production.INFO: neon service started
[2026-04-06 18:02:01] Production.INFO: ==8108== Releasing lock...
[2026-04-06 18:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:02:01] Production.INFO: ==8110== Lock acquired, processing the job...
[2026-04-06 13:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:02:02] Production.INFO: ==8110== Releasing lock...
[2026-04-06 13:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:02:02] Production.INFO: ==8112== Lock acquired, processing the job...
[2026-04-06 17:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:02:02] Production.INFO: ==8112== Releasing lock...
[2026-04-06 17:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:02:03] Production.INFO: ==8115== Lock acquired, processing the job...
[2026-04-06 13:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:02:03] Production.INFO: ==8121== Lock acquired, processing the job...
[2026-04-06 13:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:02:03] Production.INFO: ==8117== Lock acquired, processing the job...
[2026-04-06 13:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:02:03] Production.INFO: ==8123== Lock acquired, processing the job...
[2026-04-06 13:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 13:02:03] Production.INFO: ==8119== Lock acquired, processing the job...
[2026-04-06 13:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:02:03] Production.INFO: Account Balance Start.
[2026-04-06 13:02:03] Production.INFO: ==8125== Lock acquired, processing the job...
[2026-04-06 13:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:02:03] Production.INFO: 117
[2026-04-06 13:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: ==8125== Releasing lock...
[2026-04-06 13:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:03] Production.ERROR: done
[2026-04-06 13:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 13:02:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: ==8117== Releasing lock...
[2026-04-06 13:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.ERROR: done
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 13:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 13:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: ==8123== Releasing lock...
[2026-04-06 13:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 13:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 13:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:02:04] Production.INFO: Total Charge 0
[2026-04-06 13:02:04] Production.INFO: CreateAllLog End
[2026-04-06 13:02:04] Production.INFO: Account Balance End.
[2026-04-06 13:02:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:02:04] Production.INFO: ==8121== Releasing lock...
[2026-04-06 13:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:02:12] Production.ERROR: CronJobId end10
[2026-04-06 13:02:12] Production.INFO: ==8119== Releasing lock...
[2026-04-06 13:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:02:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:02:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:02:15] Production.INFO: call_cost start
[2026-04-06 13:02:15] Production.INFO: call_cost end
[2026-04-06 13:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:02:15] Production.INFO: ==8115== Releasing lock...
[2026-04-06 13:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:03:02] Production.INFO: ==8183== Lock acquired, processing the job...
[2026-04-06 18:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:03:02] Production.INFO: neon service started
[2026-04-06 18:03:02] Production.INFO: neon service started
[2026-04-06 18:03:02] Production.INFO: ==8183== Releasing lock...
[2026-04-06 18:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:03:02] Production.INFO: ==8185== Lock acquired, processing the job...
[2026-04-06 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:03:02] Production.INFO: ==8187== Lock acquired, processing the job...
[2026-04-06 17:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:03:02] Production.INFO: ==8187== Releasing lock...
[2026-04-06 17:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:03:02] Production.INFO: ==8185== Releasing lock...
[2026-04-06 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:03:03] Production.INFO: ==8192== Lock acquired, processing the job...
[2026-04-06 13:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:03:03] Production.INFO: ==8190== Lock acquired, processing the job...
[2026-04-06 13:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:03:03] Production.INFO: ==8196== Lock acquired, processing the job...
[2026-04-06 13:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:03:03] Production.INFO: ==8194== Lock acquired, processing the job...
[2026-04-06 13:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:03:03] Production.INFO: ==8198== Lock acquired, processing the job...
[2026-04-06 13:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:03:03] Production.INFO: Account Balance Start.
[2026-04-06 13:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:03:03] Production.INFO: 117
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:03:03] Production.INFO: ==8198== Releasing lock...
[2026-04-06 13:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: ==8192== Releasing lock...
[2026-04-06 13:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:03:04] Production.INFO: Total Charge 0
[2026-04-06 13:03:04] Production.INFO: CreateAllLog End
[2026-04-06 13:03:04] Production.INFO: Account Balance End.
[2026-04-06 13:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:03:04] Production.INFO: ==8196== Releasing lock...
[2026-04-06 13:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:03:10] Production.ERROR: exception 'PDOException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:294
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(294): PDOStatement->execute(Array)
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(616): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'CALL prc_update...', Array)
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#4 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->select()
#5 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::updateAccountUnbilledAmount()
#6 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#7 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 {main}
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: CALL prc_updateUnbilledAmount(1,2026-04-06 23:59:59))' in /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624
Stack trace:
#0 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(580): Illuminate\Database\Connection->runQueryCallback('CALL prc_update...', Array, Object(Closure))
#1 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Database/Connection.php(297): Illuminate\Database\Connection->run('CALL prc_update...', Array, Object(Closure))
#2 /var/www/html/onswitch.neon.service/app/lib/AccountBalance.php(0): Illuminate\Database\Connection->select()
#3 /var/www/html/onswitch.neon.service/app/Console/Commands/CreateSummaryLive.php(0): App\Lib\AccountBalance::updateAccountUnbilledAmount()
#4 [internal function]: App\Console\Commands\CreateSummaryLive->handle()
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#6 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\CreateSummaryLive), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 {main}
[2026-04-06 13:03:10] Production.ERROR: CronJobId end10
[2026-04-06 13:03:10] Production.INFO: ==8194== Releasing lock...
[2026-04-06 13:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:03:13] Production.INFO: call_cost start
[2026-04-06 13:03:13] Production.INFO: call_cost end
[2026-04-06 13:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:03:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:03:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:03:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:03:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:03:13] Production.INFO: ==8190== Releasing lock...
[2026-04-06 13:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:04:01] Production.INFO: ==8253== Lock acquired, processing the job...
[2026-04-06 18:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:04:01] Production.INFO: neon service started
[2026-04-06 18:04:01] Production.INFO: neon service started
[2026-04-06 18:04:01] Production.INFO: ==8253== Releasing lock...
[2026-04-06 18:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:04:02] Production.INFO: ==8255== Lock acquired, processing the job...
[2026-04-06 13:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:04:02] Production.INFO: ==8257== Lock acquired, processing the job...
[2026-04-06 17:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:04:02] Production.INFO: ==8257== Releasing lock...
[2026-04-06 17:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:04:02] Production.INFO: ==8255== Releasing lock...
[2026-04-06 13:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:04:03] Production.INFO: ==8260== Lock acquired, processing the job...
[2026-04-06 13:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:04:03] Production.INFO: ==8266== Lock acquired, processing the job...
[2026-04-06 13:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:04:03] Production.INFO: ==8262== Lock acquired, processing the job...
[2026-04-06 13:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:04:03] Production.INFO: ==8264== Lock acquired, processing the job...
[2026-04-06 13:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:04:03] Production.INFO: ==8268== Lock acquired, processing the job...
[2026-04-06 13:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:04:03] Production.INFO: Account Balance Start.
[2026-04-06 13:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:04:03] Production.INFO: 117
[2026-04-06 13:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: ==8268== Releasing lock...
[2026-04-06 13:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:04:03] Production.INFO: ==8262== Releasing lock...
[2026-04-06 13:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:04:04] Production.INFO: Total Charge 0
[2026-04-06 13:04:04] Production.INFO: CreateAllLog End
[2026-04-06 13:04:04] Production.INFO: Account Balance End.
[2026-04-06 13:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:04:04] Production.INFO: ==8266== Releasing lock...
[2026-04-06 13:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:04:11] Production.ERROR: CronJobId end10
[2026-04-06 13:04:11] Production.INFO: ==8264== Releasing lock...
[2026-04-06 13:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:04:14] Production.INFO: call_cost start
[2026-04-06 13:04:14] Production.INFO: call_cost end
[2026-04-06 13:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:04:14] Production.INFO: ==8260== Releasing lock...
[2026-04-06 13:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:05:01] Production.INFO: ==8323== Lock acquired, processing the job...
[2026-04-06 18:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:05:01] Production.INFO: neon service started
[2026-04-06 18:05:01] Production.INFO: neon service started
[2026-04-06 18:05:01] Production.INFO: ==8323== Releasing lock...
[2026-04-06 18:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:05:02] Production.INFO: ==8325== Lock acquired, processing the job...
[2026-04-06 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:05:02] Production.INFO: ==8327== Lock acquired, processing the job...
[2026-04-06 17:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:05:02] Production.INFO: ==8327== Releasing lock...
[2026-04-06 17:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:05:02] Production.INFO: ==8325== Releasing lock...
[2026-04-06 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:05:03] Production.INFO: ==8331== Lock acquired, processing the job...
[2026-04-06 13:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:05:03] Production.INFO: ==8329== Lock acquired, processing the job...
[2026-04-06 13:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:05:03] Production.INFO: ==8333== Lock acquired, processing the job...
[2026-04-06 13:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:05:03] Production.INFO: ==8337== Lock acquired, processing the job...
[2026-04-06 13:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:05:03] Production.INFO: ==8335== Lock acquired, processing the job...
[2026-04-06 13:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:05:03] Production.INFO: Account Balance Start.
[2026-04-06 13:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:05:03] Production.INFO: ==8337== Releasing lock...
[2026-04-06 13:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:05:03] Production.INFO: 117
[2026-04-06 13:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: ==8331== Releasing lock...
[2026-04-06 13:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:05:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:05:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:05:05] Production.INFO: Total Charge 0
[2026-04-06 13:05:05] Production.INFO: CreateAllLog End
[2026-04-06 13:05:05] Production.INFO: Account Balance End.
[2026-04-06 13:05:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:05:05] Production.INFO: ==8335== Releasing lock...
[2026-04-06 13:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:05:11] Production.ERROR: CronJobId end10
[2026-04-06 13:05:11] Production.INFO: ==8333== Releasing lock...
[2026-04-06 13:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:05:14] Production.INFO: call_cost start
[2026-04-06 13:05:14] Production.INFO: call_cost end
[2026-04-06 13:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:05:14] Production.INFO: ==8329== Releasing lock...
[2026-04-06 13:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:06:01] Production.INFO: ==8394== Lock acquired, processing the job...
[2026-04-06 18:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:06:01] Production.INFO: neon service started
[2026-04-06 18:06:01] Production.INFO: neon service started
[2026-04-06 18:06:01] Production.INFO: ==8394== Releasing lock...
[2026-04-06 18:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:06:01] Production.INFO: ==8397== Lock acquired, processing the job...
[2026-04-06 13:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:06:01] Production.INFO: ==8399== Lock acquired, processing the job...
[2026-04-06 17:06:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:06:02] Production.INFO: ==8399== Releasing lock...
[2026-04-06 17:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:06:02] Production.INFO: ==8397== Releasing lock...
[2026-04-06 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:06:02] Production.INFO: ==8403== Lock acquired, processing the job...
[2026-04-06 13:06:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:06:03] Production.INFO: ==8401== Lock acquired, processing the job...
[2026-04-06 13:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:06:03] Production.INFO: ==8405== Lock acquired, processing the job...
[2026-04-06 13:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:06:03] Production.INFO: ==8407== Lock acquired, processing the job...
[2026-04-06 13:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:06:03] Production.INFO: Account Balance Start.
[2026-04-06 13:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:06:03] Production.INFO: 117
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: ==8409== Lock acquired, processing the job...
[2026-04-06 13:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:06:03] Production.INFO: ==8409== Releasing lock...
[2026-04-06 13:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: ==8403== Releasing lock...
[2026-04-06 13:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:06:04] Production.INFO: Total Charge 0
[2026-04-06 13:06:04] Production.INFO: CreateAllLog End
[2026-04-06 13:06:04] Production.INFO: Account Balance End.
[2026-04-06 13:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:06:04] Production.INFO: ==8407== Releasing lock...
[2026-04-06 13:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:06:11] Production.ERROR: CronJobId end10
[2026-04-06 13:06:11] Production.INFO: ==8405== Releasing lock...
[2026-04-06 13:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:06:14] Production.INFO: call_cost start
[2026-04-06 13:06:14] Production.INFO: call_cost end
[2026-04-06 13:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:06:14] Production.INFO: ==8401== Releasing lock...
[2026-04-06 13:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:07:01] Production.INFO: ==8466== Lock acquired, processing the job...
[2026-04-06 18:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:07:01] Production.INFO: neon service started
[2026-04-06 18:07:01] Production.INFO: neon service started
[2026-04-06 18:07:01] Production.INFO: ==8466== Releasing lock...
[2026-04-06 18:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:07:02] Production.INFO: ==8468== Lock acquired, processing the job...
[2026-04-06 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:07:02] Production.INFO: ==8468== Releasing lock...
[2026-04-06 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:07:02] Production.INFO: ==8470== Lock acquired, processing the job...
[2026-04-06 17:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:07:02] Production.INFO: ==8470== Releasing lock...
[2026-04-06 17:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:07:03] Production.INFO: ==8475== Lock acquired, processing the job...
[2026-04-06 13:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:07:03] Production.INFO: ==8473== Lock acquired, processing the job...
[2026-04-06 13:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:07:03] Production.INFO: ==8477== Lock acquired, processing the job...
[2026-04-06 13:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:07:03] Production.INFO: ==8479== Lock acquired, processing the job...
[2026-04-06 13:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:07:03] Production.INFO: ==8481== Lock acquired, processing the job...
[2026-04-06 13:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:07:03] Production.INFO: Account Balance Start.
[2026-04-06 13:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:07:03] Production.INFO: 117
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: ==8481== Releasing lock...
[2026-04-06 13:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: ==8475== Releasing lock...
[2026-04-06 13:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:07:04] Production.INFO: Total Charge 0
[2026-04-06 13:07:04] Production.INFO: CreateAllLog End
[2026-04-06 13:07:04] Production.INFO: Account Balance End.
[2026-04-06 13:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:07:04] Production.INFO: ==8479== Releasing lock...
[2026-04-06 13:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:07:11] Production.ERROR: CronJobId end10
[2026-04-06 13:07:11] Production.INFO: ==8477== Releasing lock...
[2026-04-06 13:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:07:14] Production.INFO: call_cost start
[2026-04-06 13:07:14] Production.INFO: call_cost end
[2026-04-06 13:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:07:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:07:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:07:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:07:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:07:14] Production.INFO: ==8473== Releasing lock...
[2026-04-06 13:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:08:02] Production.INFO: ==8534== Lock acquired, processing the job...
[2026-04-06 18:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:08:02] Production.INFO: neon service started
[2026-04-06 18:08:02] Production.INFO: neon service started
[2026-04-06 18:08:02] Production.INFO: ==8534== Releasing lock...
[2026-04-06 18:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:08:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:08:02] Production.INFO: ==8536== Lock acquired, processing the job...
[2026-04-06 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:08:02] Production.INFO: ==8536== Releasing lock...
[2026-04-06 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:08:02] Production.INFO: ==8538== Lock acquired, processing the job...
[2026-04-06 17:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:08:02] Production.INFO: ==8538== Releasing lock...
[2026-04-06 17:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:08:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:08:03] Production.INFO: ==8540== Lock acquired, processing the job...
[2026-04-06 13:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:08:03] Production.INFO: ==8542== Lock acquired, processing the job...
[2026-04-06 13:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:08:03] Production.INFO: ==8544== Lock acquired, processing the job...
[2026-04-06 13:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:08:03] Production.INFO: ==8546== Lock acquired, processing the job...
[2026-04-06 13:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:08:03] Production.INFO: ==8548== Lock acquired, processing the job...
[2026-04-06 13:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:08:03] Production.INFO: Account Balance Start.
[2026-04-06 13:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:08:03] Production.INFO: 117
[2026-04-06 13:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:08:03] Production.INFO: ==8548== Releasing lock...
[2026-04-06 13:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: ==8542== Releasing lock...
[2026-04-06 13:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:08:05] Production.INFO: Total Charge 0
[2026-04-06 13:08:05] Production.INFO: CreateAllLog End
[2026-04-06 13:08:05] Production.INFO: Account Balance End.
[2026-04-06 13:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:08:05] Production.INFO: ==8546== Releasing lock...
[2026-04-06 13:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:08:11] Production.ERROR: CronJobId end10
[2026-04-06 13:08:11] Production.INFO: ==8544== Releasing lock...
[2026-04-06 13:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:08:15] Production.INFO: call_cost start
[2026-04-06 13:08:15] Production.INFO: call_cost end
[2026-04-06 13:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:08:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:08:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:08:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:08:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:08:15] Production.INFO: ==8540== Releasing lock...
[2026-04-06 13:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:09:01] Production.INFO: ==8605== Lock acquired, processing the job...
[2026-04-06 18:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:09:01] Production.INFO: neon service started
[2026-04-06 18:09:01] Production.INFO: neon service started
[2026-04-06 18:09:01] Production.INFO: ==8605== Releasing lock...
[2026-04-06 18:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:09:01] Production.INFO: ==8609== Lock acquired, processing the job...
[2026-04-06 17:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:09:01] Production.INFO: ==8609== Releasing lock...
[2026-04-06 17:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:09:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:09:02] Production.INFO: ==8607== Lock acquired, processing the job...
[2026-04-06 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:09:02] Production.INFO: ==8607== Releasing lock...
[2026-04-06 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:09:02] Production.INFO: ==8612== Lock acquired, processing the job...
[2026-04-06 13:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:09:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:09:02] Production.INFO: ==8618== Lock acquired, processing the job...
[2026-04-06 13:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:09:03] Production.INFO: Account Balance Start.
[2026-04-06 13:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:09:03] Production.INFO: 117
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: ==8614== Lock acquired, processing the job...
[2026-04-06 13:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: ==8616== Lock acquired, processing the job...
[2026-04-06 13:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: ==8620== Lock acquired, processing the job...
[2026-04-06 13:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: ==8620== Releasing lock...
[2026-04-06 13:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: ==8614== Releasing lock...
[2026-04-06 13:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-27
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:03] Production.INFO: Date 2026-03-28
[2026-04-06 13:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:09:04] Production.INFO: Total Charge 0
[2026-04-06 13:09:04] Production.INFO: CreateAllLog End
[2026-04-06 13:09:04] Production.INFO: Account Balance End.
[2026-04-06 13:09:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:09:04] Production.INFO: ==8618== Releasing lock...
[2026-04-06 13:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:09:12] Production.ERROR: CronJobId end10
[2026-04-06 13:09:12] Production.INFO: ==8616== Releasing lock...
[2026-04-06 13:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:09:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:09:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:09:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:09:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:09:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:09:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:09:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:09:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:09:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:09:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:09:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:09:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:09:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:09:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:09:13] Production.INFO: call_cost start
[2026-04-06 13:09:13] Production.INFO: call_cost end
[2026-04-06 13:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:09:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:09:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:09:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:09:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:09:13] Production.INFO: ==8612== Releasing lock...
[2026-04-06 13:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:10:01] Production.INFO: ==8675== Lock acquired, processing the job...
[2026-04-06 18:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:10:01] Production.INFO: neon service started
[2026-04-06 18:10:01] Production.INFO: neon service started
[2026-04-06 18:10:01] Production.INFO: ==8675== Releasing lock...
[2026-04-06 18:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:10:02] Production.INFO: ==8677== Lock acquired, processing the job...
[2026-04-06 13:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:10:02] Production.INFO: ==8679== Lock acquired, processing the job...
[2026-04-06 17:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:10:02] Production.INFO: ==8679== Releasing lock...
[2026-04-06 17:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:10:02] Production.INFO: ==8677== Releasing lock...
[2026-04-06 13:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:10:03] Production.INFO: ==8685== Lock acquired, processing the job...
[2026-04-06 13:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:10:03] Production.INFO: ==8681== Lock acquired, processing the job...
[2026-04-06 13:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:10:03] Production.INFO: ==8683== Lock acquired, processing the job...
[2026-04-06 13:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:10:03] Production.INFO: ==8689== Lock acquired, processing the job...
[2026-04-06 13:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:10:03] Production.INFO: ==8687== Lock acquired, processing the job...
[2026-04-06 13:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:10:03] Production.INFO: Account Balance Start.
[2026-04-06 13:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:10:03] Production.INFO: 117
[2026-04-06 13:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:03] Production.INFO: ==8689== Releasing lock...
[2026-04-06 13:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: ==8683== Releasing lock...
[2026-04-06 13:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:10:04] Production.INFO: Total Charge 0
[2026-04-06 13:10:05] Production.INFO: CreateAllLog End
[2026-04-06 13:10:05] Production.INFO: Account Balance End.
[2026-04-06 13:10:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:10:05] Production.INFO: ==8687== Releasing lock...
[2026-04-06 13:10:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:10:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:10:10] Production.ERROR: CronJobId end10
[2026-04-06 13:10:10] Production.INFO: ==8685== Releasing lock...
[2026-04-06 13:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:10:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:10:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:10:14] Production.INFO: call_cost start
[2026-04-06 13:10:14] Production.INFO: call_cost end
[2026-04-06 13:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:10:14] Production.INFO: ==8681== Releasing lock...
[2026-04-06 13:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:11:02] Production.INFO: ==8744== Lock acquired, processing the job...
[2026-04-06 18:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:11:02] Production.INFO: neon service started
[2026-04-06 18:11:02] Production.INFO: neon service started
[2026-04-06 18:11:02] Production.INFO: ==8744== Releasing lock...
[2026-04-06 18:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:11:02] Production.INFO: ==8747== Lock acquired, processing the job...
[2026-04-06 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:11:02] Production.INFO: ==8749== Lock acquired, processing the job...
[2026-04-06 17:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:11:02] Production.INFO: ==8749== Releasing lock...
[2026-04-06 17:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:11:03] Production.INFO: ==8747== Releasing lock...
[2026-04-06 13:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:11:04] Production.INFO: ==8751== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 13:11:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 13:11:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 13:11:04] Production.INFO: ==8751== Releasing lock...
[2026-04-06 13:11:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 13:11:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:11:04] Production.INFO: ==8753== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:11:04] Production.INFO: ==8755== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:11:04] Production.INFO: ==8757== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:11:04] Production.INFO: ==8759== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:11:04] Production.INFO: ==8761== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 13:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:11:04] Production.INFO: Account Balance Start.
[2026-04-06 13:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 13:11:04] Production.INFO: 117
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: ==8763== Lock acquired, processing the job...
[2026-04-06 13:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:04] Production.INFO: ==8763== Releasing lock...
[2026-04-06 13:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-22
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: ==8755== Releasing lock...
[2026-04-06 13:11:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:11:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:11:05] Production.ERROR: done
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-23
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-24
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 13:11:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047838', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-25
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-26
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-27
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-28
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-29
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:11:05] Production.INFO: Total Charge 0
[2026-04-06 13:11:05] Production.INFO: CreateAllLog End
[2026-04-06 13:11:05] Production.INFO: Account Balance End.
[2026-04-06 13:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:11:05] Production.INFO: ==8759== Releasing lock...
[2026-04-06 13:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047838', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 13:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 13:11:10] Production.INFO: ProcessCDR(1,17047838,1,1,2)
[2026-04-06 13:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047838,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047838,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 13:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 13:11:10] Production.INFO: ==8761== Releasing lock...
[2026-04-06 13:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 13:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 13:11:14] Production.ERROR: CronJobId end10
[2026-04-06 13:11:14] Production.INFO: ==8757== Releasing lock...
[2026-04-06 13:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:11:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:11:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:11:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:11:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:11:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:11:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:11:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:11:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:11:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:11:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:11:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:11:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:11:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:11:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:11:17] Production.INFO: call_cost start
[2026-04-06 13:11:17] Production.INFO: call_cost end
[2026-04-06 13:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:11:17] Production.INFO: ==8753== Releasing lock...
[2026-04-06 13:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:12:01] Production.INFO: ==8821== Lock acquired, processing the job...
[2026-04-06 18:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:12:01] Production.INFO: neon service started
[2026-04-06 18:12:01] Production.INFO: neon service started
[2026-04-06 18:12:01] Production.INFO: ==8821== Releasing lock...
[2026-04-06 18:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:12:02] Production.INFO: ==8823== Lock acquired, processing the job...
[2026-04-06 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:12:02] Production.INFO: ==8823== Releasing lock...
[2026-04-06 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:12:02] Production.INFO: ==8825== Lock acquired, processing the job...
[2026-04-06 17:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:12:02] Production.INFO: ==8825== Releasing lock...
[2026-04-06 17:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:12:03] Production.INFO: ==8830== Lock acquired, processing the job...
[2026-04-06 13:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:12:03] Production.INFO: ==8832== Lock acquired, processing the job...
[2026-04-06 13:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:12:03] Production.INFO: ==8836== Lock acquired, processing the job...
[2026-04-06 13:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:12:03] Production.INFO: ==8828== Lock acquired, processing the job...
[2026-04-06 13:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:12:03] Production.INFO: ==8834== Lock acquired, processing the job...
[2026-04-06 13:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:12:03] Production.INFO: Account Balance Start.
[2026-04-06 13:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:12:03] Production.INFO: 117
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:12:03] Production.INFO: ==8836== Releasing lock...
[2026-04-06 13:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: ==8830== Releasing lock...
[2026-04-06 13:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:03] Production.INFO: Date 2026-03-27
[2026-04-06 13:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:12:04] Production.INFO: Total Charge 0
[2026-04-06 13:12:04] Production.INFO: CreateAllLog End
[2026-04-06 13:12:04] Production.INFO: Account Balance End.
[2026-04-06 13:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:12:04] Production.INFO: ==8834== Releasing lock...
[2026-04-06 13:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:12:12] Production.ERROR: CronJobId end10
[2026-04-06 13:12:12] Production.INFO: ==8832== Releasing lock...
[2026-04-06 13:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:12:15] Production.INFO: call_cost start
[2026-04-06 13:12:15] Production.INFO: call_cost end
[2026-04-06 13:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:12:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:12:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:12:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:12:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:12:15] Production.INFO: ==8828== Releasing lock...
[2026-04-06 13:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:13:02] Production.INFO: ==8890== Lock acquired, processing the job...
[2026-04-06 18:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:13:02] Production.INFO: neon service started
[2026-04-06 18:13:02] Production.INFO: neon service started
[2026-04-06 18:13:02] Production.INFO: ==8890== Releasing lock...
[2026-04-06 18:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:13:02] Production.INFO: ==8894== Lock acquired, processing the job...
[2026-04-06 17:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:13:02] Production.INFO: ==8894== Releasing lock...
[2026-04-06 17:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:13:02] Production.INFO: ==8892== Lock acquired, processing the job...
[2026-04-06 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:13:02] Production.INFO: ==8892== Releasing lock...
[2026-04-06 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:13:03] Production.INFO: ==8901== Lock acquired, processing the job...
[2026-04-06 13:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:13:03] Production.INFO: ==8897== Lock acquired, processing the job...
[2026-04-06 13:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:13:03] Production.INFO: ==8899== Lock acquired, processing the job...
[2026-04-06 13:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:13:03] Production.INFO: ==8905== Lock acquired, processing the job...
[2026-04-06 13:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:13:03] Production.INFO: ==8903== Lock acquired, processing the job...
[2026-04-06 13:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:13:04] Production.INFO: Account Balance Start.
[2026-04-06 13:13:04] Production.INFO: CreateAllLog Start
[2026-04-06 13:13:04] Production.INFO: 117
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-08
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:13:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:13:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:13:04] Production.INFO: ==8905== Releasing lock...
[2026-04-06 13:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: ==8899== Releasing lock...
[2026-04-06 13:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-03-29
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-03-30
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-03-31
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:13:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:13:05] Production.INFO: Total Charge 0
[2026-04-06 13:13:05] Production.INFO: CreateAllLog End
[2026-04-06 13:13:05] Production.INFO: Account Balance End.
[2026-04-06 13:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:13:05] Production.INFO: ==8903== Releasing lock...
[2026-04-06 13:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:13:12] Production.ERROR: CronJobId end10
[2026-04-06 13:13:12] Production.INFO: ==8901== Releasing lock...
[2026-04-06 13:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:13:15] Production.INFO: call_cost start
[2026-04-06 13:13:15] Production.INFO: call_cost end
[2026-04-06 13:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:13:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:13:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:13:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:13:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:13:15] Production.INFO: ==8897== Releasing lock...
[2026-04-06 13:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:14:01] Production.INFO: ==8962== Lock acquired, processing the job...
[2026-04-06 18:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:14:01] Production.INFO: neon service started
[2026-04-06 18:14:01] Production.INFO: neon service started
[2026-04-06 18:14:01] Production.INFO: ==8962== Releasing lock...
[2026-04-06 18:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:14:01] Production.INFO: ==8964== Lock acquired, processing the job...
[2026-04-06 13:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:14:02] Production.INFO: ==8964== Releasing lock...
[2026-04-06 13:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:14:02] Production.INFO: ==8966== Lock acquired, processing the job...
[2026-04-06 17:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:14:02] Production.INFO: ==8966== Releasing lock...
[2026-04-06 17:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:14:02] Production.INFO: ==8977== Lock acquired, processing the job...
[2026-04-06 13:14:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:14:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:14:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:14:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:14:03] Production.INFO: ==8977== Releasing lock...
[2026-04-06 13:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:14:03] Production.INFO: ==8969== Lock acquired, processing the job...
[2026-04-06 13:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:14:03] Production.INFO: ==8971== Lock acquired, processing the job...
[2026-04-06 13:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:14:03] Production.INFO: ==8973== Lock acquired, processing the job...
[2026-04-06 13:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:14:03] Production.INFO: ==8975== Lock acquired, processing the job...
[2026-04-06 13:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:14:03] Production.INFO: Account Balance Start.
[2026-04-06 13:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:14:03] Production.INFO: 117
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: ==8971== Releasing lock...
[2026-04-06 13:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:14:04] Production.INFO: Total Charge 0
[2026-04-06 13:14:04] Production.INFO: CreateAllLog End
[2026-04-06 13:14:04] Production.INFO: Account Balance End.
[2026-04-06 13:14:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:14:04] Production.INFO: ==8975== Releasing lock...
[2026-04-06 13:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:14:11] Production.ERROR: CronJobId end10
[2026-04-06 13:14:11] Production.INFO: ==8973== Releasing lock...
[2026-04-06 13:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:14:13] Production.INFO: call_cost start
[2026-04-06 13:14:13] Production.INFO: call_cost end
[2026-04-06 13:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:14:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:14:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:14:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:14:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:14:13] Production.INFO: ==8969== Releasing lock...
[2026-04-06 13:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:15:01] Production.INFO: ==9040== Lock acquired, processing the job...
[2026-04-06 18:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:15:01] Production.INFO: neon service started
[2026-04-06 18:15:02] Production.INFO: neon service started
[2026-04-06 18:15:02] Production.INFO: ==9040== Releasing lock...
[2026-04-06 18:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:15:02] Production.INFO: ==9042== Lock acquired, processing the job...
[2026-04-06 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:15:02] Production.INFO: ==9042== Releasing lock...
[2026-04-06 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:15:02] Production.INFO: ==9044== Lock acquired, processing the job...
[2026-04-06 17:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:15:02] Production.INFO: ==9044== Releasing lock...
[2026-04-06 17:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:15:03] Production.INFO: ==9047== Lock acquired, processing the job...
[2026-04-06 13:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:15:03] Production.INFO: ==9049== Lock acquired, processing the job...
[2026-04-06 13:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:15:03] Production.INFO: ==9051== Lock acquired, processing the job...
[2026-04-06 13:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:15:03] Production.INFO: ==9053== Lock acquired, processing the job...
[2026-04-06 13:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:15:03] Production.INFO: ==9055== Lock acquired, processing the job...
[2026-04-06 13:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:15:03] Production.INFO: Account Balance Start.
[2026-04-06 13:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:15:03] Production.INFO: 117
[2026-04-06 13:15:03] Production.INFO: ==9055== Releasing lock...
[2026-04-06 13:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:15:04] Production.INFO: ==9049== Releasing lock...
[2026-04-06 13:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:15:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:15:05] Production.INFO: Total Charge 0
[2026-04-06 13:15:05] Production.INFO: CreateAllLog End
[2026-04-06 13:15:05] Production.INFO: Account Balance End.
[2026-04-06 13:15:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:15:05] Production.INFO: ==9053== Releasing lock...
[2026-04-06 13:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:15:12] Production.ERROR: CronJobId end10
[2026-04-06 13:15:12] Production.INFO: ==9051== Releasing lock...
[2026-04-06 13:15:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:15:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:15:14] Production.INFO: call_cost start
[2026-04-06 13:15:14] Production.INFO: call_cost end
[2026-04-06 13:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:15:14] Production.INFO: ==9047== Releasing lock...
[2026-04-06 13:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:16:01] Production.INFO: ==9108== Lock acquired, processing the job...
[2026-04-06 18:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:16:01] Production.INFO: neon service started
[2026-04-06 18:16:01] Production.INFO: neon service started
[2026-04-06 18:16:01] Production.INFO: ==9108== Releasing lock...
[2026-04-06 18:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:16:02] Production.INFO: ==9110== Lock acquired, processing the job...
[2026-04-06 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:16:02] Production.INFO: ==9112== Lock acquired, processing the job...
[2026-04-06 17:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:16:02] Production.INFO: ==9112== Releasing lock...
[2026-04-06 17:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:16:02] Production.INFO: ==9110== Releasing lock...
[2026-04-06 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:16:02] Production.INFO: ==9115== Lock acquired, processing the job...
[2026-04-06 13:16:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:16:03] Production.INFO: ==9117== Lock acquired, processing the job...
[2026-04-06 13:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:16:03] Production.INFO: ==9121== Lock acquired, processing the job...
[2026-04-06 13:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:16:03] Production.INFO: ==9119== Lock acquired, processing the job...
[2026-04-06 13:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:16:03] Production.INFO: Account Balance Start.
[2026-04-06 13:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:16:03] Production.INFO: 117
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: ==9123== Lock acquired, processing the job...
[2026-04-06 13:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: ==9117== Releasing lock...
[2026-04-06 13:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:16:03] Production.INFO: ==9123== Releasing lock...
[2026-04-06 13:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-03-31
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:16:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:16:05] Production.INFO: Total Charge 0
[2026-04-06 13:16:05] Production.INFO: CreateAllLog End
[2026-04-06 13:16:05] Production.INFO: Account Balance End.
[2026-04-06 13:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:16:05] Production.INFO: ==9121== Releasing lock...
[2026-04-06 13:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:16:11] Production.ERROR: CronJobId end10
[2026-04-06 13:16:11] Production.INFO: ==9119== Releasing lock...
[2026-04-06 13:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:16:13] Production.INFO: call_cost start
[2026-04-06 13:16:13] Production.INFO: call_cost end
[2026-04-06 13:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:16:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:16:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:16:14] Production.INFO: ==9115== Releasing lock...
[2026-04-06 13:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:17:01] Production.INFO: ==9179== Lock acquired, processing the job...
[2026-04-06 18:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:17:01] Production.INFO: neon service started
[2026-04-06 18:17:01] Production.INFO: neon service started
[2026-04-06 18:17:01] Production.INFO: ==9179== Releasing lock...
[2026-04-06 18:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:17:02] Production.INFO: ==9181== Lock acquired, processing the job...
[2026-04-06 13:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:17:02] Production.INFO: ==9181== Releasing lock...
[2026-04-06 13:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:17:02] Production.INFO: ==9183== Lock acquired, processing the job...
[2026-04-06 17:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:17:02] Production.INFO: ==9183== Releasing lock...
[2026-04-06 17:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:17:03] Production.INFO: ==9187== Lock acquired, processing the job...
[2026-04-06 13:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:17:03] Production.INFO: ==9185== Lock acquired, processing the job...
[2026-04-06 13:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:17:03] Production.INFO: ==9189== Lock acquired, processing the job...
[2026-04-06 13:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:17:03] Production.INFO: ==9191== Lock acquired, processing the job...
[2026-04-06 13:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:17:03] Production.INFO: ==9193== Lock acquired, processing the job...
[2026-04-06 13:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:17:03] Production.INFO: Account Balance Start.
[2026-04-06 13:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:17:03] Production.INFO: 117
[2026-04-06 13:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:03] Production.INFO: ==9187== Releasing lock...
[2026-04-06 13:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:17:03] Production.INFO: ==9193== Releasing lock...
[2026-04-06 13:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:17:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:17:05] Production.INFO: Total Charge 0
[2026-04-06 13:17:05] Production.INFO: CreateAllLog End
[2026-04-06 13:17:05] Production.INFO: Account Balance End.
[2026-04-06 13:17:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:17:05] Production.INFO: ==9191== Releasing lock...
[2026-04-06 13:17:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:17:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:17:11] Production.ERROR: CronJobId end10
[2026-04-06 13:17:11] Production.INFO: ==9189== Releasing lock...
[2026-04-06 13:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:17:13] Production.INFO: call_cost start
[2026-04-06 13:17:13] Production.INFO: call_cost end
[2026-04-06 13:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:17:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:17:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:17:13] Production.INFO: ==9185== Releasing lock...
[2026-04-06 13:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:18:02] Production.INFO: ==9251== Lock acquired, processing the job...
[2026-04-06 18:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:18:02] Production.INFO: neon service started
[2026-04-06 18:18:02] Production.INFO: neon service started
[2026-04-06 18:18:02] Production.INFO: ==9251== Releasing lock...
[2026-04-06 18:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:18:02] Production.INFO: ==9255== Lock acquired, processing the job...
[2026-04-06 17:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:18:02] Production.INFO: ==9255== Releasing lock...
[2026-04-06 17:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:18:02] Production.INFO: ==9253== Lock acquired, processing the job...
[2026-04-06 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:18:02] Production.INFO: ==9253== Releasing lock...
[2026-04-06 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:18:03] Production.INFO: ==9258== Lock acquired, processing the job...
[2026-04-06 13:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:18:03] Production.INFO: ==9260== Lock acquired, processing the job...
[2026-04-06 13:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:18:03] Production.INFO: ==9262== Lock acquired, processing the job...
[2026-04-06 13:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:18:03] Production.INFO: ==9264== Lock acquired, processing the job...
[2026-04-06 13:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:18:03] Production.INFO: Account Balance Start.
[2026-04-06 13:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:18:03] Production.INFO: 117
[2026-04-06 13:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:18:03] Production.INFO: ==9266== Lock acquired, processing the job...
[2026-04-06 13:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:18:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:18:04] Production.INFO: ==9266== Releasing lock...
[2026-04-06 13:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: ==9260== Releasing lock...
[2026-04-06 13:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:18:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:18:05] Production.INFO: Total Charge 0
[2026-04-06 13:18:05] Production.INFO: CreateAllLog End
[2026-04-06 13:18:05] Production.INFO: Account Balance End.
[2026-04-06 13:18:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:18:05] Production.INFO: ==9264== Releasing lock...
[2026-04-06 13:18:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:18:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:18:12] Production.ERROR: CronJobId end10
[2026-04-06 13:18:12] Production.INFO: ==9262== Releasing lock...
[2026-04-06 13:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:18:14] Production.INFO: call_cost start
[2026-04-06 13:18:14] Production.INFO: call_cost end
[2026-04-06 13:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:18:14] Production.INFO: ==9258== Releasing lock...
[2026-04-06 13:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:19:01] Production.INFO: ==9320== Lock acquired, processing the job...
[2026-04-06 18:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:19:01] Production.INFO: neon service started
[2026-04-06 18:19:01] Production.INFO: neon service started
[2026-04-06 18:19:01] Production.INFO: ==9320== Releasing lock...
[2026-04-06 18:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:19:01] Production.INFO: ==9322== Lock acquired, processing the job...
[2026-04-06 13:19:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:19:02] Production.INFO: ==9322== Releasing lock...
[2026-04-06 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:19:02] Production.INFO: ==9325== Lock acquired, processing the job...
[2026-04-06 17:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:19:02] Production.INFO: ==9325== Releasing lock...
[2026-04-06 17:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:19:02] Production.INFO: ==9329== Lock acquired, processing the job...
[2026-04-06 13:19:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:19:02] Production.INFO: ==9331== Lock acquired, processing the job...
[2026-04-06 13:19:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:19:02] Production.INFO: ==9333== Lock acquired, processing the job...
[2026-04-06 13:19:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:19:03] Production.INFO: ==9335== Lock acquired, processing the job...
[2026-04-06 13:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:19:03] Production.INFO: ==9337== Lock acquired, processing the job...
[2026-04-06 13:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:19:03] Production.INFO: Account Balance Start.
[2026-04-06 13:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:19:03] Production.INFO: 117
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:19:03] Production.INFO: ==9337== Releasing lock...
[2026-04-06 13:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: ==9331== Releasing lock...
[2026-04-06 13:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-27
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:03] Production.INFO: Date 2026-03-28
[2026-04-06 13:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:19:04] Production.INFO: Total Charge 0
[2026-04-06 13:19:04] Production.INFO: CreateAllLog End
[2026-04-06 13:19:04] Production.INFO: Account Balance End.
[2026-04-06 13:19:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:19:04] Production.INFO: ==9335== Releasing lock...
[2026-04-06 13:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:19:10] Production.ERROR: CronJobId end10
[2026-04-06 13:19:10] Production.INFO: ==9333== Releasing lock...
[2026-04-06 13:19:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:19:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:19:13] Production.INFO: call_cost start
[2026-04-06 13:19:13] Production.INFO: call_cost end
[2026-04-06 13:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:19:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:19:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:19:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:19:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:19:13] Production.INFO: ==9329== Releasing lock...
[2026-04-06 13:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:20:01] Production.INFO: ==9395== Lock acquired, processing the job...
[2026-04-06 18:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:20:02] Production.INFO: neon service started
[2026-04-06 18:20:02] Production.INFO: neon service started
[2026-04-06 18:20:02] Production.INFO: ==9395== Releasing lock...
[2026-04-06 18:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:20:02] Production.INFO: ==9399== Lock acquired, processing the job...
[2026-04-06 17:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:20:02] Production.INFO: ==9399== Releasing lock...
[2026-04-06 17:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:20:02] Production.INFO: ==9397== Lock acquired, processing the job...
[2026-04-06 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:20:02] Production.INFO: ==9397== Releasing lock...
[2026-04-06 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:20:03] Production.INFO: ==9402== Lock acquired, processing the job...
[2026-04-06 13:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:20:03] Production.INFO: ==9404== Lock acquired, processing the job...
[2026-04-06 13:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:20:03] Production.INFO: ==9406== Lock acquired, processing the job...
[2026-04-06 13:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:20:03] Production.INFO: ==9408== Lock acquired, processing the job...
[2026-04-06 13:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:20:03] Production.INFO: Account Balance Start.
[2026-04-06 13:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:20:03] Production.INFO: 117
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:20:03] Production.INFO: ==9410== Lock acquired, processing the job...
[2026-04-06 13:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:20:03] Production.INFO: ==9410== Releasing lock...
[2026-04-06 13:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: ==9404== Releasing lock...
[2026-04-06 13:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:20:04] Production.INFO: Total Charge 0
[2026-04-06 13:20:04] Production.INFO: CreateAllLog End
[2026-04-06 13:20:04] Production.INFO: Account Balance End.
[2026-04-06 13:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:20:04] Production.INFO: ==9408== Releasing lock...
[2026-04-06 13:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:20:11] Production.ERROR: CronJobId end10
[2026-04-06 13:20:11] Production.INFO: ==9406== Releasing lock...
[2026-04-06 13:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:20:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:20:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:20:13] Production.INFO: call_cost start
[2026-04-06 13:20:13] Production.INFO: call_cost end
[2026-04-06 13:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:20:13] Production.INFO: ==9402== Releasing lock...
[2026-04-06 13:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:21:01] Production.INFO: ==9474== Lock acquired, processing the job...
[2026-04-06 18:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:21:01] Production.INFO: neon service started
[2026-04-06 18:21:01] Production.INFO: neon service started
[2026-04-06 18:21:01] Production.INFO: ==9474== Releasing lock...
[2026-04-06 18:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:21:01] Production.INFO: ==9476== Lock acquired, processing the job...
[2026-04-06 13:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:21:02] Production.INFO: ==9476== Releasing lock...
[2026-04-06 13:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:21:02] Production.INFO: ==9478== Lock acquired, processing the job...
[2026-04-06 17:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:21:02] Production.INFO: ==9478== Releasing lock...
[2026-04-06 17:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:21:02] Production.INFO: ==9480== Lock acquired, processing the job...
[2026-04-06 13:21:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 13:21:03] Production.INFO: ==9482== Lock acquired, processing the job...
[2026-04-06 13:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 13:21:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 13:21:03] Production.ERROR: CronJob PID - 9482
[2026-04-06 13:21:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 13:21:03] Production.ERROR: CronJob ID - 5
[2026-04-06 13:21:03] Production.ERROR: CronJob Last Run Time 2026-04-06 13:21:00
[2026-04-06 13:21:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 13:21:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 13:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 13:21:03] Production.INFO: ==9480== Releasing lock...
[2026-04-06 13:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 13:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:21:03] Production.INFO: ==9484== Lock acquired, processing the job...
[2026-04-06 13:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:21:03] Production.INFO: ==9488== Lock acquired, processing the job...
[2026-04-06 13:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:21:03] Production.INFO: ==9486== Lock acquired, processing the job...
[2026-04-06 13:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:21:03] Production.INFO: ==9490== Lock acquired, processing the job...
[2026-04-06 13:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 13:21:03] Production.INFO: ==9492== Lock acquired, processing the job...
[2026-04-06 13:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:21:03] Production.INFO: Account Balance Start.
[2026-04-06 13:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:21:03] Production.INFO: 117
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: ==9492== Releasing lock...
[2026-04-06 13:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.ERROR: done
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 13:21:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047879', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:21:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: ==9484== Releasing lock...
[2026-04-06 13:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:21:04] Production.INFO: Total Charge 0
[2026-04-06 13:21:04] Production.INFO: CreateAllLog End
[2026-04-06 13:21:04] Production.INFO: Account Balance End.
[2026-04-06 13:21:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:21:04] Production.INFO: ==9488== Releasing lock...
[2026-04-06 13:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:21:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047879', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 13:21:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 13:21:09] Production.INFO: ProcessCDR(1,17047879,1,1,2)
[2026-04-06 13:21:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047879,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:21:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047879,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:21:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 13:21:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 13:21:09] Production.INFO: ==9490== Releasing lock...
[2026-04-06 13:21:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 13:21:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 13:21:13] Production.ERROR: CronJobId end10
[2026-04-06 13:21:13] Production.INFO: ==9486== Releasing lock...
[2026-04-06 13:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:21:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:21:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:21:16] Production.INFO: call_cost start
[2026-04-06 13:21:16] Production.INFO: call_cost end
[2026-04-06 13:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:21:16] Production.INFO: ==9482== Releasing lock...
[2026-04-06 13:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:22:01] Production.INFO: ==9552== Lock acquired, processing the job...
[2026-04-06 18:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:22:01] Production.INFO: neon service started
[2026-04-06 18:22:01] Production.INFO: neon service started
[2026-04-06 18:22:01] Production.INFO: ==9552== Releasing lock...
[2026-04-06 18:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:22:02] Production.INFO: ==9556== Lock acquired, processing the job...
[2026-04-06 17:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:22:02] Production.INFO: ==9556== Releasing lock...
[2026-04-06 17:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:22:02] Production.INFO: ==9554== Lock acquired, processing the job...
[2026-04-06 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:22:02] Production.INFO: ==9554== Releasing lock...
[2026-04-06 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:22:03] Production.INFO: ==9565== Lock acquired, processing the job...
[2026-04-06 13:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:22:03] Production.INFO: Account Balance Start.
[2026-04-06 13:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:22:03] Production.INFO: 117
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: ==9561== Lock acquired, processing the job...
[2026-04-06 13:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: ==9559== Lock acquired, processing the job...
[2026-04-06 13:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:22:03] Production.INFO: ==9563== Lock acquired, processing the job...
[2026-04-06 13:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:22:03] Production.INFO: ==9567== Lock acquired, processing the job...
[2026-04-06 13:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: ==9567== Releasing lock...
[2026-04-06 13:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: ==9561== Releasing lock...
[2026-04-06 13:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:22:04] Production.INFO: Total Charge 0
[2026-04-06 13:22:04] Production.INFO: CreateAllLog End
[2026-04-06 13:22:04] Production.INFO: Account Balance End.
[2026-04-06 13:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:22:04] Production.INFO: ==9565== Releasing lock...
[2026-04-06 13:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:22:11] Production.ERROR: CronJobId end10
[2026-04-06 13:22:11] Production.INFO: ==9563== Releasing lock...
[2026-04-06 13:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:22:13] Production.INFO: call_cost start
[2026-04-06 13:22:13] Production.INFO: call_cost end
[2026-04-06 13:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:22:13] Production.INFO: ==9559== Releasing lock...
[2026-04-06 13:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:23:02] Production.INFO: ==9623== Lock acquired, processing the job...
[2026-04-06 18:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:23:02] Production.INFO: neon service started
[2026-04-06 18:23:02] Production.INFO: neon service started
[2026-04-06 18:23:02] Production.INFO: ==9623== Releasing lock...
[2026-04-06 18:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:23:02] Production.INFO: ==9625== Lock acquired, processing the job...
[2026-04-06 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:23:02] Production.INFO: ==9625== Releasing lock...
[2026-04-06 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:23:02] Production.INFO: ==9627== Lock acquired, processing the job...
[2026-04-06 17:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:23:02] Production.INFO: ==9627== Releasing lock...
[2026-04-06 17:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:23:03] Production.INFO: ==9629== Lock acquired, processing the job...
[2026-04-06 13:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:23:03] Production.INFO: ==9631== Lock acquired, processing the job...
[2026-04-06 13:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:23:03] Production.INFO: ==9633== Lock acquired, processing the job...
[2026-04-06 13:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:23:03] Production.INFO: ==9635== Lock acquired, processing the job...
[2026-04-06 13:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:23:03] Production.INFO: ==9637== Lock acquired, processing the job...
[2026-04-06 13:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:23:03] Production.INFO: Account Balance Start.
[2026-04-06 13:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:23:03] Production.INFO: 117
[2026-04-06 13:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:23:03] Production.INFO: ==9637== Releasing lock...
[2026-04-06 13:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:03] Production.INFO: ==9631== Releasing lock...
[2026-04-06 13:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:23:04] Production.INFO: Total Charge 0
[2026-04-06 13:23:04] Production.INFO: CreateAllLog End
[2026-04-06 13:23:04] Production.INFO: Account Balance End.
[2026-04-06 13:23:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:23:04] Production.INFO: ==9635== Releasing lock...
[2026-04-06 13:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:23:12] Production.ERROR: CronJobId end10
[2026-04-06 13:23:12] Production.INFO: ==9633== Releasing lock...
[2026-04-06 13:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:23:14] Production.INFO: call_cost start
[2026-04-06 13:23:14] Production.INFO: call_cost end
[2026-04-06 13:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:23:14] Production.INFO: ==9629== Releasing lock...
[2026-04-06 13:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:24:01] Production.INFO: ==9690== Lock acquired, processing the job...
[2026-04-06 18:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:24:01] Production.INFO: neon service started
[2026-04-06 18:24:01] Production.INFO: neon service started
[2026-04-06 18:24:01] Production.INFO: ==9690== Releasing lock...
[2026-04-06 18:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:24:01] Production.INFO: ==9692== Lock acquired, processing the job...
[2026-04-06 13:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:24:02] Production.INFO: ==9692== Releasing lock...
[2026-04-06 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:24:02] Production.INFO: ==9694== Lock acquired, processing the job...
[2026-04-06 17:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:24:02] Production.INFO: ==9694== Releasing lock...
[2026-04-06 17:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:24:02] Production.INFO: ==9704== Lock acquired, processing the job...
[2026-04-06 13:24:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:24:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:24:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:24:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:24:02] Production.INFO: ==9704== Releasing lock...
[2026-04-06 13:24:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:24:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:24:03] Production.INFO: ==9696== Lock acquired, processing the job...
[2026-04-06 13:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:24:03] Production.INFO: ==9698== Lock acquired, processing the job...
[2026-04-06 13:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:24:03] Production.INFO: ==9700== Lock acquired, processing the job...
[2026-04-06 13:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:24:03] Production.INFO: ==9702== Lock acquired, processing the job...
[2026-04-06 13:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:24:03] Production.INFO: Account Balance Start.
[2026-04-06 13:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:24:03] Production.INFO: 117
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: ==9698== Releasing lock...
[2026-04-06 13:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:24:04] Production.INFO: Total Charge 0
[2026-04-06 13:24:04] Production.INFO: CreateAllLog End
[2026-04-06 13:24:04] Production.INFO: Account Balance End.
[2026-04-06 13:24:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:24:04] Production.INFO: ==9702== Releasing lock...
[2026-04-06 13:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:24:10] Production.ERROR: CronJobId end10
[2026-04-06 13:24:10] Production.INFO: ==9700== Releasing lock...
[2026-04-06 13:24:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:24:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:24:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:24:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:24:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:24:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:24:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:24:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:24:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:24:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:24:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:24:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:24:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:24:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:24:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:24:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:24:12] Production.INFO: call_cost start
[2026-04-06 13:24:12] Production.INFO: call_cost end
[2026-04-06 13:24:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:24:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:24:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:24:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:24:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:24:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:24:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:24:12] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:24:12] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:24:12] Production.INFO: ==9696== Releasing lock...
[2026-04-06 13:24:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:24:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:25:01] Production.INFO: ==9763== Lock acquired, processing the job...
[2026-04-06 18:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:25:01] Production.INFO: neon service started
[2026-04-06 18:25:01] Production.INFO: neon service started
[2026-04-06 18:25:01] Production.INFO: ==9763== Releasing lock...
[2026-04-06 18:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:25:02] Production.INFO: ==9767== Lock acquired, processing the job...
[2026-04-06 17:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:25:02] Production.INFO: ==9767== Releasing lock...
[2026-04-06 17:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:25:02] Production.INFO: ==9765== Lock acquired, processing the job...
[2026-04-06 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:25:02] Production.INFO: ==9765== Releasing lock...
[2026-04-06 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:25:03] Production.INFO: ==9770== Lock acquired, processing the job...
[2026-04-06 13:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:25:03] Production.INFO: ==9772== Lock acquired, processing the job...
[2026-04-06 13:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:25:03] Production.INFO: ==9774== Lock acquired, processing the job...
[2026-04-06 13:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:25:03] Production.INFO: ==9776== Lock acquired, processing the job...
[2026-04-06 13:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:25:03] Production.INFO: ==9778== Lock acquired, processing the job...
[2026-04-06 13:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:25:03] Production.INFO: Account Balance Start.
[2026-04-06 13:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:25:03] Production.INFO: 117
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: ==9778== Releasing lock...
[2026-04-06 13:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:03] Production.INFO: ==9772== Releasing lock...
[2026-04-06 13:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:25:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:25:04] Production.INFO: Total Charge 0
[2026-04-06 13:25:04] Production.INFO: CreateAllLog End
[2026-04-06 13:25:05] Production.INFO: Account Balance End.
[2026-04-06 13:25:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:25:05] Production.INFO: ==9776== Releasing lock...
[2026-04-06 13:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:25:12] Production.ERROR: CronJobId end10
[2026-04-06 13:25:12] Production.INFO: ==9774== Releasing lock...
[2026-04-06 13:25:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:25:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:25:14] Production.INFO: call_cost start
[2026-04-06 13:25:14] Production.INFO: call_cost end
[2026-04-06 13:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:25:14] Production.INFO: ==9770== Releasing lock...
[2026-04-06 13:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:26:02] Production.INFO: ==9835== Lock acquired, processing the job...
[2026-04-06 18:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:26:02] Production.INFO: neon service started
[2026-04-06 18:26:02] Production.INFO: neon service started
[2026-04-06 18:26:02] Production.INFO: ==9835== Releasing lock...
[2026-04-06 18:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:26:02] Production.INFO: ==9839== Lock acquired, processing the job...
[2026-04-06 17:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:26:02] Production.INFO: ==9837== Lock acquired, processing the job...
[2026-04-06 13:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:26:02] Production.INFO: ==9839== Releasing lock...
[2026-04-06 17:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:26:03] Production.INFO: ==9837== Releasing lock...
[2026-04-06 13:26:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:26:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:26:03] Production.INFO: ==9842== Lock acquired, processing the job...
[2026-04-06 13:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:26:03] Production.INFO: ==9844== Lock acquired, processing the job...
[2026-04-06 13:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:26:04] Production.INFO: ==9846== Lock acquired, processing the job...
[2026-04-06 13:26:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:26:04] Production.INFO: ==9848== Lock acquired, processing the job...
[2026-04-06 13:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:26:04] Production.INFO: ==9850== Lock acquired, processing the job...
[2026-04-06 13:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:26:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:26:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:26:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:26:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:26:04] Production.INFO: Account Balance Start.
[2026-04-06 13:26:04] Production.INFO: CreateAllLog Start
[2026-04-06 13:26:04] Production.INFO: 117
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-08
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:26:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:26:04] Production.INFO: ==9850== Releasing lock...
[2026-04-06 13:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:26:04] Production.INFO: ==9844== Releasing lock...
[2026-04-06 13:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:26:04] Production.INFO: Total Charge 0
[2026-04-06 13:26:04] Production.INFO: CreateAllLog End
[2026-04-06 13:26:05] Production.INFO: Account Balance End.
[2026-04-06 13:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:26:05] Production.INFO: ==9848== Releasing lock...
[2026-04-06 13:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:26:11] Production.ERROR: CronJobId end10
[2026-04-06 13:26:11] Production.INFO: ==9846== Releasing lock...
[2026-04-06 13:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:26:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:26:14] Production.INFO: call_cost start
[2026-04-06 13:26:14] Production.INFO: call_cost end
[2026-04-06 13:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:26:14] Production.INFO: ==9842== Releasing lock...
[2026-04-06 13:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:27:01] Production.INFO: ==9903== Lock acquired, processing the job...
[2026-04-06 18:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:27:01] Production.INFO: neon service started
[2026-04-06 18:27:01] Production.INFO: neon service started
[2026-04-06 18:27:01] Production.INFO: ==9903== Releasing lock...
[2026-04-06 18:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:27:02] Production.INFO: ==9907== Lock acquired, processing the job...
[2026-04-06 17:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:27:02] Production.INFO: ==9907== Releasing lock...
[2026-04-06 17:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:27:02] Production.INFO: ==9905== Lock acquired, processing the job...
[2026-04-06 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:27:02] Production.INFO: ==9905== Releasing lock...
[2026-04-06 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:27:03] Production.INFO: ==9909== Lock acquired, processing the job...
[2026-04-06 13:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:27:03] Production.INFO: ==9911== Lock acquired, processing the job...
[2026-04-06 13:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:27:03] Production.INFO: ==9913== Lock acquired, processing the job...
[2026-04-06 13:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:27:03] Production.INFO: ==9915== Lock acquired, processing the job...
[2026-04-06 13:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:27:03] Production.INFO: ==9917== Lock acquired, processing the job...
[2026-04-06 13:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:27:03] Production.INFO: Account Balance Start.
[2026-04-06 13:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:27:03] Production.INFO: 117
[2026-04-06 13:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:27:03] Production.INFO: ==9917== Releasing lock...
[2026-04-06 13:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: ==9911== Releasing lock...
[2026-04-06 13:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:27:04] Production.INFO: Total Charge 0
[2026-04-06 13:27:04] Production.INFO: CreateAllLog End
[2026-04-06 13:27:04] Production.INFO: Account Balance End.
[2026-04-06 13:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:27:04] Production.INFO: ==9915== Releasing lock...
[2026-04-06 13:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:27:11] Production.ERROR: CronJobId end10
[2026-04-06 13:27:11] Production.INFO: ==9913== Releasing lock...
[2026-04-06 13:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:27:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:27:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:27:14] Production.INFO: call_cost start
[2026-04-06 13:27:14] Production.INFO: call_cost end
[2026-04-06 13:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:27:14] Production.INFO: ==9909== Releasing lock...
[2026-04-06 13:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:28:02] Production.INFO: ==9975== Lock acquired, processing the job...
[2026-04-06 18:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:28:02] Production.INFO: neon service started
[2026-04-06 18:28:02] Production.INFO: neon service started
[2026-04-06 18:28:02] Production.INFO: ==9975== Releasing lock...
[2026-04-06 18:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:28:02] Production.INFO: ==9977== Lock acquired, processing the job...
[2026-04-06 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:28:02] Production.INFO: ==9977== Releasing lock...
[2026-04-06 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:28:02] Production.INFO: ==9979== Lock acquired, processing the job...
[2026-04-06 17:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:28:02] Production.INFO: ==9979== Releasing lock...
[2026-04-06 17:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:28:03] Production.INFO: ==9987== Lock acquired, processing the job...
[2026-04-06 13:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:28:03] Production.INFO: Account Balance Start.
[2026-04-06 13:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:28:03] Production.INFO: 117
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:03] Production.INFO: ==9981== Lock acquired, processing the job...
[2026-04-06 13:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:28:03] Production.INFO: ==9983== Lock acquired, processing the job...
[2026-04-06 13:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:28:03] Production.INFO: ==9989== Lock acquired, processing the job...
[2026-04-06 13:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:28:03] Production.INFO: ==9985== Lock acquired, processing the job...
[2026-04-06 13:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:28:03] Production.INFO: ==9989== Releasing lock...
[2026-04-06 13:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:28:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:28:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:28:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: ==9983== Releasing lock...
[2026-04-06 13:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:28:04] Production.INFO: Total Charge 0
[2026-04-06 13:28:04] Production.INFO: CreateAllLog End
[2026-04-06 13:28:05] Production.INFO: Account Balance End.
[2026-04-06 13:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:28:05] Production.INFO: ==9987== Releasing lock...
[2026-04-06 13:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:28:12] Production.ERROR: CronJobId end10
[2026-04-06 13:28:12] Production.INFO: ==9985== Releasing lock...
[2026-04-06 13:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:28:15] Production.INFO: call_cost start
[2026-04-06 13:28:15] Production.INFO: call_cost end
[2026-04-06 13:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:28:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:28:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:28:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:28:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:28:15] Production.INFO: ==9981== Releasing lock...
[2026-04-06 13:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:29:01] Production.INFO: ==10047== Lock acquired, processing the job...
[2026-04-06 18:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:29:01] Production.INFO: neon service started
[2026-04-06 18:29:01] Production.INFO: neon service started
[2026-04-06 18:29:01] Production.INFO: ==10047== Releasing lock...
[2026-04-06 18:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:29:01] Production.INFO: ==10049== Lock acquired, processing the job...
[2026-04-06 13:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:29:02] Production.INFO: ==10051== Lock acquired, processing the job...
[2026-04-06 17:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:29:02] Production.INFO: ==10051== Releasing lock...
[2026-04-06 17:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:29:02] Production.INFO: ==10049== Releasing lock...
[2026-04-06 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:29:03] Production.INFO: ==10054== Lock acquired, processing the job...
[2026-04-06 13:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:29:03] Production.INFO: ==10056== Lock acquired, processing the job...
[2026-04-06 13:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:29:03] Production.INFO: ==10058== Lock acquired, processing the job...
[2026-04-06 13:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:29:03] Production.INFO: ==10062== Lock acquired, processing the job...
[2026-04-06 13:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:29:03] Production.INFO: ==10060== Lock acquired, processing the job...
[2026-04-06 13:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:29:03] Production.INFO: Account Balance Start.
[2026-04-06 13:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:29:03] Production.INFO: 117
[2026-04-06 13:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:29:03] Production.INFO: ==10062== Releasing lock...
[2026-04-06 13:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: ==10056== Releasing lock...
[2026-04-06 13:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:29:04] Production.INFO: Total Charge 0
[2026-04-06 13:29:04] Production.INFO: CreateAllLog End
[2026-04-06 13:29:04] Production.INFO: Account Balance End.
[2026-04-06 13:29:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:29:04] Production.INFO: ==10060== Releasing lock...
[2026-04-06 13:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:29:10] Production.ERROR: CronJobId end10
[2026-04-06 13:29:10] Production.INFO: ==10058== Releasing lock...
[2026-04-06 13:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:29:14] Production.INFO: call_cost start
[2026-04-06 13:29:14] Production.INFO: call_cost end
[2026-04-06 13:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:29:14] Production.INFO: ==10054== Releasing lock...
[2026-04-06 13:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:30:01] Production.INFO: ==10122== Lock acquired, processing the job...
[2026-04-06 18:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:30:01] Production.INFO: neon service started
[2026-04-06 18:30:02] Production.INFO: neon service started
[2026-04-06 18:30:02] Production.INFO: ==10122== Releasing lock...
[2026-04-06 18:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:30:02] Production.INFO: ==10124== Lock acquired, processing the job...
[2026-04-06 13:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:30:02] Production.INFO: ==10126== Lock acquired, processing the job...
[2026-04-06 17:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:30:02] Production.INFO: ==10126== Releasing lock...
[2026-04-06 17:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:30:02] Production.INFO: ==10124== Releasing lock...
[2026-04-06 13:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:30:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:30:03] Production.INFO: ==10129== Lock acquired, processing the job...
[2026-04-06 13:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:30:03] Production.INFO: ==10131== Lock acquired, processing the job...
[2026-04-06 13:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:30:03] Production.INFO: ==10133== Lock acquired, processing the job...
[2026-04-06 13:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:30:03] Production.INFO: ==10135== Lock acquired, processing the job...
[2026-04-06 13:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:30:03] Production.INFO: ==10137== Lock acquired, processing the job...
[2026-04-06 13:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:30:03] Production.INFO: Account Balance Start.
[2026-04-06 13:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:30:03] Production.INFO: 117
[2026-04-06 13:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:30:04] Production.INFO: ==10137== Releasing lock...
[2026-04-06 13:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: ==10131== Releasing lock...
[2026-04-06 13:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:30:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:30:05] Production.INFO: Total Charge 0
[2026-04-06 13:30:05] Production.INFO: CreateAllLog End
[2026-04-06 13:30:05] Production.INFO: Account Balance End.
[2026-04-06 13:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:30:05] Production.INFO: ==10135== Releasing lock...
[2026-04-06 13:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:30:11] Production.ERROR: CronJobId end10
[2026-04-06 13:30:11] Production.INFO: ==10133== Releasing lock...
[2026-04-06 13:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:30:14] Production.INFO: call_cost start
[2026-04-06 13:30:14] Production.INFO: call_cost end
[2026-04-06 13:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:30:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:30:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:30:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:30:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:30:14] Production.INFO: ==10129== Releasing lock...
[2026-04-06 13:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:31:01] Production.INFO: ==10193== Lock acquired, processing the job...
[2026-04-06 18:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:31:01] Production.INFO: neon service started
[2026-04-06 18:31:01] Production.INFO: neon service started
[2026-04-06 18:31:01] Production.INFO: ==10193== Releasing lock...
[2026-04-06 18:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:31:01] Production.INFO: ==10195== Lock acquired, processing the job...
[2026-04-06 13:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:31:02] Production.INFO: ==10195== Releasing lock...
[2026-04-06 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:31:02] Production.INFO: ==10197== Lock acquired, processing the job...
[2026-04-06 17:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:31:02] Production.INFO: ==10197== Releasing lock...
[2026-04-06 17:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:31:02] Production.INFO: ==10199== Lock acquired, processing the job...
[2026-04-06 13:31:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 13:31:02] Production.INFO: ==10201== Lock acquired, processing the job...
[2026-04-06 13:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:31:02] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 13:31:02] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 13:31:02] Production.ERROR: CronJob PID - 10201
[2026-04-06 13:31:02] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 13:31:02] Production.ERROR: CronJob ID - 5
[2026-04-06 13:31:02] Production.ERROR: CronJob Last Run Time 2026-04-06 13:31:00
[2026-04-06 13:31:02] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 13:31:02] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 13:31:02] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 13:31:02] Production.INFO: ==10199== Releasing lock...
[2026-04-06 13:31:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 13:31:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:31:02] Production.INFO: ==10205== Lock acquired, processing the job...
[2026-04-06 13:31:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:31:03] Production.INFO: ==10203== Lock acquired, processing the job...
[2026-04-06 13:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:31:03] Production.INFO: ==10209== Lock acquired, processing the job...
[2026-04-06 13:31:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 13:31:03] Production.INFO: ==10207== Lock acquired, processing the job...
[2026-04-06 13:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:31:03] Production.INFO: ==10211== Lock acquired, processing the job...
[2026-04-06 13:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:31:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:31:03] Production.INFO: Account Balance Start.
[2026-04-06 13:31:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:31:03] Production.INFO: 117
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:31:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: ==10211== Releasing lock...
[2026-04-06 13:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:31:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.ERROR: done
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 13:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047920', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: ==10203== Releasing lock...
[2026-04-06 13:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:31:04] Production.INFO: Total Charge 0
[2026-04-06 13:31:04] Production.INFO: CreateAllLog End
[2026-04-06 13:31:04] Production.INFO: Account Balance End.
[2026-04-06 13:31:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:31:04] Production.INFO: ==10207== Releasing lock...
[2026-04-06 13:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047920', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 13:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 13:31:10] Production.INFO: ProcessCDR(1,17047920,1,1,2)
[2026-04-06 13:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047920,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047920,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 13:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 13:31:10] Production.INFO: ==10209== Releasing lock...
[2026-04-06 13:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 13:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 13:31:12] Production.ERROR: CronJobId end10
[2026-04-06 13:31:12] Production.INFO: ==10205== Releasing lock...
[2026-04-06 13:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:31:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:31:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:31:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:31:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:31:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:31:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:31:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:31:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:31:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:31:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:31:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:31:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:31:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:31:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:31:15] Production.INFO: call_cost start
[2026-04-06 13:31:15] Production.INFO: call_cost end
[2026-04-06 13:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:31:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:31:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:31:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:31:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:31:15] Production.INFO: ==10201== Releasing lock...
[2026-04-06 13:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:32:01] Production.INFO: ==10267== Lock acquired, processing the job...
[2026-04-06 18:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:32:01] Production.INFO: neon service started
[2026-04-06 18:32:01] Production.INFO: neon service started
[2026-04-06 18:32:01] Production.INFO: ==10267== Releasing lock...
[2026-04-06 18:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:32:02] Production.INFO: ==10269== Lock acquired, processing the job...
[2026-04-06 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:32:02] Production.INFO: ==10269== Releasing lock...
[2026-04-06 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:32:02] Production.INFO: ==10271== Lock acquired, processing the job...
[2026-04-06 17:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:32:02] Production.INFO: ==10271== Releasing lock...
[2026-04-06 17:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:32:03] Production.INFO: ==10273== Lock acquired, processing the job...
[2026-04-06 13:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:32:03] Production.INFO: ==10275== Lock acquired, processing the job...
[2026-04-06 13:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:32:03] Production.INFO: ==10277== Lock acquired, processing the job...
[2026-04-06 13:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:32:03] Production.INFO: ==10279== Lock acquired, processing the job...
[2026-04-06 13:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:32:03] Production.INFO: ==10281== Lock acquired, processing the job...
[2026-04-06 13:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:32:03] Production.INFO: Account Balance Start.
[2026-04-06 13:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:32:03] Production.INFO: 117
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:32:03] Production.INFO: ==10281== Releasing lock...
[2026-04-06 13:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: ==10275== Releasing lock...
[2026-04-06 13:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:32:04] Production.INFO: Total Charge 0
[2026-04-06 13:32:04] Production.INFO: CreateAllLog End
[2026-04-06 13:32:04] Production.INFO: Account Balance End.
[2026-04-06 13:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:32:04] Production.INFO: ==10279== Releasing lock...
[2026-04-06 13:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:32:11] Production.ERROR: CronJobId end10
[2026-04-06 13:32:11] Production.INFO: ==10277== Releasing lock...
[2026-04-06 13:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:32:14] Production.INFO: call_cost start
[2026-04-06 13:32:14] Production.INFO: call_cost end
[2026-04-06 13:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:32:14] Production.INFO: ==10273== Releasing lock...
[2026-04-06 13:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:33:02] Production.INFO: ==10338== Lock acquired, processing the job...
[2026-04-06 18:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:33:02] Production.INFO: neon service started
[2026-04-06 18:33:02] Production.INFO: neon service started
[2026-04-06 18:33:02] Production.INFO: ==10338== Releasing lock...
[2026-04-06 18:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:33:02] Production.INFO: ==10342== Lock acquired, processing the job...
[2026-04-06 17:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:33:02] Production.INFO: ==10342== Releasing lock...
[2026-04-06 17:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:33:02] Production.INFO: ==10340== Lock acquired, processing the job...
[2026-04-06 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:33:02] Production.INFO: ==10340== Releasing lock...
[2026-04-06 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:33:03] Production.INFO: ==10348== Lock acquired, processing the job...
[2026-04-06 13:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:33:03] Production.INFO: ==10350== Lock acquired, processing the job...
[2026-04-06 13:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:33:03] Production.INFO: ==10344== Lock acquired, processing the job...
[2026-04-06 13:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:33:03] Production.INFO: ==10346== Lock acquired, processing the job...
[2026-04-06 13:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:33:03] Production.INFO: Account Balance Start.
[2026-04-06 13:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:33:03] Production.INFO: 117
[2026-04-06 13:33:03] Production.INFO: ==10352== Lock acquired, processing the job...
[2026-04-06 13:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:33:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:33:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: ==10352== Releasing lock...
[2026-04-06 13:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: ==10346== Releasing lock...
[2026-04-06 13:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-03-30
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-03-31
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:33:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:33:05] Production.INFO: Total Charge 0
[2026-04-06 13:33:05] Production.INFO: CreateAllLog End
[2026-04-06 13:33:05] Production.INFO: Account Balance End.
[2026-04-06 13:33:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:33:05] Production.INFO: ==10350== Releasing lock...
[2026-04-06 13:33:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:33:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:33:11] Production.ERROR: CronJobId end10
[2026-04-06 13:33:11] Production.INFO: ==10348== Releasing lock...
[2026-04-06 13:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:33:13] Production.INFO: call_cost start
[2026-04-06 13:33:13] Production.INFO: call_cost end
[2026-04-06 13:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:33:13] Production.INFO: ==10344== Releasing lock...
[2026-04-06 13:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:34:01] Production.INFO: ==10411== Lock acquired, processing the job...
[2026-04-06 18:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:34:01] Production.INFO: neon service started
[2026-04-06 18:34:01] Production.INFO: neon service started
[2026-04-06 18:34:01] Production.INFO: ==10411== Releasing lock...
[2026-04-06 18:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:34:01] Production.INFO: ==10413== Lock acquired, processing the job...
[2026-04-06 13:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:34:02] Production.INFO: ==10413== Releasing lock...
[2026-04-06 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:34:02] Production.INFO: ==10415== Lock acquired, processing the job...
[2026-04-06 17:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:34:02] Production.INFO: ==10415== Releasing lock...
[2026-04-06 17:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:34:02] Production.INFO: ==10425== Lock acquired, processing the job...
[2026-04-06 13:34:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:34:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:34:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:34:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:34:02] Production.INFO: ==10425== Releasing lock...
[2026-04-06 13:34:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:34:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:34:03] Production.INFO: ==10417== Lock acquired, processing the job...
[2026-04-06 13:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:34:03] Production.INFO: ==10419== Lock acquired, processing the job...
[2026-04-06 13:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:34:03] Production.INFO: ==10421== Lock acquired, processing the job...
[2026-04-06 13:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:34:03] Production.INFO: ==10423== Lock acquired, processing the job...
[2026-04-06 13:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:34:03] Production.INFO: Account Balance Start.
[2026-04-06 13:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:34:03] Production.INFO: 117
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: ==10419== Releasing lock...
[2026-04-06 13:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:34:04] Production.INFO: Total Charge 0
[2026-04-06 13:34:04] Production.INFO: CreateAllLog End
[2026-04-06 13:34:04] Production.INFO: Account Balance End.
[2026-04-06 13:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:34:04] Production.INFO: ==10423== Releasing lock...
[2026-04-06 13:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:34:10] Production.ERROR: CronJobId end10
[2026-04-06 13:34:10] Production.INFO: ==10421== Releasing lock...
[2026-04-06 13:34:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:34:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:34:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:34:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:34:14] Production.INFO: call_cost start
[2026-04-06 13:34:14] Production.INFO: call_cost end
[2026-04-06 13:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:34:14] Production.INFO: ==10417== Releasing lock...
[2026-04-06 13:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:35:01] Production.INFO: ==10480== Lock acquired, processing the job...
[2026-04-06 18:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:35:01] Production.INFO: neon service started
[2026-04-06 18:35:01] Production.INFO: neon service started
[2026-04-06 18:35:01] Production.INFO: ==10480== Releasing lock...
[2026-04-06 18:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:35:02] Production.INFO: ==10484== Lock acquired, processing the job...
[2026-04-06 17:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:35:02] Production.INFO: ==10484== Releasing lock...
[2026-04-06 17:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:35:02] Production.INFO: ==10482== Lock acquired, processing the job...
[2026-04-06 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:35:02] Production.INFO: ==10482== Releasing lock...
[2026-04-06 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:35:03] Production.INFO: ==10486== Lock acquired, processing the job...
[2026-04-06 13:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:35:03] Production.INFO: ==10488== Lock acquired, processing the job...
[2026-04-06 13:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:35:03] Production.INFO: ==10492== Lock acquired, processing the job...
[2026-04-06 13:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:35:03] Production.INFO: ==10490== Lock acquired, processing the job...
[2026-04-06 13:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:35:03] Production.INFO: ==10494== Lock acquired, processing the job...
[2026-04-06 13:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:35:03] Production.INFO: Account Balance Start.
[2026-04-06 13:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:35:03] Production.INFO: 117
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.INFO: ==10494== Releasing lock...
[2026-04-06 13:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: ==10488== Releasing lock...
[2026-04-06 13:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:35:04] Production.INFO: Total Charge 0
[2026-04-06 13:35:04] Production.INFO: CreateAllLog End
[2026-04-06 13:35:04] Production.INFO: Account Balance End.
[2026-04-06 13:35:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:35:04] Production.INFO: ==10492== Releasing lock...
[2026-04-06 13:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:35:11] Production.ERROR: CronJobId end10
[2026-04-06 13:35:11] Production.INFO: ==10490== Releasing lock...
[2026-04-06 13:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:35:14] Production.INFO: call_cost start
[2026-04-06 13:35:14] Production.INFO: call_cost end
[2026-04-06 13:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:35:14] Production.INFO: ==10486== Releasing lock...
[2026-04-06 13:35:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:35:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:36:02] Production.INFO: ==10551== Lock acquired, processing the job...
[2026-04-06 18:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:36:02] Production.INFO: neon service started
[2026-04-06 18:36:02] Production.INFO: neon service started
[2026-04-06 18:36:02] Production.INFO: ==10551== Releasing lock...
[2026-04-06 18:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:36:02] Production.INFO: ==10553== Lock acquired, processing the job...
[2026-04-06 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:36:02] Production.INFO: ==10555== Lock acquired, processing the job...
[2026-04-06 17:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:36:03] Production.INFO: ==10555== Releasing lock...
[2026-04-06 17:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:36:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:36:03] Production.INFO: ==10553== Releasing lock...
[2026-04-06 13:36:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:36:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:36:03] Production.INFO: ==10564== Lock acquired, processing the job...
[2026-04-06 13:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:36:04] Production.INFO: Account Balance Start.
[2026-04-06 13:36:04] Production.INFO: CreateAllLog Start
[2026-04-06 13:36:04] Production.INFO: 117
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-08
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: ==10558== Lock acquired, processing the job...
[2026-04-06 13:36:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: ==10560== Lock acquired, processing the job...
[2026-04-06 13:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:36:04] Production.INFO: ==10562== Lock acquired, processing the job...
[2026-04-06 13:36:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:36:04] Production.INFO: ==10566== Lock acquired, processing the job...
[2026-04-06 13:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:36:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:36:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:36:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:36:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:36:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: ==10566== Releasing lock...
[2026-04-06 13:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: ==10560== Releasing lock...
[2026-04-06 13:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:36:05] Production.INFO: Total Charge 0
[2026-04-06 13:36:05] Production.INFO: CreateAllLog End
[2026-04-06 13:36:05] Production.INFO: Account Balance End.
[2026-04-06 13:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:36:05] Production.INFO: ==10564== Releasing lock...
[2026-04-06 13:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:36:12] Production.ERROR: CronJobId end10
[2026-04-06 13:36:12] Production.INFO: ==10562== Releasing lock...
[2026-04-06 13:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:36:15] Production.INFO: call_cost start
[2026-04-06 13:36:15] Production.INFO: call_cost end
[2026-04-06 13:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:36:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:36:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:36:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:36:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:36:15] Production.INFO: ==10558== Releasing lock...
[2026-04-06 13:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:37:01] Production.INFO: ==10622== Lock acquired, processing the job...
[2026-04-06 18:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:37:01] Production.INFO: neon service started
[2026-04-06 18:37:01] Production.INFO: neon service started
[2026-04-06 18:37:01] Production.INFO: ==10622== Releasing lock...
[2026-04-06 18:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:37:02] Production.INFO: ==10624== Lock acquired, processing the job...
[2026-04-06 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:37:02] Production.INFO: ==10624== Releasing lock...
[2026-04-06 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:37:02] Production.INFO: ==10626== Lock acquired, processing the job...
[2026-04-06 17:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:37:02] Production.INFO: ==10626== Releasing lock...
[2026-04-06 17:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:37:03] Production.INFO: ==10629== Lock acquired, processing the job...
[2026-04-06 13:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:37:03] Production.INFO: ==10631== Lock acquired, processing the job...
[2026-04-06 13:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:37:03] Production.INFO: ==10633== Lock acquired, processing the job...
[2026-04-06 13:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:37:03] Production.INFO: ==10635== Lock acquired, processing the job...
[2026-04-06 13:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:37:03] Production.INFO: Account Balance Start.
[2026-04-06 13:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:37:03] Production.INFO: 117
[2026-04-06 13:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:37:03] Production.INFO: ==10637== Lock acquired, processing the job...
[2026-04-06 13:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:37:03] Production.INFO: ==10637== Releasing lock...
[2026-04-06 13:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: ==10631== Releasing lock...
[2026-04-06 13:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:37:04] Production.INFO: Total Charge 0
[2026-04-06 13:37:04] Production.INFO: CreateAllLog End
[2026-04-06 13:37:04] Production.INFO: Account Balance End.
[2026-04-06 13:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:37:04] Production.INFO: ==10635== Releasing lock...
[2026-04-06 13:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:37:11] Production.ERROR: CronJobId end10
[2026-04-06 13:37:11] Production.INFO: ==10633== Releasing lock...
[2026-04-06 13:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:37:13] Production.INFO: call_cost start
[2026-04-06 13:37:13] Production.INFO: call_cost end
[2026-04-06 13:37:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:37:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:37:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:37:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:37:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:37:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:37:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:37:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:37:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:37:13] Production.INFO: ==10629== Releasing lock...
[2026-04-06 13:37:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:37:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:38:02] Production.INFO: ==10693== Lock acquired, processing the job...
[2026-04-06 18:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:38:02] Production.INFO: neon service started
[2026-04-06 18:38:02] Production.INFO: neon service started
[2026-04-06 18:38:02] Production.INFO: ==10693== Releasing lock...
[2026-04-06 18:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:38:02] Production.INFO: ==10695== Lock acquired, processing the job...
[2026-04-06 13:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:38:02] Production.INFO: ==10697== Lock acquired, processing the job...
[2026-04-06 17:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:38:02] Production.INFO: ==10697== Releasing lock...
[2026-04-06 17:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:38:02] Production.INFO: ==10695== Releasing lock...
[2026-04-06 13:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:38:03] Production.INFO: ==10700== Lock acquired, processing the job...
[2026-04-06 13:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:38:03] Production.INFO: ==10702== Lock acquired, processing the job...
[2026-04-06 13:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:38:03] Production.INFO: ==10704== Lock acquired, processing the job...
[2026-04-06 13:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:38:03] Production.INFO: ==10706== Lock acquired, processing the job...
[2026-04-06 13:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:38:03] Production.INFO: ==10708== Lock acquired, processing the job...
[2026-04-06 13:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:38:04] Production.INFO: Account Balance Start.
[2026-04-06 13:38:04] Production.INFO: CreateAllLog Start
[2026-04-06 13:38:04] Production.INFO: 117
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-08
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:38:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:38:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:38:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:38:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:38:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:38:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:38:04] Production.INFO: ==10708== Releasing lock...
[2026-04-06 13:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: ==10702== Releasing lock...
[2026-04-06 13:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:38:05] Production.INFO: Total Charge 0
[2026-04-06 13:38:05] Production.INFO: CreateAllLog End
[2026-04-06 13:38:05] Production.INFO: Account Balance End.
[2026-04-06 13:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:38:05] Production.INFO: ==10706== Releasing lock...
[2026-04-06 13:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:38:11] Production.ERROR: CronJobId end10
[2026-04-06 13:38:11] Production.INFO: ==10704== Releasing lock...
[2026-04-06 13:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:38:13] Production.INFO: call_cost start
[2026-04-06 13:38:13] Production.INFO: call_cost end
[2026-04-06 13:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:38:13] Production.INFO: ==10700== Releasing lock...
[2026-04-06 13:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:39:01] Production.INFO: ==10764== Lock acquired, processing the job...
[2026-04-06 18:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:39:01] Production.INFO: neon service started
[2026-04-06 18:39:01] Production.INFO: neon service started
[2026-04-06 18:39:01] Production.INFO: ==10764== Releasing lock...
[2026-04-06 18:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:39:02] Production.INFO: ==10766== Lock acquired, processing the job...
[2026-04-06 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:39:02] Production.INFO: ==10768== Lock acquired, processing the job...
[2026-04-06 17:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:39:02] Production.INFO: ==10768== Releasing lock...
[2026-04-06 17:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:39:02] Production.INFO: ==10766== Releasing lock...
[2026-04-06 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:39:03] Production.INFO: ==10772== Lock acquired, processing the job...
[2026-04-06 13:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:39:03] Production.INFO: ==10776== Lock acquired, processing the job...
[2026-04-06 13:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:39:03] Production.INFO: ==10774== Lock acquired, processing the job...
[2026-04-06 13:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:39:03] Production.INFO: ==10778== Lock acquired, processing the job...
[2026-04-06 13:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:39:03] Production.INFO: ==10780== Lock acquired, processing the job...
[2026-04-06 13:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:39:03] Production.INFO: Account Balance Start.
[2026-04-06 13:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:39:03] Production.INFO: 117
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:39:03] Production.INFO: ==10780== Releasing lock...
[2026-04-06 13:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:03] Production.INFO: ==10774== Releasing lock...
[2026-04-06 13:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:39:04] Production.INFO: Total Charge 0
[2026-04-06 13:39:04] Production.INFO: CreateAllLog End
[2026-04-06 13:39:04] Production.INFO: Account Balance End.
[2026-04-06 13:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:39:04] Production.INFO: ==10778== Releasing lock...
[2026-04-06 13:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:39:11] Production.ERROR: CronJobId end10
[2026-04-06 13:39:11] Production.INFO: ==10776== Releasing lock...
[2026-04-06 13:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:39:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:39:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:39:14] Production.INFO: call_cost start
[2026-04-06 13:39:15] Production.INFO: call_cost end
[2026-04-06 13:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:39:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:39:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:39:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:39:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:39:15] Production.INFO: ==10772== Releasing lock...
[2026-04-06 13:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:40:01] Production.INFO: ==10834== Lock acquired, processing the job...
[2026-04-06 18:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:40:01] Production.INFO: neon service started
[2026-04-06 18:40:01] Production.INFO: neon service started
[2026-04-06 18:40:01] Production.INFO: ==10834== Releasing lock...
[2026-04-06 18:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:40:02] Production.INFO: ==10836== Lock acquired, processing the job...
[2026-04-06 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:40:02] Production.INFO: ==10836== Releasing lock...
[2026-04-06 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:40:02] Production.INFO: ==10838== Lock acquired, processing the job...
[2026-04-06 17:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:40:02] Production.INFO: ==10838== Releasing lock...
[2026-04-06 17:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:40:03] Production.INFO: ==10842== Lock acquired, processing the job...
[2026-04-06 13:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:40:03] Production.INFO: ==10846== Lock acquired, processing the job...
[2026-04-06 13:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:40:03] Production.INFO: ==10840== Lock acquired, processing the job...
[2026-04-06 13:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:40:03] Production.INFO: ==10844== Lock acquired, processing the job...
[2026-04-06 13:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:40:03] Production.INFO: ==10848== Lock acquired, processing the job...
[2026-04-06 13:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:40:03] Production.INFO: Account Balance Start.
[2026-04-06 13:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:40:03] Production.INFO: 117
[2026-04-06 13:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:40:03] Production.INFO: ==10848== Releasing lock...
[2026-04-06 13:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: ==10842== Releasing lock...
[2026-04-06 13:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:40:05] Production.INFO: Total Charge 0
[2026-04-06 13:40:05] Production.INFO: CreateAllLog End
[2026-04-06 13:40:05] Production.INFO: Account Balance End.
[2026-04-06 13:40:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:40:05] Production.INFO: ==10846== Releasing lock...
[2026-04-06 13:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:40:11] Production.ERROR: CronJobId end10
[2026-04-06 13:40:11] Production.INFO: ==10844== Releasing lock...
[2026-04-06 13:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:40:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:40:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:40:14] Production.INFO: call_cost start
[2026-04-06 13:40:14] Production.INFO: call_cost end
[2026-04-06 13:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:40:14] Production.INFO: ==10840== Releasing lock...
[2026-04-06 13:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:41:01] Production.INFO: ==10930== Lock acquired, processing the job...
[2026-04-06 18:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:41:01] Production.INFO: neon service started
[2026-04-06 18:41:01] Production.INFO: neon service started
[2026-04-06 18:41:01] Production.INFO: ==10930== Releasing lock...
[2026-04-06 18:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:41:01] Production.INFO: ==10932== Lock acquired, processing the job...
[2026-04-06 13:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:41:02] Production.INFO: ==10934== Lock acquired, processing the job...
[2026-04-06 17:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 13:41:02] Production.INFO: ==10932== Releasing lock...
[2026-04-06 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:41:02] Production.INFO: ==10934== Releasing lock...
[2026-04-06 17:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:41:02] Production.INFO: ==10936== Lock acquired, processing the job...
[2026-04-06 13:41:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 13:41:02] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 13:41:02] Production.INFO: ==10940== Lock acquired, processing the job...
[2026-04-06 13:41:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:41:02] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 13:41:02] Production.INFO: ==10936== Releasing lock...
[2026-04-06 13:41:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 13:41:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:41:02] Production.INFO: ==10942== Lock acquired, processing the job...
[2026-04-06 13:41:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:41:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:41:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:41:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:41:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:41:03] Production.INFO: ==10938== Lock acquired, processing the job...
[2026-04-06 13:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:41:03] Production.INFO: ==10944== Lock acquired, processing the job...
[2026-04-06 13:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:41:03] Production.INFO: ==10947== Lock acquired, processing the job...
[2026-04-06 13:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 13:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:41:03] Production.INFO: ==10949== Lock acquired, processing the job...
[2026-04-06 13:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:41:03] Production.INFO: Account Balance Start.
[2026-04-06 13:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:41:03] Production.INFO: 117
[2026-04-06 13:41:03] Production.INFO: ==10940== Releasing lock...
[2026-04-06 13:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:41:03] Production.INFO: ==10949== Releasing lock...
[2026-04-06 13:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:03] Production.ERROR: done
[2026-04-06 13:41:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 13:41:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047961', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 13:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:41:04] Production.INFO: Total Charge 0
[2026-04-06 13:41:04] Production.INFO: CreateAllLog End
[2026-04-06 13:41:05] Production.INFO: Account Balance End.
[2026-04-06 13:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:41:05] Production.INFO: ==10944== Releasing lock...
[2026-04-06 13:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17047961', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 13:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 13:41:10] Production.INFO: ProcessCDR(1,17047961,1,1,2)
[2026-04-06 13:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17047961,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17047961,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 13:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 13:41:10] Production.INFO: ==10947== Releasing lock...
[2026-04-06 13:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 13:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 13:41:13] Production.ERROR: CronJobId end10
[2026-04-06 13:41:13] Production.INFO: ==10942== Releasing lock...
[2026-04-06 13:41:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:41:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:41:16] Production.INFO: call_cost start
[2026-04-06 13:41:16] Production.INFO: call_cost end
[2026-04-06 13:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:41:16] Production.INFO: ==10938== Releasing lock...
[2026-04-06 13:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:42:01] Production.INFO: ==11004== Lock acquired, processing the job...
[2026-04-06 18:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:42:01] Production.INFO: neon service started
[2026-04-06 18:42:01] Production.INFO: neon service started
[2026-04-06 18:42:01] Production.INFO: ==11004== Releasing lock...
[2026-04-06 18:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:42:02] Production.INFO: ==11009== Lock acquired, processing the job...
[2026-04-06 17:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:42:02] Production.INFO: ==11009== Releasing lock...
[2026-04-06 17:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:42:02] Production.INFO: ==11007== Lock acquired, processing the job...
[2026-04-06 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:42:02] Production.INFO: ==11007== Releasing lock...
[2026-04-06 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:42:03] Production.INFO: ==11011== Lock acquired, processing the job...
[2026-04-06 13:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:42:03] Production.INFO: ==11019== Lock acquired, processing the job...
[2026-04-06 13:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:42:03] Production.INFO: ==11013== Lock acquired, processing the job...
[2026-04-06 13:42:03] Production.INFO: ==11015== Lock acquired, processing the job...
[2026-04-06 13:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:42:03] Production.INFO: ==11017== Lock acquired, processing the job...
[2026-04-06 13:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:42:03] Production.INFO: ==11019== Releasing lock...
[2026-04-06 13:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:42:03] Production.INFO: Account Balance Start.
[2026-04-06 13:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:42:03] Production.INFO: 117
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: ==11013== Releasing lock...
[2026-04-06 13:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:42:04] Production.INFO: Total Charge 0
[2026-04-06 13:42:04] Production.INFO: CreateAllLog End
[2026-04-06 13:42:04] Production.INFO: Account Balance End.
[2026-04-06 13:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:42:04] Production.INFO: ==11017== Releasing lock...
[2026-04-06 13:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:42:12] Production.ERROR: CronJobId end10
[2026-04-06 13:42:12] Production.INFO: ==11015== Releasing lock...
[2026-04-06 13:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:42:15] Production.INFO: call_cost start
[2026-04-06 13:42:15] Production.INFO: call_cost end
[2026-04-06 13:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:42:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:42:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:42:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:42:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:42:15] Production.INFO: ==11011== Releasing lock...
[2026-04-06 13:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:43:02] Production.INFO: ==11074== Lock acquired, processing the job...
[2026-04-06 18:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:43:02] Production.INFO: neon service started
[2026-04-06 18:43:02] Production.INFO: neon service started
[2026-04-06 18:43:02] Production.INFO: ==11074== Releasing lock...
[2026-04-06 18:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:43:02] Production.INFO: ==11076== Lock acquired, processing the job...
[2026-04-06 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:43:02] Production.INFO: ==11076== Releasing lock...
[2026-04-06 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:43:02] Production.INFO: ==11078== Lock acquired, processing the job...
[2026-04-06 17:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:43:02] Production.INFO: ==11078== Releasing lock...
[2026-04-06 17:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:43:03] Production.INFO: ==11080== Lock acquired, processing the job...
[2026-04-06 13:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:43:03] Production.INFO: ==11082== Lock acquired, processing the job...
[2026-04-06 13:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:43:03] Production.INFO: ==11084== Lock acquired, processing the job...
[2026-04-06 13:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:43:03] Production.INFO: ==11086== Lock acquired, processing the job...
[2026-04-06 13:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:43:03] Production.INFO: ==11089== Lock acquired, processing the job...
[2026-04-06 13:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:43:03] Production.INFO: Account Balance Start.
[2026-04-06 13:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:43:03] Production.INFO: 117
[2026-04-06 13:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:43:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:43:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:43:03] Production.INFO: ==11089== Releasing lock...
[2026-04-06 13:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: ==11082== Releasing lock...
[2026-04-06 13:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:43:04] Production.INFO: Total Charge 0
[2026-04-06 13:43:04] Production.INFO: CreateAllLog End
[2026-04-06 13:43:04] Production.INFO: Account Balance End.
[2026-04-06 13:43:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:43:04] Production.INFO: ==11086== Releasing lock...
[2026-04-06 13:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:43:11] Production.ERROR: CronJobId end10
[2026-04-06 13:43:11] Production.INFO: ==11084== Releasing lock...
[2026-04-06 13:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:43:14] Production.INFO: call_cost start
[2026-04-06 13:43:14] Production.INFO: call_cost end
[2026-04-06 13:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:43:14] Production.INFO: ==11080== Releasing lock...
[2026-04-06 13:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:44:01] Production.INFO: ==11146== Lock acquired, processing the job...
[2026-04-06 18:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:44:01] Production.INFO: neon service started
[2026-04-06 18:44:01] Production.INFO: neon service started
[2026-04-06 18:44:01] Production.INFO: ==11146== Releasing lock...
[2026-04-06 18:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:44:01] Production.INFO: ==11150== Lock acquired, processing the job...
[2026-04-06 17:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:44:02] Production.INFO: ==11150== Releasing lock...
[2026-04-06 17:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:44:02] Production.INFO: ==11148== Lock acquired, processing the job...
[2026-04-06 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:44:02] Production.INFO: ==11148== Releasing lock...
[2026-04-06 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:44:03] Production.INFO: ==11153== Lock acquired, processing the job...
[2026-04-06 13:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:44:03] Production.INFO: ==11155== Lock acquired, processing the job...
[2026-04-06 13:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:44:03] Production.INFO: ==11157== Lock acquired, processing the job...
[2026-04-06 13:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:44:03] Production.INFO: ==11161== Lock acquired, processing the job...
[2026-04-06 13:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:44:03] Production.INFO: ==11159== Lock acquired, processing the job...
[2026-04-06 13:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:44:03] Production.INFO: Account Balance Start.
[2026-04-06 13:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:44:03] Production.INFO: 117
[2026-04-06 13:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:44:03] Production.INFO: ==11161== Releasing lock...
[2026-04-06 13:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: ==11155== Releasing lock...
[2026-04-06 13:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:44:04] Production.INFO: Total Charge 0
[2026-04-06 13:44:04] Production.INFO: CreateAllLog End
[2026-04-06 13:44:04] Production.INFO: Account Balance End.
[2026-04-06 13:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:44:04] Production.INFO: ==11159== Releasing lock...
[2026-04-06 13:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:44:10] Production.ERROR: CronJobId end10
[2026-04-06 13:44:10] Production.INFO: ==11157== Releasing lock...
[2026-04-06 13:44:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:44:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:44:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:44:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:44:14] Production.INFO: call_cost start
[2026-04-06 13:44:14] Production.INFO: call_cost end
[2026-04-06 13:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:44:14] Production.INFO: ==11153== Releasing lock...
[2026-04-06 13:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:45:01] Production.INFO: ==11223== Lock acquired, processing the job...
[2026-04-06 18:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:45:02] Production.INFO: neon service started
[2026-04-06 18:45:02] Production.INFO: neon service started
[2026-04-06 18:45:02] Production.INFO: ==11223== Releasing lock...
[2026-04-06 18:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:45:02] Production.INFO: ==11225== Lock acquired, processing the job...
[2026-04-06 13:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:45:02] Production.INFO: ==11227== Lock acquired, processing the job...
[2026-04-06 17:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:45:02] Production.INFO: ==11227== Releasing lock...
[2026-04-06 17:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:45:02] Production.INFO: ==11225== Releasing lock...
[2026-04-06 13:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:45:03] Production.INFO: ==11230== Lock acquired, processing the job...
[2026-04-06 13:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:45:03] Production.INFO: ==11232== Lock acquired, processing the job...
[2026-04-06 13:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:45:03] Production.INFO: ==11234== Lock acquired, processing the job...
[2026-04-06 13:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:45:03] Production.INFO: ==11236== Lock acquired, processing the job...
[2026-04-06 13:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:45:03] Production.INFO: ==11238== Lock acquired, processing the job...
[2026-04-06 13:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:45:03] Production.INFO: Account Balance Start.
[2026-04-06 13:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:45:03] Production.INFO: 117
[2026-04-06 13:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:45:03] Production.INFO: ==11238== Releasing lock...
[2026-04-06 13:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: ==11232== Releasing lock...
[2026-04-06 13:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:45:05] Production.INFO: Total Charge 0
[2026-04-06 13:45:05] Production.INFO: CreateAllLog End
[2026-04-06 13:45:05] Production.INFO: Account Balance End.
[2026-04-06 13:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:45:05] Production.INFO: ==11236== Releasing lock...
[2026-04-06 13:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:45:11] Production.ERROR: CronJobId end10
[2026-04-06 13:45:11] Production.INFO: ==11234== Releasing lock...
[2026-04-06 13:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:45:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:45:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:45:14] Production.INFO: call_cost start
[2026-04-06 13:45:14] Production.INFO: call_cost end
[2026-04-06 13:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:45:14] Production.INFO: ==11230== Releasing lock...
[2026-04-06 13:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:46:01] Production.INFO: ==11296== Lock acquired, processing the job...
[2026-04-06 18:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:46:01] Production.INFO: neon service started
[2026-04-06 18:46:01] Production.INFO: neon service started
[2026-04-06 18:46:01] Production.INFO: ==11296== Releasing lock...
[2026-04-06 18:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:46:01] Production.INFO: ==11298== Lock acquired, processing the job...
[2026-04-06 13:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:46:02] Production.INFO: ==11298== Releasing lock...
[2026-04-06 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:46:02] Production.INFO: ==11300== Lock acquired, processing the job...
[2026-04-06 17:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:46:02] Production.INFO: ==11300== Releasing lock...
[2026-04-06 17:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:46:02] Production.INFO: ==11302== Lock acquired, processing the job...
[2026-04-06 13:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:46:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:46:02] Production.INFO: ==11304== Lock acquired, processing the job...
[2026-04-06 13:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:46:02] Production.INFO: ==11306== Lock acquired, processing the job...
[2026-04-06 13:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:46:03] Production.INFO: ==11308== Lock acquired, processing the job...
[2026-04-06 13:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:46:03] Production.INFO: ==11310== Lock acquired, processing the job...
[2026-04-06 13:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:46:03] Production.INFO: Account Balance Start.
[2026-04-06 13:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:46:03] Production.INFO: 117
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: ==11310== Releasing lock...
[2026-04-06 13:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: ==11304== Releasing lock...
[2026-04-06 13:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-27
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-28
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-29
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:03] Production.INFO: Date 2026-03-30
[2026-04-06 13:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:46:04] Production.INFO: Total Charge 0
[2026-04-06 13:46:04] Production.INFO: CreateAllLog End
[2026-04-06 13:46:04] Production.INFO: Account Balance End.
[2026-04-06 13:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:46:04] Production.INFO: ==11308== Releasing lock...
[2026-04-06 13:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:46:12] Production.ERROR: CronJobId end10
[2026-04-06 13:46:12] Production.INFO: ==11306== Releasing lock...
[2026-04-06 13:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:46:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:46:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:46:14] Production.INFO: call_cost start
[2026-04-06 13:46:14] Production.INFO: call_cost end
[2026-04-06 13:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:46:14] Production.INFO: ==11302== Releasing lock...
[2026-04-06 13:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:47:01] Production.INFO: ==11368== Lock acquired, processing the job...
[2026-04-06 18:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:47:01] Production.INFO: neon service started
[2026-04-06 18:47:01] Production.INFO: neon service started
[2026-04-06 18:47:01] Production.INFO: ==11368== Releasing lock...
[2026-04-06 18:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:47:02] Production.INFO: ==11372== Lock acquired, processing the job...
[2026-04-06 17:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:47:02] Production.INFO: ==11372== Releasing lock...
[2026-04-06 17:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:47:02] Production.INFO: ==11370== Lock acquired, processing the job...
[2026-04-06 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:47:02] Production.INFO: ==11370== Releasing lock...
[2026-04-06 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:47:03] Production.INFO: ==11375== Lock acquired, processing the job...
[2026-04-06 13:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:47:03] Production.INFO: ==11377== Lock acquired, processing the job...
[2026-04-06 13:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:47:03] Production.INFO: ==11379== Lock acquired, processing the job...
[2026-04-06 13:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:47:03] Production.INFO: ==11383== Lock acquired, processing the job...
[2026-04-06 13:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:47:03] Production.INFO: ==11381== Lock acquired, processing the job...
[2026-04-06 13:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:47:03] Production.INFO: Account Balance Start.
[2026-04-06 13:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:47:03] Production.INFO: 117
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:47:03] Production.INFO: ==11383== Releasing lock...
[2026-04-06 13:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: ==11377== Releasing lock...
[2026-04-06 13:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:47:04] Production.INFO: Total Charge 0
[2026-04-06 13:47:04] Production.INFO: CreateAllLog End
[2026-04-06 13:47:04] Production.INFO: Account Balance End.
[2026-04-06 13:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:47:04] Production.INFO: ==11381== Releasing lock...
[2026-04-06 13:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:47:11] Production.ERROR: CronJobId end10
[2026-04-06 13:47:11] Production.INFO: ==11379== Releasing lock...
[2026-04-06 13:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:47:14] Production.INFO: call_cost start
[2026-04-06 13:47:14] Production.INFO: call_cost end
[2026-04-06 13:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:47:14] Production.INFO: ==11375== Releasing lock...
[2026-04-06 13:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:48:02] Production.INFO: ==11440== Lock acquired, processing the job...
[2026-04-06 18:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:48:02] Production.INFO: neon service started
[2026-04-06 18:48:02] Production.INFO: neon service started
[2026-04-06 18:48:02] Production.INFO: ==11440== Releasing lock...
[2026-04-06 18:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:48:02] Production.INFO: ==11442== Lock acquired, processing the job...
[2026-04-06 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:48:02] Production.INFO: ==11442== Releasing lock...
[2026-04-06 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:48:02] Production.INFO: ==11444== Lock acquired, processing the job...
[2026-04-06 17:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:48:02] Production.INFO: ==11444== Releasing lock...
[2026-04-06 17:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:48:03] Production.INFO: ==11447== Lock acquired, processing the job...
[2026-04-06 13:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:48:03] Production.INFO: ==11449== Lock acquired, processing the job...
[2026-04-06 13:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:48:03] Production.INFO: ==11451== Lock acquired, processing the job...
[2026-04-06 13:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:48:03] Production.INFO: ==11453== Lock acquired, processing the job...
[2026-04-06 13:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:48:03] Production.INFO: ==11455== Lock acquired, processing the job...
[2026-04-06 13:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:48:03] Production.INFO: Account Balance Start.
[2026-04-06 13:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:48:03] Production.INFO: 117
[2026-04-06 13:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:48:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: ==11455== Releasing lock...
[2026-04-06 13:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: ==11449== Releasing lock...
[2026-04-06 13:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:48:04] Production.INFO: Total Charge 0
[2026-04-06 13:48:04] Production.INFO: CreateAllLog End
[2026-04-06 13:48:05] Production.INFO: Account Balance End.
[2026-04-06 13:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:48:05] Production.INFO: ==11453== Releasing lock...
[2026-04-06 13:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:48:11] Production.ERROR: CronJobId end10
[2026-04-06 13:48:11] Production.INFO: ==11451== Releasing lock...
[2026-04-06 13:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:48:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:48:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:48:14] Production.INFO: call_cost start
[2026-04-06 13:48:14] Production.INFO: call_cost end
[2026-04-06 13:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:48:14] Production.INFO: ==11447== Releasing lock...
[2026-04-06 13:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:49:01] Production.INFO: ==11507== Lock acquired, processing the job...
[2026-04-06 18:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:49:01] Production.INFO: neon service started
[2026-04-06 18:49:01] Production.INFO: neon service started
[2026-04-06 18:49:01] Production.INFO: ==11507== Releasing lock...
[2026-04-06 18:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:49:01] Production.INFO: ==11509== Lock acquired, processing the job...
[2026-04-06 13:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:49:02] Production.INFO: ==11509== Releasing lock...
[2026-04-06 13:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:49:02] Production.INFO: ==11511== Lock acquired, processing the job...
[2026-04-06 17:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:49:02] Production.INFO: ==11511== Releasing lock...
[2026-04-06 17:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:49:02] Production.INFO: ==11515== Lock acquired, processing the job...
[2026-04-06 13:49:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:49:03] Production.INFO: ==11513== Lock acquired, processing the job...
[2026-04-06 13:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:49:03] Production.INFO: ==11517== Lock acquired, processing the job...
[2026-04-06 13:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:49:03] Production.INFO: ==11519== Lock acquired, processing the job...
[2026-04-06 13:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:49:03] Production.INFO: ==11522== Lock acquired, processing the job...
[2026-04-06 13:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:49:03] Production.INFO: Account Balance Start.
[2026-04-06 13:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:49:03] Production.INFO: 117
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:49:03] Production.INFO: ==11522== Releasing lock...
[2026-04-06 13:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:49:03] Production.INFO: ==11515== Releasing lock...
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-24
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-25
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-26
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:03] Production.INFO: Date 2026-03-27
[2026-04-06 13:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:49:04] Production.INFO: Total Charge 0
[2026-04-06 13:49:04] Production.INFO: CreateAllLog End
[2026-04-06 13:49:04] Production.INFO: Account Balance End.
[2026-04-06 13:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:49:04] Production.INFO: ==11519== Releasing lock...
[2026-04-06 13:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:49:10] Production.ERROR: CronJobId end10
[2026-04-06 13:49:10] Production.INFO: ==11517== Releasing lock...
[2026-04-06 13:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:49:14] Production.INFO: call_cost start
[2026-04-06 13:49:14] Production.INFO: call_cost end
[2026-04-06 13:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:49:14] Production.INFO: ==11513== Releasing lock...
[2026-04-06 13:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:50:01] Production.INFO: ==11586== Lock acquired, processing the job...
[2026-04-06 18:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:50:01] Production.INFO: neon service started
[2026-04-06 18:50:01] Production.INFO: neon service started
[2026-04-06 18:50:01] Production.INFO: ==11586== Releasing lock...
[2026-04-06 18:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:50:02] Production.INFO: ==11588== Lock acquired, processing the job...
[2026-04-06 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:50:02] Production.INFO: ==11588== Releasing lock...
[2026-04-06 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:50:02] Production.INFO: ==11590== Lock acquired, processing the job...
[2026-04-06 17:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:50:02] Production.INFO: ==11590== Releasing lock...
[2026-04-06 17:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:50:03] Production.INFO: ==11592== Lock acquired, processing the job...
[2026-04-06 13:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:50:03] Production.INFO: ==11594== Lock acquired, processing the job...
[2026-04-06 13:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:50:03] Production.INFO: ==11596== Lock acquired, processing the job...
[2026-04-06 13:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:50:03] Production.INFO: ==11598== Lock acquired, processing the job...
[2026-04-06 13:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:50:03] Production.INFO: ==11600== Lock acquired, processing the job...
[2026-04-06 13:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:50:03] Production.INFO: Account Balance Start.
[2026-04-06 13:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:50:03] Production.INFO: 117
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:50:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:50:03] Production.INFO: ==11600== Releasing lock...
[2026-04-06 13:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:50:04] Production.INFO: ==11594== Releasing lock...
[2026-04-06 13:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:50:04] Production.INFO: Total Charge 0
[2026-04-06 13:50:04] Production.INFO: CreateAllLog End
[2026-04-06 13:50:05] Production.INFO: Account Balance End.
[2026-04-06 13:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:50:05] Production.INFO: ==11598== Releasing lock...
[2026-04-06 13:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:50:12] Production.ERROR: CronJobId end10
[2026-04-06 13:50:12] Production.INFO: ==11596== Releasing lock...
[2026-04-06 13:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:50:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:50:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:50:14] Production.INFO: call_cost start
[2026-04-06 13:50:14] Production.INFO: call_cost end
[2026-04-06 13:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:50:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:50:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:50:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:50:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:50:14] Production.INFO: ==11592== Releasing lock...
[2026-04-06 13:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:51:01] Production.INFO: ==11662== Lock acquired, processing the job...
[2026-04-06 18:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:51:01] Production.INFO: neon service started
[2026-04-06 18:51:01] Production.INFO: neon service started
[2026-04-06 18:51:01] Production.INFO: ==11662== Releasing lock...
[2026-04-06 18:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:51:01] Production.INFO: ==11665== Lock acquired, processing the job...
[2026-04-06 13:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:51:02] Production.INFO: ==11665== Releasing lock...
[2026-04-06 13:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:51:02] Production.INFO: ==11667== Lock acquired, processing the job...
[2026-04-06 17:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:51:02] Production.INFO: ==11667== Releasing lock...
[2026-04-06 17:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:51:02] Production.INFO: ==11670== Lock acquired, processing the job...
[2026-04-06 13:51:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 13:51:02] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 13:51:02] Production.INFO: ==11672== Lock acquired, processing the job...
[2026-04-06 13:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:51:02] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 13:51:02] Production.INFO: ==11670== Releasing lock...
[2026-04-06 13:51:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 13:51:02] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 13:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:51:03] Production.INFO: ==11678== Lock acquired, processing the job...
[2026-04-06 13:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:51:03] Production.INFO: ==11674== Lock acquired, processing the job...
[2026-04-06 13:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:51:03] Production.INFO: Account Balance Start.
[2026-04-06 13:51:03] Production.INFO: ==11682== Lock acquired, processing the job...
[2026-04-06 13:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:51:03] Production.INFO: 117
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: ==11676== Lock acquired, processing the job...
[2026-04-06 13:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: ==11680== Lock acquired, processing the job...
[2026-04-06 13:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 13:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: ==11682== Releasing lock...
[2026-04-06 13:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.ERROR: done
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 13:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048002', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: ==11674== Releasing lock...
[2026-04-06 13:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:51:04] Production.INFO: Total Charge 0
[2026-04-06 13:51:04] Production.INFO: CreateAllLog End
[2026-04-06 13:51:04] Production.INFO: Account Balance End.
[2026-04-06 13:51:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:51:04] Production.INFO: ==11678== Releasing lock...
[2026-04-06 13:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048002', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 13:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 13:51:10] Production.INFO: ProcessCDR(1,17048002,1,1,2)
[2026-04-06 13:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048002,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048002,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 13:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 13:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 13:51:10] Production.INFO: ==11680== Releasing lock...
[2026-04-06 13:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 13:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 13:51:14] Production.ERROR: CronJobId end10
[2026-04-06 13:51:14] Production.INFO: ==11676== Releasing lock...
[2026-04-06 13:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:51:16] Production.INFO: call_cost start
[2026-04-06 13:51:16] Production.INFO: call_cost end
[2026-04-06 13:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:51:16] Production.INFO: ==11672== Releasing lock...
[2026-04-06 13:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:52:01] Production.INFO: ==11738== Lock acquired, processing the job...
[2026-04-06 18:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:52:01] Production.INFO: neon service started
[2026-04-06 18:52:01] Production.INFO: neon service started
[2026-04-06 18:52:01] Production.INFO: ==11738== Releasing lock...
[2026-04-06 18:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:52:02] Production.INFO: ==11740== Lock acquired, processing the job...
[2026-04-06 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 17:52:02] Production.INFO: ==11742== Lock acquired, processing the job...
[2026-04-06 17:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:52:02] Production.INFO: ==11742== Releasing lock...
[2026-04-06 17:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:52:02] Production.INFO: ==11740== Releasing lock...
[2026-04-06 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:52:03] Production.INFO: ==11745== Lock acquired, processing the job...
[2026-04-06 13:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:52:03] Production.INFO: ==11747== Lock acquired, processing the job...
[2026-04-06 13:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:52:03] Production.INFO: ==11749== Lock acquired, processing the job...
[2026-04-06 13:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:52:03] Production.INFO: ==11753== Lock acquired, processing the job...
[2026-04-06 13:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:52:03] Production.INFO: ==11751== Lock acquired, processing the job...
[2026-04-06 13:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:52:03] Production.INFO: Account Balance Start.
[2026-04-06 13:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:52:03] Production.INFO: 117
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:52:03] Production.INFO: ==11753== Releasing lock...
[2026-04-06 13:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: ==11747== Releasing lock...
[2026-04-06 13:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:52:04] Production.INFO: Total Charge 0
[2026-04-06 13:52:04] Production.INFO: CreateAllLog End
[2026-04-06 13:52:05] Production.INFO: Account Balance End.
[2026-04-06 13:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:52:05] Production.INFO: ==11751== Releasing lock...
[2026-04-06 13:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:52:11] Production.ERROR: CronJobId end10
[2026-04-06 13:52:11] Production.INFO: ==11749== Releasing lock...
[2026-04-06 13:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:52:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:52:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:52:13] Production.INFO: call_cost start
[2026-04-06 13:52:13] Production.INFO: call_cost end
[2026-04-06 13:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:52:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:52:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:52:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:52:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:52:13] Production.INFO: ==11745== Releasing lock...
[2026-04-06 13:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:53:02] Production.INFO: ==11810== Lock acquired, processing the job...
[2026-04-06 18:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:53:02] Production.INFO: neon service started
[2026-04-06 18:53:02] Production.INFO: neon service started
[2026-04-06 18:53:02] Production.INFO: ==11810== Releasing lock...
[2026-04-06 18:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:53:02] Production.INFO: ==11812== Lock acquired, processing the job...
[2026-04-06 13:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:53:02] Production.INFO: ==11812== Releasing lock...
[2026-04-06 13:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:53:02] Production.INFO: ==11814== Lock acquired, processing the job...
[2026-04-06 17:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:53:02] Production.INFO: ==11814== Releasing lock...
[2026-04-06 17:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:53:03] Production.INFO: ==11816== Lock acquired, processing the job...
[2026-04-06 13:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:53:03] Production.INFO: ==11818== Lock acquired, processing the job...
[2026-04-06 13:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:53:03] Production.INFO: ==11820== Lock acquired, processing the job...
[2026-04-06 13:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:53:03] Production.INFO: ==11824== Lock acquired, processing the job...
[2026-04-06 13:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:53:03] Production.INFO: ==11822== Lock acquired, processing the job...
[2026-04-06 13:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:53:03] Production.INFO: Account Balance Start.
[2026-04-06 13:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:53:03] Production.INFO: 117
[2026-04-06 13:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:53:03] Production.INFO: ==11824== Releasing lock...
[2026-04-06 13:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: ==11818== Releasing lock...
[2026-04-06 13:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-24
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-25
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-26
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-27
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-28
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-29
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-30
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-03-31
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-04-01
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-04-02
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-04-03
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-04-04
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-04-05
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Date 2026-04-06
[2026-04-06 13:53:05] Production.INFO: Reseller ==> 0
[2026-04-06 13:53:05] Production.INFO: Total Charge 0
[2026-04-06 13:53:05] Production.INFO: CreateAllLog End
[2026-04-06 13:53:05] Production.INFO: Account Balance End.
[2026-04-06 13:53:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:53:05] Production.INFO: ==11822== Releasing lock...
[2026-04-06 13:53:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:53:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:53:11] Production.ERROR: CronJobId end10
[2026-04-06 13:53:11] Production.INFO: ==11820== Releasing lock...
[2026-04-06 13:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:53:14] Production.INFO: call_cost start
[2026-04-06 13:53:14] Production.INFO: call_cost end
[2026-04-06 13:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:53:14] Production.INFO: ==11816== Releasing lock...
[2026-04-06 13:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:54:01] Production.INFO: ==11879== Lock acquired, processing the job...
[2026-04-06 18:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:54:01] Production.INFO: neon service started
[2026-04-06 18:54:01] Production.INFO: neon service started
[2026-04-06 18:54:01] Production.INFO: ==11879== Releasing lock...
[2026-04-06 18:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:54:01] Production.INFO: ==11881== Lock acquired, processing the job...
[2026-04-06 13:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:54:02] Production.INFO: ==11881== Releasing lock...
[2026-04-06 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:54:02] Production.INFO: ==11883== Lock acquired, processing the job...
[2026-04-06 17:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:54:02] Production.INFO: ==11883== Releasing lock...
[2026-04-06 17:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:54:03] Production.INFO: ==11885== Lock acquired, processing the job...
[2026-04-06 13:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:54:03] Production.INFO: ==11887== Lock acquired, processing the job...
[2026-04-06 13:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:54:03] Production.INFO: ==11889== Lock acquired, processing the job...
[2026-04-06 13:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:54:03] Production.INFO: ==11891== Lock acquired, processing the job...
[2026-04-06 13:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:54:03] Production.INFO: ==11893== Lock acquired, processing the job...
[2026-04-06 13:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:54:03] Production.INFO: Account Balance Start.
[2026-04-06 13:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:54:03] Production.INFO: 117
[2026-04-06 13:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: ==11893== Releasing lock...
[2026-04-06 13:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: ==11887== Releasing lock...
[2026-04-06 13:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:54:04] Production.INFO: Total Charge 0
[2026-04-06 13:54:04] Production.INFO: CreateAllLog End
[2026-04-06 13:54:04] Production.INFO: Account Balance End.
[2026-04-06 13:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:54:04] Production.INFO: ==11891== Releasing lock...
[2026-04-06 13:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:54:10] Production.ERROR: CronJobId end10
[2026-04-06 13:54:10] Production.INFO: ==11889== Releasing lock...
[2026-04-06 13:54:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:54:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:54:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:54:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:54:14] Production.INFO: call_cost start
[2026-04-06 13:54:14] Production.INFO: call_cost end
[2026-04-06 13:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:54:14] Production.INFO: ==11885== Releasing lock...
[2026-04-06 13:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:55:02] Production.INFO: ==11985== Lock acquired, processing the job...
[2026-04-06 18:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:55:02] Production.INFO: neon service started
[2026-04-06 18:55:02] Production.INFO: neon service started
[2026-04-06 18:55:02] Production.INFO: ==11985== Releasing lock...
[2026-04-06 18:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:55:02] Production.INFO: ==11989== Lock acquired, processing the job...
[2026-04-06 17:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:55:02] Production.INFO: ==11989== Releasing lock...
[2026-04-06 17:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:55:02] Production.INFO: ==11987== Lock acquired, processing the job...
[2026-04-06 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:55:02] Production.INFO: ==11987== Releasing lock...
[2026-04-06 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:55:03] Production.INFO: ==11991== Lock acquired, processing the job...
[2026-04-06 13:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:55:03] Production.INFO: ==11993== Lock acquired, processing the job...
[2026-04-06 13:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:55:03] Production.INFO: ==11995== Lock acquired, processing the job...
[2026-04-06 13:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:55:03] Production.INFO: ==11998== Lock acquired, processing the job...
[2026-04-06 13:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:55:03] Production.INFO: ==12000== Lock acquired, processing the job...
[2026-04-06 13:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:55:03] Production.INFO: Account Balance Start.
[2026-04-06 13:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:55:03] Production.INFO: 117
[2026-04-06 13:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:55:03] Production.INFO: ==12000== Releasing lock...
[2026-04-06 13:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-09
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-10
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: ==11993== Releasing lock...
[2026-04-06 13:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:55:04] Production.INFO: Total Charge 0
[2026-04-06 13:55:04] Production.INFO: CreateAllLog End
[2026-04-06 13:55:05] Production.INFO: Account Balance End.
[2026-04-06 13:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:55:05] Production.INFO: ==11998== Releasing lock...
[2026-04-06 13:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:55:12] Production.ERROR: CronJobId end10
[2026-04-06 13:55:12] Production.INFO: ==11995== Releasing lock...
[2026-04-06 13:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:55:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:55:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:55:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:55:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:55:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:55:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:55:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:55:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:55:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:55:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:55:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:55:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:55:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:55:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:55:15] Production.INFO: call_cost start
[2026-04-06 13:55:15] Production.INFO: call_cost end
[2026-04-06 13:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:55:15] Production.INFO: ==11991== Releasing lock...
[2026-04-06 13:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:56:01] Production.INFO: ==12102== Lock acquired, processing the job...
[2026-04-06 18:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:56:01] Production.INFO: neon service started
[2026-04-06 18:56:01] Production.INFO: neon service started
[2026-04-06 18:56:01] Production.INFO: ==12102== Releasing lock...
[2026-04-06 18:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:56:01] Production.INFO: ==12104== Lock acquired, processing the job...
[2026-04-06 13:56:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:56:02] Production.INFO: ==12104== Releasing lock...
[2026-04-06 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:56:02] Production.INFO: ==12106== Lock acquired, processing the job...
[2026-04-06 17:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:56:02] Production.INFO: ==12106== Releasing lock...
[2026-04-06 17:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:56:02] Production.INFO: ==12112== Lock acquired, processing the job...
[2026-04-06 13:56:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:56:03] Production.INFO: ==12108== Lock acquired, processing the job...
[2026-04-06 13:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:56:03] Production.INFO: ==12110== Lock acquired, processing the job...
[2026-04-06 13:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:56:03] Production.INFO: ==12117== Lock acquired, processing the job...
[2026-04-06 13:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:56:03] Production.INFO: ==12115== Lock acquired, processing the job...
[2026-04-06 13:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:56:03] Production.INFO: Account Balance Start.
[2026-04-06 13:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:56:03] Production.INFO: 117
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:56:03] Production.INFO: ==12117== Releasing lock...
[2026-04-06 13:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: ==12110== Releasing lock...
[2026-04-06 13:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:56:04] Production.INFO: Total Charge 0
[2026-04-06 13:56:04] Production.INFO: CreateAllLog End
[2026-04-06 13:56:04] Production.INFO: Account Balance End.
[2026-04-06 13:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:56:04] Production.INFO: ==12115== Releasing lock...
[2026-04-06 13:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:56:10] Production.ERROR: CronJobId end10
[2026-04-06 13:56:10] Production.INFO: ==12112== Releasing lock...
[2026-04-06 13:56:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:56:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:56:14] Production.INFO: call_cost start
[2026-04-06 13:56:14] Production.INFO: call_cost end
[2026-04-06 13:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:56:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:56:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:56:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:56:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:56:14] Production.INFO: ==12108== Releasing lock...
[2026-04-06 13:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:57:01] Production.INFO: ==12219== Lock acquired, processing the job...
[2026-04-06 18:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:57:01] Production.INFO: neon service started
[2026-04-06 18:57:01] Production.INFO: neon service started
[2026-04-06 18:57:01] Production.INFO: ==12219== Releasing lock...
[2026-04-06 18:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:57:02] Production.INFO: ==12221== Lock acquired, processing the job...
[2026-04-06 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:57:02] Production.INFO: ==12221== Releasing lock...
[2026-04-06 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:57:02] Production.INFO: ==12223== Lock acquired, processing the job...
[2026-04-06 17:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:57:02] Production.INFO: ==12223== Releasing lock...
[2026-04-06 17:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:57:03] Production.INFO: ==12225== Lock acquired, processing the job...
[2026-04-06 13:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:57:03] Production.INFO: ==12227== Lock acquired, processing the job...
[2026-04-06 13:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:57:03] Production.INFO: ==12231== Lock acquired, processing the job...
[2026-04-06 13:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:57:03] Production.INFO: Account Balance Start.
[2026-04-06 13:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:57:03] Production.INFO: 117
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: ==12229== Lock acquired, processing the job...
[2026-04-06 13:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: ==12233== Lock acquired, processing the job...
[2026-04-06 13:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:57:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:57:03] Production.INFO: ==12233== Releasing lock...
[2026-04-06 13:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-21
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-22
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:03] Production.INFO: Date 2026-03-23
[2026-04-06 13:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: ==12227== Releasing lock...
[2026-04-06 13:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:57:04] Production.INFO: Total Charge 0
[2026-04-06 13:57:04] Production.INFO: CreateAllLog End
[2026-04-06 13:57:04] Production.INFO: Account Balance End.
[2026-04-06 13:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:57:04] Production.INFO: ==12231== Releasing lock...
[2026-04-06 13:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:57:12] Production.ERROR: CronJobId end10
[2026-04-06 13:57:12] Production.INFO: ==12229== Releasing lock...
[2026-04-06 13:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:57:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:57:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:57:15] Production.INFO: call_cost start
[2026-04-06 13:57:15] Production.INFO: call_cost end
[2026-04-06 13:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:57:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:57:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:57:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:57:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:57:15] Production.INFO: ==12225== Releasing lock...
[2026-04-06 13:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:58:02] Production.INFO: ==12336== Lock acquired, processing the job...
[2026-04-06 18:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:58:02] Production.INFO: neon service started
[2026-04-06 18:58:02] Production.INFO: neon service started
[2026-04-06 18:58:02] Production.INFO: ==12336== Releasing lock...
[2026-04-06 18:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 13:58:02] Production.INFO: ==12339== Lock acquired, processing the job...
[2026-04-06 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:58:02] Production.INFO: ==12339== Releasing lock...
[2026-04-06 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 17:58:03] Production.INFO: ==12341== Lock acquired, processing the job...
[2026-04-06 17:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:58:03] Production.INFO: ==12341== Releasing lock...
[2026-04-06 17:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:58:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:58:03] Production.INFO: ==12347== Lock acquired, processing the job...
[2026-04-06 13:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:58:03] Production.INFO: ==12345== Lock acquired, processing the job...
[2026-04-06 13:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:58:03] Production.INFO: ==12343== Lock acquired, processing the job...
[2026-04-06 13:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:58:03] Production.INFO: ==12349== Lock acquired, processing the job...
[2026-04-06 13:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:58:03] Production.INFO: Account Balance Start.
[2026-04-06 13:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:58:03] Production.INFO: 117
[2026-04-06 13:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:03] Production.INFO: ==12351== Lock acquired, processing the job...
[2026-04-06 13:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-11
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:58:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:58:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-12
[2026-04-06 13:58:04] Production.INFO: ==12351== Releasing lock...
[2026-04-06 13:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: ==12345== Releasing lock...
[2026-04-06 13:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-13
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-14
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-15
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-16
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-17
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:58:04] Production.INFO: Total Charge 0
[2026-04-06 13:58:04] Production.INFO: CreateAllLog End
[2026-04-06 13:58:05] Production.INFO: Account Balance End.
[2026-04-06 13:58:05] Production.ERROR: CronJobId end 12
[2026-04-06 13:58:05] Production.INFO: ==12349== Releasing lock...
[2026-04-06 13:58:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:58:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:58:11] Production.ERROR: CronJobId end10
[2026-04-06 13:58:11] Production.INFO: ==12347== Releasing lock...
[2026-04-06 13:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:58:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:58:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:58:14] Production.INFO: call_cost start
[2026-04-06 13:58:14] Production.INFO: call_cost end
[2026-04-06 13:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:58:14] Production.INFO: ==12343== Releasing lock...
[2026-04-06 13:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 18:59:01] Production.INFO: ==12446== Lock acquired, processing the job...
[2026-04-06 18:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 18:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 18:59:01] Production.INFO: neon service started
[2026-04-06 18:59:01] Production.INFO: neon service started
[2026-04-06 18:59:01] Production.INFO: ==12446== Releasing lock...
[2026-04-06 18:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 18:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 17:59:02] Production.INFO: ==12450== Lock acquired, processing the job...
[2026-04-06 17:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 17:59:02] Production.INFO: ==12450== Releasing lock...
[2026-04-06 17:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 17:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 13:59:02] Production.INFO: ==12448== Lock acquired, processing the job...
[2026-04-06 13:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 13:59:02] Production.INFO: ==12448== Releasing lock...
[2026-04-06 13:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 13:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 13:59:03] Production.INFO: ==12455== Lock acquired, processing the job...
[2026-04-06 13:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 13:59:03] Production.INFO: ==12453== Lock acquired, processing the job...
[2026-04-06 13:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 13:59:03] Production.INFO: ==12457== Lock acquired, processing the job...
[2026-04-06 13:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 13:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 13:59:03] Production.INFO: ==12459== Lock acquired, processing the job...
[2026-04-06 13:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 13:59:03] Production.INFO: ==12461== Lock acquired, processing the job...
[2026-04-06 13:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 13:59:03] Production.INFO: Account Balance Start.
[2026-04-06 13:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 13:59:03] Production.INFO: 117
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 13:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 13:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 13:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 13:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 13:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 13:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 13:59:03] Production.INFO: ==12461== Releasing lock...
[2026-04-06 13:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 13:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-16
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-17
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-18
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-19
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: Date 2026-03-20
[2026-04-06 13:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:03] Production.INFO: ==12455== Releasing lock...
[2026-04-06 13:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 13:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 13:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 13:59:04] Production.INFO: Total Charge 0
[2026-04-06 13:59:04] Production.INFO: CreateAllLog End
[2026-04-06 13:59:04] Production.INFO: Account Balance End.
[2026-04-06 13:59:04] Production.ERROR: CronJobId end 12
[2026-04-06 13:59:04] Production.INFO: ==12459== Releasing lock...
[2026-04-06 13:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 13:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 13:59:11] Production.ERROR: CronJobId end10
[2026-04-06 13:59:11] Production.INFO: ==12457== Releasing lock...
[2026-04-06 13:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 13:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 13:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 13:59:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 13:59:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 13:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 13:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 13:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 13:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 13:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 13:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 13:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 13:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 13:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 13:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 13:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 13:59:14] Production.INFO: call_cost start
[2026-04-06 13:59:14] Production.INFO: call_cost end
[2026-04-06 13:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 13:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 13:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 13:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 13:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 13:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 13:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 13:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 13:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 13:59:14] Production.INFO: ==12453== Releasing lock...
[2026-04-06 13:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 13:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:00:02] Production.INFO: ==12524== Lock acquired, processing the job...
[2026-04-06 19:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:00:02] Production.INFO: neon service started
[2026-04-06 19:00:02] Production.INFO: neon service started
[2026-04-06 19:00:02] Production.INFO: ==12524== Releasing lock...
[2026-04-06 19:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:00:02] Production.INFO: ==12528== Lock acquired, processing the job...
[2026-04-06 18:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:00:02] Production.INFO: ==12528== Releasing lock...
[2026-04-06 18:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:00:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:00:02] Production.INFO: ==12526== Lock acquired, processing the job...
[2026-04-06 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:00:02] Production.INFO: ==12526== Releasing lock...
[2026-04-06 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:00:03] Production.INFO: ==12531== Lock acquired, processing the job...
[2026-04-06 14:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:00:03] Production.INFO: ==12533== Lock acquired, processing the job...
[2026-04-06 14:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:00:03] Production.INFO: ==12535== Lock acquired, processing the job...
[2026-04-06 14:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:00:04] Production.INFO: ==12539== Lock acquired, processing the job...
[2026-04-06 14:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:00:04] Production.INFO: ==12537== Lock acquired, processing the job...
[2026-04-06 14:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:00:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:00:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:00:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:00:04] Production.INFO: Account Balance Start.
[2026-04-06 14:00:04] Production.INFO: CreateAllLog Start
[2026-04-06 14:00:04] Production.INFO: 117
[2026-04-06 14:00:04] Production.INFO: ==12539== Releasing lock...
[2026-04-06 14:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: ==12533== Releasing lock...
[2026-04-06 14:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-21
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-22
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-23
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-24
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-25
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-26
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-27
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-28
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-29
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-30
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:00:05] Production.INFO: Total Charge 0
[2026-04-06 14:00:05] Production.INFO: CreateAllLog End
[2026-04-06 14:00:05] Production.INFO: Account Balance End.
[2026-04-06 14:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:00:05] Production.INFO: ==12537== Releasing lock...
[2026-04-06 14:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:00:12] Production.ERROR: CronJobId end10
[2026-04-06 14:00:12] Production.INFO: ==12535== Releasing lock...
[2026-04-06 14:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:00:15] Production.INFO: call_cost start
[2026-04-06 14:00:15] Production.INFO: call_cost end
[2026-04-06 14:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:00:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:00:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:00:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:00:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:00:15] Production.INFO: ==12531== Releasing lock...
[2026-04-06 14:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:01:01] Production.INFO: ==12603== Lock acquired, processing the job...
[2026-04-06 19:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:01:01] Production.INFO: neon service started
[2026-04-06 19:01:01] Production.INFO: neon service started
[2026-04-06 19:01:01] Production.INFO: ==12603== Releasing lock...
[2026-04-06 19:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:01:01] Production.INFO: ==12609== Lock acquired, processing the job...
[2026-04-06 14:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:01:02] Production.INFO: ==12609== Releasing lock...
[2026-04-06 14:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:01:02] Production.INFO: ==12611== Lock acquired, processing the job...
[2026-04-06 18:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:01:02] Production.INFO: ==12611== Releasing lock...
[2026-04-06 18:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:01:03] Production.INFO: ==12615== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:01:03] Production.INFO: ==12625== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:01:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:01:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:01:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:01:03] Production.INFO: ==12625== Releasing lock...
[2026-04-06 14:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:01:03] Production.INFO: ==12613== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 14:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 14:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 14:01:03] Production.ERROR: CronJob PID - 12615
[2026-04-06 14:01:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 14:01:03] Production.ERROR: CronJob ID - 5
[2026-04-06 14:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 14:01:00
[2026-04-06 14:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 14:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 14:01:03] Production.INFO: ==12617== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:01:03] Production.INFO: ==12621== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 14:01:03] Production.INFO: ==12613== Releasing lock...
[2026-04-06 14:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 14:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:01:03] Production.INFO: ==12619== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:01:03] Production.INFO: ==12623== Lock acquired, processing the job...
[2026-04-06 14:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 14:01:03] Production.INFO: Account Balance Start.
[2026-04-06 14:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:01:03] Production.INFO: 117
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.ERROR: done
[2026-04-06 14:01:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:01:04] Production.INFO: ==12617== Releasing lock...
[2026-04-06 14:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:01:04] Production.INFO: Total Charge 0
[2026-04-06 14:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 14:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048043', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 14:01:04] Production.INFO: CreateAllLog End
[2026-04-06 14:01:04] Production.INFO: Account Balance End.
[2026-04-06 14:01:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:01:04] Production.INFO: ==12621== Releasing lock...
[2026-04-06 14:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048043', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 14:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 14:01:11] Production.INFO: ProcessCDR(1,17048043,1,1,2)
[2026-04-06 14:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048043,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048043,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 14:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 14:01:11] Production.INFO: ==12623== Releasing lock...
[2026-04-06 14:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 14:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:01:14] Production.ERROR: CronJobId end10
[2026-04-06 14:01:14] Production.INFO: ==12619== Releasing lock...
[2026-04-06 14:01:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:01:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:01:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:01:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:01:16] Production.INFO: call_cost start
[2026-04-06 14:01:16] Production.INFO: call_cost end
[2026-04-06 14:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:01:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:01:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:01:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:01:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:01:16] Production.INFO: ==12615== Releasing lock...
[2026-04-06 14:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:02:02] Production.INFO: ==12690== Lock acquired, processing the job...
[2026-04-06 19:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:02:02] Production.INFO: neon service started
[2026-04-06 19:02:02] Production.INFO: neon service started
[2026-04-06 19:02:02] Production.INFO: ==12690== Releasing lock...
[2026-04-06 19:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:02:02] Production.INFO: ==12692== Lock acquired, processing the job...
[2026-04-06 14:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:02:02] Production.INFO: ==12692== Releasing lock...
[2026-04-06 14:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:02:02] Production.INFO: ==12694== Lock acquired, processing the job...
[2026-04-06 18:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:02:02] Production.INFO: ==12694== Releasing lock...
[2026-04-06 18:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:02:03] Production.INFO: ==12703== Lock acquired, processing the job...
[2026-04-06 14:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:02:03] Production.INFO: ==12707== Lock acquired, processing the job...
[2026-04-06 14:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:02:03] Production.INFO: Account Balance Start.
[2026-04-06 14:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:02:03] Production.INFO: 117
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.INFO: ==12707== Releasing lock...
[2026-04-06 14:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:02:03] Production.INFO: ==12699== Lock acquired, processing the job...
[2026-04-06 14:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.INFO: ==12696== Lock acquired, processing the job...
[2026-04-06 14:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:02:03] Production.INFO: ==12701== Lock acquired, processing the job...
[2026-04-06 14:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:02:03] Production.INFO: ==12705== Lock acquired, processing the job...
[2026-04-06 14:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 14:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:02:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.ERROR: done
[2026-04-06 14:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 14:02:04] Production.INFO: ==12699== Releasing lock...
[2026-04-06 14:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.ERROR: done
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 14:02:04] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 14:02:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: ==12705== Releasing lock...
[2026-04-06 14:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 14:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:02:05] Production.INFO: Total Charge 0
[2026-04-06 14:02:05] Production.INFO: CreateAllLog End
[2026-04-06 14:02:05] Production.INFO: Account Balance End.
[2026-04-06 14:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:02:05] Production.INFO: ==12703== Releasing lock...
[2026-04-06 14:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:02:13] Production.ERROR: CronJobId end10
[2026-04-06 14:02:13] Production.INFO: ==12701== Releasing lock...
[2026-04-06 14:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:02:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:02:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:02:16] Production.INFO: call_cost start
[2026-04-06 14:02:16] Production.INFO: call_cost end
[2026-04-06 14:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:02:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:02:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:02:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:02:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:02:16] Production.INFO: ==12696== Releasing lock...
[2026-04-06 14:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:03:01] Production.INFO: ==12764== Lock acquired, processing the job...
[2026-04-06 19:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:03:01] Production.INFO: neon service started
[2026-04-06 19:03:01] Production.INFO: neon service started
[2026-04-06 19:03:01] Production.INFO: ==12764== Releasing lock...
[2026-04-06 19:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:03:01] Production.INFO: ==12766== Lock acquired, processing the job...
[2026-04-06 14:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:03:01] Production.INFO: ==12766== Releasing lock...
[2026-04-06 14:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:03:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:03:02] Production.INFO: ==12768== Lock acquired, processing the job...
[2026-04-06 18:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:03:02] Production.INFO: ==12768== Releasing lock...
[2026-04-06 18:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:03:02] Production.INFO: ==12779== Lock acquired, processing the job...
[2026-04-06 14:03:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:03:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:03:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:03:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:03:02] Production.INFO: ==12779== Releasing lock...
[2026-04-06 14:03:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:03:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:03:03] Production.INFO: ==12771== Lock acquired, processing the job...
[2026-04-06 14:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:03:03] Production.INFO: ==12773== Lock acquired, processing the job...
[2026-04-06 14:03:03] Production.INFO: ==12777== Lock acquired, processing the job...
[2026-04-06 14:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:03:03] Production.INFO: ==12775== Lock acquired, processing the job...
[2026-04-06 14:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:03:03] Production.INFO: Account Balance Start.
[2026-04-06 14:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:03:03] Production.INFO: 117
[2026-04-06 14:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: ==12773== Releasing lock...
[2026-04-06 14:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:03] Production.INFO: Date 2026-03-27
[2026-04-06 14:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:03:04] Production.INFO: Total Charge 0
[2026-04-06 14:03:04] Production.INFO: CreateAllLog End
[2026-04-06 14:03:04] Production.INFO: Account Balance End.
[2026-04-06 14:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:03:04] Production.INFO: ==12777== Releasing lock...
[2026-04-06 14:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:03:10] Production.ERROR: CronJobId end10
[2026-04-06 14:03:10] Production.INFO: ==12775== Releasing lock...
[2026-04-06 14:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:03:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:03:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:03:13] Production.INFO: call_cost start
[2026-04-06 14:03:13] Production.INFO: call_cost end
[2026-04-06 14:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:03:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:03:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:03:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:03:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:03:13] Production.INFO: ==12771== Releasing lock...
[2026-04-06 14:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:04:01] Production.INFO: ==12835== Lock acquired, processing the job...
[2026-04-06 19:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:04:01] Production.INFO: neon service started
[2026-04-06 19:04:01] Production.INFO: neon service started
[2026-04-06 19:04:01] Production.INFO: ==12835== Releasing lock...
[2026-04-06 19:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:04:02] Production.INFO: ==12839== Lock acquired, processing the job...
[2026-04-06 18:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:04:02] Production.INFO: ==12839== Releasing lock...
[2026-04-06 18:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:04:02] Production.INFO: ==12837== Lock acquired, processing the job...
[2026-04-06 14:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:04:02] Production.INFO: ==12837== Releasing lock...
[2026-04-06 14:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:04:03] Production.INFO: ==12844== Lock acquired, processing the job...
[2026-04-06 14:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:04:03] Production.INFO: ==12846== Lock acquired, processing the job...
[2026-04-06 14:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:04:03] Production.INFO: ==12842== Lock acquired, processing the job...
[2026-04-06 14:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:04:03] Production.INFO: ==12848== Lock acquired, processing the job...
[2026-04-06 14:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:04:03] Production.INFO: ==12850== Lock acquired, processing the job...
[2026-04-06 14:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:04:03] Production.INFO: Account Balance Start.
[2026-04-06 14:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:04:03] Production.INFO: 117
[2026-04-06 14:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:04:03] Production.INFO: ==12850== Releasing lock...
[2026-04-06 14:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: ==12844== Releasing lock...
[2026-04-06 14:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:04:04] Production.INFO: Total Charge 0
[2026-04-06 14:04:04] Production.INFO: CreateAllLog End
[2026-04-06 14:04:04] Production.INFO: Account Balance End.
[2026-04-06 14:04:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:04:04] Production.INFO: ==12848== Releasing lock...
[2026-04-06 14:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:04:11] Production.ERROR: CronJobId end10
[2026-04-06 14:04:11] Production.INFO: ==12846== Releasing lock...
[2026-04-06 14:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:04:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:04:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:04:14] Production.INFO: call_cost start
[2026-04-06 14:04:14] Production.INFO: call_cost end
[2026-04-06 14:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:04:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:04:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:04:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:04:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:04:14] Production.INFO: ==12842== Releasing lock...
[2026-04-06 14:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:05:01] Production.INFO: ==12911== Lock acquired, processing the job...
[2026-04-06 19:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:05:01] Production.INFO: neon service started
[2026-04-06 19:05:01] Production.INFO: neon service started
[2026-04-06 19:05:01] Production.INFO: ==12911== Releasing lock...
[2026-04-06 19:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:05:01] Production.INFO: ==12913== Lock acquired, processing the job...
[2026-04-06 14:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:05:01] Production.INFO: ==12913== Releasing lock...
[2026-04-06 14:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:05:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:05:02] Production.INFO: ==12915== Lock acquired, processing the job...
[2026-04-06 18:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:05:02] Production.INFO: ==12915== Releasing lock...
[2026-04-06 18:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:05:02] Production.INFO: ==12918== Lock acquired, processing the job...
[2026-04-06 14:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:05:03] Production.INFO: ==12920== Lock acquired, processing the job...
[2026-04-06 14:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:05:03] Production.INFO: ==12922== Lock acquired, processing the job...
[2026-04-06 14:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:05:03] Production.INFO: ==12924== Lock acquired, processing the job...
[2026-04-06 14:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:05:03] Production.INFO: ==12926== Lock acquired, processing the job...
[2026-04-06 14:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:05:03] Production.INFO: Account Balance Start.
[2026-04-06 14:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:05:03] Production.INFO: 117
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: ==12926== Releasing lock...
[2026-04-06 14:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: ==12920== Releasing lock...
[2026-04-06 14:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:03] Production.INFO: Date 2026-03-27
[2026-04-06 14:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:05:04] Production.INFO: Total Charge 0
[2026-04-06 14:05:04] Production.INFO: CreateAllLog End
[2026-04-06 14:05:04] Production.INFO: Account Balance End.
[2026-04-06 14:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:05:04] Production.INFO: ==12924== Releasing lock...
[2026-04-06 14:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:05:12] Production.ERROR: CronJobId end10
[2026-04-06 14:05:12] Production.INFO: ==12922== Releasing lock...
[2026-04-06 14:05:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:05:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:05:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:05:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:05:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:05:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:05:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:05:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:05:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:05:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:05:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:05:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:05:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:05:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:05:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:05:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:05:15] Production.INFO: call_cost start
[2026-04-06 14:05:15] Production.INFO: call_cost end
[2026-04-06 14:05:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:05:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:05:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:05:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:05:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:05:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:05:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:05:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:05:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:05:15] Production.INFO: ==12918== Releasing lock...
[2026-04-06 14:05:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:05:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:06:01] Production.INFO: ==12980== Lock acquired, processing the job...
[2026-04-06 19:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:06:01] Production.INFO: neon service started
[2026-04-06 19:06:01] Production.INFO: neon service started
[2026-04-06 19:06:01] Production.INFO: ==12980== Releasing lock...
[2026-04-06 19:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:06:02] Production.INFO: ==12983== Lock acquired, processing the job...
[2026-04-06 14:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:06:02] Production.INFO: ==12985== Lock acquired, processing the job...
[2026-04-06 18:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:06:02] Production.INFO: ==12985== Releasing lock...
[2026-04-06 18:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:06:02] Production.INFO: ==12983== Releasing lock...
[2026-04-06 14:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:06:03] Production.INFO: ==12987== Lock acquired, processing the job...
[2026-04-06 14:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:06:03] Production.INFO: ==12991== Lock acquired, processing the job...
[2026-04-06 14:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:06:03] Production.INFO: ==12995== Lock acquired, processing the job...
[2026-04-06 14:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:06:03] Production.INFO: ==12989== Lock acquired, processing the job...
[2026-04-06 14:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:06:03] Production.INFO: ==12993== Lock acquired, processing the job...
[2026-04-06 14:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:06:03] Production.INFO: ==12995== Releasing lock...
[2026-04-06 14:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:06:03] Production.INFO: Account Balance Start.
[2026-04-06 14:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:06:03] Production.INFO: 117
[2026-04-06 14:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: ==12989== Releasing lock...
[2026-04-06 14:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:06:04] Production.INFO: Total Charge 0
[2026-04-06 14:06:05] Production.INFO: CreateAllLog End
[2026-04-06 14:06:05] Production.INFO: Account Balance End.
[2026-04-06 14:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:06:05] Production.INFO: ==12993== Releasing lock...
[2026-04-06 14:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:06:11] Production.ERROR: CronJobId end10
[2026-04-06 14:06:11] Production.INFO: ==12991== Releasing lock...
[2026-04-06 14:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:06:14] Production.INFO: call_cost start
[2026-04-06 14:06:14] Production.INFO: call_cost end
[2026-04-06 14:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:06:14] Production.INFO: ==12987== Releasing lock...
[2026-04-06 14:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:07:02] Production.INFO: ==13054== Lock acquired, processing the job...
[2026-04-06 19:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:07:02] Production.INFO: neon service started
[2026-04-06 19:07:02] Production.INFO: neon service started
[2026-04-06 19:07:02] Production.INFO: ==13054== Releasing lock...
[2026-04-06 19:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:07:02] Production.INFO: ==13056== Lock acquired, processing the job...
[2026-04-06 14:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:07:02] Production.INFO: ==13056== Releasing lock...
[2026-04-06 14:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:07:02] Production.INFO: ==13058== Lock acquired, processing the job...
[2026-04-06 18:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:07:02] Production.INFO: ==13058== Releasing lock...
[2026-04-06 18:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:07:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:07:03] Production.INFO: ==13060== Lock acquired, processing the job...
[2026-04-06 14:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:07:03] Production.INFO: ==13062== Lock acquired, processing the job...
[2026-04-06 14:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:07:03] Production.INFO: ==13066== Lock acquired, processing the job...
[2026-04-06 14:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:07:03] Production.INFO: ==13064== Lock acquired, processing the job...
[2026-04-06 14:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:07:03] Production.INFO: Account Balance Start.
[2026-04-06 14:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:07:03] Production.INFO: 117
[2026-04-06 14:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:07:03] Production.INFO: ==13068== Lock acquired, processing the job...
[2026-04-06 14:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:07:03] Production.INFO: ==13068== Releasing lock...
[2026-04-06 14:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: ==13062== Releasing lock...
[2026-04-06 14:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:07:04] Production.INFO: Total Charge 0
[2026-04-06 14:07:04] Production.INFO: CreateAllLog End
[2026-04-06 14:07:04] Production.INFO: Account Balance End.
[2026-04-06 14:07:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:07:04] Production.INFO: ==13066== Releasing lock...
[2026-04-06 14:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:07:12] Production.ERROR: CronJobId end10
[2026-04-06 14:07:12] Production.INFO: ==13064== Releasing lock...
[2026-04-06 14:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:07:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:07:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:07:15] Production.INFO: call_cost start
[2026-04-06 14:07:15] Production.INFO: call_cost end
[2026-04-06 14:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:07:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:07:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:07:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:07:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:07:15] Production.INFO: ==13060== Releasing lock...
[2026-04-06 14:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:08:01] Production.INFO: ==13124== Lock acquired, processing the job...
[2026-04-06 19:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:08:01] Production.INFO: neon service started
[2026-04-06 19:08:01] Production.INFO: neon service started
[2026-04-06 19:08:01] Production.INFO: ==13124== Releasing lock...
[2026-04-06 19:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:08:02] Production.INFO: ==13128== Lock acquired, processing the job...
[2026-04-06 18:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:08:02] Production.INFO: ==13128== Releasing lock...
[2026-04-06 18:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:08:02] Production.INFO: ==13126== Lock acquired, processing the job...
[2026-04-06 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:08:02] Production.INFO: ==13126== Releasing lock...
[2026-04-06 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:08:03] Production.INFO: ==13131== Lock acquired, processing the job...
[2026-04-06 14:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:08:03] Production.INFO: ==13133== Lock acquired, processing the job...
[2026-04-06 14:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:08:03] Production.INFO: ==13135== Lock acquired, processing the job...
[2026-04-06 14:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:08:03] Production.INFO: ==13137== Lock acquired, processing the job...
[2026-04-06 14:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:08:03] Production.INFO: ==13139== Lock acquired, processing the job...
[2026-04-06 14:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:08:03] Production.INFO: ==13139== Releasing lock...
[2026-04-06 14:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:08:03] Production.INFO: Account Balance Start.
[2026-04-06 14:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:08:03] Production.INFO: 117
[2026-04-06 14:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:03] Production.INFO: ==13133== Releasing lock...
[2026-04-06 14:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:08:04] Production.INFO: Total Charge 0
[2026-04-06 14:08:04] Production.INFO: CreateAllLog End
[2026-04-06 14:08:05] Production.INFO: Account Balance End.
[2026-04-06 14:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:08:05] Production.INFO: ==13137== Releasing lock...
[2026-04-06 14:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:08:11] Production.ERROR: CronJobId end10
[2026-04-06 14:08:11] Production.INFO: ==13135== Releasing lock...
[2026-04-06 14:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:08:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:08:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:08:15] Production.INFO: call_cost start
[2026-04-06 14:08:15] Production.INFO: call_cost end
[2026-04-06 14:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:08:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:08:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:08:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:08:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:08:15] Production.INFO: ==13131== Releasing lock...
[2026-04-06 14:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:09:02] Production.INFO: ==13200== Lock acquired, processing the job...
[2026-04-06 19:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:09:02] Production.INFO: neon service started
[2026-04-06 19:09:02] Production.INFO: neon service started
[2026-04-06 19:09:02] Production.INFO: ==13200== Releasing lock...
[2026-04-06 19:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:09:02] Production.INFO: ==13202== Lock acquired, processing the job...
[2026-04-06 14:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:09:02] Production.INFO: ==13202== Releasing lock...
[2026-04-06 14:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:09:02] Production.INFO: ==13205== Lock acquired, processing the job...
[2026-04-06 18:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:09:02] Production.INFO: ==13205== Releasing lock...
[2026-04-06 18:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:09:03] Production.INFO: ==13209== Lock acquired, processing the job...
[2026-04-06 14:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:09:03] Production.INFO: ==13211== Lock acquired, processing the job...
[2026-04-06 14:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:09:03] Production.INFO: ==13207== Lock acquired, processing the job...
[2026-04-06 14:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:09:03] Production.INFO: ==13215== Lock acquired, processing the job...
[2026-04-06 14:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:09:03] Production.INFO: ==13213== Lock acquired, processing the job...
[2026-04-06 14:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:09:03] Production.INFO: Account Balance Start.
[2026-04-06 14:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:09:03] Production.INFO: 117
[2026-04-06 14:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:09:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: ==13215== Releasing lock...
[2026-04-06 14:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: ==13209== Releasing lock...
[2026-04-06 14:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:09:04] Production.INFO: Total Charge 0
[2026-04-06 14:09:04] Production.INFO: CreateAllLog End
[2026-04-06 14:09:05] Production.INFO: Account Balance End.
[2026-04-06 14:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:09:05] Production.INFO: ==13213== Releasing lock...
[2026-04-06 14:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:09:11] Production.ERROR: CronJobId end10
[2026-04-06 14:09:11] Production.INFO: ==13211== Releasing lock...
[2026-04-06 14:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:09:14] Production.INFO: call_cost start
[2026-04-06 14:09:14] Production.INFO: call_cost end
[2026-04-06 14:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:09:14] Production.INFO: ==13207== Releasing lock...
[2026-04-06 14:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:10:01] Production.INFO: ==13271== Lock acquired, processing the job...
[2026-04-06 19:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:10:01] Production.INFO: neon service started
[2026-04-06 19:10:01] Production.INFO: neon service started
[2026-04-06 19:10:01] Production.INFO: ==13271== Releasing lock...
[2026-04-06 19:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:10:01] Production.INFO: ==13273== Lock acquired, processing the job...
[2026-04-06 14:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:10:02] Production.INFO: ==13273== Releasing lock...
[2026-04-06 14:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:10:02] Production.INFO: ==13275== Lock acquired, processing the job...
[2026-04-06 18:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:10:02] Production.INFO: ==13275== Releasing lock...
[2026-04-06 18:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:10:02] Production.INFO: ==13284== Lock acquired, processing the job...
[2026-04-06 14:10:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:10:02] Production.INFO: Account Balance Start.
[2026-04-06 14:10:02] Production.INFO: CreateAllLog Start
[2026-04-06 14:10:02] Production.INFO: 117
[2026-04-06 14:10:02] Production.INFO: Date 2026-03-08
[2026-04-06 14:10:02] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:02] Production.INFO: Date 2026-03-09
[2026-04-06 14:10:02] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:02] Production.INFO: Date 2026-03-10
[2026-04-06 14:10:02] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:02] Production.INFO: Date 2026-03-11
[2026-04-06 14:10:02] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: ==13278== Lock acquired, processing the job...
[2026-04-06 14:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: ==13280== Lock acquired, processing the job...
[2026-04-06 14:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: ==13282== Lock acquired, processing the job...
[2026-04-06 14:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:10:03] Production.INFO: ==13286== Lock acquired, processing the job...
[2026-04-06 14:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: ==13286== Releasing lock...
[2026-04-06 14:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-27
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-28
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-29
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: ==13280== Releasing lock...
[2026-04-06 14:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-30
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-03-31
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-04-01
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-04-02
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-04-03
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-04-04
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:03] Production.INFO: Date 2026-04-05
[2026-04-06 14:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:10:04] Production.INFO: Total Charge 0
[2026-04-06 14:10:04] Production.INFO: CreateAllLog End
[2026-04-06 14:10:04] Production.INFO: Account Balance End.
[2026-04-06 14:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:10:04] Production.INFO: ==13284== Releasing lock...
[2026-04-06 14:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:10:11] Production.ERROR: CronJobId end10
[2026-04-06 14:10:11] Production.INFO: ==13282== Releasing lock...
[2026-04-06 14:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:10:13] Production.INFO: call_cost start
[2026-04-06 14:10:13] Production.INFO: call_cost end
[2026-04-06 14:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:10:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:10:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:10:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:10:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:10:13] Production.INFO: ==13278== Releasing lock...
[2026-04-06 14:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:11:01] Production.INFO: ==13343== Lock acquired, processing the job...
[2026-04-06 19:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:11:01] Production.INFO: neon service started
[2026-04-06 19:11:01] Production.INFO: neon service started
[2026-04-06 19:11:01] Production.INFO: ==13343== Releasing lock...
[2026-04-06 19:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:11:02] Production.INFO: ==13345== Lock acquired, processing the job...
[2026-04-06 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:11:02] Production.INFO: ==13345== Releasing lock...
[2026-04-06 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:11:02] Production.INFO: ==13347== Lock acquired, processing the job...
[2026-04-06 18:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:11:02] Production.INFO: ==13347== Releasing lock...
[2026-04-06 18:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:11:03] Production.INFO: ==13349== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 14:11:03] Production.INFO: ==13360== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 14:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 14:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 14:11:03] Production.ERROR: CronJob PID - 13360
[2026-04-06 14:11:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-04-06 14:11:03] Production.ERROR: CronJob ID - 17
[2026-04-06 14:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 14:11:00
[2026-04-06 14:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 14:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 14:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 14:11:03] Production.INFO: ==13349== Releasing lock...
[2026-04-06 14:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 14:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:11:03] Production.INFO: ==13354== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:11:03] Production.INFO: ==13352== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:11:03] Production.INFO: ==13356== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:11:03] Production.INFO: ==13358== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:11:03] Production.INFO: ==13362== Lock acquired, processing the job...
[2026-04-06 14:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:11:03] Production.INFO: Account Balance Start.
[2026-04-06 14:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:11:03] Production.INFO: 117
[2026-04-06 14:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.ERROR: done
[2026-04-06 14:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 14:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048085', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 14:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:11:04] Production.INFO: ==13362== Releasing lock...
[2026-04-06 14:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: ==13354== Releasing lock...
[2026-04-06 14:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:11:05] Production.INFO: Total Charge 0
[2026-04-06 14:11:05] Production.INFO: CreateAllLog End
[2026-04-06 14:11:05] Production.INFO: Account Balance End.
[2026-04-06 14:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:11:05] Production.INFO: ==13358== Releasing lock...
[2026-04-06 14:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:11:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048085', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 14:11:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 14:11:11] Production.INFO: ProcessCDR(1,17048085,1,1,2)
[2026-04-06 14:11:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048085,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:11:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048085,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:11:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 14:11:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 14:11:11] Production.INFO: ==13360== Releasing lock...
[2026-04-06 14:11:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 14:11:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:11:14] Production.ERROR: CronJobId end10
[2026-04-06 14:11:14] Production.INFO: ==13356== Releasing lock...
[2026-04-06 14:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:11:17] Production.INFO: call_cost start
[2026-04-06 14:11:17] Production.INFO: call_cost end
[2026-04-06 14:11:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:11:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:11:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:11:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:11:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:11:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:11:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:11:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:11:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:11:17] Production.INFO: ==13352== Releasing lock...
[2026-04-06 14:11:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:11:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:12:02] Production.INFO: ==13421== Lock acquired, processing the job...
[2026-04-06 19:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:12:02] Production.INFO: neon service started
[2026-04-06 19:12:02] Production.INFO: neon service started
[2026-04-06 19:12:02] Production.INFO: ==13421== Releasing lock...
[2026-04-06 19:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:12:02] Production.INFO: ==13423== Lock acquired, processing the job...
[2026-04-06 14:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:12:02] Production.INFO: ==13423== Releasing lock...
[2026-04-06 14:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:12:03] Production.INFO: ==13425== Lock acquired, processing the job...
[2026-04-06 18:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:12:03] Production.INFO: ==13425== Releasing lock...
[2026-04-06 18:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:12:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:12:03] Production.INFO: ==13429== Lock acquired, processing the job...
[2026-04-06 14:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:12:03] Production.INFO: ==13427== Lock acquired, processing the job...
[2026-04-06 14:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:12:03] Production.INFO: ==13431== Lock acquired, processing the job...
[2026-04-06 14:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:12:03] Production.INFO: ==13433== Lock acquired, processing the job...
[2026-04-06 14:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:12:03] Production.INFO: ==13435== Lock acquired, processing the job...
[2026-04-06 14:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:12:03] Production.INFO: Account Balance Start.
[2026-04-06 14:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:12:03] Production.INFO: 117
[2026-04-06 14:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:12:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:12:04] Production.INFO: ==13435== Releasing lock...
[2026-04-06 14:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: ==13429== Releasing lock...
[2026-04-06 14:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:12:04] Production.INFO: Total Charge 0
[2026-04-06 14:12:04] Production.INFO: CreateAllLog End
[2026-04-06 14:12:05] Production.INFO: Account Balance End.
[2026-04-06 14:12:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:12:05] Production.INFO: ==13433== Releasing lock...
[2026-04-06 14:12:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:12:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:12:11] Production.ERROR: CronJobId end10
[2026-04-06 14:12:11] Production.INFO: ==13431== Releasing lock...
[2026-04-06 14:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:12:14] Production.INFO: call_cost start
[2026-04-06 14:12:14] Production.INFO: call_cost end
[2026-04-06 14:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:12:14] Production.INFO: ==13427== Releasing lock...
[2026-04-06 14:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:13:01] Production.INFO: ==13488== Lock acquired, processing the job...
[2026-04-06 19:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:13:01] Production.INFO: neon service started
[2026-04-06 19:13:01] Production.INFO: neon service started
[2026-04-06 19:13:01] Production.INFO: ==13488== Releasing lock...
[2026-04-06 19:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:13:02] Production.INFO: ==13490== Lock acquired, processing the job...
[2026-04-06 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:13:02] Production.INFO: ==13490== Releasing lock...
[2026-04-06 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:13:02] Production.INFO: ==13492== Lock acquired, processing the job...
[2026-04-06 18:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:13:02] Production.INFO: ==13492== Releasing lock...
[2026-04-06 18:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:13:03] Production.INFO: ==13494== Lock acquired, processing the job...
[2026-04-06 14:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:13:03] Production.INFO: ==13498== Lock acquired, processing the job...
[2026-04-06 14:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:13:03] Production.INFO: ==13496== Lock acquired, processing the job...
[2026-04-06 14:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:13:03] Production.INFO: ==13500== Lock acquired, processing the job...
[2026-04-06 14:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:13:03] Production.INFO: Account Balance Start.
[2026-04-06 14:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:13:03] Production.INFO: 117
[2026-04-06 14:13:03] Production.INFO: ==13502== Lock acquired, processing the job...
[2026-04-06 14:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:13:03] Production.INFO: ==13502== Releasing lock...
[2026-04-06 14:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: ==13496== Releasing lock...
[2026-04-06 14:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:13:04] Production.INFO: Total Charge 0
[2026-04-06 14:13:04] Production.INFO: CreateAllLog End
[2026-04-06 14:13:04] Production.INFO: Account Balance End.
[2026-04-06 14:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:13:04] Production.INFO: ==13500== Releasing lock...
[2026-04-06 14:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:13:10] Production.ERROR: CronJobId end10
[2026-04-06 14:13:10] Production.INFO: ==13498== Releasing lock...
[2026-04-06 14:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:13:14] Production.INFO: call_cost start
[2026-04-06 14:13:14] Production.INFO: call_cost end
[2026-04-06 14:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:13:14] Production.INFO: ==13494== Releasing lock...
[2026-04-06 14:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:14:02] Production.INFO: ==13566== Lock acquired, processing the job...
[2026-04-06 19:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:14:02] Production.INFO: neon service started
[2026-04-06 19:14:02] Production.INFO: neon service started
[2026-04-06 19:14:02] Production.INFO: ==13566== Releasing lock...
[2026-04-06 19:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:14:02] Production.INFO: ==13568== Lock acquired, processing the job...
[2026-04-06 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:14:02] Production.INFO: ==13570== Lock acquired, processing the job...
[2026-04-06 18:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:14:02] Production.INFO: ==13570== Releasing lock...
[2026-04-06 18:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:14:03] Production.INFO: ==13568== Releasing lock...
[2026-04-06 14:14:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:14:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:14:03] Production.INFO: ==13573== Lock acquired, processing the job...
[2026-04-06 14:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:14:03] Production.INFO: ==13575== Lock acquired, processing the job...
[2026-04-06 14:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:14:03] Production.INFO: ==13577== Lock acquired, processing the job...
[2026-04-06 14:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:14:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:14:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:14:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:14:04] Production.INFO: ==13581== Lock acquired, processing the job...
[2026-04-06 14:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:14:04] Production.INFO: ==13579== Lock acquired, processing the job...
[2026-04-06 14:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:14:04] Production.INFO: ==13581== Releasing lock...
[2026-04-06 14:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:14:04] Production.INFO: Account Balance Start.
[2026-04-06 14:14:04] Production.INFO: CreateAllLog Start
[2026-04-06 14:14:04] Production.INFO: 117
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: ==13575== Releasing lock...
[2026-04-06 14:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-03-30
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:14:05] Production.INFO: Total Charge 0
[2026-04-06 14:14:05] Production.INFO: CreateAllLog End
[2026-04-06 14:14:05] Production.INFO: Account Balance End.
[2026-04-06 14:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:14:05] Production.INFO: ==13579== Releasing lock...
[2026-04-06 14:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:14:11] Production.ERROR: CronJobId end10
[2026-04-06 14:14:11] Production.INFO: ==13577== Releasing lock...
[2026-04-06 14:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:14:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:14:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:14:14] Production.INFO: call_cost start
[2026-04-06 14:14:14] Production.INFO: call_cost end
[2026-04-06 14:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:14:14] Production.INFO: ==13573== Releasing lock...
[2026-04-06 14:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:15:01] Production.INFO: ==13637== Lock acquired, processing the job...
[2026-04-06 19:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:15:01] Production.INFO: neon service started
[2026-04-06 19:15:01] Production.INFO: neon service started
[2026-04-06 19:15:01] Production.INFO: ==13637== Releasing lock...
[2026-04-06 19:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:15:01] Production.INFO: ==13639== Lock acquired, processing the job...
[2026-04-06 14:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:15:02] Production.INFO: ==13639== Releasing lock...
[2026-04-06 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:15:02] Production.INFO: ==13641== Lock acquired, processing the job...
[2026-04-06 18:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:15:02] Production.INFO: ==13641== Releasing lock...
[2026-04-06 18:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:15:02] Production.INFO: ==13650== Lock acquired, processing the job...
[2026-04-06 14:15:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:15:02] Production.INFO: Account Balance Start.
[2026-04-06 14:15:02] Production.INFO: CreateAllLog Start
[2026-04-06 14:15:02] Production.INFO: 117
[2026-04-06 14:15:02] Production.INFO: Date 2026-03-08
[2026-04-06 14:15:02] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: ==13644== Lock acquired, processing the job...
[2026-04-06 14:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:15:03] Production.INFO: ==13646== Lock acquired, processing the job...
[2026-04-06 14:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:15:03] Production.INFO: ==13648== Lock acquired, processing the job...
[2026-04-06 14:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: ==13652== Lock acquired, processing the job...
[2026-04-06 14:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:15:03] Production.INFO: ==13652== Releasing lock...
[2026-04-06 14:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: ==13646== Releasing lock...
[2026-04-06 14:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:15:04] Production.INFO: Total Charge 0
[2026-04-06 14:15:04] Production.INFO: CreateAllLog End
[2026-04-06 14:15:04] Production.INFO: Account Balance End.
[2026-04-06 14:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:15:04] Production.INFO: ==13650== Releasing lock...
[2026-04-06 14:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:15:11] Production.ERROR: CronJobId end10
[2026-04-06 14:15:11] Production.INFO: ==13648== Releasing lock...
[2026-04-06 14:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:15:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:15:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:15:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:15:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:15:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:15:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:15:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:15:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:15:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:15:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:15:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:15:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:15:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:15:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:15:14] Production.INFO: call_cost start
[2026-04-06 14:15:14] Production.INFO: call_cost end
[2026-04-06 14:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:15:14] Production.INFO: ==13644== Releasing lock...
[2026-04-06 14:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:16:02] Production.INFO: ==13712== Lock acquired, processing the job...
[2026-04-06 19:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:16:02] Production.INFO: neon service started
[2026-04-06 19:16:02] Production.INFO: neon service started
[2026-04-06 19:16:02] Production.INFO: ==13712== Releasing lock...
[2026-04-06 19:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:16:02] Production.INFO: ==13717== Lock acquired, processing the job...
[2026-04-06 18:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:16:02] Production.INFO: ==13717== Releasing lock...
[2026-04-06 18:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:16:02] Production.INFO: ==13715== Lock acquired, processing the job...
[2026-04-06 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:16:02] Production.INFO: ==13715== Releasing lock...
[2026-04-06 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:16:03] Production.INFO: ==13723== Lock acquired, processing the job...
[2026-04-06 14:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:16:03] Production.INFO: ==13721== Lock acquired, processing the job...
[2026-04-06 14:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:16:03] Production.INFO: ==13719== Lock acquired, processing the job...
[2026-04-06 14:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:16:03] Production.INFO: ==13725== Lock acquired, processing the job...
[2026-04-06 14:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:16:03] Production.INFO: ==13727== Lock acquired, processing the job...
[2026-04-06 14:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:16:03] Production.INFO: Account Balance Start.
[2026-04-06 14:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:16:03] Production.INFO: 117
[2026-04-06 14:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: ==13727== Releasing lock...
[2026-04-06 14:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: ==13721== Releasing lock...
[2026-04-06 14:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:16:05] Production.INFO: Total Charge 0
[2026-04-06 14:16:05] Production.INFO: CreateAllLog End
[2026-04-06 14:16:05] Production.INFO: Account Balance End.
[2026-04-06 14:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:16:05] Production.INFO: ==13725== Releasing lock...
[2026-04-06 14:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:16:12] Production.ERROR: CronJobId end10
[2026-04-06 14:16:12] Production.INFO: ==13723== Releasing lock...
[2026-04-06 14:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:16:14] Production.INFO: call_cost start
[2026-04-06 14:16:14] Production.INFO: call_cost end
[2026-04-06 14:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:16:14] Production.INFO: ==13719== Releasing lock...
[2026-04-06 14:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:17:01] Production.INFO: ==13787== Lock acquired, processing the job...
[2026-04-06 19:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:17:01] Production.INFO: neon service started
[2026-04-06 19:17:01] Production.INFO: neon service started
[2026-04-06 19:17:01] Production.INFO: ==13787== Releasing lock...
[2026-04-06 19:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:17:01] Production.INFO: ==13789== Lock acquired, processing the job...
[2026-04-06 14:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:17:01] Production.INFO: ==13789== Releasing lock...
[2026-04-06 14:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:17:02] Production.INFO: ==13791== Lock acquired, processing the job...
[2026-04-06 18:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:17:02] Production.INFO: ==13791== Releasing lock...
[2026-04-06 18:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:17:02] Production.INFO: ==13802== Lock acquired, processing the job...
[2026-04-06 14:17:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:17:02] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:17:02] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:17:02] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:17:02] Production.INFO: ==13802== Releasing lock...
[2026-04-06 14:17:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:17:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:17:03] Production.INFO: ==13794== Lock acquired, processing the job...
[2026-04-06 14:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:17:03] Production.INFO: ==13796== Lock acquired, processing the job...
[2026-04-06 14:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:17:03] Production.INFO: ==13798== Lock acquired, processing the job...
[2026-04-06 14:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:17:03] Production.INFO: ==13800== Lock acquired, processing the job...
[2026-04-06 14:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:17:03] Production.INFO: Account Balance Start.
[2026-04-06 14:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:17:03] Production.INFO: 117
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: ==13796== Releasing lock...
[2026-04-06 14:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:17:04] Production.INFO: Total Charge 0
[2026-04-06 14:17:04] Production.INFO: CreateAllLog End
[2026-04-06 14:17:04] Production.INFO: Account Balance End.
[2026-04-06 14:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:17:04] Production.INFO: ==13800== Releasing lock...
[2026-04-06 14:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:17:11] Production.ERROR: CronJobId end10
[2026-04-06 14:17:11] Production.INFO: ==13798== Releasing lock...
[2026-04-06 14:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:17:13] Production.INFO: call_cost start
[2026-04-06 14:17:13] Production.INFO: call_cost end
[2026-04-06 14:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:17:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:17:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:17:14] Production.INFO: ==13794== Releasing lock...
[2026-04-06 14:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:18:01] Production.INFO: ==13863== Lock acquired, processing the job...
[2026-04-06 19:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:18:01] Production.INFO: neon service started
[2026-04-06 19:18:01] Production.INFO: neon service started
[2026-04-06 19:18:01] Production.INFO: ==13863== Releasing lock...
[2026-04-06 19:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:18:02] Production.INFO: ==13868== Lock acquired, processing the job...
[2026-04-06 18:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:18:02] Production.INFO: ==13866== Lock acquired, processing the job...
[2026-04-06 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:18:02] Production.INFO: ==13868== Releasing lock...
[2026-04-06 18:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:18:02] Production.INFO: ==13866== Releasing lock...
[2026-04-06 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:18:03] Production.INFO: ==13870== Lock acquired, processing the job...
[2026-04-06 14:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:18:03] Production.INFO: ==13876== Lock acquired, processing the job...
[2026-04-06 14:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:18:03] Production.INFO: ==13872== Lock acquired, processing the job...
[2026-04-06 14:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:18:03] Production.INFO: ==13874== Lock acquired, processing the job...
[2026-04-06 14:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:18:03] Production.INFO: Account Balance Start.
[2026-04-06 14:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:18:03] Production.INFO: 117
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.INFO: ==13878== Lock acquired, processing the job...
[2026-04-06 14:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:18:03] Production.INFO: ==13878== Releasing lock...
[2026-04-06 14:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: ==13872== Releasing lock...
[2026-04-06 14:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:18:04] Production.INFO: Total Charge 0
[2026-04-06 14:18:04] Production.INFO: CreateAllLog End
[2026-04-06 14:18:04] Production.INFO: Account Balance End.
[2026-04-06 14:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:18:04] Production.INFO: ==13876== Releasing lock...
[2026-04-06 14:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:18:12] Production.ERROR: CronJobId end10
[2026-04-06 14:18:12] Production.INFO: ==13874== Releasing lock...
[2026-04-06 14:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:18:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:18:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:18:15] Production.INFO: call_cost start
[2026-04-06 14:18:15] Production.INFO: call_cost end
[2026-04-06 14:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:18:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:18:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:18:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:18:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:18:15] Production.INFO: ==13870== Releasing lock...
[2026-04-06 14:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:19:02] Production.INFO: ==13936== Lock acquired, processing the job...
[2026-04-06 19:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:19:02] Production.INFO: neon service started
[2026-04-06 19:19:02] Production.INFO: neon service started
[2026-04-06 19:19:02] Production.INFO: ==13936== Releasing lock...
[2026-04-06 19:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:19:02] Production.INFO: ==13940== Lock acquired, processing the job...
[2026-04-06 18:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:19:02] Production.INFO: ==13940== Releasing lock...
[2026-04-06 18:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:19:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:19:02] Production.INFO: ==13938== Lock acquired, processing the job...
[2026-04-06 14:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:19:02] Production.INFO: ==13938== Releasing lock...
[2026-04-06 14:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:19:03] Production.INFO: ==13946== Lock acquired, processing the job...
[2026-04-06 14:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:19:03] Production.INFO: ==13942== Lock acquired, processing the job...
[2026-04-06 14:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:19:03] Production.INFO: ==13944== Lock acquired, processing the job...
[2026-04-06 14:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:19:03] Production.INFO: ==13950== Lock acquired, processing the job...
[2026-04-06 14:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:19:03] Production.INFO: ==13948== Lock acquired, processing the job...
[2026-04-06 14:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:19:03] Production.INFO: Account Balance Start.
[2026-04-06 14:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:19:03] Production.INFO: 117
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:19:04] Production.INFO: ==13950== Releasing lock...
[2026-04-06 14:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: ==13944== Releasing lock...
[2026-04-06 14:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:19:05] Production.INFO: Total Charge 0
[2026-04-06 14:19:05] Production.INFO: CreateAllLog End
[2026-04-06 14:19:05] Production.INFO: Account Balance End.
[2026-04-06 14:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:19:05] Production.INFO: ==13948== Releasing lock...
[2026-04-06 14:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:19:13] Production.ERROR: CronJobId end10
[2026-04-06 14:19:13] Production.INFO: ==13946== Releasing lock...
[2026-04-06 14:19:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:19:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:19:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:19:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:19:15] Production.INFO: call_cost start
[2026-04-06 14:19:15] Production.INFO: call_cost end
[2026-04-06 14:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:19:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:19:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:19:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:19:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:19:15] Production.INFO: ==13942== Releasing lock...
[2026-04-06 14:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:20:01] Production.INFO: ==14014== Lock acquired, processing the job...
[2026-04-06 19:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:20:01] Production.INFO: neon service started
[2026-04-06 19:20:01] Production.INFO: neon service started
[2026-04-06 19:20:01] Production.INFO: ==14014== Releasing lock...
[2026-04-06 19:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:20:02] Production.INFO: ==14018== Lock acquired, processing the job...
[2026-04-06 18:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:20:02] Production.INFO: ==14018== Releasing lock...
[2026-04-06 18:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:20:02] Production.INFO: ==14016== Lock acquired, processing the job...
[2026-04-06 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:20:02] Production.INFO: ==14016== Releasing lock...
[2026-04-06 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:20:02] Production.INFO: ==14021== Lock acquired, processing the job...
[2026-04-06 14:20:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:20:02] Production.INFO: ==14023== Lock acquired, processing the job...
[2026-04-06 14:20:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:20:03] Production.INFO: ==14025== Lock acquired, processing the job...
[2026-04-06 14:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:20:03] Production.INFO: ==14029== Lock acquired, processing the job...
[2026-04-06 14:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:20:03] Production.INFO: ==14027== Lock acquired, processing the job...
[2026-04-06 14:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:20:03] Production.INFO: ==14029== Releasing lock...
[2026-04-06 14:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:20:03] Production.INFO: Account Balance Start.
[2026-04-06 14:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:20:03] Production.INFO: 117
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: ==14023== Releasing lock...
[2026-04-06 14:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:20:04] Production.INFO: Total Charge 0
[2026-04-06 14:20:04] Production.INFO: CreateAllLog End
[2026-04-06 14:20:04] Production.INFO: Account Balance End.
[2026-04-06 14:20:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:20:05] Production.INFO: ==14027== Releasing lock...
[2026-04-06 14:20:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:20:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:20:11] Production.ERROR: CronJobId end10
[2026-04-06 14:20:11] Production.INFO: ==14025== Releasing lock...
[2026-04-06 14:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:20:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:20:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:20:13] Production.INFO: call_cost start
[2026-04-06 14:20:13] Production.INFO: call_cost end
[2026-04-06 14:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:20:13] Production.INFO: ==14021== Releasing lock...
[2026-04-06 14:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:21:02] Production.INFO: ==14088== Lock acquired, processing the job...
[2026-04-06 19:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:21:02] Production.INFO: neon service started
[2026-04-06 19:21:02] Production.INFO: neon service started
[2026-04-06 19:21:02] Production.INFO: ==14088== Releasing lock...
[2026-04-06 19:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:21:02] Production.INFO: ==14093== Lock acquired, processing the job...
[2026-04-06 18:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:21:02] Production.INFO: ==14093== Releasing lock...
[2026-04-06 18:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:21:02] Production.INFO: ==14091== Lock acquired, processing the job...
[2026-04-06 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:21:02] Production.INFO: ==14091== Releasing lock...
[2026-04-06 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:21:03] Production.INFO: ==14095== Lock acquired, processing the job...
[2026-04-06 14:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 14:21:03] Production.INFO: ==14097== Lock acquired, processing the job...
[2026-04-06 14:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:21:03] Production.INFO: ==14099== Lock acquired, processing the job...
[2026-04-06 14:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 14:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 14:21:03] Production.INFO: ==14095== Releasing lock...
[2026-04-06 14:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 14:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:21:03] Production.INFO: ==14101== Lock acquired, processing the job...
[2026-04-06 14:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:21:03] Production.INFO: ==14105== Lock acquired, processing the job...
[2026-04-06 14:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 14:21:04] Production.INFO: ==14103== Lock acquired, processing the job...
[2026-04-06 14:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:21:04] Production.INFO: ==14107== Lock acquired, processing the job...
[2026-04-06 14:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:21:04] Production.INFO: Account Balance Start.
[2026-04-06 14:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 14:21:04] Production.INFO: 117
[2026-04-06 14:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: ==14107== Releasing lock...
[2026-04-06 14:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:21:04] Production.ERROR: done
[2026-04-06 14:21:04] Production.INFO: ==14099== Releasing lock...
[2026-04-06 14:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 14:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048126', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-20
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-21
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-22
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-23
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-24
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-25
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-26
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-27
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-28
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-29
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-30
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:21:05] Production.INFO: Total Charge 0
[2026-04-06 14:21:05] Production.INFO: CreateAllLog End
[2026-04-06 14:21:06] Production.INFO: Account Balance End.
[2026-04-06 14:21:06] Production.ERROR: CronJobId end 12
[2026-04-06 14:21:06] Production.INFO: ==14103== Releasing lock...
[2026-04-06 14:21:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:21:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:21:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048126', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 14:21:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 14:21:11] Production.INFO: ProcessCDR(1,17048126,1,1,2)
[2026-04-06 14:21:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048126,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:21:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048126,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:21:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 14:21:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 14:21:11] Production.INFO: ==14105== Releasing lock...
[2026-04-06 14:21:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 14:21:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:21:14] Production.ERROR: CronJobId end10
[2026-04-06 14:21:14] Production.INFO: ==14101== Releasing lock...
[2026-04-06 14:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:21:17] Production.INFO: call_cost start
[2026-04-06 14:21:17] Production.INFO: call_cost end
[2026-04-06 14:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:21:17] Production.INFO: ==14097== Releasing lock...
[2026-04-06 14:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:22:01] Production.INFO: ==14174== Lock acquired, processing the job...
[2026-04-06 19:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:22:01] Production.INFO: neon service started
[2026-04-06 19:22:01] Production.INFO: neon service started
[2026-04-06 19:22:01] Production.INFO: ==14174== Releasing lock...
[2026-04-06 19:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:22:01] Production.INFO: ==14176== Lock acquired, processing the job...
[2026-04-06 14:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:22:02] Production.INFO: ==14176== Releasing lock...
[2026-04-06 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:22:02] Production.INFO: ==14178== Lock acquired, processing the job...
[2026-04-06 18:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:22:02] Production.INFO: ==14178== Releasing lock...
[2026-04-06 18:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:22:02] Production.INFO: ==14189== Lock acquired, processing the job...
[2026-04-06 14:22:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:22:03] Production.INFO: ==14189== Releasing lock...
[2026-04-06 14:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:22:03] Production.INFO: ==14181== Lock acquired, processing the job...
[2026-04-06 14:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:22:03] Production.INFO: ==14183== Lock acquired, processing the job...
[2026-04-06 14:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:22:03] Production.INFO: ==14185== Lock acquired, processing the job...
[2026-04-06 14:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:22:03] Production.INFO: ==14187== Lock acquired, processing the job...
[2026-04-06 14:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:22:03] Production.INFO: Account Balance Start.
[2026-04-06 14:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:22:03] Production.INFO: 117
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: ==14183== Releasing lock...
[2026-04-06 14:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:22:04] Production.INFO: Total Charge 0
[2026-04-06 14:22:04] Production.INFO: CreateAllLog End
[2026-04-06 14:22:04] Production.INFO: Account Balance End.
[2026-04-06 14:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:22:04] Production.INFO: ==14187== Releasing lock...
[2026-04-06 14:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:22:12] Production.ERROR: CronJobId end10
[2026-04-06 14:22:12] Production.INFO: ==14185== Releasing lock...
[2026-04-06 14:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:22:14] Production.INFO: call_cost start
[2026-04-06 14:22:14] Production.INFO: call_cost end
[2026-04-06 14:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:22:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:22:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:22:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:22:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:22:14] Production.INFO: ==14181== Releasing lock...
[2026-04-06 14:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:23:01] Production.INFO: ==14248== Lock acquired, processing the job...
[2026-04-06 19:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:23:01] Production.INFO: neon service started
[2026-04-06 19:23:01] Production.INFO: neon service started
[2026-04-06 19:23:01] Production.INFO: ==14248== Releasing lock...
[2026-04-06 19:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:23:02] Production.INFO: ==14250== Lock acquired, processing the job...
[2026-04-06 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:23:02] Production.INFO: ==14250== Releasing lock...
[2026-04-06 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:23:02] Production.INFO: ==14252== Lock acquired, processing the job...
[2026-04-06 18:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:23:02] Production.INFO: ==14252== Releasing lock...
[2026-04-06 18:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:23:03] Production.INFO: ==14258== Lock acquired, processing the job...
[2026-04-06 14:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:23:03] Production.INFO: ==14254== Lock acquired, processing the job...
[2026-04-06 14:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:23:03] Production.INFO: ==14256== Lock acquired, processing the job...
[2026-04-06 14:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:23:03] Production.INFO: ==14260== Lock acquired, processing the job...
[2026-04-06 14:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:23:03] Production.INFO: ==14262== Lock acquired, processing the job...
[2026-04-06 14:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:23:03] Production.INFO: Account Balance Start.
[2026-04-06 14:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:23:03] Production.INFO: 117
[2026-04-06 14:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:03] Production.INFO: ==14262== Releasing lock...
[2026-04-06 14:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: ==14256== Releasing lock...
[2026-04-06 14:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:23:05] Production.INFO: Total Charge 0
[2026-04-06 14:23:05] Production.INFO: CreateAllLog End
[2026-04-06 14:23:05] Production.INFO: Account Balance End.
[2026-04-06 14:23:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:23:05] Production.INFO: ==14260== Releasing lock...
[2026-04-06 14:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:23:12] Production.ERROR: CronJobId end10
[2026-04-06 14:23:12] Production.INFO: ==14258== Releasing lock...
[2026-04-06 14:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:23:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:23:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:23:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:23:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:23:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:23:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:23:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:23:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:23:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:23:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:23:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:23:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:23:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:23:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:23:16] Production.INFO: call_cost start
[2026-04-06 14:23:16] Production.INFO: call_cost end
[2026-04-06 14:23:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:23:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:23:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:23:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:23:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:23:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:23:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:23:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:23:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:23:16] Production.INFO: ==14254== Releasing lock...
[2026-04-06 14:23:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:23:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:24:01] Production.INFO: ==14324== Lock acquired, processing the job...
[2026-04-06 19:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:24:01] Production.INFO: neon service started
[2026-04-06 19:24:01] Production.INFO: neon service started
[2026-04-06 19:24:01] Production.INFO: ==14324== Releasing lock...
[2026-04-06 19:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:24:01] Production.INFO: ==14328== Lock acquired, processing the job...
[2026-04-06 18:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:24:01] Production.INFO: ==14328== Releasing lock...
[2026-04-06 18:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:24:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:24:01] Production.INFO: ==14326== Lock acquired, processing the job...
[2026-04-06 14:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:24:02] Production.INFO: ==14326== Releasing lock...
[2026-04-06 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:24:02] Production.INFO: ==14331== Lock acquired, processing the job...
[2026-04-06 14:24:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:24:02] Production.INFO: ==14333== Lock acquired, processing the job...
[2026-04-06 14:24:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:24:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:24:03] Production.INFO: ==14335== Lock acquired, processing the job...
[2026-04-06 14:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:24:03] Production.INFO: ==14339== Lock acquired, processing the job...
[2026-04-06 14:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:24:03] Production.INFO: ==14337== Lock acquired, processing the job...
[2026-04-06 14:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:24:03] Production.INFO: Account Balance Start.
[2026-04-06 14:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:24:03] Production.INFO: 117
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:24:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: ==14339== Releasing lock...
[2026-04-06 14:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: ==14333== Releasing lock...
[2026-04-06 14:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-27
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-28
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:03] Production.INFO: Date 2026-03-29
[2026-04-06 14:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:24:04] Production.INFO: Total Charge 0
[2026-04-06 14:24:04] Production.INFO: CreateAllLog End
[2026-04-06 14:24:04] Production.INFO: Account Balance End.
[2026-04-06 14:24:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:24:04] Production.INFO: ==14337== Releasing lock...
[2026-04-06 14:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:24:11] Production.ERROR: CronJobId end10
[2026-04-06 14:24:11] Production.INFO: ==14335== Releasing lock...
[2026-04-06 14:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:24:14] Production.INFO: call_cost start
[2026-04-06 14:24:14] Production.INFO: call_cost end
[2026-04-06 14:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:24:14] Production.INFO: ==14331== Releasing lock...
[2026-04-06 14:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:25:01] Production.INFO: ==14396== Lock acquired, processing the job...
[2026-04-06 19:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:25:01] Production.INFO: neon service started
[2026-04-06 19:25:01] Production.INFO: neon service started
[2026-04-06 19:25:01] Production.INFO: ==14396== Releasing lock...
[2026-04-06 19:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:25:02] Production.INFO: ==14398== Lock acquired, processing the job...
[2026-04-06 14:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:25:02] Production.INFO: ==14398== Releasing lock...
[2026-04-06 14:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:25:02] Production.INFO: ==14400== Lock acquired, processing the job...
[2026-04-06 18:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:25:02] Production.INFO: ==14400== Releasing lock...
[2026-04-06 18:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:25:02] Production.INFO: ==14406== Lock acquired, processing the job...
[2026-04-06 14:25:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:25:03] Production.INFO: ==14402== Lock acquired, processing the job...
[2026-04-06 14:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:25:03] Production.INFO: ==14404== Lock acquired, processing the job...
[2026-04-06 14:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:25:03] Production.INFO: ==14410== Lock acquired, processing the job...
[2026-04-06 14:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:25:03] Production.INFO: ==14408== Lock acquired, processing the job...
[2026-04-06 14:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:25:03] Production.INFO: ==14410== Releasing lock...
[2026-04-06 14:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:25:03] Production.INFO: Account Balance Start.
[2026-04-06 14:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:25:03] Production.INFO: 117
[2026-04-06 14:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: ==14404== Releasing lock...
[2026-04-06 14:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:25:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:25:05] Production.INFO: Total Charge 0
[2026-04-06 14:25:05] Production.INFO: CreateAllLog End
[2026-04-06 14:25:05] Production.INFO: Account Balance End.
[2026-04-06 14:25:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:25:05] Production.INFO: ==14408== Releasing lock...
[2026-04-06 14:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:25:11] Production.ERROR: CronJobId end10
[2026-04-06 14:25:11] Production.INFO: ==14406== Releasing lock...
[2026-04-06 14:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:25:15] Production.INFO: call_cost start
[2026-04-06 14:25:15] Production.INFO: call_cost end
[2026-04-06 14:25:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:25:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:25:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:25:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:25:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:25:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:25:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:25:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:25:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:25:15] Production.INFO: ==14402== Releasing lock...
[2026-04-06 14:25:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:25:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:26:02] Production.INFO: ==14470== Lock acquired, processing the job...
[2026-04-06 19:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:26:02] Production.INFO: neon service started
[2026-04-06 19:26:02] Production.INFO: neon service started
[2026-04-06 19:26:02] Production.INFO: ==14470== Releasing lock...
[2026-04-06 19:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:26:02] Production.INFO: ==14472== Lock acquired, processing the job...
[2026-04-06 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:26:02] Production.INFO: ==14472== Releasing lock...
[2026-04-06 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:26:02] Production.INFO: ==14474== Lock acquired, processing the job...
[2026-04-06 18:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:26:02] Production.INFO: ==14474== Releasing lock...
[2026-04-06 18:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:26:03] Production.INFO: ==14480== Lock acquired, processing the job...
[2026-04-06 14:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:26:03] Production.INFO: ==14476== Lock acquired, processing the job...
[2026-04-06 14:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:26:03] Production.INFO: ==14478== Lock acquired, processing the job...
[2026-04-06 14:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:26:03] Production.INFO: ==14482== Lock acquired, processing the job...
[2026-04-06 14:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:26:03] Production.INFO: ==14484== Lock acquired, processing the job...
[2026-04-06 14:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:26:03] Production.INFO: Account Balance Start.
[2026-04-06 14:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:26:03] Production.INFO: 117
[2026-04-06 14:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:03] Production.INFO: ==14484== Releasing lock...
[2026-04-06 14:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: ==14478== Releasing lock...
[2026-04-06 14:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:26:04] Production.INFO: Total Charge 0
[2026-04-06 14:26:04] Production.INFO: CreateAllLog End
[2026-04-06 14:26:04] Production.INFO: Account Balance End.
[2026-04-06 14:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:26:05] Production.INFO: ==14482== Releasing lock...
[2026-04-06 14:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:26:11] Production.ERROR: CronJobId end10
[2026-04-06 14:26:11] Production.INFO: ==14480== Releasing lock...
[2026-04-06 14:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:26:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:26:14] Production.INFO: call_cost start
[2026-04-06 14:26:14] Production.INFO: call_cost end
[2026-04-06 14:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:26:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:26:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:26:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:26:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:26:14] Production.INFO: ==14476== Releasing lock...
[2026-04-06 14:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:27:01] Production.INFO: ==14543== Lock acquired, processing the job...
[2026-04-06 19:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:27:01] Production.INFO: neon service started
[2026-04-06 19:27:01] Production.INFO: neon service started
[2026-04-06 19:27:01] Production.INFO: ==14543== Releasing lock...
[2026-04-06 19:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:27:01] Production.INFO: ==14545== Lock acquired, processing the job...
[2026-04-06 14:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:27:02] Production.INFO: ==14547== Lock acquired, processing the job...
[2026-04-06 18:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:27:02] Production.INFO: ==14547== Releasing lock...
[2026-04-06 18:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:27:02] Production.INFO: ==14545== Releasing lock...
[2026-04-06 14:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:27:02] Production.INFO: ==14552== Lock acquired, processing the job...
[2026-04-06 14:27:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:27:02] Production.INFO: ==14554== Lock acquired, processing the job...
[2026-04-06 14:27:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:27:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:27:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:27:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:27:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:27:03] Production.INFO: ==14558== Lock acquired, processing the job...
[2026-04-06 14:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:27:03] Production.INFO: ==14550== Lock acquired, processing the job...
[2026-04-06 14:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:27:03] Production.INFO: ==14558== Releasing lock...
[2026-04-06 14:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:27:03] Production.INFO: ==14556== Lock acquired, processing the job...
[2026-04-06 14:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:27:03] Production.INFO: ==14552== Releasing lock...
[2026-04-06 14:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:27:03] Production.INFO: Account Balance Start.
[2026-04-06 14:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:27:03] Production.INFO: 117
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:27:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:27:05] Production.INFO: Total Charge 0
[2026-04-06 14:27:05] Production.INFO: CreateAllLog End
[2026-04-06 14:27:05] Production.INFO: Account Balance End.
[2026-04-06 14:27:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:27:05] Production.INFO: ==14556== Releasing lock...
[2026-04-06 14:27:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:27:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:27:11] Production.ERROR: CronJobId end10
[2026-04-06 14:27:11] Production.INFO: ==14554== Releasing lock...
[2026-04-06 14:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:27:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:27:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:27:14] Production.INFO: call_cost start
[2026-04-06 14:27:14] Production.INFO: call_cost end
[2026-04-06 14:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:27:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:27:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:27:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:27:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:27:14] Production.INFO: ==14550== Releasing lock...
[2026-04-06 14:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:28:01] Production.INFO: ==14618== Lock acquired, processing the job...
[2026-04-06 19:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:28:01] Production.INFO: neon service started
[2026-04-06 19:28:01] Production.INFO: neon service started
[2026-04-06 19:28:01] Production.INFO: ==14618== Releasing lock...
[2026-04-06 19:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:28:02] Production.INFO: ==14620== Lock acquired, processing the job...
[2026-04-06 14:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:28:02] Production.INFO: ==14620== Releasing lock...
[2026-04-06 14:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:28:02] Production.INFO: ==14622== Lock acquired, processing the job...
[2026-04-06 18:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:28:02] Production.INFO: ==14622== Releasing lock...
[2026-04-06 18:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:28:03] Production.INFO: ==14632== Lock acquired, processing the job...
[2026-04-06 14:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:28:03] Production.INFO: ==14632== Releasing lock...
[2026-04-06 14:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:28:03] Production.INFO: ==14630== Lock acquired, processing the job...
[2026-04-06 14:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:28:03] Production.INFO: ==14624== Lock acquired, processing the job...
[2026-04-06 14:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:28:03] Production.INFO: ==14626== Lock acquired, processing the job...
[2026-04-06 14:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:28:03] Production.INFO: ==14628== Lock acquired, processing the job...
[2026-04-06 14:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:28:03] Production.INFO: Account Balance Start.
[2026-04-06 14:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:28:03] Production.INFO: 117
[2026-04-06 14:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: ==14626== Releasing lock...
[2026-04-06 14:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:28:04] Production.INFO: Total Charge 0
[2026-04-06 14:28:04] Production.INFO: CreateAllLog End
[2026-04-06 14:28:05] Production.INFO: Account Balance End.
[2026-04-06 14:28:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:28:05] Production.INFO: ==14630== Releasing lock...
[2026-04-06 14:28:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:28:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:28:10] Production.ERROR: CronJobId end10
[2026-04-06 14:28:10] Production.INFO: ==14628== Releasing lock...
[2026-04-06 14:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:28:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:28:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:28:14] Production.INFO: call_cost start
[2026-04-06 14:28:14] Production.INFO: call_cost end
[2026-04-06 14:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:28:14] Production.INFO: ==14624== Releasing lock...
[2026-04-06 14:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:29:01] Production.INFO: ==14689== Lock acquired, processing the job...
[2026-04-06 19:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:29:01] Production.INFO: neon service started
[2026-04-06 19:29:01] Production.INFO: neon service started
[2026-04-06 19:29:01] Production.INFO: ==14689== Releasing lock...
[2026-04-06 19:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:29:02] Production.INFO: ==14691== Lock acquired, processing the job...
[2026-04-06 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:29:02] Production.INFO: ==14693== Lock acquired, processing the job...
[2026-04-06 18:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:29:02] Production.INFO: ==14693== Releasing lock...
[2026-04-06 18:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:29:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:29:02] Production.INFO: ==14691== Releasing lock...
[2026-04-06 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:29:03] Production.INFO: ==14698== Lock acquired, processing the job...
[2026-04-06 14:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:29:03] Production.INFO: ==14696== Lock acquired, processing the job...
[2026-04-06 14:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:29:03] Production.INFO: ==14700== Lock acquired, processing the job...
[2026-04-06 14:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:29:03] Production.INFO: ==14702== Lock acquired, processing the job...
[2026-04-06 14:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:29:03] Production.INFO: ==14704== Lock acquired, processing the job...
[2026-04-06 14:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:29:03] Production.INFO: Account Balance Start.
[2026-04-06 14:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:29:03] Production.INFO: 117
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:29:03] Production.INFO: ==14704== Releasing lock...
[2026-04-06 14:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: ==14698== Releasing lock...
[2026-04-06 14:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:29:04] Production.INFO: Total Charge 0
[2026-04-06 14:29:04] Production.INFO: CreateAllLog End
[2026-04-06 14:29:05] Production.INFO: Account Balance End.
[2026-04-06 14:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:29:05] Production.INFO: ==14702== Releasing lock...
[2026-04-06 14:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:29:10] Production.ERROR: CronJobId end10
[2026-04-06 14:29:10] Production.INFO: ==14700== Releasing lock...
[2026-04-06 14:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:29:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:29:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:29:14] Production.INFO: call_cost start
[2026-04-06 14:29:14] Production.INFO: call_cost end
[2026-04-06 14:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:29:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:29:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:29:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:29:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:29:14] Production.INFO: ==14696== Releasing lock...
[2026-04-06 14:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:30:01] Production.INFO: ==14762== Lock acquired, processing the job...
[2026-04-06 19:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:30:01] Production.INFO: neon service started
[2026-04-06 19:30:01] Production.INFO: neon service started
[2026-04-06 19:30:01] Production.INFO: ==14762== Releasing lock...
[2026-04-06 19:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:30:02] Production.INFO: ==14764== Lock acquired, processing the job...
[2026-04-06 14:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:30:02] Production.INFO: ==14766== Lock acquired, processing the job...
[2026-04-06 18:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:30:02] Production.INFO: ==14766== Releasing lock...
[2026-04-06 18:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:30:02] Production.INFO: ==14764== Releasing lock...
[2026-04-06 14:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:30:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:30:03] Production.INFO: ==14769== Lock acquired, processing the job...
[2026-04-06 14:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:30:03] Production.INFO: ==14771== Lock acquired, processing the job...
[2026-04-06 14:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:30:03] Production.INFO: ==14773== Lock acquired, processing the job...
[2026-04-06 14:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:30:03] Production.INFO: ==14775== Lock acquired, processing the job...
[2026-04-06 14:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:30:03] Production.INFO: ==14777== Lock acquired, processing the job...
[2026-04-06 14:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:30:03] Production.INFO: Account Balance Start.
[2026-04-06 14:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:30:03] Production.INFO: 117
[2026-04-06 14:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:03] Production.INFO: ==14777== Releasing lock...
[2026-04-06 14:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: ==14771== Releasing lock...
[2026-04-06 14:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:30:04] Production.INFO: Total Charge 0
[2026-04-06 14:30:04] Production.INFO: CreateAllLog End
[2026-04-06 14:30:05] Production.INFO: Account Balance End.
[2026-04-06 14:30:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:30:05] Production.INFO: ==14775== Releasing lock...
[2026-04-06 14:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:30:11] Production.ERROR: CronJobId end10
[2026-04-06 14:30:11] Production.INFO: ==14773== Releasing lock...
[2026-04-06 14:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:30:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:30:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:30:15] Production.INFO: call_cost start
[2026-04-06 14:30:15] Production.INFO: call_cost end
[2026-04-06 14:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:30:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:30:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:30:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:30:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:30:15] Production.INFO: ==14769== Releasing lock...
[2026-04-06 14:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:31:02] Production.INFO: ==14840== Lock acquired, processing the job...
[2026-04-06 19:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:31:02] Production.INFO: neon service started
[2026-04-06 19:31:02] Production.INFO: neon service started
[2026-04-06 19:31:02] Production.INFO: ==14840== Releasing lock...
[2026-04-06 19:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:31:02] Production.INFO: ==14844== Lock acquired, processing the job...
[2026-04-06 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:31:02] Production.INFO: ==14844== Releasing lock...
[2026-04-06 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:31:03] Production.INFO: ==14846== Lock acquired, processing the job...
[2026-04-06 18:31:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:31:03] Production.INFO: ==14846== Releasing lock...
[2026-04-06 18:31:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:31:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:31:03] Production.INFO: ==14849== Lock acquired, processing the job...
[2026-04-06 14:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 14:31:03] Production.INFO: ==14851== Lock acquired, processing the job...
[2026-04-06 14:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:31:04] Production.INFO: ==14853== Lock acquired, processing the job...
[2026-04-06 14:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:31:04] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 14:31:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 14:31:04] Production.ERROR: CronJob PID - 14851
[2026-04-06 14:31:04] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 14:31:04] Production.ERROR: CronJob ID - 5
[2026-04-06 14:31:04] Production.ERROR: CronJob Last Run Time 2026-04-06 14:31:00
[2026-04-06 14:31:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 14:31:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 14:31:04] Production.INFO: ==14855== Lock acquired, processing the job...
[2026-04-06 14:31:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:31:04] Production.INFO: ==14857== Lock acquired, processing the job...
[2026-04-06 14:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:31:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 14:31:04] Production.INFO: ==14849== Releasing lock...
[2026-04-06 14:31:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 14:31:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:31:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:31:04] Production.INFO: ==14859== Lock acquired, processing the job...
[2026-04-06 14:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 14:31:04] Production.INFO: ==14861== Lock acquired, processing the job...
[2026-04-06 14:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:31:04] Production.INFO: Account Balance Start.
[2026-04-06 14:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 14:31:04] Production.INFO: 117
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: ==14861== Releasing lock...
[2026-04-06 14:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.ERROR: done
[2026-04-06 14:31:05] Production.INFO: Date 2026-03-26
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-03-27
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-03-28
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-03-29
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: ==14853== Releasing lock...
[2026-04-06 14:31:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:31:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:31:05] Production.INFO: Date 2026-03-30
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 14:31:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048167', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 14:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:31:05] Production.INFO: Total Charge 0
[2026-04-06 14:31:05] Production.INFO: CreateAllLog End
[2026-04-06 14:31:05] Production.INFO: Account Balance End.
[2026-04-06 14:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:31:05] Production.INFO: ==14857== Releasing lock...
[2026-04-06 14:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:31:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048167', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 14:31:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 14:31:11] Production.INFO: ProcessCDR(1,17048167,1,1,2)
[2026-04-06 14:31:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048167,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:31:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048167,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:31:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 14:31:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 14:31:11] Production.INFO: ==14859== Releasing lock...
[2026-04-06 14:31:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 14:31:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:31:14] Production.ERROR: CronJobId end10
[2026-04-06 14:31:14] Production.INFO: ==14855== Releasing lock...
[2026-04-06 14:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:31:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:31:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:31:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:31:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:31:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:31:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:31:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:31:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:31:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:31:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:31:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:31:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:31:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:31:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:31:17] Production.INFO: call_cost start
[2026-04-06 14:31:17] Production.INFO: call_cost end
[2026-04-06 14:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:31:17] Production.INFO: ==14851== Releasing lock...
[2026-04-06 14:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:32:01] Production.INFO: ==14916== Lock acquired, processing the job...
[2026-04-06 19:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:32:01] Production.INFO: neon service started
[2026-04-06 19:32:01] Production.INFO: neon service started
[2026-04-06 19:32:01] Production.INFO: ==14916== Releasing lock...
[2026-04-06 19:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:32:02] Production.INFO: ==14920== Lock acquired, processing the job...
[2026-04-06 18:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:32:02] Production.INFO: ==14918== Lock acquired, processing the job...
[2026-04-06 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:32:02] Production.INFO: ==14920== Releasing lock...
[2026-04-06 18:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:32:02] Production.INFO: ==14918== Releasing lock...
[2026-04-06 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:32:03] Production.INFO: ==14923== Lock acquired, processing the job...
[2026-04-06 14:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:32:03] Production.INFO: ==14925== Lock acquired, processing the job...
[2026-04-06 14:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:32:03] Production.INFO: ==14927== Lock acquired, processing the job...
[2026-04-06 14:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:32:03] Production.INFO: ==14929== Lock acquired, processing the job...
[2026-04-06 14:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:32:03] Production.INFO: ==14931== Lock acquired, processing the job...
[2026-04-06 14:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:32:03] Production.INFO: ==14931== Releasing lock...
[2026-04-06 14:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:32:03] Production.INFO: Account Balance Start.
[2026-04-06 14:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:32:03] Production.INFO: 117
[2026-04-06 14:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:32:03] Production.INFO: ==14925== Releasing lock...
[2026-04-06 14:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:32:04] Production.INFO: Total Charge 0
[2026-04-06 14:32:05] Production.INFO: CreateAllLog End
[2026-04-06 14:32:05] Production.INFO: Account Balance End.
[2026-04-06 14:32:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:32:05] Production.INFO: ==14929== Releasing lock...
[2026-04-06 14:32:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:32:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:32:11] Production.ERROR: CronJobId end10
[2026-04-06 14:32:11] Production.INFO: ==14927== Releasing lock...
[2026-04-06 14:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:32:14] Production.INFO: call_cost start
[2026-04-06 14:32:14] Production.INFO: call_cost end
[2026-04-06 14:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:32:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:32:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:32:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:32:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:32:14] Production.INFO: ==14923== Releasing lock...
[2026-04-06 14:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:33:02] Production.INFO: ==14990== Lock acquired, processing the job...
[2026-04-06 19:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:33:02] Production.INFO: neon service started
[2026-04-06 19:33:02] Production.INFO: neon service started
[2026-04-06 19:33:02] Production.INFO: ==14990== Releasing lock...
[2026-04-06 19:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:33:02] Production.INFO: ==14992== Lock acquired, processing the job...
[2026-04-06 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:33:02] Production.INFO: ==14992== Releasing lock...
[2026-04-06 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:33:02] Production.INFO: ==14994== Lock acquired, processing the job...
[2026-04-06 18:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:33:02] Production.INFO: ==14994== Releasing lock...
[2026-04-06 18:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:33:03] Production.INFO: ==15003== Lock acquired, processing the job...
[2026-04-06 14:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:33:03] Production.INFO: Account Balance Start.
[2026-04-06 14:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:33:03] Production.INFO: 117
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: ==14998== Lock acquired, processing the job...
[2026-04-06 14:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:33:03] Production.INFO: ==14996== Lock acquired, processing the job...
[2026-04-06 14:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:33:03] Production.INFO: ==15000== Lock acquired, processing the job...
[2026-04-06 14:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: ==15005== Lock acquired, processing the job...
[2026-04-06 14:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:33:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:03] Production.INFO: ==15005== Releasing lock...
[2026-04-06 14:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: ==14998== Releasing lock...
[2026-04-06 14:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:33:04] Production.INFO: Total Charge 0
[2026-04-06 14:33:04] Production.INFO: CreateAllLog End
[2026-04-06 14:33:04] Production.INFO: Account Balance End.
[2026-04-06 14:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:33:04] Production.INFO: ==15003== Releasing lock...
[2026-04-06 14:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:33:12] Production.ERROR: CronJobId end10
[2026-04-06 14:33:12] Production.INFO: ==15000== Releasing lock...
[2026-04-06 14:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:33:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:33:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:33:14] Production.INFO: call_cost start
[2026-04-06 14:33:14] Production.INFO: call_cost end
[2026-04-06 14:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:33:14] Production.INFO: ==14996== Releasing lock...
[2026-04-06 14:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:34:01] Production.INFO: ==15065== Lock acquired, processing the job...
[2026-04-06 19:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:34:01] Production.INFO: neon service started
[2026-04-06 19:34:01] Production.INFO: neon service started
[2026-04-06 19:34:01] Production.INFO: ==15065== Releasing lock...
[2026-04-06 19:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:34:02] Production.INFO: ==15067== Lock acquired, processing the job...
[2026-04-06 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:34:02] Production.INFO: ==15069== Lock acquired, processing the job...
[2026-04-06 18:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:34:02] Production.INFO: ==15069== Releasing lock...
[2026-04-06 18:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:34:02] Production.INFO: ==15067== Releasing lock...
[2026-04-06 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:34:03] Production.INFO: ==15072== Lock acquired, processing the job...
[2026-04-06 14:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:34:03] Production.INFO: ==15074== Lock acquired, processing the job...
[2026-04-06 14:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:34:03] Production.INFO: ==15076== Lock acquired, processing the job...
[2026-04-06 14:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:34:03] Production.INFO: ==15078== Lock acquired, processing the job...
[2026-04-06 14:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:34:03] Production.INFO: ==15080== Lock acquired, processing the job...
[2026-04-06 14:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:34:03] Production.INFO: Account Balance Start.
[2026-04-06 14:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:34:03] Production.INFO: 117
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: ==15080== Releasing lock...
[2026-04-06 14:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: ==15074== Releasing lock...
[2026-04-06 14:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:34:04] Production.INFO: Total Charge 0
[2026-04-06 14:34:04] Production.INFO: CreateAllLog End
[2026-04-06 14:34:04] Production.INFO: Account Balance End.
[2026-04-06 14:34:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:34:04] Production.INFO: ==15078== Releasing lock...
[2026-04-06 14:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:34:12] Production.ERROR: CronJobId end10
[2026-04-06 14:34:12] Production.INFO: ==15076== Releasing lock...
[2026-04-06 14:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:34:14] Production.INFO: call_cost start
[2026-04-06 14:34:14] Production.INFO: call_cost end
[2026-04-06 14:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:34:14] Production.INFO: ==15072== Releasing lock...
[2026-04-06 14:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:35:01] Production.INFO: ==15135== Lock acquired, processing the job...
[2026-04-06 19:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:35:01] Production.INFO: neon service started
[2026-04-06 19:35:01] Production.INFO: neon service started
[2026-04-06 19:35:01] Production.INFO: ==15135== Releasing lock...
[2026-04-06 19:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:35:02] Production.INFO: ==15137== Lock acquired, processing the job...
[2026-04-06 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:35:02] Production.INFO: ==15137== Releasing lock...
[2026-04-06 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:35:02] Production.INFO: ==15139== Lock acquired, processing the job...
[2026-04-06 18:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:35:02] Production.INFO: ==15139== Releasing lock...
[2026-04-06 18:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:35:03] Production.INFO: ==15144== Lock acquired, processing the job...
[2026-04-06 14:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:35:03] Production.INFO: ==15146== Lock acquired, processing the job...
[2026-04-06 14:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:35:03] Production.INFO: ==15142== Lock acquired, processing the job...
[2026-04-06 14:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:35:03] Production.INFO: ==15148== Lock acquired, processing the job...
[2026-04-06 14:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:35:03] Production.INFO: ==15150== Lock acquired, processing the job...
[2026-04-06 14:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:35:03] Production.INFO: Account Balance Start.
[2026-04-06 14:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:35:03] Production.INFO: 117
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: ==15150== Releasing lock...
[2026-04-06 14:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:03] Production.INFO: ==15144== Releasing lock...
[2026-04-06 14:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:35:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:35:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:35:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:35:05] Production.INFO: Total Charge 0
[2026-04-06 14:35:05] Production.INFO: CreateAllLog End
[2026-04-06 14:35:05] Production.INFO: Account Balance End.
[2026-04-06 14:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:35:05] Production.INFO: ==15148== Releasing lock...
[2026-04-06 14:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:35:11] Production.ERROR: CronJobId end10
[2026-04-06 14:35:11] Production.INFO: ==15146== Releasing lock...
[2026-04-06 14:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:35:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:35:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:35:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:35:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:35:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:35:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:35:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:35:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:35:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:35:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:35:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:35:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:35:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:35:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:35:14] Production.INFO: call_cost start
[2026-04-06 14:35:14] Production.INFO: call_cost end
[2026-04-06 14:35:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:35:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:35:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:35:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:35:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:35:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:35:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:35:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:35:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:35:15] Production.INFO: ==15142== Releasing lock...
[2026-04-06 14:35:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:35:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:36:02] Production.INFO: ==15209== Lock acquired, processing the job...
[2026-04-06 19:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:36:02] Production.INFO: neon service started
[2026-04-06 19:36:02] Production.INFO: neon service started
[2026-04-06 19:36:02] Production.INFO: ==15209== Releasing lock...
[2026-04-06 19:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:36:02] Production.INFO: ==15211== Lock acquired, processing the job...
[2026-04-06 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:36:02] Production.INFO: ==15213== Lock acquired, processing the job...
[2026-04-06 18:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:36:03] Production.INFO: ==15213== Releasing lock...
[2026-04-06 18:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:36:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:36:03] Production.INFO: ==15211== Releasing lock...
[2026-04-06 14:36:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:36:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:36:03] Production.INFO: ==15216== Lock acquired, processing the job...
[2026-04-06 14:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:36:04] Production.INFO: ==15220== Lock acquired, processing the job...
[2026-04-06 14:36:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:36:04] Production.INFO: ==15218== Lock acquired, processing the job...
[2026-04-06 14:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:36:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:36:04] Production.INFO: ==15222== Lock acquired, processing the job...
[2026-04-06 14:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:36:04] Production.INFO: ==15224== Lock acquired, processing the job...
[2026-04-06 14:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:36:04] Production.INFO: Account Balance Start.
[2026-04-06 14:36:04] Production.INFO: CreateAllLog Start
[2026-04-06 14:36:04] Production.INFO: 117
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:36:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:36:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:36:04] Production.INFO: ==15224== Releasing lock...
[2026-04-06 14:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:36:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:36:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: ==15218== Releasing lock...
[2026-04-06 14:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-03-30
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:36:05] Production.INFO: Total Charge 0
[2026-04-06 14:36:05] Production.INFO: CreateAllLog End
[2026-04-06 14:36:05] Production.INFO: Account Balance End.
[2026-04-06 14:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:36:05] Production.INFO: ==15222== Releasing lock...
[2026-04-06 14:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:36:12] Production.ERROR: CronJobId end10
[2026-04-06 14:36:12] Production.INFO: ==15220== Releasing lock...
[2026-04-06 14:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:36:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:36:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:36:14] Production.INFO: call_cost start
[2026-04-06 14:36:14] Production.INFO: call_cost end
[2026-04-06 14:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:36:14] Production.INFO: ==15216== Releasing lock...
[2026-04-06 14:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:37:01] Production.INFO: ==15281== Lock acquired, processing the job...
[2026-04-06 19:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:37:01] Production.INFO: neon service started
[2026-04-06 19:37:01] Production.INFO: neon service started
[2026-04-06 19:37:01] Production.INFO: ==15281== Releasing lock...
[2026-04-06 19:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:37:02] Production.INFO: ==15283== Lock acquired, processing the job...
[2026-04-06 14:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:37:02] Production.INFO: ==15283== Releasing lock...
[2026-04-06 14:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:37:02] Production.INFO: ==15285== Lock acquired, processing the job...
[2026-04-06 18:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:37:02] Production.INFO: ==15285== Releasing lock...
[2026-04-06 18:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:37:03] Production.INFO: ==15295== Lock acquired, processing the job...
[2026-04-06 14:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:37:03] Production.INFO: ==15287== Lock acquired, processing the job...
[2026-04-06 14:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:37:03] Production.INFO: ==15289== Lock acquired, processing the job...
[2026-04-06 14:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:37:03] Production.INFO: ==15291== Lock acquired, processing the job...
[2026-04-06 14:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:37:03] Production.INFO: ==15295== Releasing lock...
[2026-04-06 14:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:37:03] Production.INFO: ==15293== Lock acquired, processing the job...
[2026-04-06 14:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:37:03] Production.INFO: Account Balance Start.
[2026-04-06 14:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:37:03] Production.INFO: 117
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: ==15289== Releasing lock...
[2026-04-06 14:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:37:04] Production.INFO: Total Charge 0
[2026-04-06 14:37:04] Production.INFO: CreateAllLog End
[2026-04-06 14:37:04] Production.INFO: Account Balance End.
[2026-04-06 14:37:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:37:05] Production.INFO: ==15293== Releasing lock...
[2026-04-06 14:37:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:37:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:37:10] Production.ERROR: CronJobId end10
[2026-04-06 14:37:10] Production.INFO: ==15291== Releasing lock...
[2026-04-06 14:37:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:37:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:37:13] Production.INFO: call_cost start
[2026-04-06 14:37:13] Production.INFO: call_cost end
[2026-04-06 14:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:37:14] Production.INFO: ==15287== Releasing lock...
[2026-04-06 14:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:38:02] Production.INFO: ==15351== Lock acquired, processing the job...
[2026-04-06 19:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:38:02] Production.INFO: neon service started
[2026-04-06 19:38:02] Production.INFO: neon service started
[2026-04-06 19:38:02] Production.INFO: ==15351== Releasing lock...
[2026-04-06 19:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:38:02] Production.INFO: ==15353== Lock acquired, processing the job...
[2026-04-06 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:38:02] Production.INFO: ==15353== Releasing lock...
[2026-04-06 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:38:02] Production.INFO: ==15355== Lock acquired, processing the job...
[2026-04-06 18:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:38:02] Production.INFO: ==15355== Releasing lock...
[2026-04-06 18:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:38:03] Production.INFO: ==15366== Lock acquired, processing the job...
[2026-04-06 14:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:38:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:38:03] Production.INFO: ==15362== Lock acquired, processing the job...
[2026-04-06 14:38:03] Production.INFO: ==15358== Lock acquired, processing the job...
[2026-04-06 14:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:38:03] Production.INFO: ==15366== Releasing lock...
[2026-04-06 14:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:38:03] Production.INFO: ==15360== Lock acquired, processing the job...
[2026-04-06 14:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:38:03] Production.INFO: ==15364== Lock acquired, processing the job...
[2026-04-06 14:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:38:03] Production.INFO: Account Balance Start.
[2026-04-06 14:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:38:03] Production.INFO: 117
[2026-04-06 14:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: ==15360== Releasing lock...
[2026-04-06 14:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-03-27
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-03-28
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-03-29
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-03-30
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-03-31
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:38:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:38:05] Production.INFO: Total Charge 0
[2026-04-06 14:38:05] Production.INFO: CreateAllLog End
[2026-04-06 14:38:05] Production.INFO: Account Balance End.
[2026-04-06 14:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:38:05] Production.INFO: ==15364== Releasing lock...
[2026-04-06 14:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:38:11] Production.ERROR: CronJobId end10
[2026-04-06 14:38:11] Production.INFO: ==15362== Releasing lock...
[2026-04-06 14:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:38:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:38:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:38:13] Production.INFO: call_cost start
[2026-04-06 14:38:13] Production.INFO: call_cost end
[2026-04-06 14:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:38:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:38:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:38:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:38:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:38:13] Production.INFO: ==15358== Releasing lock...
[2026-04-06 14:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:39:01] Production.INFO: ==15425== Lock acquired, processing the job...
[2026-04-06 19:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:39:01] Production.INFO: neon service started
[2026-04-06 19:39:01] Production.INFO: neon service started
[2026-04-06 19:39:01] Production.INFO: ==15425== Releasing lock...
[2026-04-06 19:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:39:01] Production.INFO: ==15429== Lock acquired, processing the job...
[2026-04-06 18:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:39:01] Production.INFO: ==15429== Releasing lock...
[2026-04-06 18:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:39:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:39:02] Production.INFO: ==15427== Lock acquired, processing the job...
[2026-04-06 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:39:02] Production.INFO: ==15427== Releasing lock...
[2026-04-06 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:39:03] Production.INFO: ==15436== Lock acquired, processing the job...
[2026-04-06 14:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:39:03] Production.INFO: ==15432== Lock acquired, processing the job...
[2026-04-06 14:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:39:03] Production.INFO: ==15438== Lock acquired, processing the job...
[2026-04-06 14:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:39:03] Production.INFO: ==15434== Lock acquired, processing the job...
[2026-04-06 14:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:39:03] Production.INFO: ==15440== Lock acquired, processing the job...
[2026-04-06 14:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:39:03] Production.INFO: Account Balance Start.
[2026-04-06 14:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:39:03] Production.INFO: 117
[2026-04-06 14:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:39:03] Production.INFO: ==15440== Releasing lock...
[2026-04-06 14:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: ==15434== Releasing lock...
[2026-04-06 14:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:39:04] Production.INFO: Total Charge 0
[2026-04-06 14:39:04] Production.INFO: CreateAllLog End
[2026-04-06 14:39:04] Production.INFO: Account Balance End.
[2026-04-06 14:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:39:04] Production.INFO: ==15438== Releasing lock...
[2026-04-06 14:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:39:10] Production.ERROR: CronJobId end10
[2026-04-06 14:39:10] Production.INFO: ==15436== Releasing lock...
[2026-04-06 14:39:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:39:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:39:13] Production.INFO: call_cost start
[2026-04-06 14:39:13] Production.INFO: call_cost end
[2026-04-06 14:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:39:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:39:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:39:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:39:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:39:13] Production.INFO: ==15432== Releasing lock...
[2026-04-06 14:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:40:01] Production.INFO: ==15495== Lock acquired, processing the job...
[2026-04-06 19:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:40:01] Production.INFO: neon service started
[2026-04-06 19:40:02] Production.INFO: neon service started
[2026-04-06 19:40:02] Production.INFO: ==15495== Releasing lock...
[2026-04-06 19:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:40:02] Production.INFO: ==15497== Lock acquired, processing the job...
[2026-04-06 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:40:02] Production.INFO: ==15497== Releasing lock...
[2026-04-06 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:40:02] Production.INFO: ==15499== Lock acquired, processing the job...
[2026-04-06 18:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:40:02] Production.INFO: ==15499== Releasing lock...
[2026-04-06 18:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:40:03] Production.INFO: ==15501== Lock acquired, processing the job...
[2026-04-06 14:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:40:03] Production.INFO: ==15503== Lock acquired, processing the job...
[2026-04-06 14:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:40:03] Production.INFO: ==15505== Lock acquired, processing the job...
[2026-04-06 14:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:40:03] Production.INFO: ==15507== Lock acquired, processing the job...
[2026-04-06 14:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:40:03] Production.INFO: ==15509== Lock acquired, processing the job...
[2026-04-06 14:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:40:03] Production.INFO: Account Balance Start.
[2026-04-06 14:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:40:03] Production.INFO: 117
[2026-04-06 14:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:40:03] Production.INFO: ==15509== Releasing lock...
[2026-04-06 14:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: ==15503== Releasing lock...
[2026-04-06 14:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:40:04] Production.INFO: Total Charge 0
[2026-04-06 14:40:04] Production.INFO: CreateAllLog End
[2026-04-06 14:40:04] Production.INFO: Account Balance End.
[2026-04-06 14:40:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:40:04] Production.INFO: ==15507== Releasing lock...
[2026-04-06 14:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:40:11] Production.ERROR: CronJobId end10
[2026-04-06 14:40:11] Production.INFO: ==15505== Releasing lock...
[2026-04-06 14:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:40:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:40:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:40:13] Production.INFO: call_cost start
[2026-04-06 14:40:13] Production.INFO: call_cost end
[2026-04-06 14:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:40:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:40:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:40:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:40:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:40:13] Production.INFO: ==15501== Releasing lock...
[2026-04-06 14:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:41:01] Production.INFO: ==15569== Lock acquired, processing the job...
[2026-04-06 19:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:41:01] Production.INFO: neon service started
[2026-04-06 19:41:01] Production.INFO: neon service started
[2026-04-06 19:41:01] Production.INFO: ==15569== Releasing lock...
[2026-04-06 19:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:41:01] Production.INFO: ==15571== Lock acquired, processing the job...
[2026-04-06 14:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:41:02] Production.INFO: ==15573== Lock acquired, processing the job...
[2026-04-06 18:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:41:02] Production.INFO: ==15573== Releasing lock...
[2026-04-06 18:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:41:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:41:02] Production.INFO: ==15571== Releasing lock...
[2026-04-06 14:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:41:03] Production.INFO: ==15576== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 14:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 14:41:03] Production.INFO: ==15578== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:41:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 14:41:03] Production.INFO: ==15576== Releasing lock...
[2026-04-06 14:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 14:41:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:41:03] Production.INFO: ==15580== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:41:03] Production.INFO: ==15584== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:41:03] Production.INFO: ==15582== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:41:03] Production.INFO: Account Balance Start.
[2026-04-06 14:41:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:41:03] Production.INFO: 117
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:41:03] Production.INFO: ==15588== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: ==15586== Lock acquired, processing the job...
[2026-04-06 14:41:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 14:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: ==15588== Releasing lock...
[2026-04-06 14:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:41:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.ERROR: done
[2026-04-06 14:41:04] Production.INFO: ==15580== Releasing lock...
[2026-04-06 14:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:41:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 14:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048208', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 14:41:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:41:04] Production.INFO: Total Charge 0
[2026-04-06 14:41:04] Production.INFO: CreateAllLog End
[2026-04-06 14:41:04] Production.INFO: Account Balance End.
[2026-04-06 14:41:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:41:04] Production.INFO: ==15584== Releasing lock...
[2026-04-06 14:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048208', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 14:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 14:41:10] Production.INFO: ProcessCDR(1,17048208,1,1,2)
[2026-04-06 14:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048208,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048208,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 14:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 14:41:10] Production.INFO: ==15586== Releasing lock...
[2026-04-06 14:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 14:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:41:15] Production.ERROR: CronJobId end10
[2026-04-06 14:41:15] Production.INFO: ==15582== Releasing lock...
[2026-04-06 14:41:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:41:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:41:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:41:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:41:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:41:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:41:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:41:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:41:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:41:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:41:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:41:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:41:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:41:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:41:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:41:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:41:18] Production.INFO: call_cost start
[2026-04-06 14:41:18] Production.INFO: call_cost end
[2026-04-06 14:41:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:41:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:41:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:41:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:41:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:41:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:41:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:41:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:41:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:41:18] Production.INFO: ==15578== Releasing lock...
[2026-04-06 14:41:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:41:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:42:01] Production.INFO: ==15647== Lock acquired, processing the job...
[2026-04-06 19:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:42:01] Production.INFO: neon service started
[2026-04-06 19:42:01] Production.INFO: neon service started
[2026-04-06 19:42:01] Production.INFO: ==15647== Releasing lock...
[2026-04-06 19:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:42:02] Production.INFO: ==15649== Lock acquired, processing the job...
[2026-04-06 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:42:02] Production.INFO: ==15649== Releasing lock...
[2026-04-06 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:42:02] Production.INFO: ==15651== Lock acquired, processing the job...
[2026-04-06 18:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:42:02] Production.INFO: ==15651== Releasing lock...
[2026-04-06 18:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:42:03] Production.INFO: ==15654== Lock acquired, processing the job...
[2026-04-06 14:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:42:03] Production.INFO: ==15656== Lock acquired, processing the job...
[2026-04-06 14:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:42:03] Production.INFO: ==15658== Lock acquired, processing the job...
[2026-04-06 14:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:42:03] Production.INFO: ==15660== Lock acquired, processing the job...
[2026-04-06 14:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:42:03] Production.INFO: ==15662== Lock acquired, processing the job...
[2026-04-06 14:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:42:03] Production.INFO: ==15662== Releasing lock...
[2026-04-06 14:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:42:03] Production.INFO: Account Balance Start.
[2026-04-06 14:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:42:03] Production.INFO: 117
[2026-04-06 14:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:03] Production.INFO: ==15656== Releasing lock...
[2026-04-06 14:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:42:04] Production.INFO: Total Charge 0
[2026-04-06 14:42:04] Production.INFO: CreateAllLog End
[2026-04-06 14:42:05] Production.INFO: Account Balance End.
[2026-04-06 14:42:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:42:05] Production.INFO: ==15660== Releasing lock...
[2026-04-06 14:42:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:42:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:42:11] Production.ERROR: CronJobId end10
[2026-04-06 14:42:11] Production.INFO: ==15658== Releasing lock...
[2026-04-06 14:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:42:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:42:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:42:13] Production.INFO: call_cost start
[2026-04-06 14:42:13] Production.INFO: call_cost end
[2026-04-06 14:42:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:42:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:42:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:42:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:42:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:42:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:42:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:42:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:42:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:42:13] Production.INFO: ==15654== Releasing lock...
[2026-04-06 14:42:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:42:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:43:02] Production.INFO: ==15717== Lock acquired, processing the job...
[2026-04-06 19:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:43:02] Production.INFO: neon service started
[2026-04-06 19:43:02] Production.INFO: neon service started
[2026-04-06 19:43:02] Production.INFO: ==15717== Releasing lock...
[2026-04-06 19:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:43:02] Production.INFO: ==15719== Lock acquired, processing the job...
[2026-04-06 14:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:43:02] Production.INFO: ==15719== Releasing lock...
[2026-04-06 14:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:43:02] Production.INFO: ==15721== Lock acquired, processing the job...
[2026-04-06 18:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:43:03] Production.INFO: ==15721== Releasing lock...
[2026-04-06 18:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:43:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:43:03] Production.INFO: ==15730== Lock acquired, processing the job...
[2026-04-06 14:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:43:03] Production.INFO: Account Balance Start.
[2026-04-06 14:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:43:03] Production.INFO: 117
[2026-04-06 14:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:03] Production.INFO: ==15724== Lock acquired, processing the job...
[2026-04-06 14:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:03] Production.INFO: ==15726== Lock acquired, processing the job...
[2026-04-06 14:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:03] Production.INFO: ==15728== Lock acquired, processing the job...
[2026-04-06 14:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:43:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:43:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:43:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: ==15732== Lock acquired, processing the job...
[2026-04-06 14:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:43:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:43:04] Production.INFO: ==15732== Releasing lock...
[2026-04-06 14:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:43:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: ==15726== Releasing lock...
[2026-04-06 14:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:43:04] Production.INFO: Total Charge 0
[2026-04-06 14:43:04] Production.INFO: CreateAllLog End
[2026-04-06 14:43:04] Production.INFO: Account Balance End.
[2026-04-06 14:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:43:05] Production.INFO: ==15730== Releasing lock...
[2026-04-06 14:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:43:11] Production.ERROR: CronJobId end10
[2026-04-06 14:43:11] Production.INFO: ==15728== Releasing lock...
[2026-04-06 14:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:43:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:43:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:43:14] Production.INFO: call_cost start
[2026-04-06 14:43:14] Production.INFO: call_cost end
[2026-04-06 14:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:43:14] Production.INFO: ==15724== Releasing lock...
[2026-04-06 14:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:44:01] Production.INFO: ==15787== Lock acquired, processing the job...
[2026-04-06 19:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:44:01] Production.INFO: neon service started
[2026-04-06 19:44:01] Production.INFO: neon service started
[2026-04-06 19:44:01] Production.INFO: ==15787== Releasing lock...
[2026-04-06 19:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:44:02] Production.INFO: ==15789== Lock acquired, processing the job...
[2026-04-06 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:44:02] Production.INFO: ==15789== Releasing lock...
[2026-04-06 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:44:02] Production.INFO: ==15791== Lock acquired, processing the job...
[2026-04-06 18:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:44:02] Production.INFO: ==15791== Releasing lock...
[2026-04-06 18:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:44:03] Production.INFO: ==15795== Lock acquired, processing the job...
[2026-04-06 14:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:44:03] Production.INFO: ==15793== Lock acquired, processing the job...
[2026-04-06 14:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:44:03] Production.INFO: ==15797== Lock acquired, processing the job...
[2026-04-06 14:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:44:03] Production.INFO: ==15799== Lock acquired, processing the job...
[2026-04-06 14:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:44:03] Production.INFO: ==15801== Lock acquired, processing the job...
[2026-04-06 14:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:44:03] Production.INFO: Account Balance Start.
[2026-04-06 14:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:44:03] Production.INFO: 117
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:44:03] Production.INFO: ==15801== Releasing lock...
[2026-04-06 14:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:44:03] Production.INFO: ==15795== Releasing lock...
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:44:04] Production.INFO: Total Charge 0
[2026-04-06 14:44:04] Production.INFO: CreateAllLog End
[2026-04-06 14:44:04] Production.INFO: Account Balance End.
[2026-04-06 14:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:44:04] Production.INFO: ==15799== Releasing lock...
[2026-04-06 14:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:44:11] Production.ERROR: CronJobId end10
[2026-04-06 14:44:11] Production.INFO: ==15797== Releasing lock...
[2026-04-06 14:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:44:14] Production.INFO: call_cost start
[2026-04-06 14:44:14] Production.INFO: call_cost end
[2026-04-06 14:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:44:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:44:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:44:14] Production.INFO: ==15793== Releasing lock...
[2026-04-06 14:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:45:02] Production.INFO: ==15863== Lock acquired, processing the job...
[2026-04-06 19:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:45:02] Production.INFO: neon service started
[2026-04-06 19:45:02] Production.INFO: neon service started
[2026-04-06 19:45:02] Production.INFO: ==15863== Releasing lock...
[2026-04-06 19:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:45:02] Production.INFO: ==15866== Lock acquired, processing the job...
[2026-04-06 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:45:02] Production.INFO: ==15868== Lock acquired, processing the job...
[2026-04-06 18:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:45:02] Production.INFO: ==15868== Releasing lock...
[2026-04-06 18:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:45:02] Production.INFO: ==15866== Releasing lock...
[2026-04-06 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:45:03] Production.INFO: ==15870== Lock acquired, processing the job...
[2026-04-06 14:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:45:03] Production.INFO: ==15872== Lock acquired, processing the job...
[2026-04-06 14:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:45:03] Production.INFO: ==15874== Lock acquired, processing the job...
[2026-04-06 14:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:45:03] Production.INFO: ==15876== Lock acquired, processing the job...
[2026-04-06 14:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:45:03] Production.INFO: ==15878== Lock acquired, processing the job...
[2026-04-06 14:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:45:04] Production.INFO: Account Balance Start.
[2026-04-06 14:45:04] Production.INFO: CreateAllLog Start
[2026-04-06 14:45:04] Production.INFO: 117
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-08
[2026-04-06 14:45:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:45:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:45:04] Production.INFO: ==15878== Releasing lock...
[2026-04-06 14:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-09
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-10
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-11
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: ==15872== Releasing lock...
[2026-04-06 14:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Date 2026-04-01
[2026-04-06 14:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Date 2026-04-02
[2026-04-06 14:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:45:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:45:05] Production.INFO: Total Charge 0
[2026-04-06 14:45:05] Production.INFO: CreateAllLog End
[2026-04-06 14:45:05] Production.INFO: Account Balance End.
[2026-04-06 14:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:45:05] Production.INFO: ==15876== Releasing lock...
[2026-04-06 14:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:45:11] Production.ERROR: CronJobId end10
[2026-04-06 14:45:11] Production.INFO: ==15874== Releasing lock...
[2026-04-06 14:45:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:45:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:45:14] Production.INFO: call_cost start
[2026-04-06 14:45:14] Production.INFO: call_cost end
[2026-04-06 14:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:45:14] Production.INFO: ==15870== Releasing lock...
[2026-04-06 14:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:46:01] Production.INFO: ==15937== Lock acquired, processing the job...
[2026-04-06 19:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:46:01] Production.INFO: neon service started
[2026-04-06 19:46:01] Production.INFO: neon service started
[2026-04-06 19:46:01] Production.INFO: ==15937== Releasing lock...
[2026-04-06 19:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:46:01] Production.INFO: ==15939== Lock acquired, processing the job...
[2026-04-06 14:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:46:02] Production.INFO: ==15941== Lock acquired, processing the job...
[2026-04-06 18:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:46:02] Production.INFO: ==15941== Releasing lock...
[2026-04-06 18:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:46:02] Production.INFO: ==15939== Releasing lock...
[2026-04-06 14:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:46:02] Production.INFO: ==15944== Lock acquired, processing the job...
[2026-04-06 14:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:46:02] Production.INFO: ==15946== Lock acquired, processing the job...
[2026-04-06 14:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:46:03] Production.INFO: ==15952== Lock acquired, processing the job...
[2026-04-06 14:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:46:03] Production.INFO: ==15948== Lock acquired, processing the job...
[2026-04-06 14:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:46:03] Production.INFO: ==15950== Lock acquired, processing the job...
[2026-04-06 14:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:46:03] Production.INFO: ==15952== Releasing lock...
[2026-04-06 14:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:46:03] Production.INFO: Account Balance Start.
[2026-04-06 14:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:46:03] Production.INFO: 117
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: ==15946== Releasing lock...
[2026-04-06 14:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:46:04] Production.INFO: Total Charge 0
[2026-04-06 14:46:04] Production.INFO: CreateAllLog End
[2026-04-06 14:46:04] Production.INFO: Account Balance End.
[2026-04-06 14:46:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:46:04] Production.INFO: ==15950== Releasing lock...
[2026-04-06 14:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:46:11] Production.ERROR: CronJobId end10
[2026-04-06 14:46:11] Production.INFO: ==15948== Releasing lock...
[2026-04-06 14:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:46:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:46:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:46:13] Production.INFO: call_cost start
[2026-04-06 14:46:13] Production.INFO: call_cost end
[2026-04-06 14:46:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:46:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:46:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:46:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:46:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:46:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:46:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:46:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:46:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:46:13] Production.INFO: ==15944== Releasing lock...
[2026-04-06 14:46:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:46:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:47:01] Production.INFO: ==16011== Lock acquired, processing the job...
[2026-04-06 19:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:47:01] Production.INFO: neon service started
[2026-04-06 19:47:01] Production.INFO: neon service started
[2026-04-06 19:47:01] Production.INFO: ==16011== Releasing lock...
[2026-04-06 19:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:47:02] Production.INFO: ==16015== Lock acquired, processing the job...
[2026-04-06 18:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:47:02] Production.INFO: ==16013== Lock acquired, processing the job...
[2026-04-06 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:47:02] Production.INFO: ==16015== Releasing lock...
[2026-04-06 18:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:47:02] Production.INFO: ==16013== Releasing lock...
[2026-04-06 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:47:03] Production.INFO: ==16022== Lock acquired, processing the job...
[2026-04-06 14:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:47:03] Production.INFO: ==16018== Lock acquired, processing the job...
[2026-04-06 14:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:47:03] Production.INFO: ==16020== Lock acquired, processing the job...
[2026-04-06 14:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:47:03] Production.INFO: ==16024== Lock acquired, processing the job...
[2026-04-06 14:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:47:03] Production.INFO: ==16026== Lock acquired, processing the job...
[2026-04-06 14:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:47:03] Production.INFO: Account Balance Start.
[2026-04-06 14:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:47:03] Production.INFO: 117
[2026-04-06 14:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:03] Production.INFO: ==16026== Releasing lock...
[2026-04-06 14:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-12
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-13
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: ==16020== Releasing lock...
[2026-04-06 14:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:05] Production.INFO: Date 2026-04-03
[2026-04-06 14:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:05] Production.INFO: Date 2026-04-04
[2026-04-06 14:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:05] Production.INFO: Date 2026-04-05
[2026-04-06 14:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:47:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:47:05] Production.INFO: Total Charge 0
[2026-04-06 14:47:05] Production.INFO: CreateAllLog End
[2026-04-06 14:47:05] Production.INFO: Account Balance End.
[2026-04-06 14:47:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:47:05] Production.INFO: ==16024== Releasing lock...
[2026-04-06 14:47:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:47:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:47:11] Production.ERROR: CronJobId end10
[2026-04-06 14:47:11] Production.INFO: ==16022== Releasing lock...
[2026-04-06 14:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:47:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:47:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:47:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:47:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:47:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:47:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:47:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:47:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:47:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:47:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:47:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:47:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:47:15] Production.INFO: call_cost start
[2026-04-06 14:47:15] Production.INFO: call_cost end
[2026-04-06 14:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:47:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:47:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:47:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:47:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:47:15] Production.INFO: ==16018== Releasing lock...
[2026-04-06 14:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:48:01] Production.INFO: ==16080== Lock acquired, processing the job...
[2026-04-06 19:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:48:01] Production.INFO: neon service started
[2026-04-06 19:48:01] Production.INFO: neon service started
[2026-04-06 19:48:01] Production.INFO: ==16080== Releasing lock...
[2026-04-06 19:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:48:01] Production.INFO: ==16082== Lock acquired, processing the job...
[2026-04-06 14:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:48:01] Production.INFO: ==16082== Releasing lock...
[2026-04-06 14:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:48:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:48:02] Production.INFO: ==16084== Lock acquired, processing the job...
[2026-04-06 18:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:48:02] Production.INFO: ==16084== Releasing lock...
[2026-04-06 18:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:48:02] Production.INFO: ==16086== Lock acquired, processing the job...
[2026-04-06 14:48:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:48:02] Production.INFO: ==16088== Lock acquired, processing the job...
[2026-04-06 14:48:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:48:02] Production.INFO: ==16094== Lock acquired, processing the job...
[2026-04-06 14:48:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:48:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:48:02] Production.INFO: ==16090== Lock acquired, processing the job...
[2026-04-06 14:48:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:48:02] Production.INFO: ==16092== Lock acquired, processing the job...
[2026-04-06 14:48:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:48:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:48:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:48:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:48:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:48:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:48:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:48:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:48:03] Production.INFO: ==16094== Releasing lock...
[2026-04-06 14:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:48:03] Production.INFO: Account Balance Start.
[2026-04-06 14:48:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:48:03] Production.INFO: 117
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: ==16088== Releasing lock...
[2026-04-06 14:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:48:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:48:04] Production.INFO: Total Charge 0
[2026-04-06 14:48:04] Production.INFO: CreateAllLog End
[2026-04-06 14:48:04] Production.INFO: Account Balance End.
[2026-04-06 14:48:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:48:04] Production.INFO: ==16092== Releasing lock...
[2026-04-06 14:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:48:12] Production.ERROR: CronJobId end10
[2026-04-06 14:48:12] Production.INFO: ==16090== Releasing lock...
[2026-04-06 14:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:48:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:48:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:48:14] Production.INFO: call_cost start
[2026-04-06 14:48:14] Production.INFO: call_cost end
[2026-04-06 14:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:48:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:48:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:48:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:48:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:48:14] Production.INFO: ==16086== Releasing lock...
[2026-04-06 14:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:49:01] Production.INFO: ==16159== Lock acquired, processing the job...
[2026-04-06 19:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:49:01] Production.INFO: neon service started
[2026-04-06 19:49:01] Production.INFO: neon service started
[2026-04-06 19:49:01] Production.INFO: ==16159== Releasing lock...
[2026-04-06 19:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:49:02] Production.INFO: ==16161== Lock acquired, processing the job...
[2026-04-06 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:49:02] Production.INFO: ==16163== Lock acquired, processing the job...
[2026-04-06 18:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:49:02] Production.INFO: ==16163== Releasing lock...
[2026-04-06 18:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:49:02] Production.INFO: ==16161== Releasing lock...
[2026-04-06 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:49:03] Production.INFO: ==16166== Lock acquired, processing the job...
[2026-04-06 14:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:49:03] Production.INFO: ==16168== Lock acquired, processing the job...
[2026-04-06 14:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:49:03] Production.INFO: ==16170== Lock acquired, processing the job...
[2026-04-06 14:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:49:03] Production.INFO: ==16172== Lock acquired, processing the job...
[2026-04-06 14:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:49:03] Production.INFO: ==16174== Lock acquired, processing the job...
[2026-04-06 14:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:49:03] Production.INFO: Account Balance Start.
[2026-04-06 14:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:49:03] Production.INFO: 117
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:49:03] Production.INFO: ==16174== Releasing lock...
[2026-04-06 14:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: ==16168== Releasing lock...
[2026-04-06 14:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:49:04] Production.INFO: Total Charge 0
[2026-04-06 14:49:04] Production.INFO: CreateAllLog End
[2026-04-06 14:49:05] Production.INFO: Account Balance End.
[2026-04-06 14:49:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:49:05] Production.INFO: ==16172== Releasing lock...
[2026-04-06 14:49:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:49:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:49:11] Production.ERROR: CronJobId end10
[2026-04-06 14:49:11] Production.INFO: ==16170== Releasing lock...
[2026-04-06 14:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:49:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:49:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:49:14] Production.INFO: call_cost start
[2026-04-06 14:49:14] Production.INFO: call_cost end
[2026-04-06 14:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:49:14] Production.INFO: ==16166== Releasing lock...
[2026-04-06 14:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:50:02] Production.INFO: ==16234== Lock acquired, processing the job...
[2026-04-06 19:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:50:02] Production.INFO: neon service started
[2026-04-06 19:50:02] Production.INFO: neon service started
[2026-04-06 19:50:02] Production.INFO: ==16234== Releasing lock...
[2026-04-06 19:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:50:02] Production.INFO: ==16236== Lock acquired, processing the job...
[2026-04-06 14:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:50:02] Production.INFO: ==16236== Releasing lock...
[2026-04-06 14:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:50:02] Production.INFO: ==16238== Lock acquired, processing the job...
[2026-04-06 18:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:50:02] Production.INFO: ==16238== Releasing lock...
[2026-04-06 18:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:50:03] Production.INFO: ==16246== Lock acquired, processing the job...
[2026-04-06 14:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:50:03] Production.INFO: Account Balance Start.
[2026-04-06 14:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:50:03] Production.INFO: 117
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: ==16240== Lock acquired, processing the job...
[2026-04-06 14:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:50:03] Production.INFO: ==16242== Lock acquired, processing the job...
[2026-04-06 14:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:03] Production.INFO: ==16244== Lock acquired, processing the job...
[2026-04-06 14:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:50:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:50:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:50:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:50:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:50:04] Production.INFO: ==16248== Lock acquired, processing the job...
[2026-04-06 14:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:50:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:50:04] Production.INFO: ==16248== Releasing lock...
[2026-04-06 14:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: ==16242== Releasing lock...
[2026-04-06 14:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:50:04] Production.INFO: Total Charge 0
[2026-04-06 14:50:04] Production.INFO: CreateAllLog End
[2026-04-06 14:50:04] Production.INFO: Account Balance End.
[2026-04-06 14:50:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:50:04] Production.INFO: ==16246== Releasing lock...
[2026-04-06 14:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:50:12] Production.ERROR: CronJobId end10
[2026-04-06 14:50:12] Production.INFO: ==16244== Releasing lock...
[2026-04-06 14:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:50:15] Production.INFO: call_cost start
[2026-04-06 14:50:15] Production.INFO: call_cost end
[2026-04-06 14:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:50:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:50:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:50:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:50:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:50:15] Production.INFO: ==16240== Releasing lock...
[2026-04-06 14:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:51:01] Production.INFO: ==16305== Lock acquired, processing the job...
[2026-04-06 19:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:51:01] Production.INFO: neon service started
[2026-04-06 19:51:01] Production.INFO: neon service started
[2026-04-06 19:51:01] Production.INFO: ==16305== Releasing lock...
[2026-04-06 19:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:51:01] Production.INFO: ==16307== Lock acquired, processing the job...
[2026-04-06 14:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 18:51:02] Production.INFO: ==16309== Lock acquired, processing the job...
[2026-04-06 18:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 14:51:02] Production.INFO: ==16307== Releasing lock...
[2026-04-06 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:51:02] Production.INFO: ==16309== Releasing lock...
[2026-04-06 18:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:51:03] Production.INFO: ==16311== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 14:51:03] Production.INFO: ==16313== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 14:51:03] Production.INFO: ==16315== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: ==16319== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 14:51:03] Production.INFO: ==16311== Releasing lock...
[2026-04-06 14:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 14:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 14:51:03] Production.INFO: ==16317== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:51:03] Production.INFO: ==16321== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 14:51:03] Production.INFO: ==16323== Lock acquired, processing the job...
[2026-04-06 14:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:51:03] Production.INFO: Account Balance Start.
[2026-04-06 14:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:51:03] Production.INFO: 117
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:51:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: ==16323== Releasing lock...
[2026-04-06 14:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.ERROR: done
[2026-04-06 14:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 14:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048249', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: ==16315== Releasing lock...
[2026-04-06 14:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:51:04] Production.INFO: Total Charge 0
[2026-04-06 14:51:04] Production.INFO: CreateAllLog End
[2026-04-06 14:51:04] Production.INFO: Account Balance End.
[2026-04-06 14:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:51:05] Production.INFO: ==16319== Releasing lock...
[2026-04-06 14:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:51:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048249', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 14:51:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 14:51:09] Production.INFO: ProcessCDR(1,17048249,1,1,2)
[2026-04-06 14:51:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048249,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:51:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048249,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 14:51:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 14:51:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 14:51:09] Production.INFO: ==16321== Releasing lock...
[2026-04-06 14:51:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 14:51:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 14:51:14] Production.ERROR: CronJobId end10
[2026-04-06 14:51:14] Production.INFO: ==16317== Releasing lock...
[2026-04-06 14:51:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:51:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:51:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:51:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:51:16] Production.INFO: call_cost start
[2026-04-06 14:51:16] Production.INFO: call_cost end
[2026-04-06 14:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:51:16] Production.INFO: ==16313== Releasing lock...
[2026-04-06 14:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:52:02] Production.INFO: ==16380== Lock acquired, processing the job...
[2026-04-06 19:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:52:02] Production.INFO: neon service started
[2026-04-06 19:52:02] Production.INFO: neon service started
[2026-04-06 19:52:02] Production.INFO: ==16380== Releasing lock...
[2026-04-06 19:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:52:02] Production.INFO: ==16382== Lock acquired, processing the job...
[2026-04-06 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:52:02] Production.INFO: ==16382== Releasing lock...
[2026-04-06 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:52:02] Production.INFO: ==16385== Lock acquired, processing the job...
[2026-04-06 18:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:52:02] Production.INFO: ==16385== Releasing lock...
[2026-04-06 18:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:52:03] Production.INFO: ==16387== Lock acquired, processing the job...
[2026-04-06 14:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:52:03] Production.INFO: ==16389== Lock acquired, processing the job...
[2026-04-06 14:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:52:03] Production.INFO: ==16395== Lock acquired, processing the job...
[2026-04-06 14:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:52:03] Production.INFO: ==16391== Lock acquired, processing the job...
[2026-04-06 14:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:52:03] Production.INFO: ==16393== Lock acquired, processing the job...
[2026-04-06 14:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:52:03] Production.INFO: Account Balance Start.
[2026-04-06 14:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:52:03] Production.INFO: 117
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:52:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:52:03] Production.INFO: ==16395== Releasing lock...
[2026-04-06 14:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: ==16389== Releasing lock...
[2026-04-06 14:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:52:04] Production.INFO: Total Charge 0
[2026-04-06 14:52:04] Production.INFO: CreateAllLog End
[2026-04-06 14:52:04] Production.INFO: Account Balance End.
[2026-04-06 14:52:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:52:04] Production.INFO: ==16393== Releasing lock...
[2026-04-06 14:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:52:11] Production.ERROR: CronJobId end10
[2026-04-06 14:52:11] Production.INFO: ==16391== Releasing lock...
[2026-04-06 14:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:52:15] Production.INFO: call_cost start
[2026-04-06 14:52:15] Production.INFO: call_cost end
[2026-04-06 14:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:52:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:52:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:52:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:52:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:52:15] Production.INFO: ==16387== Releasing lock...
[2026-04-06 14:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:53:01] Production.INFO: ==16462== Lock acquired, processing the job...
[2026-04-06 19:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:53:01] Production.INFO: neon service started
[2026-04-06 19:53:01] Production.INFO: neon service started
[2026-04-06 19:53:01] Production.INFO: ==16462== Releasing lock...
[2026-04-06 19:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:53:01] Production.INFO: ==16464== Lock acquired, processing the job...
[2026-04-06 14:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:53:02] Production.INFO: ==16464== Releasing lock...
[2026-04-06 14:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:53:02] Production.INFO: ==16466== Lock acquired, processing the job...
[2026-04-06 18:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:53:02] Production.INFO: ==16466== Releasing lock...
[2026-04-06 18:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:53:02] Production.INFO: ==16468== Lock acquired, processing the job...
[2026-04-06 14:53:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:53:02] Production.INFO: ==16470== Lock acquired, processing the job...
[2026-04-06 14:53:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:53:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:53:02] Production.INFO: ==16476== Lock acquired, processing the job...
[2026-04-06 14:53:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:53:03] Production.INFO: ==16472== Lock acquired, processing the job...
[2026-04-06 14:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:53:03] Production.INFO: ==16474== Lock acquired, processing the job...
[2026-04-06 14:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:53:03] Production.INFO: ==16476== Releasing lock...
[2026-04-06 14:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:53:03] Production.INFO: Account Balance Start.
[2026-04-06 14:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:53:03] Production.INFO: 117
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: ==16470== Releasing lock...
[2026-04-06 14:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-27
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:03] Production.INFO: Date 2026-03-28
[2026-04-06 14:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:53:04] Production.INFO: Total Charge 0
[2026-04-06 14:53:04] Production.INFO: CreateAllLog End
[2026-04-06 14:53:04] Production.INFO: Account Balance End.
[2026-04-06 14:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:53:04] Production.INFO: ==16474== Releasing lock...
[2026-04-06 14:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:53:11] Production.ERROR: CronJobId end10
[2026-04-06 14:53:11] Production.INFO: ==16472== Releasing lock...
[2026-04-06 14:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:53:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:53:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:53:14] Production.INFO: call_cost start
[2026-04-06 14:53:14] Production.INFO: call_cost end
[2026-04-06 14:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:53:14] Production.INFO: ==16468== Releasing lock...
[2026-04-06 14:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:54:01] Production.INFO: ==16541== Lock acquired, processing the job...
[2026-04-06 19:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:54:01] Production.INFO: neon service started
[2026-04-06 19:54:01] Production.INFO: neon service started
[2026-04-06 19:54:01] Production.INFO: ==16541== Releasing lock...
[2026-04-06 19:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:54:02] Production.INFO: ==16545== Lock acquired, processing the job...
[2026-04-06 18:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:54:02] Production.INFO: ==16545== Releasing lock...
[2026-04-06 18:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:54:02] Production.INFO: ==16543== Lock acquired, processing the job...
[2026-04-06 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:54:02] Production.INFO: ==16543== Releasing lock...
[2026-04-06 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:54:03] Production.INFO: ==16549== Lock acquired, processing the job...
[2026-04-06 14:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:54:03] Production.INFO: ==16547== Lock acquired, processing the job...
[2026-04-06 14:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:54:03] Production.INFO: ==16551== Lock acquired, processing the job...
[2026-04-06 14:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:54:03] Production.INFO: ==16553== Lock acquired, processing the job...
[2026-04-06 14:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:54:03] Production.INFO: ==16555== Lock acquired, processing the job...
[2026-04-06 14:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:54:03] Production.INFO: Account Balance Start.
[2026-04-06 14:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:54:03] Production.INFO: 117
[2026-04-06 14:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:54:03] Production.INFO: ==16555== Releasing lock...
[2026-04-06 14:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: ==16549== Releasing lock...
[2026-04-06 14:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:54:04] Production.INFO: Total Charge 0
[2026-04-06 14:54:04] Production.INFO: CreateAllLog End
[2026-04-06 14:54:04] Production.INFO: Account Balance End.
[2026-04-06 14:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:54:04] Production.INFO: ==16553== Releasing lock...
[2026-04-06 14:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:54:11] Production.ERROR: CronJobId end10
[2026-04-06 14:54:11] Production.INFO: ==16551== Releasing lock...
[2026-04-06 14:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:54:14] Production.INFO: call_cost start
[2026-04-06 14:54:14] Production.INFO: call_cost end
[2026-04-06 14:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:54:14] Production.INFO: ==16547== Releasing lock...
[2026-04-06 14:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:55:02] Production.INFO: ==16614== Lock acquired, processing the job...
[2026-04-06 19:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:55:02] Production.INFO: neon service started
[2026-04-06 19:55:02] Production.INFO: neon service started
[2026-04-06 19:55:02] Production.INFO: ==16614== Releasing lock...
[2026-04-06 19:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:55:02] Production.INFO: ==16616== Lock acquired, processing the job...
[2026-04-06 14:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:55:02] Production.INFO: ==16616== Releasing lock...
[2026-04-06 14:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:55:03] Production.INFO: ==16618== Lock acquired, processing the job...
[2026-04-06 18:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:55:03] Production.INFO: ==16618== Releasing lock...
[2026-04-06 18:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:55:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:55:03] Production.INFO: ==16622== Lock acquired, processing the job...
[2026-04-06 14:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:55:03] Production.INFO: ==16626== Lock acquired, processing the job...
[2026-04-06 14:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:55:03] Production.INFO: Account Balance Start.
[2026-04-06 14:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:55:03] Production.INFO: 117
[2026-04-06 14:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:55:03] Production.INFO: ==16624== Lock acquired, processing the job...
[2026-04-06 14:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:03] Production.INFO: ==16620== Lock acquired, processing the job...
[2026-04-06 14:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:03] Production.INFO: ==16628== Lock acquired, processing the job...
[2026-04-06 14:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-14
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-15
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-16
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-17
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:55:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-18
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:55:04] Production.INFO: ==16628== Releasing lock...
[2026-04-06 14:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: ==16622== Releasing lock...
[2026-04-06 14:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:05] Production.INFO: Date 2026-04-06
[2026-04-06 14:55:05] Production.INFO: Reseller ==> 0
[2026-04-06 14:55:05] Production.INFO: Total Charge 0
[2026-04-06 14:55:05] Production.INFO: CreateAllLog End
[2026-04-06 14:55:05] Production.INFO: Account Balance End.
[2026-04-06 14:55:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:55:05] Production.INFO: ==16626== Releasing lock...
[2026-04-06 14:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:55:12] Production.ERROR: CronJobId end10
[2026-04-06 14:55:12] Production.INFO: ==16624== Releasing lock...
[2026-04-06 14:55:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:55:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:55:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:55:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:55:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:55:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:55:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:55:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:55:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:55:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:55:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:55:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:55:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:55:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:55:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:55:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:55:15] Production.INFO: call_cost start
[2026-04-06 14:55:15] Production.INFO: call_cost end
[2026-04-06 14:55:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:55:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:55:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:55:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:55:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:55:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:55:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:55:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:55:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:55:15] Production.INFO: ==16620== Releasing lock...
[2026-04-06 14:55:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:55:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:56:01] Production.INFO: ==16691== Lock acquired, processing the job...
[2026-04-06 19:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:56:01] Production.INFO: neon service started
[2026-04-06 19:56:01] Production.INFO: neon service started
[2026-04-06 19:56:01] Production.INFO: ==16691== Releasing lock...
[2026-04-06 19:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:56:02] Production.INFO: ==16693== Lock acquired, processing the job...
[2026-04-06 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:56:02] Production.INFO: ==16693== Releasing lock...
[2026-04-06 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:56:02] Production.INFO: ==16695== Lock acquired, processing the job...
[2026-04-06 18:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:56:02] Production.INFO: ==16695== Releasing lock...
[2026-04-06 18:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:56:03] Production.INFO: ==16698== Lock acquired, processing the job...
[2026-04-06 14:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:56:03] Production.INFO: ==16700== Lock acquired, processing the job...
[2026-04-06 14:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:56:03] Production.INFO: ==16702== Lock acquired, processing the job...
[2026-04-06 14:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:56:03] Production.INFO: ==16704== Lock acquired, processing the job...
[2026-04-06 14:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:56:03] Production.INFO: ==16706== Lock acquired, processing the job...
[2026-04-06 14:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:56:03] Production.INFO: Account Balance Start.
[2026-04-06 14:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:56:03] Production.INFO: 117
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:56:03] Production.INFO: ==16706== Releasing lock...
[2026-04-06 14:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:56:03] Production.INFO: ==16700== Releasing lock...
[2026-04-06 14:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-19
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-20
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:56:05] Production.INFO: Total Charge 0
[2026-04-06 14:56:05] Production.INFO: CreateAllLog End
[2026-04-06 14:56:05] Production.INFO: Account Balance End.
[2026-04-06 14:56:05] Production.ERROR: CronJobId end 12
[2026-04-06 14:56:05] Production.INFO: ==16704== Releasing lock...
[2026-04-06 14:56:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:56:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:56:12] Production.ERROR: CronJobId end10
[2026-04-06 14:56:12] Production.INFO: ==16702== Releasing lock...
[2026-04-06 14:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:56:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:56:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:56:15] Production.INFO: call_cost start
[2026-04-06 14:56:15] Production.INFO: call_cost end
[2026-04-06 14:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:56:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:56:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:56:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:56:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:56:15] Production.INFO: ==16698== Releasing lock...
[2026-04-06 14:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:57:02] Production.INFO: ==16763== Lock acquired, processing the job...
[2026-04-06 19:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:57:02] Production.INFO: neon service started
[2026-04-06 19:57:02] Production.INFO: neon service started
[2026-04-06 19:57:02] Production.INFO: ==16763== Releasing lock...
[2026-04-06 19:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:57:02] Production.INFO: ==16767== Lock acquired, processing the job...
[2026-04-06 18:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:57:02] Production.INFO: ==16767== Releasing lock...
[2026-04-06 18:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:57:02] Production.INFO: ==16765== Lock acquired, processing the job...
[2026-04-06 14:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:57:02] Production.INFO: ==16765== Releasing lock...
[2026-04-06 14:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:57:03] Production.INFO: ==16771== Lock acquired, processing the job...
[2026-04-06 14:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:57:03] Production.INFO: ==16775== Lock acquired, processing the job...
[2026-04-06 14:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:57:03] Production.INFO: Account Balance Start.
[2026-04-06 14:57:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:57:03] Production.INFO: 117
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: ==16773== Lock acquired, processing the job...
[2026-04-06 14:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: ==16769== Lock acquired, processing the job...
[2026-04-06 14:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:57:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:03] Production.INFO: ==16777== Lock acquired, processing the job...
[2026-04-06 14:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:57:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: ==16777== Releasing lock...
[2026-04-06 14:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: ==16771== Releasing lock...
[2026-04-06 14:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:57:04] Production.INFO: Total Charge 0
[2026-04-06 14:57:04] Production.INFO: CreateAllLog End
[2026-04-06 14:57:04] Production.INFO: Account Balance End.
[2026-04-06 14:57:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:57:04] Production.INFO: ==16775== Releasing lock...
[2026-04-06 14:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:57:10] Production.ERROR: CronJobId end10
[2026-04-06 14:57:10] Production.INFO: ==16773== Releasing lock...
[2026-04-06 14:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:57:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:57:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:57:13] Production.INFO: call_cost start
[2026-04-06 14:57:13] Production.INFO: call_cost end
[2026-04-06 14:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:57:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:57:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:57:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:57:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:57:13] Production.INFO: ==16769== Releasing lock...
[2026-04-06 14:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:58:01] Production.INFO: ==16837== Lock acquired, processing the job...
[2026-04-06 19:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:58:01] Production.INFO: neon service started
[2026-04-06 19:58:01] Production.INFO: neon service started
[2026-04-06 19:58:01] Production.INFO: ==16837== Releasing lock...
[2026-04-06 19:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 18:58:01] Production.INFO: ==16841== Lock acquired, processing the job...
[2026-04-06 18:58:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:58:01] Production.INFO: ==16841== Releasing lock...
[2026-04-06 18:58:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:58:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:58:01] Production.INFO: ==16839== Lock acquired, processing the job...
[2026-04-06 14:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:58:02] Production.INFO: ==16839== Releasing lock...
[2026-04-06 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 14:58:02] Production.INFO: ==16843== Lock acquired, processing the job...
[2026-04-06 14:58:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:58:02] Production.INFO: ==16845== Lock acquired, processing the job...
[2026-04-06 14:58:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:58:03] Production.INFO: ==16847== Lock acquired, processing the job...
[2026-04-06 14:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:58:03] Production.INFO: ==16849== Lock acquired, processing the job...
[2026-04-06 14:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:58:03] Production.INFO: ==16851== Lock acquired, processing the job...
[2026-04-06 14:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:58:03] Production.INFO: Account Balance Start.
[2026-04-06 14:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:58:03] Production.INFO: 117
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:58:03] Production.INFO: ==16851== Releasing lock...
[2026-04-06 14:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-21
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: ==16845== Releasing lock...
[2026-04-06 14:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-22
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-23
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-24
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-25
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-26
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-27
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-28
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-29
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-30
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-03-31
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:03] Production.INFO: Date 2026-04-01
[2026-04-06 14:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:58:04] Production.INFO: Total Charge 0
[2026-04-06 14:58:04] Production.INFO: CreateAllLog End
[2026-04-06 14:58:04] Production.INFO: Account Balance End.
[2026-04-06 14:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:58:04] Production.INFO: ==16849== Releasing lock...
[2026-04-06 14:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:58:11] Production.ERROR: CronJobId end10
[2026-04-06 14:58:11] Production.INFO: ==16847== Releasing lock...
[2026-04-06 14:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:58:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:58:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:58:14] Production.INFO: call_cost start
[2026-04-06 14:58:14] Production.INFO: call_cost end
[2026-04-06 14:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:58:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:58:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:58:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:58:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:58:14] Production.INFO: ==16843== Releasing lock...
[2026-04-06 14:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 19:59:01] Production.INFO: ==16908== Lock acquired, processing the job...
[2026-04-06 19:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 19:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 19:59:01] Production.INFO: neon service started
[2026-04-06 19:59:01] Production.INFO: neon service started
[2026-04-06 19:59:01] Production.INFO: ==16908== Releasing lock...
[2026-04-06 19:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 19:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 14:59:02] Production.INFO: ==16910== Lock acquired, processing the job...
[2026-04-06 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 14:59:02] Production.INFO: ==16910== Releasing lock...
[2026-04-06 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 14:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 18:59:02] Production.INFO: ==16912== Lock acquired, processing the job...
[2026-04-06 18:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 18:59:02] Production.INFO: ==16912== Releasing lock...
[2026-04-06 18:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 18:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 14:59:03] Production.INFO: ==16914== Lock acquired, processing the job...
[2026-04-06 14:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 14:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 14:59:03] Production.INFO: ==16916== Lock acquired, processing the job...
[2026-04-06 14:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 14:59:03] Production.INFO: ==16918== Lock acquired, processing the job...
[2026-04-06 14:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 14:59:03] Production.INFO: ==16922== Lock acquired, processing the job...
[2026-04-06 14:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 14:59:03] Production.INFO: ==16920== Lock acquired, processing the job...
[2026-04-06 14:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 14:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 14:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 14:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 14:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 14:59:03] Production.INFO: Account Balance Start.
[2026-04-06 14:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 14:59:03] Production.INFO: 117
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 14:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 14:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 14:59:03] Production.INFO: ==16922== Releasing lock...
[2026-04-06 14:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 14:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-12
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-13
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-14
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-15
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-16
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-17
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-18
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: ==16916== Releasing lock...
[2026-04-06 14:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 14:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-19
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:03] Production.INFO: Date 2026-03-20
[2026-04-06 14:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-04-05
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Date 2026-04-06
[2026-04-06 14:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 14:59:04] Production.INFO: Total Charge 0
[2026-04-06 14:59:04] Production.INFO: CreateAllLog End
[2026-04-06 14:59:04] Production.INFO: Account Balance End.
[2026-04-06 14:59:04] Production.ERROR: CronJobId end 12
[2026-04-06 14:59:04] Production.INFO: ==16920== Releasing lock...
[2026-04-06 14:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 14:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 14:59:11] Production.ERROR: CronJobId end10
[2026-04-06 14:59:11] Production.INFO: ==16918== Releasing lock...
[2026-04-06 14:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 14:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 14:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 14:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 14:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 14:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 14:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 14:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 14:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 14:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 14:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 14:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 14:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 14:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 14:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 14:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 14:59:14] Production.INFO: call_cost start
[2026-04-06 14:59:14] Production.INFO: call_cost end
[2026-04-06 14:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 14:59:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 14:59:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 14:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 14:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 14:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 14:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 14:59:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 14:59:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 14:59:14] Production.INFO: ==16914== Releasing lock...
[2026-04-06 14:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 14:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:00:02] Production.INFO: ==16983== Lock acquired, processing the job...
[2026-04-06 20:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:00:02] Production.INFO: neon service started
[2026-04-06 20:00:02] Production.INFO: neon service started
[2026-04-06 20:00:02] Production.INFO: ==16983== Releasing lock...
[2026-04-06 20:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:00:02] Production.INFO: ==16985== Lock acquired, processing the job...
[2026-04-06 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:00:02] Production.INFO: ==16985== Releasing lock...
[2026-04-06 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:00:02] Production.INFO: ==16987== Lock acquired, processing the job...
[2026-04-06 19:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:00:03] Production.INFO: ==16987== Releasing lock...
[2026-04-06 19:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:00:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:00:03] Production.INFO: ==17000== Lock acquired, processing the job...
[2026-04-06 15:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:00:03] Production.INFO: ==17000== Releasing lock...
[2026-04-06 15:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:00:03] Production.INFO: ==16991== Lock acquired, processing the job...
[2026-04-06 15:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:00:03] Production.INFO: ==16993== Lock acquired, processing the job...
[2026-04-06 15:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:00:03] Production.INFO: ==16995== Lock acquired, processing the job...
[2026-04-06 15:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:00:03] Production.INFO: ==16998== Lock acquired, processing the job...
[2026-04-06 15:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:00:04] Production.INFO: Account Balance Start.
[2026-04-06 15:00:04] Production.INFO: CreateAllLog Start
[2026-04-06 15:00:04] Production.INFO: 117
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-08
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: ==16993== Releasing lock...
[2026-04-06 15:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:00:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:00:05] Production.INFO: Total Charge 0
[2026-04-06 15:00:05] Production.INFO: CreateAllLog End
[2026-04-06 15:00:05] Production.INFO: Account Balance End.
[2026-04-06 15:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:00:05] Production.INFO: ==16998== Releasing lock...
[2026-04-06 15:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:00:11] Production.ERROR: CronJobId end10
[2026-04-06 15:00:11] Production.INFO: ==16995== Releasing lock...
[2026-04-06 15:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:00:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:00:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:00:14] Production.INFO: call_cost start
[2026-04-06 15:00:14] Production.INFO: call_cost end
[2026-04-06 15:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:00:14] Production.INFO: ==16991== Releasing lock...
[2026-04-06 15:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:01:01] Production.INFO: ==17071== Lock acquired, processing the job...
[2026-04-06 20:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:01:01] Production.INFO: neon service started
[2026-04-06 20:01:01] Production.INFO: neon service started
[2026-04-06 20:01:01] Production.INFO: ==17071== Releasing lock...
[2026-04-06 20:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:01:02] Production.INFO: ==17081== Lock acquired, processing the job...
[2026-04-06 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:01:02] Production.INFO: ==17081== Releasing lock...
[2026-04-06 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:01:02] Production.INFO: ==17079== Lock acquired, processing the job...
[2026-04-06 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:01:02] Production.INFO: ==17079== Releasing lock...
[2026-04-06 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:01:03] Production.INFO: ==17085== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:01:03] Production.INFO: ==17083== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 15:01:03] Production.INFO: ==17087== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:01:03] Production.INFO: ==17089== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:01:03] Production.ERROR: CronJob PID - 17085
[2026-04-06 15:01:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 15:01:03] Production.ERROR: CronJob ID - 5
[2026-04-06 15:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:01:00
[2026-04-06 15:01:03] Production.INFO: ==17091== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:01:03] Production.ERROR: CronJob PID - 17087
[2026-04-06 15:01:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 15:01:03] Production.ERROR: CronJob ID - 7
[2026-04-06 15:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:01:00
[2026-04-06 15:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:01:03] Production.ERROR: CronJob PID - 17089
[2026-04-06 15:01:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-04-06 15:01:03] Production.ERROR: CronJob ID - 10
[2026-04-06 15:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:01:00
[2026-04-06 15:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:01:03] Production.INFO: ==17095== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:01:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 15:01:03] Production.INFO: ==17083== Releasing lock...
[2026-04-06 15:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 15:01:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 15:01:03] Production.INFO: ==17093== Lock acquired, processing the job...
[2026-04-06 15:01:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 15:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:01:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:01:03] Production.INFO: Account Balance Start.
[2026-04-06 15:01:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:01:03] Production.INFO: 117
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:01:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: ==17095== Releasing lock...
[2026-04-06 15:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:01:04] Production.ERROR: done
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 15:01:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048290', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: ==17087== Releasing lock...
[2026-04-06 15:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:01:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:01:04] Production.INFO: Total Charge 0
[2026-04-06 15:01:04] Production.INFO: CreateAllLog End
[2026-04-06 15:01:04] Production.INFO: Account Balance End.
[2026-04-06 15:01:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:01:04] Production.INFO: ==17091== Releasing lock...
[2026-04-06 15:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048290', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 15:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 15:01:11] Production.INFO: ProcessCDR(1,17048290,1,1,2)
[2026-04-06 15:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048290,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048290,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 15:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 15:01:11] Production.INFO: ==17093== Releasing lock...
[2026-04-06 15:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 15:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:01:15] Production.ERROR: CronJobId end10
[2026-04-06 15:01:15] Production.INFO: ==17089== Releasing lock...
[2026-04-06 15:01:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:01:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:01:17] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:01:17] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:01:18] Production.INFO: call_cost start
[2026-04-06 15:01:18] Production.INFO: call_cost end
[2026-04-06 15:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:01:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:01:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:01:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:01:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:01:18] Production.INFO: ==17085== Releasing lock...
[2026-04-06 15:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:02:02] Production.INFO: ==17153== Lock acquired, processing the job...
[2026-04-06 20:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:02:02] Production.INFO: neon service started
[2026-04-06 20:02:02] Production.INFO: neon service started
[2026-04-06 20:02:02] Production.INFO: ==17153== Releasing lock...
[2026-04-06 20:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:02:02] Production.INFO: ==17155== Lock acquired, processing the job...
[2026-04-06 15:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:02:02] Production.INFO: ==17155== Releasing lock...
[2026-04-06 15:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:02:03] Production.INFO: ==17157== Lock acquired, processing the job...
[2026-04-06 19:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:02:03] Production.INFO: ==17157== Releasing lock...
[2026-04-06 19:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:02:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:02:03] Production.INFO: ==17159== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:02:03] Production.INFO: ==17169== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:02:03] Production.INFO: ==17161== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:02:03] Production.INFO: ==17163== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:02:03] Production.INFO: ==17165== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:02:03] Production.INFO: ==17169== Releasing lock...
[2026-04-06 15:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:02:03] Production.INFO: ==17167== Lock acquired, processing the job...
[2026-04-06 15:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 15:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:02:04] Production.INFO: Account Balance Start.
[2026-04-06 15:02:04] Production.INFO: CreateAllLog Start
[2026-04-06 15:02:04] Production.INFO: 117
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-08
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.ERROR: done
[2026-04-06 15:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: ==17161== Releasing lock...
[2026-04-06 15:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:04] Production.ERROR: done
[2026-04-06 15:02:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 15:02:05] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 15:02:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:02:05] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:02:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:02:05] Production.INFO: ==17167== Releasing lock...
[2026-04-06 15:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 15:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:02:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:02:05] Production.INFO: Total Charge 0
[2026-04-06 15:02:05] Production.INFO: CreateAllLog End
[2026-04-06 15:02:05] Production.INFO: Account Balance End.
[2026-04-06 15:02:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:02:05] Production.INFO: ==17165== Releasing lock...
[2026-04-06 15:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:02:12] Production.ERROR: CronJobId end10
[2026-04-06 15:02:12] Production.INFO: ==17163== Releasing lock...
[2026-04-06 15:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:02:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:02:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:02:15] Production.INFO: call_cost start
[2026-04-06 15:02:15] Production.INFO: call_cost end
[2026-04-06 15:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:02:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:02:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:02:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:02:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:02:15] Production.INFO: ==17159== Releasing lock...
[2026-04-06 15:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:03:01] Production.INFO: ==17235== Lock acquired, processing the job...
[2026-04-06 20:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:03:01] Production.INFO: neon service started
[2026-04-06 20:03:01] Production.INFO: neon service started
[2026-04-06 20:03:01] Production.INFO: ==17235== Releasing lock...
[2026-04-06 20:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:03:01] Production.INFO: ==17239== Lock acquired, processing the job...
[2026-04-06 19:03:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:03:01] Production.INFO: ==17239== Releasing lock...
[2026-04-06 19:03:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:03:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:03:02] Production.INFO: ==17237== Lock acquired, processing the job...
[2026-04-06 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:03:02] Production.INFO: ==17237== Releasing lock...
[2026-04-06 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:03:03] Production.INFO: ==17244== Lock acquired, processing the job...
[2026-04-06 15:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:03:03] Production.INFO: ==17242== Lock acquired, processing the job...
[2026-04-06 15:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:03:03] Production.INFO: ==17246== Lock acquired, processing the job...
[2026-04-06 15:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:03:03] Production.INFO: ==17250== Lock acquired, processing the job...
[2026-04-06 15:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:03:03] Production.INFO: ==17248== Lock acquired, processing the job...
[2026-04-06 15:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:03:03] Production.INFO: Account Balance Start.
[2026-04-06 15:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:03:03] Production.INFO: 117
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:03:03] Production.INFO: ==17250== Releasing lock...
[2026-04-06 15:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: ==17244== Releasing lock...
[2026-04-06 15:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-28
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-29
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:03] Production.INFO: Date 2026-03-30
[2026-04-06 15:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:03:04] Production.INFO: Total Charge 0
[2026-04-06 15:03:04] Production.INFO: CreateAllLog End
[2026-04-06 15:03:04] Production.INFO: Account Balance End.
[2026-04-06 15:03:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:03:04] Production.INFO: ==17248== Releasing lock...
[2026-04-06 15:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:03:12] Production.ERROR: CronJobId end10
[2026-04-06 15:03:12] Production.INFO: ==17246== Releasing lock...
[2026-04-06 15:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:03:15] Production.INFO: call_cost start
[2026-04-06 15:03:15] Production.INFO: call_cost end
[2026-04-06 15:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:03:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:03:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:03:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:03:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:03:15] Production.INFO: ==17242== Releasing lock...
[2026-04-06 15:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:04:01] Production.INFO: ==17313== Lock acquired, processing the job...
[2026-04-06 20:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:04:01] Production.INFO: neon service started
[2026-04-06 20:04:02] Production.INFO: neon service started
[2026-04-06 20:04:02] Production.INFO: ==17313== Releasing lock...
[2026-04-06 20:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:04:02] Production.INFO: ==17317== Lock acquired, processing the job...
[2026-04-06 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:04:02] Production.INFO: ==17315== Lock acquired, processing the job...
[2026-04-06 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:04:02] Production.INFO: ==17317== Releasing lock...
[2026-04-06 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:04:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:04:02] Production.INFO: ==17315== Releasing lock...
[2026-04-06 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:04:03] Production.INFO: ==17320== Lock acquired, processing the job...
[2026-04-06 15:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:04:03] Production.INFO: ==17322== Lock acquired, processing the job...
[2026-04-06 15:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:04:03] Production.INFO: ==17324== Lock acquired, processing the job...
[2026-04-06 15:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:04:03] Production.INFO: ==17328== Lock acquired, processing the job...
[2026-04-06 15:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:04:03] Production.INFO: ==17326== Lock acquired, processing the job...
[2026-04-06 15:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:04:03] Production.INFO: Account Balance Start.
[2026-04-06 15:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:04:03] Production.INFO: 117
[2026-04-06 15:04:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:04:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:04:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: ==17328== Releasing lock...
[2026-04-06 15:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: ==17322== Releasing lock...
[2026-04-06 15:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:04:04] Production.INFO: Total Charge 0
[2026-04-06 15:04:04] Production.INFO: CreateAllLog End
[2026-04-06 15:04:05] Production.INFO: Account Balance End.
[2026-04-06 15:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:04:05] Production.INFO: ==17326== Releasing lock...
[2026-04-06 15:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:04:12] Production.ERROR: CronJobId end10
[2026-04-06 15:04:12] Production.INFO: ==17324== Releasing lock...
[2026-04-06 15:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:04:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:04:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:04:15] Production.INFO: call_cost start
[2026-04-06 15:04:15] Production.INFO: call_cost end
[2026-04-06 15:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:04:15] Production.INFO: ==17320== Releasing lock...
[2026-04-06 15:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:05:01] Production.INFO: ==17382== Lock acquired, processing the job...
[2026-04-06 20:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:05:01] Production.INFO: neon service started
[2026-04-06 20:05:01] Production.INFO: neon service started
[2026-04-06 20:05:01] Production.INFO: ==17382== Releasing lock...
[2026-04-06 20:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:05:01] Production.INFO: ==17384== Lock acquired, processing the job...
[2026-04-06 15:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:05:02] Production.INFO: ==17384== Releasing lock...
[2026-04-06 15:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:05:02] Production.INFO: ==17386== Lock acquired, processing the job...
[2026-04-06 19:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:05:02] Production.INFO: ==17386== Releasing lock...
[2026-04-06 19:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:05:02] Production.INFO: ==17388== Lock acquired, processing the job...
[2026-04-06 15:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:05:02] Production.INFO: ==17390== Lock acquired, processing the job...
[2026-04-06 15:05:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:05:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:05:03] Production.INFO: ==17397== Lock acquired, processing the job...
[2026-04-06 15:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:05:03] Production.INFO: ==17392== Lock acquired, processing the job...
[2026-04-06 15:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:05:03] Production.INFO: ==17394== Lock acquired, processing the job...
[2026-04-06 15:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:05:03] Production.INFO: Account Balance Start.
[2026-04-06 15:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:05:03] Production.INFO: 117
[2026-04-06 15:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:05:03] Production.INFO: ==17397== Releasing lock...
[2026-04-06 15:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: ==17390== Releasing lock...
[2026-04-06 15:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-28
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-29
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-30
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-03-31
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-04-01
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-04-02
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:03] Production.INFO: Date 2026-04-03
[2026-04-06 15:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:05:04] Production.INFO: Total Charge 0
[2026-04-06 15:05:04] Production.INFO: CreateAllLog End
[2026-04-06 15:05:04] Production.INFO: Account Balance End.
[2026-04-06 15:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:05:04] Production.INFO: ==17394== Releasing lock...
[2026-04-06 15:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:05:11] Production.ERROR: CronJobId end10
[2026-04-06 15:05:11] Production.INFO: ==17392== Releasing lock...
[2026-04-06 15:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:05:14] Production.INFO: call_cost start
[2026-04-06 15:05:14] Production.INFO: call_cost end
[2026-04-06 15:05:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:05:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:05:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:05:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:05:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:05:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:05:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:05:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:05:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:05:14] Production.INFO: ==17388== Releasing lock...
[2026-04-06 15:05:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:05:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:06:01] Production.INFO: ==17458== Lock acquired, processing the job...
[2026-04-06 20:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:06:01] Production.INFO: neon service started
[2026-04-06 20:06:01] Production.INFO: neon service started
[2026-04-06 20:06:01] Production.INFO: ==17458== Releasing lock...
[2026-04-06 20:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:06:02] Production.INFO: ==17460== Lock acquired, processing the job...
[2026-04-06 15:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:06:02] Production.INFO: ==17460== Releasing lock...
[2026-04-06 15:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:06:02] Production.INFO: ==17462== Lock acquired, processing the job...
[2026-04-06 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:06:02] Production.INFO: ==17462== Releasing lock...
[2026-04-06 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:06:03] Production.INFO: ==17472== Lock acquired, processing the job...
[2026-04-06 15:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:06:03] Production.INFO: ==17464== Lock acquired, processing the job...
[2026-04-06 15:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:06:03] Production.INFO: ==17472== Releasing lock...
[2026-04-06 15:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:06:03] Production.INFO: ==17470== Lock acquired, processing the job...
[2026-04-06 15:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:06:03] Production.INFO: ==17466== Lock acquired, processing the job...
[2026-04-06 15:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:06:03] Production.INFO: ==17468== Lock acquired, processing the job...
[2026-04-06 15:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:06:03] Production.INFO: Account Balance Start.
[2026-04-06 15:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:06:03] Production.INFO: 117
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:06:04] Production.INFO: ==17466== Releasing lock...
[2026-04-06 15:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:06:04] Production.INFO: Total Charge 0
[2026-04-06 15:06:04] Production.INFO: CreateAllLog End
[2026-04-06 15:06:04] Production.INFO: Account Balance End.
[2026-04-06 15:06:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:06:04] Production.INFO: ==17470== Releasing lock...
[2026-04-06 15:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:06:11] Production.ERROR: CronJobId end10
[2026-04-06 15:06:11] Production.INFO: ==17468== Releasing lock...
[2026-04-06 15:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:06:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:06:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:06:13] Production.INFO: call_cost start
[2026-04-06 15:06:13] Production.INFO: call_cost end
[2026-04-06 15:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:06:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:06:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:06:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:06:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:06:13] Production.INFO: ==17464== Releasing lock...
[2026-04-06 15:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:07:02] Production.INFO: ==17537== Lock acquired, processing the job...
[2026-04-06 20:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:07:02] Production.INFO: neon service started
[2026-04-06 20:07:02] Production.INFO: neon service started
[2026-04-06 20:07:02] Production.INFO: ==17537== Releasing lock...
[2026-04-06 20:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:07:02] Production.INFO: ==17540== Lock acquired, processing the job...
[2026-04-06 15:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:07:02] Production.INFO: ==17540== Releasing lock...
[2026-04-06 15:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:07:03] Production.INFO: ==17542== Lock acquired, processing the job...
[2026-04-06 19:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:07:03] Production.INFO: ==17542== Releasing lock...
[2026-04-06 19:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:07:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:07:03] Production.INFO: ==17544== Lock acquired, processing the job...
[2026-04-06 15:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:07:03] Production.INFO: ==17546== Lock acquired, processing the job...
[2026-04-06 15:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:07:03] Production.INFO: ==17548== Lock acquired, processing the job...
[2026-04-06 15:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:07:03] Production.INFO: ==17552== Lock acquired, processing the job...
[2026-04-06 15:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:07:03] Production.INFO: ==17550== Lock acquired, processing the job...
[2026-04-06 15:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:07:03] Production.INFO: Account Balance Start.
[2026-04-06 15:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:07:03] Production.INFO: 117
[2026-04-06 15:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:07:03] Production.INFO: ==17552== Releasing lock...
[2026-04-06 15:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: ==17546== Releasing lock...
[2026-04-06 15:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:07:04] Production.INFO: Total Charge 0
[2026-04-06 15:07:04] Production.INFO: CreateAllLog End
[2026-04-06 15:07:04] Production.INFO: Account Balance End.
[2026-04-06 15:07:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:07:05] Production.INFO: ==17550== Releasing lock...
[2026-04-06 15:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:07:11] Production.ERROR: CronJobId end10
[2026-04-06 15:07:11] Production.INFO: ==17548== Releasing lock...
[2026-04-06 15:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:07:13] Production.INFO: call_cost start
[2026-04-06 15:07:13] Production.INFO: call_cost end
[2026-04-06 15:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:07:13] Production.INFO: ==17544== Releasing lock...
[2026-04-06 15:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:08:01] Production.INFO: ==17613== Lock acquired, processing the job...
[2026-04-06 20:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:08:01] Production.INFO: neon service started
[2026-04-06 20:08:01] Production.INFO: neon service started
[2026-04-06 20:08:01] Production.INFO: ==17613== Releasing lock...
[2026-04-06 20:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:08:02] Production.INFO: ==17615== Lock acquired, processing the job...
[2026-04-06 15:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:08:02] Production.INFO: ==17615== Releasing lock...
[2026-04-06 15:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:08:02] Production.INFO: ==17617== Lock acquired, processing the job...
[2026-04-06 19:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:08:02] Production.INFO: ==17617== Releasing lock...
[2026-04-06 19:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:08:03] Production.INFO: ==17627== Lock acquired, processing the job...
[2026-04-06 15:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:08:03] Production.INFO: ==17627== Releasing lock...
[2026-04-06 15:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:08:03] Production.INFO: ==17619== Lock acquired, processing the job...
[2026-04-06 15:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:08:03] Production.INFO: ==17625== Lock acquired, processing the job...
[2026-04-06 15:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:08:03] Production.INFO: ==17623== Lock acquired, processing the job...
[2026-04-06 15:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:08:03] Production.INFO: ==17621== Lock acquired, processing the job...
[2026-04-06 15:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:08:03] Production.INFO: Account Balance Start.
[2026-04-06 15:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:08:03] Production.INFO: 117
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: ==17621== Releasing lock...
[2026-04-06 15:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:08:04] Production.INFO: Total Charge 0
[2026-04-06 15:08:04] Production.INFO: CreateAllLog End
[2026-04-06 15:08:04] Production.INFO: Account Balance End.
[2026-04-06 15:08:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:08:04] Production.INFO: ==17625== Releasing lock...
[2026-04-06 15:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:08:10] Production.ERROR: CronJobId end10
[2026-04-06 15:08:10] Production.INFO: ==17623== Releasing lock...
[2026-04-06 15:08:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:08:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:08:13] Production.INFO: call_cost start
[2026-04-06 15:08:13] Production.INFO: call_cost end
[2026-04-06 15:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:08:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:08:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:08:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:08:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:08:13] Production.INFO: ==17619== Releasing lock...
[2026-04-06 15:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:09:02] Production.INFO: ==17686== Lock acquired, processing the job...
[2026-04-06 20:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:09:02] Production.INFO: neon service started
[2026-04-06 20:09:02] Production.INFO: neon service started
[2026-04-06 20:09:02] Production.INFO: ==17686== Releasing lock...
[2026-04-06 20:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:09:02] Production.INFO: ==17691== Lock acquired, processing the job...
[2026-04-06 19:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:09:02] Production.INFO: ==17691== Releasing lock...
[2026-04-06 19:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:09:02] Production.INFO: ==17689== Lock acquired, processing the job...
[2026-04-06 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:09:02] Production.INFO: ==17689== Releasing lock...
[2026-04-06 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:09:03] Production.INFO: ==17693== Lock acquired, processing the job...
[2026-04-06 15:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:09:03] Production.INFO: ==17697== Lock acquired, processing the job...
[2026-04-06 15:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:09:03] Production.INFO: ==17695== Lock acquired, processing the job...
[2026-04-06 15:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:09:03] Production.INFO: ==17699== Lock acquired, processing the job...
[2026-04-06 15:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:09:03] Production.INFO: Account Balance Start.
[2026-04-06 15:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:09:03] Production.INFO: 117
[2026-04-06 15:09:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:03] Production.INFO: ==17701== Lock acquired, processing the job...
[2026-04-06 15:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:09:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:09:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:09:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:09:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: ==17701== Releasing lock...
[2026-04-06 15:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: ==17695== Releasing lock...
[2026-04-06 15:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-03-28
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-03-29
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:09:05] Production.INFO: Total Charge 0
[2026-04-06 15:09:05] Production.INFO: CreateAllLog End
[2026-04-06 15:09:05] Production.INFO: Account Balance End.
[2026-04-06 15:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:09:05] Production.INFO: ==17699== Releasing lock...
[2026-04-06 15:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:09:12] Production.ERROR: CronJobId end10
[2026-04-06 15:09:12] Production.INFO: ==17697== Releasing lock...
[2026-04-06 15:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:09:14] Production.INFO: call_cost start
[2026-04-06 15:09:14] Production.INFO: call_cost end
[2026-04-06 15:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:09:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:09:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:09:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:09:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:09:14] Production.INFO: ==17693== Releasing lock...
[2026-04-06 15:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:10:01] Production.INFO: ==17760== Lock acquired, processing the job...
[2026-04-06 20:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:10:01] Production.INFO: neon service started
[2026-04-06 20:10:01] Production.INFO: neon service started
[2026-04-06 20:10:01] Production.INFO: ==17760== Releasing lock...
[2026-04-06 20:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:10:02] Production.INFO: ==17762== Lock acquired, processing the job...
[2026-04-06 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:10:02] Production.INFO: ==17764== Lock acquired, processing the job...
[2026-04-06 19:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:10:02] Production.INFO: ==17764== Releasing lock...
[2026-04-06 19:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:10:02] Production.INFO: ==17762== Releasing lock...
[2026-04-06 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:10:03] Production.INFO: ==17767== Lock acquired, processing the job...
[2026-04-06 15:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:10:03] Production.INFO: ==17771== Lock acquired, processing the job...
[2026-04-06 15:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:10:03] Production.INFO: ==17769== Lock acquired, processing the job...
[2026-04-06 15:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:10:03] Production.INFO: ==17773== Lock acquired, processing the job...
[2026-04-06 15:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:10:03] Production.INFO: ==17775== Lock acquired, processing the job...
[2026-04-06 15:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:10:03] Production.INFO: Account Balance Start.
[2026-04-06 15:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:10:03] Production.INFO: 117
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: ==17775== Releasing lock...
[2026-04-06 15:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:10:03] Production.INFO: ==17769== Releasing lock...
[2026-04-06 15:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:10:04] Production.INFO: Total Charge 0
[2026-04-06 15:10:04] Production.INFO: CreateAllLog End
[2026-04-06 15:10:04] Production.INFO: Account Balance End.
[2026-04-06 15:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:10:04] Production.INFO: ==17773== Releasing lock...
[2026-04-06 15:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:10:11] Production.ERROR: CronJobId end10
[2026-04-06 15:10:11] Production.INFO: ==17771== Releasing lock...
[2026-04-06 15:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:10:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:10:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:10:14] Production.INFO: call_cost start
[2026-04-06 15:10:14] Production.INFO: call_cost end
[2026-04-06 15:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:10:14] Production.INFO: ==17767== Releasing lock...
[2026-04-06 15:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:11:01] Production.INFO: ==17842== Lock acquired, processing the job...
[2026-04-06 20:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:11:01] Production.INFO: neon service started
[2026-04-06 20:11:01] Production.INFO: neon service started
[2026-04-06 20:11:01] Production.INFO: ==17842== Releasing lock...
[2026-04-06 20:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:11:02] Production.INFO: ==17844== Lock acquired, processing the job...
[2026-04-06 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:11:02] Production.INFO: ==17844== Releasing lock...
[2026-04-06 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:11:02] Production.INFO: ==17846== Lock acquired, processing the job...
[2026-04-06 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:11:02] Production.INFO: ==17846== Releasing lock...
[2026-04-06 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:11:03] Production.INFO: ==17848== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 15:11:03] Production.INFO: ==17850== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 15:11:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:11:03] Production.ERROR: CronJob PID - 17850
[2026-04-06 15:11:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 15:11:03] Production.ERROR: CronJob ID - 5
[2026-04-06 15:11:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:11:00
[2026-04-06 15:11:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:11:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 15:11:03] Production.INFO: ==17848== Releasing lock...
[2026-04-06 15:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 15:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 15:11:03] Production.INFO: ==17852== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:11:03] Production.INFO: ==17854== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:11:03] Production.INFO: ==17856== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:11:03] Production.INFO: ==17860== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:11:03] Production.INFO: ==17858== Lock acquired, processing the job...
[2026-04-06 15:11:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 15:11:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:11:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:11:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:11:03] Production.INFO: Account Balance Start.
[2026-04-06 15:11:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:11:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:11:03] Production.INFO: ==17860== Releasing lock...
[2026-04-06 15:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:11:03] Production.INFO: 117
[2026-04-06 15:11:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:11:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: ==17852== Releasing lock...
[2026-04-06 15:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:11:04] Production.ERROR: done
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 15:11:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048332', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:11:05] Production.INFO: Total Charge 0
[2026-04-06 15:11:05] Production.INFO: CreateAllLog End
[2026-04-06 15:11:05] Production.INFO: Account Balance End.
[2026-04-06 15:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:11:05] Production.INFO: ==17856== Releasing lock...
[2026-04-06 15:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:11:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048332', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 15:11:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 15:11:10] Production.INFO: ProcessCDR(1,17048332,1,1,2)
[2026-04-06 15:11:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048332,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:11:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048332,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:11:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 15:11:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 15:11:10] Production.INFO: ==17858== Releasing lock...
[2026-04-06 15:11:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 15:11:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:11:14] Production.ERROR: CronJobId end10
[2026-04-06 15:11:14] Production.INFO: ==17854== Releasing lock...
[2026-04-06 15:11:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:11:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:11:16] Production.INFO: call_cost start
[2026-04-06 15:11:16] Production.INFO: call_cost end
[2026-04-06 15:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:11:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:11:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:11:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:11:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:11:16] Production.INFO: ==17850== Releasing lock...
[2026-04-06 15:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:12:01] Production.INFO: ==17919== Lock acquired, processing the job...
[2026-04-06 20:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:12:01] Production.INFO: neon service started
[2026-04-06 20:12:01] Production.INFO: neon service started
[2026-04-06 20:12:01] Production.INFO: ==17919== Releasing lock...
[2026-04-06 20:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:12:01] Production.INFO: ==17921== Lock acquired, processing the job...
[2026-04-06 15:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:12:01] Production.INFO: ==17921== Releasing lock...
[2026-04-06 15:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:12:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:12:02] Production.INFO: ==17923== Lock acquired, processing the job...
[2026-04-06 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:12:02] Production.INFO: ==17923== Releasing lock...
[2026-04-06 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:12:02] Production.INFO: ==17925== Lock acquired, processing the job...
[2026-04-06 15:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:12:02] Production.INFO: ==17927== Lock acquired, processing the job...
[2026-04-06 15:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:12:02] Production.INFO: ==17929== Lock acquired, processing the job...
[2026-04-06 15:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:12:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:12:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:12:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:12:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:12:03] Production.INFO: ==17931== Lock acquired, processing the job...
[2026-04-06 15:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:12:03] Production.INFO: ==17933== Lock acquired, processing the job...
[2026-04-06 15:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:12:03] Production.INFO: Account Balance Start.
[2026-04-06 15:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:12:03] Production.INFO: 117
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:12:03] Production.INFO: ==17933== Releasing lock...
[2026-04-06 15:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: ==17927== Releasing lock...
[2026-04-06 15:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-28
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-29
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-30
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-03-31
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:03] Production.INFO: Date 2026-04-01
[2026-04-06 15:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:12:04] Production.INFO: Total Charge 0
[2026-04-06 15:12:04] Production.INFO: CreateAllLog End
[2026-04-06 15:12:04] Production.INFO: Account Balance End.
[2026-04-06 15:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:12:04] Production.INFO: ==17931== Releasing lock...
[2026-04-06 15:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:12:12] Production.ERROR: CronJobId end10
[2026-04-06 15:12:12] Production.INFO: ==17929== Releasing lock...
[2026-04-06 15:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:12:14] Production.INFO: call_cost start
[2026-04-06 15:12:14] Production.INFO: call_cost end
[2026-04-06 15:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:12:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:12:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:12:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:12:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:12:14] Production.INFO: ==17925== Releasing lock...
[2026-04-06 15:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:13:01] Production.INFO: ==17998== Lock acquired, processing the job...
[2026-04-06 20:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:13:01] Production.INFO: neon service started
[2026-04-06 20:13:01] Production.INFO: neon service started
[2026-04-06 20:13:01] Production.INFO: ==17998== Releasing lock...
[2026-04-06 20:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:13:02] Production.INFO: ==18000== Lock acquired, processing the job...
[2026-04-06 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:13:02] Production.INFO: ==18002== Lock acquired, processing the job...
[2026-04-06 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:13:02] Production.INFO: ==18002== Releasing lock...
[2026-04-06 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:13:02] Production.INFO: ==18000== Releasing lock...
[2026-04-06 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:13:03] Production.INFO: ==18004== Lock acquired, processing the job...
[2026-04-06 15:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:13:03] Production.INFO: ==18008== Lock acquired, processing the job...
[2026-04-06 15:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:13:03] Production.INFO: ==18010== Lock acquired, processing the job...
[2026-04-06 15:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:13:03] Production.INFO: ==18006== Lock acquired, processing the job...
[2026-04-06 15:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:13:03] Production.INFO: ==18013== Lock acquired, processing the job...
[2026-04-06 15:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:13:03] Production.INFO: Account Balance Start.
[2026-04-06 15:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:13:03] Production.INFO: 117
[2026-04-06 15:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:03] Production.INFO: ==18013== Releasing lock...
[2026-04-06 15:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: ==18006== Releasing lock...
[2026-04-06 15:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:13:04] Production.INFO: Total Charge 0
[2026-04-06 15:13:04] Production.INFO: CreateAllLog End
[2026-04-06 15:13:04] Production.INFO: Account Balance End.
[2026-04-06 15:13:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:13:04] Production.INFO: ==18010== Releasing lock...
[2026-04-06 15:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:13:11] Production.ERROR: CronJobId end10
[2026-04-06 15:13:11] Production.INFO: ==18008== Releasing lock...
[2026-04-06 15:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:13:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:13:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:13:14] Production.INFO: call_cost start
[2026-04-06 15:13:14] Production.INFO: call_cost end
[2026-04-06 15:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:13:14] Production.INFO: ==18004== Releasing lock...
[2026-04-06 15:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:14:02] Production.INFO: ==18073== Lock acquired, processing the job...
[2026-04-06 20:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:14:02] Production.INFO: neon service started
[2026-04-06 20:14:02] Production.INFO: neon service started
[2026-04-06 20:14:02] Production.INFO: ==18073== Releasing lock...
[2026-04-06 20:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:14:02] Production.INFO: ==18075== Lock acquired, processing the job...
[2026-04-06 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:14:02] Production.INFO: ==18075== Releasing lock...
[2026-04-06 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:14:03] Production.INFO: ==18077== Lock acquired, processing the job...
[2026-04-06 19:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:14:03] Production.INFO: ==18077== Releasing lock...
[2026-04-06 19:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:14:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:14:03] Production.INFO: ==18080== Lock acquired, processing the job...
[2026-04-06 15:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:14:03] Production.INFO: ==18082== Lock acquired, processing the job...
[2026-04-06 15:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:14:03] Production.INFO: ==18084== Lock acquired, processing the job...
[2026-04-06 15:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:14:03] Production.INFO: ==18086== Lock acquired, processing the job...
[2026-04-06 15:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:14:03] Production.INFO: Account Balance Start.
[2026-04-06 15:14:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:14:03] Production.INFO: 117
[2026-04-06 15:14:03] Production.INFO: ==18088== Lock acquired, processing the job...
[2026-04-06 15:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:14:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:14:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: ==18088== Releasing lock...
[2026-04-06 15:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: ==18082== Releasing lock...
[2026-04-06 15:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:14:05] Production.INFO: Total Charge 0
[2026-04-06 15:14:05] Production.INFO: CreateAllLog End
[2026-04-06 15:14:05] Production.INFO: Account Balance End.
[2026-04-06 15:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:14:05] Production.INFO: ==18086== Releasing lock...
[2026-04-06 15:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:14:11] Production.ERROR: CronJobId end10
[2026-04-06 15:14:11] Production.INFO: ==18084== Releasing lock...
[2026-04-06 15:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:14:14] Production.INFO: call_cost start
[2026-04-06 15:14:14] Production.INFO: call_cost end
[2026-04-06 15:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:14:14] Production.INFO: ==18080== Releasing lock...
[2026-04-06 15:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:15:01] Production.INFO: ==18149== Lock acquired, processing the job...
[2026-04-06 20:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:15:01] Production.INFO: neon service started
[2026-04-06 20:15:01] Production.INFO: neon service started
[2026-04-06 20:15:01] Production.INFO: ==18149== Releasing lock...
[2026-04-06 20:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:15:01] Production.INFO: ==18151== Lock acquired, processing the job...
[2026-04-06 15:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:15:02] Production.INFO: ==18151== Releasing lock...
[2026-04-06 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:15:02] Production.INFO: ==18153== Lock acquired, processing the job...
[2026-04-06 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:15:02] Production.INFO: ==18153== Releasing lock...
[2026-04-06 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:15:02] Production.INFO: ==18160== Lock acquired, processing the job...
[2026-04-06 15:15:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:15:03] Production.INFO: ==18156== Lock acquired, processing the job...
[2026-04-06 15:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:15:03] Production.INFO: ==18158== Lock acquired, processing the job...
[2026-04-06 15:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:15:03] Production.INFO: ==18162== Lock acquired, processing the job...
[2026-04-06 15:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:15:03] Production.INFO: ==18164== Lock acquired, processing the job...
[2026-04-06 15:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:15:03] Production.INFO: Account Balance Start.
[2026-04-06 15:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:15:03] Production.INFO: 117
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:15:03] Production.INFO: ==18164== Releasing lock...
[2026-04-06 15:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: ==18158== Releasing lock...
[2026-04-06 15:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:15:04] Production.INFO: Total Charge 0
[2026-04-06 15:15:04] Production.INFO: CreateAllLog End
[2026-04-06 15:15:04] Production.INFO: Account Balance End.
[2026-04-06 15:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:15:04] Production.INFO: ==18162== Releasing lock...
[2026-04-06 15:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:15:11] Production.ERROR: CronJobId end10
[2026-04-06 15:15:11] Production.INFO: ==18160== Releasing lock...
[2026-04-06 15:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:15:14] Production.INFO: call_cost start
[2026-04-06 15:15:14] Production.INFO: call_cost end
[2026-04-06 15:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:15:14] Production.INFO: ==18156== Releasing lock...
[2026-04-06 15:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:16:02] Production.INFO: ==18234== Lock acquired, processing the job...
[2026-04-06 20:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:16:02] Production.INFO: neon service started
[2026-04-06 20:16:02] Production.INFO: neon service started
[2026-04-06 20:16:02] Production.INFO: ==18234== Releasing lock...
[2026-04-06 20:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:16:02] Production.INFO: ==18236== Lock acquired, processing the job...
[2026-04-06 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:16:02] Production.INFO: ==18236== Releasing lock...
[2026-04-06 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:16:02] Production.INFO: ==18238== Lock acquired, processing the job...
[2026-04-06 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:16:02] Production.INFO: ==18238== Releasing lock...
[2026-04-06 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:16:03] Production.INFO: ==18240== Lock acquired, processing the job...
[2026-04-06 15:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:16:03] Production.INFO: ==18244== Lock acquired, processing the job...
[2026-04-06 15:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:16:03] Production.INFO: ==18242== Lock acquired, processing the job...
[2026-04-06 15:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:16:03] Production.INFO: ==18246== Lock acquired, processing the job...
[2026-04-06 15:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:16:03] Production.INFO: ==18248== Lock acquired, processing the job...
[2026-04-06 15:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:16:03] Production.INFO: Account Balance Start.
[2026-04-06 15:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:16:03] Production.INFO: 117
[2026-04-06 15:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:03] Production.INFO: ==18248== Releasing lock...
[2026-04-06 15:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: ==18242== Releasing lock...
[2026-04-06 15:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:16:04] Production.INFO: Total Charge 0
[2026-04-06 15:16:04] Production.INFO: CreateAllLog End
[2026-04-06 15:16:04] Production.INFO: Account Balance End.
[2026-04-06 15:16:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:16:04] Production.INFO: ==18246== Releasing lock...
[2026-04-06 15:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:16:12] Production.ERROR: CronJobId end10
[2026-04-06 15:16:12] Production.INFO: ==18244== Releasing lock...
[2026-04-06 15:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:16:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:16:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:16:14] Production.INFO: call_cost start
[2026-04-06 15:16:14] Production.INFO: call_cost end
[2026-04-06 15:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:16:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:16:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:16:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:16:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:16:14] Production.INFO: ==18240== Releasing lock...
[2026-04-06 15:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:17:01] Production.INFO: ==18306== Lock acquired, processing the job...
[2026-04-06 20:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:17:01] Production.INFO: neon service started
[2026-04-06 20:17:01] Production.INFO: neon service started
[2026-04-06 20:17:01] Production.INFO: ==18306== Releasing lock...
[2026-04-06 20:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:17:01] Production.INFO: ==18310== Lock acquired, processing the job...
[2026-04-06 19:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:17:01] Production.INFO: ==18310== Releasing lock...
[2026-04-06 19:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:17:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:17:01] Production.INFO: ==18308== Lock acquired, processing the job...
[2026-04-06 15:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:17:02] Production.INFO: ==18308== Releasing lock...
[2026-04-06 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:17:02] Production.INFO: ==18313== Lock acquired, processing the job...
[2026-04-06 15:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:17:02] Production.INFO: ==18317== Lock acquired, processing the job...
[2026-04-06 15:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:17:02] Production.INFO: ==18315== Lock acquired, processing the job...
[2026-04-06 15:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:17:03] Production.INFO: ==18319== Lock acquired, processing the job...
[2026-04-06 15:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:17:03] Production.INFO: ==18321== Lock acquired, processing the job...
[2026-04-06 15:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:17:03] Production.INFO: Account Balance Start.
[2026-04-06 15:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:17:03] Production.INFO: 117
[2026-04-06 15:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:17:03] Production.INFO: ==18321== Releasing lock...
[2026-04-06 15:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: ==18315== Releasing lock...
[2026-04-06 15:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:17:04] Production.INFO: Total Charge 0
[2026-04-06 15:17:04] Production.INFO: CreateAllLog End
[2026-04-06 15:17:04] Production.INFO: Account Balance End.
[2026-04-06 15:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:17:04] Production.INFO: ==18319== Releasing lock...
[2026-04-06 15:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:17:11] Production.ERROR: CronJobId end10
[2026-04-06 15:17:11] Production.INFO: ==18317== Releasing lock...
[2026-04-06 15:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:17:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:17:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:17:13] Production.INFO: call_cost start
[2026-04-06 15:17:13] Production.INFO: call_cost end
[2026-04-06 15:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:17:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:17:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:17:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:17:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:17:13] Production.INFO: ==18313== Releasing lock...
[2026-04-06 15:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:18:01] Production.INFO: ==18390== Lock acquired, processing the job...
[2026-04-06 20:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:18:01] Production.INFO: neon service started
[2026-04-06 20:18:01] Production.INFO: neon service started
[2026-04-06 20:18:01] Production.INFO: ==18390== Releasing lock...
[2026-04-06 20:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:18:02] Production.INFO: ==18392== Lock acquired, processing the job...
[2026-04-06 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:18:02] Production.INFO: ==18392== Releasing lock...
[2026-04-06 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:18:02] Production.INFO: ==18394== Lock acquired, processing the job...
[2026-04-06 19:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:18:02] Production.INFO: ==18394== Releasing lock...
[2026-04-06 19:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:18:03] Production.INFO: ==18399== Lock acquired, processing the job...
[2026-04-06 15:18:03] Production.INFO: ==18397== Lock acquired, processing the job...
[2026-04-06 15:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:18:03] Production.INFO: ==18401== Lock acquired, processing the job...
[2026-04-06 15:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:18:03] Production.INFO: ==18403== Lock acquired, processing the job...
[2026-04-06 15:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:18:03] Production.INFO: ==18405== Lock acquired, processing the job...
[2026-04-06 15:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:18:03] Production.INFO: Account Balance Start.
[2026-04-06 15:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:18:03] Production.INFO: 117
[2026-04-06 15:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: ==18405== Releasing lock...
[2026-04-06 15:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: ==18399== Releasing lock...
[2026-04-06 15:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:18:04] Production.INFO: Total Charge 0
[2026-04-06 15:18:04] Production.INFO: CreateAllLog End
[2026-04-06 15:18:04] Production.INFO: Account Balance End.
[2026-04-06 15:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:18:04] Production.INFO: ==18403== Releasing lock...
[2026-04-06 15:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:18:12] Production.ERROR: CronJobId end10
[2026-04-06 15:18:12] Production.INFO: ==18401== Releasing lock...
[2026-04-06 15:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:18:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:18:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:18:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:18:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:18:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:18:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:18:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:18:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:18:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:18:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:18:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:18:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:18:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:18:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:18:15] Production.INFO: call_cost start
[2026-04-06 15:18:15] Production.INFO: call_cost end
[2026-04-06 15:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:18:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:18:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:18:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:18:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:18:15] Production.INFO: ==18397== Releasing lock...
[2026-04-06 15:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:19:02] Production.INFO: ==18462== Lock acquired, processing the job...
[2026-04-06 20:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:19:02] Production.INFO: neon service started
[2026-04-06 20:19:02] Production.INFO: neon service started
[2026-04-06 20:19:02] Production.INFO: ==18462== Releasing lock...
[2026-04-06 20:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:19:02] Production.INFO: ==18464== Lock acquired, processing the job...
[2026-04-06 15:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:19:02] Production.INFO: ==18464== Releasing lock...
[2026-04-06 15:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:19:02] Production.INFO: ==18466== Lock acquired, processing the job...
[2026-04-06 19:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:19:03] Production.INFO: ==18466== Releasing lock...
[2026-04-06 19:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:19:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:19:03] Production.INFO: ==18468== Lock acquired, processing the job...
[2026-04-06 15:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:19:03] Production.INFO: ==18472== Lock acquired, processing the job...
[2026-04-06 15:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:19:03] Production.INFO: ==18476== Lock acquired, processing the job...
[2026-04-06 15:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:19:03] Production.INFO: ==18470== Lock acquired, processing the job...
[2026-04-06 15:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:19:03] Production.INFO: ==18474== Lock acquired, processing the job...
[2026-04-06 15:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:19:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:19:03] Production.INFO: Account Balance Start.
[2026-04-06 15:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:19:03] Production.INFO: 117
[2026-04-06 15:19:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:03] Production.INFO: ==18476== Releasing lock...
[2026-04-06 15:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:19:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: ==18470== Releasing lock...
[2026-04-06 15:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:19:05] Production.INFO: Total Charge 0
[2026-04-06 15:19:05] Production.INFO: CreateAllLog End
[2026-04-06 15:19:05] Production.INFO: Account Balance End.
[2026-04-06 15:19:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:19:05] Production.INFO: ==18474== Releasing lock...
[2026-04-06 15:19:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:19:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:19:11] Production.ERROR: CronJobId end10
[2026-04-06 15:19:11] Production.INFO: ==18472== Releasing lock...
[2026-04-06 15:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:19:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:19:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:19:14] Production.INFO: call_cost start
[2026-04-06 15:19:14] Production.INFO: call_cost end
[2026-04-06 15:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:19:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:19:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:19:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:19:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:19:14] Production.INFO: ==18468== Releasing lock...
[2026-04-06 15:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:20:01] Production.INFO: ==18539== Lock acquired, processing the job...
[2026-04-06 20:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:20:01] Production.INFO: neon service started
[2026-04-06 20:20:01] Production.INFO: neon service started
[2026-04-06 20:20:01] Production.INFO: ==18539== Releasing lock...
[2026-04-06 20:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:20:02] Production.INFO: ==18541== Lock acquired, processing the job...
[2026-04-06 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:20:02] Production.INFO: ==18543== Lock acquired, processing the job...
[2026-04-06 19:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:20:02] Production.INFO: ==18543== Releasing lock...
[2026-04-06 19:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:20:02] Production.INFO: ==18541== Releasing lock...
[2026-04-06 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:20:03] Production.INFO: ==18548== Lock acquired, processing the job...
[2026-04-06 15:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:20:03] Production.INFO: ==18546== Lock acquired, processing the job...
[2026-04-06 15:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:20:03] Production.INFO: ==18550== Lock acquired, processing the job...
[2026-04-06 15:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:20:03] Production.INFO: ==18554== Lock acquired, processing the job...
[2026-04-06 15:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:20:03] Production.INFO: ==18552== Lock acquired, processing the job...
[2026-04-06 15:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:20:03] Production.INFO: Account Balance Start.
[2026-04-06 15:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:20:03] Production.INFO: 117
[2026-04-06 15:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: ==18554== Releasing lock...
[2026-04-06 15:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: ==18548== Releasing lock...
[2026-04-06 15:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:20:04] Production.INFO: Total Charge 0
[2026-04-06 15:20:04] Production.INFO: CreateAllLog End
[2026-04-06 15:20:04] Production.INFO: Account Balance End.
[2026-04-06 15:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:20:04] Production.INFO: ==18552== Releasing lock...
[2026-04-06 15:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:20:11] Production.ERROR: CronJobId end10
[2026-04-06 15:20:11] Production.INFO: ==18550== Releasing lock...
[2026-04-06 15:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:20:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:20:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:20:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:20:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:20:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:20:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:20:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:20:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:20:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:20:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:20:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:20:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:20:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:20:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:20:13] Production.INFO: call_cost start
[2026-04-06 15:20:13] Production.INFO: call_cost end
[2026-04-06 15:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:20:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:20:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:20:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:20:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:20:13] Production.INFO: ==18546== Releasing lock...
[2026-04-06 15:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:21:02] Production.INFO: ==18617== Lock acquired, processing the job...
[2026-04-06 20:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:21:02] Production.INFO: neon service started
[2026-04-06 20:21:02] Production.INFO: neon service started
[2026-04-06 20:21:02] Production.INFO: ==18617== Releasing lock...
[2026-04-06 20:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:21:02] Production.INFO: ==18619== Lock acquired, processing the job...
[2026-04-06 15:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:21:02] Production.INFO: ==18619== Releasing lock...
[2026-04-06 15:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:21:02] Production.INFO: ==18621== Lock acquired, processing the job...
[2026-04-06 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:21:02] Production.INFO: ==18621== Releasing lock...
[2026-04-06 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:21:03] Production.INFO: ==18624== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 15:21:03] Production.INFO: ==18626== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:21:03] Production.INFO: ==18630== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 15:21:03] Production.INFO: ==18628== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 15:21:03] Production.INFO: ==18624== Releasing lock...
[2026-04-06 15:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 15:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 15:21:03] Production.INFO: ==18636== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:21:03] Production.INFO: ==18634== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 15:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:21:03] Production.INFO: ==18632== Lock acquired, processing the job...
[2026-04-06 15:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:21:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:21:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:21:03] Production.INFO: Account Balance Start.
[2026-04-06 15:21:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:21:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:21:03] Production.INFO: 117
[2026-04-06 15:21:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: ==18636== Releasing lock...
[2026-04-06 15:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: ==18628== Releasing lock...
[2026-04-06 15:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:21:04] Production.ERROR: done
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 15:21:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048373', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:21:05] Production.INFO: Total Charge 0
[2026-04-06 15:21:05] Production.INFO: CreateAllLog End
[2026-04-06 15:21:05] Production.INFO: Account Balance End.
[2026-04-06 15:21:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:21:05] Production.INFO: ==18632== Releasing lock...
[2026-04-06 15:21:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:21:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048373', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 15:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 15:21:10] Production.INFO: ProcessCDR(1,17048373,1,1,2)
[2026-04-06 15:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048373,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048373,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 15:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 15:21:10] Production.INFO: ==18634== Releasing lock...
[2026-04-06 15:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 15:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:21:13] Production.ERROR: CronJobId end10
[2026-04-06 15:21:13] Production.INFO: ==18630== Releasing lock...
[2026-04-06 15:21:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:21:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:21:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:21:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:21:16] Production.INFO: call_cost start
[2026-04-06 15:21:16] Production.INFO: call_cost end
[2026-04-06 15:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:21:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:21:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:21:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:21:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:21:16] Production.INFO: ==18626== Releasing lock...
[2026-04-06 15:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:22:01] Production.INFO: ==18694== Lock acquired, processing the job...
[2026-04-06 20:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:22:01] Production.INFO: neon service started
[2026-04-06 20:22:01] Production.INFO: neon service started
[2026-04-06 20:22:01] Production.INFO: ==18694== Releasing lock...
[2026-04-06 20:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:22:02] Production.INFO: ==18696== Lock acquired, processing the job...
[2026-04-06 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:22:02] Production.INFO: ==18698== Lock acquired, processing the job...
[2026-04-06 19:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:22:02] Production.INFO: ==18698== Releasing lock...
[2026-04-06 19:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:22:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:22:02] Production.INFO: ==18696== Releasing lock...
[2026-04-06 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:22:03] Production.INFO: ==18701== Lock acquired, processing the job...
[2026-04-06 15:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:22:03] Production.INFO: ==18705== Lock acquired, processing the job...
[2026-04-06 15:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:22:03] Production.INFO: ==18703== Lock acquired, processing the job...
[2026-04-06 15:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:22:03] Production.INFO: ==18707== Lock acquired, processing the job...
[2026-04-06 15:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:22:03] Production.INFO: ==18709== Lock acquired, processing the job...
[2026-04-06 15:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:22:03] Production.INFO: Account Balance Start.
[2026-04-06 15:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:22:03] Production.INFO: 117
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:22:03] Production.INFO: ==18709== Releasing lock...
[2026-04-06 15:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: ==18703== Releasing lock...
[2026-04-06 15:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:22:04] Production.INFO: Total Charge 0
[2026-04-06 15:22:04] Production.INFO: CreateAllLog End
[2026-04-06 15:22:04] Production.INFO: Account Balance End.
[2026-04-06 15:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:22:04] Production.INFO: ==18707== Releasing lock...
[2026-04-06 15:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:22:10] Production.ERROR: CronJobId end10
[2026-04-06 15:22:10] Production.INFO: ==18705== Releasing lock...
[2026-04-06 15:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:22:13] Production.INFO: call_cost start
[2026-04-06 15:22:13] Production.INFO: call_cost end
[2026-04-06 15:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:22:13] Production.INFO: ==18701== Releasing lock...
[2026-04-06 15:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:23:01] Production.INFO: ==18786== Lock acquired, processing the job...
[2026-04-06 20:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:23:01] Production.INFO: neon service started
[2026-04-06 20:23:01] Production.INFO: neon service started
[2026-04-06 20:23:01] Production.INFO: ==18786== Releasing lock...
[2026-04-06 20:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:23:02] Production.INFO: ==18788== Lock acquired, processing the job...
[2026-04-06 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:23:02] Production.INFO: ==18790== Lock acquired, processing the job...
[2026-04-06 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:23:02] Production.INFO: ==18790== Releasing lock...
[2026-04-06 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:23:02] Production.INFO: ==18788== Releasing lock...
[2026-04-06 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:23:03] Production.INFO: ==18799== Lock acquired, processing the job...
[2026-04-06 15:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:23:03] Production.INFO: ==18793== Lock acquired, processing the job...
[2026-04-06 15:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:23:03] Production.INFO: ==18795== Lock acquired, processing the job...
[2026-04-06 15:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:23:03] Production.INFO: Account Balance Start.
[2026-04-06 15:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:23:03] Production.INFO: 117
[2026-04-06 15:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:23:03] Production.INFO: ==18797== Lock acquired, processing the job...
[2026-04-06 15:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:23:03] Production.INFO: ==18801== Lock acquired, processing the job...
[2026-04-06 15:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:23:03] Production.INFO: ==18801== Releasing lock...
[2026-04-06 15:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: ==18795== Releasing lock...
[2026-04-06 15:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:23:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:23:05] Production.INFO: Total Charge 0
[2026-04-06 15:23:05] Production.INFO: CreateAllLog End
[2026-04-06 15:23:05] Production.INFO: Account Balance End.
[2026-04-06 15:23:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:23:05] Production.INFO: ==18799== Releasing lock...
[2026-04-06 15:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:23:10] Production.ERROR: CronJobId end10
[2026-04-06 15:23:10] Production.INFO: ==18797== Releasing lock...
[2026-04-06 15:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:23:14] Production.INFO: call_cost start
[2026-04-06 15:23:14] Production.INFO: call_cost end
[2026-04-06 15:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:23:14] Production.INFO: ==18793== Releasing lock...
[2026-04-06 15:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:24:02] Production.INFO: ==18857== Lock acquired, processing the job...
[2026-04-06 20:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:24:02] Production.INFO: neon service started
[2026-04-06 20:24:02] Production.INFO: neon service started
[2026-04-06 20:24:02] Production.INFO: ==18857== Releasing lock...
[2026-04-06 20:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:24:02] Production.INFO: ==18859== Lock acquired, processing the job...
[2026-04-06 15:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:24:02] Production.INFO: ==18859== Releasing lock...
[2026-04-06 15:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:24:03] Production.INFO: ==18861== Lock acquired, processing the job...
[2026-04-06 19:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:24:03] Production.INFO: ==18861== Releasing lock...
[2026-04-06 19:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:24:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:24:03] Production.INFO: ==18866== Lock acquired, processing the job...
[2026-04-06 15:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:24:03] Production.INFO: ==18864== Lock acquired, processing the job...
[2026-04-06 15:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:24:03] Production.INFO: ==18868== Lock acquired, processing the job...
[2026-04-06 15:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:24:03] Production.INFO: ==18870== Lock acquired, processing the job...
[2026-04-06 15:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:24:03] Production.INFO: ==18872== Lock acquired, processing the job...
[2026-04-06 15:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:24:03] Production.INFO: Account Balance Start.
[2026-04-06 15:24:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:24:03] Production.INFO: 117
[2026-04-06 15:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:24:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:24:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:24:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:24:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:24:04] Production.INFO: ==18872== Releasing lock...
[2026-04-06 15:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: ==18866== Releasing lock...
[2026-04-06 15:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:24:05] Production.INFO: Total Charge 0
[2026-04-06 15:24:05] Production.INFO: CreateAllLog End
[2026-04-06 15:24:05] Production.INFO: Account Balance End.
[2026-04-06 15:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:24:05] Production.INFO: ==18870== Releasing lock...
[2026-04-06 15:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:24:11] Production.ERROR: CronJobId end10
[2026-04-06 15:24:11] Production.INFO: ==18868== Releasing lock...
[2026-04-06 15:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:24:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:24:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:24:14] Production.INFO: call_cost start
[2026-04-06 15:24:14] Production.INFO: call_cost end
[2026-04-06 15:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:24:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:24:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:24:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:24:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:24:14] Production.INFO: ==18864== Releasing lock...
[2026-04-06 15:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:25:01] Production.INFO: ==18935== Lock acquired, processing the job...
[2026-04-06 20:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:25:01] Production.INFO: neon service started
[2026-04-06 20:25:01] Production.INFO: neon service started
[2026-04-06 20:25:01] Production.INFO: ==18935== Releasing lock...
[2026-04-06 20:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:25:02] Production.INFO: ==18937== Lock acquired, processing the job...
[2026-04-06 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:25:02] Production.INFO: ==18939== Lock acquired, processing the job...
[2026-04-06 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:25:02] Production.INFO: ==18939== Releasing lock...
[2026-04-06 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:25:02] Production.INFO: ==18937== Releasing lock...
[2026-04-06 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:25:03] Production.INFO: ==18942== Lock acquired, processing the job...
[2026-04-06 15:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:25:03] Production.INFO: ==18944== Lock acquired, processing the job...
[2026-04-06 15:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:25:03] Production.INFO: ==18946== Lock acquired, processing the job...
[2026-04-06 15:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:25:03] Production.INFO: ==18948== Lock acquired, processing the job...
[2026-04-06 15:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:25:03] Production.INFO: ==18950== Lock acquired, processing the job...
[2026-04-06 15:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:25:03] Production.INFO: Account Balance Start.
[2026-04-06 15:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:25:03] Production.INFO: 117
[2026-04-06 15:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:25:03] Production.INFO: ==18950== Releasing lock...
[2026-04-06 15:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: ==18944== Releasing lock...
[2026-04-06 15:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:25:04] Production.INFO: Total Charge 0
[2026-04-06 15:25:04] Production.INFO: CreateAllLog End
[2026-04-06 15:25:05] Production.INFO: Account Balance End.
[2026-04-06 15:25:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:25:05] Production.INFO: ==18948== Releasing lock...
[2026-04-06 15:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:25:11] Production.ERROR: CronJobId end10
[2026-04-06 15:25:11] Production.INFO: ==18946== Releasing lock...
[2026-04-06 15:25:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:25:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:25:14] Production.INFO: call_cost start
[2026-04-06 15:25:14] Production.INFO: call_cost end
[2026-04-06 15:25:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:25:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:25:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:25:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:25:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:25:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:25:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:25:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:25:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:25:14] Production.INFO: ==18942== Releasing lock...
[2026-04-06 15:25:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:25:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:26:02] Production.INFO: ==19016== Lock acquired, processing the job...
[2026-04-06 20:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:26:02] Production.INFO: neon service started
[2026-04-06 20:26:02] Production.INFO: neon service started
[2026-04-06 20:26:02] Production.INFO: ==19016== Releasing lock...
[2026-04-06 20:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:26:02] Production.INFO: ==19020== Lock acquired, processing the job...
[2026-04-06 19:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:26:02] Production.INFO: ==19020== Releasing lock...
[2026-04-06 19:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:26:02] Production.INFO: ==19018== Lock acquired, processing the job...
[2026-04-06 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:26:02] Production.INFO: ==19018== Releasing lock...
[2026-04-06 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:26:03] Production.INFO: ==19025== Lock acquired, processing the job...
[2026-04-06 15:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:26:03] Production.INFO: ==19029== Lock acquired, processing the job...
[2026-04-06 15:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:26:03] Production.INFO: Account Balance Start.
[2026-04-06 15:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:26:03] Production.INFO: 117
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: ==19023== Lock acquired, processing the job...
[2026-04-06 15:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: ==19027== Lock acquired, processing the job...
[2026-04-06 15:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: ==19031== Lock acquired, processing the job...
[2026-04-06 15:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:26:03] Production.INFO: ==19031== Releasing lock...
[2026-04-06 15:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:26:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: ==19025== Releasing lock...
[2026-04-06 15:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:26:04] Production.INFO: Total Charge 0
[2026-04-06 15:26:04] Production.INFO: CreateAllLog End
[2026-04-06 15:26:04] Production.INFO: Account Balance End.
[2026-04-06 15:26:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:26:04] Production.INFO: ==19029== Releasing lock...
[2026-04-06 15:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:26:11] Production.ERROR: CronJobId end10
[2026-04-06 15:26:11] Production.INFO: ==19027== Releasing lock...
[2026-04-06 15:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:26:13] Production.INFO: call_cost start
[2026-04-06 15:26:13] Production.INFO: call_cost end
[2026-04-06 15:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:26:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:26:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:26:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:26:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:26:13] Production.INFO: ==19023== Releasing lock...
[2026-04-06 15:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:27:01] Production.INFO: ==19086== Lock acquired, processing the job...
[2026-04-06 20:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:27:01] Production.INFO: neon service started
[2026-04-06 20:27:01] Production.INFO: neon service started
[2026-04-06 20:27:01] Production.INFO: ==19086== Releasing lock...
[2026-04-06 20:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:27:01] Production.INFO: ==19088== Lock acquired, processing the job...
[2026-04-06 15:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:27:02] Production.INFO: ==19088== Releasing lock...
[2026-04-06 15:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:27:02] Production.INFO: ==19090== Lock acquired, processing the job...
[2026-04-06 19:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:27:02] Production.INFO: ==19090== Releasing lock...
[2026-04-06 19:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:27:02] Production.INFO: ==19096== Lock acquired, processing the job...
[2026-04-06 15:27:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:27:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:27:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:27:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:27:02] Production.INFO: ==19092== Lock acquired, processing the job...
[2026-04-06 15:27:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:27:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:27:03] Production.INFO: ==19101== Lock acquired, processing the job...
[2026-04-06 15:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:27:03] Production.INFO: ==19094== Lock acquired, processing the job...
[2026-04-06 15:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:27:03] Production.INFO: ==19099== Lock acquired, processing the job...
[2026-04-06 15:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:27:03] Production.INFO: ==19101== Releasing lock...
[2026-04-06 15:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:27:03] Production.INFO: Account Balance Start.
[2026-04-06 15:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:27:03] Production.INFO: 117
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: ==19094== Releasing lock...
[2026-04-06 15:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:27:04] Production.INFO: Total Charge 0
[2026-04-06 15:27:04] Production.INFO: CreateAllLog End
[2026-04-06 15:27:04] Production.INFO: Account Balance End.
[2026-04-06 15:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:27:04] Production.INFO: ==19099== Releasing lock...
[2026-04-06 15:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:27:10] Production.ERROR: CronJobId end10
[2026-04-06 15:27:10] Production.INFO: ==19096== Releasing lock...
[2026-04-06 15:27:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:27:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:27:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:27:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:27:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:27:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:27:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:27:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:27:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:27:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:27:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:27:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:27:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:27:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:27:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:27:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:27:13] Production.INFO: call_cost start
[2026-04-06 15:27:13] Production.INFO: call_cost end
[2026-04-06 15:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:27:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:27:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:27:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:27:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:27:13] Production.INFO: ==19092== Releasing lock...
[2026-04-06 15:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:28:01] Production.INFO: ==19165== Lock acquired, processing the job...
[2026-04-06 20:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:28:01] Production.INFO: neon service started
[2026-04-06 20:28:01] Production.INFO: neon service started
[2026-04-06 20:28:01] Production.INFO: ==19165== Releasing lock...
[2026-04-06 20:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:28:02] Production.INFO: ==19167== Lock acquired, processing the job...
[2026-04-06 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:28:02] Production.INFO: ==19167== Releasing lock...
[2026-04-06 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:28:02] Production.INFO: ==19169== Lock acquired, processing the job...
[2026-04-06 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:28:02] Production.INFO: ==19169== Releasing lock...
[2026-04-06 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:28:03] Production.INFO: ==19177== Lock acquired, processing the job...
[2026-04-06 15:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:28:03] Production.INFO: ==19173== Lock acquired, processing the job...
[2026-04-06 15:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:28:03] Production.INFO: ==19171== Lock acquired, processing the job...
[2026-04-06 15:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:28:03] Production.INFO: Account Balance Start.
[2026-04-06 15:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:28:03] Production.INFO: 117
[2026-04-06 15:28:03] Production.INFO: ==19175== Lock acquired, processing the job...
[2026-04-06 15:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: ==19179== Lock acquired, processing the job...
[2026-04-06 15:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:28:03] Production.INFO: ==19179== Releasing lock...
[2026-04-06 15:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: ==19173== Releasing lock...
[2026-04-06 15:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:28:04] Production.INFO: Total Charge 0
[2026-04-06 15:28:04] Production.INFO: CreateAllLog End
[2026-04-06 15:28:04] Production.INFO: Account Balance End.
[2026-04-06 15:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:28:04] Production.INFO: ==19177== Releasing lock...
[2026-04-06 15:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:28:12] Production.ERROR: CronJobId end10
[2026-04-06 15:28:12] Production.INFO: ==19175== Releasing lock...
[2026-04-06 15:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:28:14] Production.INFO: call_cost start
[2026-04-06 15:28:14] Production.INFO: call_cost end
[2026-04-06 15:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:28:14] Production.INFO: ==19171== Releasing lock...
[2026-04-06 15:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:29:02] Production.INFO: ==19243== Lock acquired, processing the job...
[2026-04-06 20:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:29:02] Production.INFO: neon service started
[2026-04-06 20:29:02] Production.INFO: neon service started
[2026-04-06 20:29:02] Production.INFO: ==19243== Releasing lock...
[2026-04-06 20:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:29:02] Production.INFO: ==19245== Lock acquired, processing the job...
[2026-04-06 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:29:02] Production.INFO: ==19245== Releasing lock...
[2026-04-06 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:29:03] Production.INFO: ==19247== Lock acquired, processing the job...
[2026-04-06 19:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:29:03] Production.INFO: ==19247== Releasing lock...
[2026-04-06 19:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:29:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:29:03] Production.INFO: ==19249== Lock acquired, processing the job...
[2026-04-06 15:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:29:03] Production.INFO: ==19251== Lock acquired, processing the job...
[2026-04-06 15:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:29:03] Production.INFO: ==19255== Lock acquired, processing the job...
[2026-04-06 15:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:29:03] Production.INFO: Account Balance Start.
[2026-04-06 15:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:29:03] Production.INFO: 117
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: ==19253== Lock acquired, processing the job...
[2026-04-06 15:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:29:03] Production.INFO: ==19257== Lock acquired, processing the job...
[2026-04-06 15:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:29:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:29:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:29:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:29:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:29:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:29:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:29:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:29:04] Production.INFO: ==19257== Releasing lock...
[2026-04-06 15:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: ==19251== Releasing lock...
[2026-04-06 15:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:29:05] Production.INFO: Total Charge 0
[2026-04-06 15:29:05] Production.INFO: CreateAllLog End
[2026-04-06 15:29:05] Production.INFO: Account Balance End.
[2026-04-06 15:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:29:05] Production.INFO: ==19255== Releasing lock...
[2026-04-06 15:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:29:13] Production.ERROR: CronJobId end10
[2026-04-06 15:29:13] Production.INFO: ==19253== Releasing lock...
[2026-04-06 15:29:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:29:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:29:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:29:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:29:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:29:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:29:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:29:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:29:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:29:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:29:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:29:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:29:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:29:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:29:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:29:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:29:15] Production.INFO: call_cost start
[2026-04-06 15:29:15] Production.INFO: call_cost end
[2026-04-06 15:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:29:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:29:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:29:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:29:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:29:15] Production.INFO: ==19249== Releasing lock...
[2026-04-06 15:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:30:01] Production.INFO: ==19319== Lock acquired, processing the job...
[2026-04-06 20:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:30:01] Production.INFO: neon service started
[2026-04-06 20:30:01] Production.INFO: neon service started
[2026-04-06 20:30:01] Production.INFO: ==19319== Releasing lock...
[2026-04-06 20:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:30:02] Production.INFO: ==19323== Lock acquired, processing the job...
[2026-04-06 19:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:30:02] Production.INFO: ==19323== Releasing lock...
[2026-04-06 19:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:30:02] Production.INFO: ==19321== Lock acquired, processing the job...
[2026-04-06 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:30:02] Production.INFO: ==19321== Releasing lock...
[2026-04-06 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:30:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:30:03] Production.INFO: ==19326== Lock acquired, processing the job...
[2026-04-06 15:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:30:03] Production.INFO: ==19328== Lock acquired, processing the job...
[2026-04-06 15:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:30:03] Production.INFO: ==19330== Lock acquired, processing the job...
[2026-04-06 15:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:30:03] Production.INFO: ==19332== Lock acquired, processing the job...
[2026-04-06 15:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:30:03] Production.INFO: ==19334== Lock acquired, processing the job...
[2026-04-06 15:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:30:03] Production.INFO: Account Balance Start.
[2026-04-06 15:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:30:03] Production.INFO: 117
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: ==19334== Releasing lock...
[2026-04-06 15:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: ==19328== Releasing lock...
[2026-04-06 15:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:30:04] Production.INFO: Total Charge 0
[2026-04-06 15:30:04] Production.INFO: CreateAllLog End
[2026-04-06 15:30:04] Production.INFO: Account Balance End.
[2026-04-06 15:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:30:04] Production.INFO: ==19332== Releasing lock...
[2026-04-06 15:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:30:11] Production.ERROR: CronJobId end10
[2026-04-06 15:30:11] Production.INFO: ==19330== Releasing lock...
[2026-04-06 15:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:30:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:30:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:30:13] Production.INFO: call_cost start
[2026-04-06 15:30:13] Production.INFO: call_cost end
[2026-04-06 15:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:30:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:30:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:30:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:30:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:30:13] Production.INFO: ==19326== Releasing lock...
[2026-04-06 15:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:31:02] Production.INFO: ==19397== Lock acquired, processing the job...
[2026-04-06 20:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:31:02] Production.INFO: neon service started
[2026-04-06 20:31:02] Production.INFO: neon service started
[2026-04-06 20:31:02] Production.INFO: ==19397== Releasing lock...
[2026-04-06 20:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:31:02] Production.INFO: ==19401== Lock acquired, processing the job...
[2026-04-06 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:31:02] Production.INFO: ==19401== Releasing lock...
[2026-04-06 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:31:02] Production.INFO: ==19399== Lock acquired, processing the job...
[2026-04-06 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:31:02] Production.INFO: ==19399== Releasing lock...
[2026-04-06 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:31:03] Production.INFO: ==19404== Lock acquired, processing the job...
[2026-04-06 15:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 15:31:03] Production.INFO: ==19408== Lock acquired, processing the job...
[2026-04-06 15:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:31:03] Production.INFO: ==19406== Lock acquired, processing the job...
[2026-04-06 15:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 15:31:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:31:03] Production.ERROR: CronJob PID - 19408
[2026-04-06 15:31:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 15:31:04] Production.ERROR: CronJob ID - 7
[2026-04-06 15:31:04] Production.ERROR: CronJob Last Run Time 2026-04-06 15:31:00
[2026-04-06 15:31:04] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:31:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:31:04] Production.INFO: ==19410== Lock acquired, processing the job...
[2026-04-06 15:31:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:31:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 15:31:04] Production.INFO: ==19404== Releasing lock...
[2026-04-06 15:31:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 15:31:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 15:31:04] Production.INFO: ==19416== Lock acquired, processing the job...
[2026-04-06 15:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:31:04] Production.INFO: ==19414== Lock acquired, processing the job...
[2026-04-06 15:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 15:31:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:31:04] Production.INFO: ==19412== Lock acquired, processing the job...
[2026-04-06 15:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:31:04] Production.INFO: ==19416== Releasing lock...
[2026-04-06 15:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:31:04] Production.INFO: Account Balance Start.
[2026-04-06 15:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 15:31:04] Production.INFO: 117
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: ==19408== Releasing lock...
[2026-04-06 15:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:31:04] Production.ERROR: done
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 15:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048414', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-24
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-25
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-26
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-27
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-28
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-29
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:31:05] Production.INFO: Total Charge 0
[2026-04-06 15:31:05] Production.INFO: CreateAllLog End
[2026-04-06 15:31:05] Production.INFO: Account Balance End.
[2026-04-06 15:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:31:05] Production.INFO: ==19412== Releasing lock...
[2026-04-06 15:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:31:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048414', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 15:31:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 15:31:10] Production.INFO: ProcessCDR(1,17048414,1,1,2)
[2026-04-06 15:31:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048414,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:31:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048414,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:31:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 15:31:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 15:31:10] Production.INFO: ==19414== Releasing lock...
[2026-04-06 15:31:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 15:31:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:31:14] Production.ERROR: CronJobId end10
[2026-04-06 15:31:14] Production.INFO: ==19410== Releasing lock...
[2026-04-06 15:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:31:17] Production.INFO: call_cost start
[2026-04-06 15:31:17] Production.INFO: call_cost end
[2026-04-06 15:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:31:17] Production.INFO: ==19406== Releasing lock...
[2026-04-06 15:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:32:01] Production.INFO: ==19482== Lock acquired, processing the job...
[2026-04-06 20:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:32:01] Production.INFO: neon service started
[2026-04-06 20:32:01] Production.INFO: neon service started
[2026-04-06 20:32:01] Production.INFO: ==19482== Releasing lock...
[2026-04-06 20:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:32:01] Production.INFO: ==19486== Lock acquired, processing the job...
[2026-04-06 19:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:32:01] Production.INFO: ==19486== Releasing lock...
[2026-04-06 19:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:32:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:32:02] Production.INFO: ==19484== Lock acquired, processing the job...
[2026-04-06 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:32:02] Production.INFO: ==19484== Releasing lock...
[2026-04-06 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:32:02] Production.INFO: ==19489== Lock acquired, processing the job...
[2026-04-06 15:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:32:03] Production.INFO: ==19491== Lock acquired, processing the job...
[2026-04-06 15:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:32:03] Production.INFO: ==19493== Lock acquired, processing the job...
[2026-04-06 15:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:32:03] Production.INFO: ==19497== Lock acquired, processing the job...
[2026-04-06 15:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:32:03] Production.INFO: ==19495== Lock acquired, processing the job...
[2026-04-06 15:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:32:03] Production.INFO: ==19497== Releasing lock...
[2026-04-06 15:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:32:03] Production.INFO: Account Balance Start.
[2026-04-06 15:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:32:03] Production.INFO: 117
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: ==19491== Releasing lock...
[2026-04-06 15:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:32:04] Production.INFO: Total Charge 0
[2026-04-06 15:32:04] Production.INFO: CreateAllLog End
[2026-04-06 15:32:04] Production.INFO: Account Balance End.
[2026-04-06 15:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:32:04] Production.INFO: ==19495== Releasing lock...
[2026-04-06 15:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:32:11] Production.ERROR: CronJobId end10
[2026-04-06 15:32:11] Production.INFO: ==19493== Releasing lock...
[2026-04-06 15:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:32:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:32:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:32:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:32:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:32:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:32:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:32:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:32:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:32:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:32:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:32:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:32:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:32:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:32:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:32:13] Production.INFO: call_cost start
[2026-04-06 15:32:13] Production.INFO: call_cost end
[2026-04-06 15:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:32:13] Production.INFO: ==19489== Releasing lock...
[2026-04-06 15:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:33:01] Production.INFO: ==19558== Lock acquired, processing the job...
[2026-04-06 20:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:33:01] Production.INFO: neon service started
[2026-04-06 20:33:01] Production.INFO: neon service started
[2026-04-06 20:33:01] Production.INFO: ==19558== Releasing lock...
[2026-04-06 20:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:33:02] Production.INFO: ==19560== Lock acquired, processing the job...
[2026-04-06 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:33:02] Production.INFO: ==19562== Lock acquired, processing the job...
[2026-04-06 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:33:02] Production.INFO: ==19562== Releasing lock...
[2026-04-06 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:33:02] Production.INFO: ==19560== Releasing lock...
[2026-04-06 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:33:03] Production.INFO: ==19566== Lock acquired, processing the job...
[2026-04-06 15:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:33:03] Production.INFO: ==19572== Lock acquired, processing the job...
[2026-04-06 15:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:33:03] Production.INFO: ==19570== Lock acquired, processing the job...
[2026-04-06 15:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:33:03] Production.INFO: ==19568== Lock acquired, processing the job...
[2026-04-06 15:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:33:03] Production.INFO: Account Balance Start.
[2026-04-06 15:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:33:03] Production.INFO: 117
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:33:03] Production.INFO: ==19574== Lock acquired, processing the job...
[2026-04-06 15:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:33:03] Production.INFO: ==19574== Releasing lock...
[2026-04-06 15:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: ==19568== Releasing lock...
[2026-04-06 15:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:33:04] Production.INFO: Total Charge 0
[2026-04-06 15:33:04] Production.INFO: CreateAllLog End
[2026-04-06 15:33:04] Production.INFO: Account Balance End.
[2026-04-06 15:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:33:04] Production.INFO: ==19572== Releasing lock...
[2026-04-06 15:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:33:11] Production.ERROR: CronJobId end10
[2026-04-06 15:33:11] Production.INFO: ==19570== Releasing lock...
[2026-04-06 15:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:33:14] Production.INFO: call_cost start
[2026-04-06 15:33:14] Production.INFO: call_cost end
[2026-04-06 15:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:33:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:33:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:33:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:33:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:33:14] Production.INFO: ==19566== Releasing lock...
[2026-04-06 15:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:34:02] Production.INFO: ==19643== Lock acquired, processing the job...
[2026-04-06 20:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:34:02] Production.INFO: neon service started
[2026-04-06 20:34:02] Production.INFO: neon service started
[2026-04-06 20:34:02] Production.INFO: ==19643== Releasing lock...
[2026-04-06 20:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:34:02] Production.INFO: ==19645== Lock acquired, processing the job...
[2026-04-06 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:34:02] Production.INFO: ==19645== Releasing lock...
[2026-04-06 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:34:03] Production.INFO: ==19648== Lock acquired, processing the job...
[2026-04-06 19:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:34:03] Production.INFO: ==19648== Releasing lock...
[2026-04-06 19:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:34:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:34:03] Production.INFO: ==19652== Lock acquired, processing the job...
[2026-04-06 15:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:34:03] Production.INFO: ==19650== Lock acquired, processing the job...
[2026-04-06 15:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:34:03] Production.INFO: ==19658== Lock acquired, processing the job...
[2026-04-06 15:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:34:03] Production.INFO: ==19654== Lock acquired, processing the job...
[2026-04-06 15:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:34:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:34:03] Production.INFO: ==19656== Lock acquired, processing the job...
[2026-04-06 15:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:34:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:34:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:34:03] Production.INFO: ==19658== Releasing lock...
[2026-04-06 15:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:34:03] Production.INFO: Account Balance Start.
[2026-04-06 15:34:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:34:03] Production.INFO: 117
[2026-04-06 15:34:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:34:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: ==19652== Releasing lock...
[2026-04-06 15:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:34:04] Production.INFO: Total Charge 0
[2026-04-06 15:34:04] Production.INFO: CreateAllLog End
[2026-04-06 15:34:05] Production.INFO: Account Balance End.
[2026-04-06 15:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:34:05] Production.INFO: ==19656== Releasing lock...
[2026-04-06 15:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:34:13] Production.ERROR: CronJobId end10
[2026-04-06 15:34:13] Production.INFO: ==19654== Releasing lock...
[2026-04-06 15:34:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:34:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:34:14] Production.INFO: call_cost start
[2026-04-06 15:34:14] Production.INFO: call_cost end
[2026-04-06 15:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:34:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:34:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:34:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:34:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:34:14] Production.INFO: ==19650== Releasing lock...
[2026-04-06 15:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:35:01] Production.INFO: ==19732== Lock acquired, processing the job...
[2026-04-06 20:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:35:01] Production.INFO: neon service started
[2026-04-06 20:35:01] Production.INFO: neon service started
[2026-04-06 20:35:01] Production.INFO: ==19732== Releasing lock...
[2026-04-06 20:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:35:02] Production.INFO: ==19736== Lock acquired, processing the job...
[2026-04-06 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:35:02] Production.INFO: ==19736== Releasing lock...
[2026-04-06 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:35:02] Production.INFO: ==19734== Lock acquired, processing the job...
[2026-04-06 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:35:02] Production.INFO: ==19734== Releasing lock...
[2026-04-06 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:35:03] Production.INFO: ==19738== Lock acquired, processing the job...
[2026-04-06 15:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:35:03] Production.INFO: ==19742== Lock acquired, processing the job...
[2026-04-06 15:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:35:03] Production.INFO: ==19740== Lock acquired, processing the job...
[2026-04-06 15:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:35:03] Production.INFO: ==19744== Lock acquired, processing the job...
[2026-04-06 15:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:35:03] Production.INFO: ==19746== Lock acquired, processing the job...
[2026-04-06 15:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:35:03] Production.INFO: Account Balance Start.
[2026-04-06 15:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:35:03] Production.INFO: 117
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:03] Production.INFO: ==19746== Releasing lock...
[2026-04-06 15:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: ==19740== Releasing lock...
[2026-04-06 15:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:35:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:35:04] Production.INFO: Total Charge 0
[2026-04-06 15:35:04] Production.INFO: CreateAllLog End
[2026-04-06 15:35:04] Production.INFO: Account Balance End.
[2026-04-06 15:35:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:35:05] Production.INFO: ==19744== Releasing lock...
[2026-04-06 15:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:35:11] Production.ERROR: CronJobId end10
[2026-04-06 15:35:11] Production.INFO: ==19742== Releasing lock...
[2026-04-06 15:35:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:35:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:35:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:35:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:35:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:35:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:35:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:35:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:35:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:35:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:35:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:35:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:35:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:35:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:35:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:35:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:35:13] Production.INFO: call_cost start
[2026-04-06 15:35:13] Production.INFO: call_cost end
[2026-04-06 15:35:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:35:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:35:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:35:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:35:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:35:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:35:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:35:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:35:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:35:13] Production.INFO: ==19738== Releasing lock...
[2026-04-06 15:35:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:35:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:36:02] Production.INFO: ==19809== Lock acquired, processing the job...
[2026-04-06 20:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:36:02] Production.INFO: neon service started
[2026-04-06 20:36:02] Production.INFO: neon service started
[2026-04-06 20:36:02] Production.INFO: ==19809== Releasing lock...
[2026-04-06 20:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:36:02] Production.INFO: ==19811== Lock acquired, processing the job...
[2026-04-06 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:36:02] Production.INFO: ==19813== Lock acquired, processing the job...
[2026-04-06 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 15:36:02] Production.INFO: ==19811== Releasing lock...
[2026-04-06 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:36:02] Production.INFO: ==19813== Releasing lock...
[2026-04-06 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:36:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:36:03] Production.INFO: ==19819== Lock acquired, processing the job...
[2026-04-06 15:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:36:03] Production.INFO: ==19817== Lock acquired, processing the job...
[2026-04-06 15:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:36:03] Production.INFO: ==19815== Lock acquired, processing the job...
[2026-04-06 15:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:36:03] Production.INFO: ==19821== Lock acquired, processing the job...
[2026-04-06 15:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:36:03] Production.INFO: ==19823== Lock acquired, processing the job...
[2026-04-06 15:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:36:03] Production.INFO: Account Balance Start.
[2026-04-06 15:36:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:36:03] Production.INFO: 117
[2026-04-06 15:36:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:36:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:36:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:36:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:36:03] Production.INFO: ==19823== Releasing lock...
[2026-04-06 15:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:36:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: ==19817== Releasing lock...
[2026-04-06 15:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:36:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-03-27
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-03-28
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-03-29
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:36:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:36:05] Production.INFO: Total Charge 0
[2026-04-06 15:36:05] Production.INFO: CreateAllLog End
[2026-04-06 15:36:05] Production.INFO: Account Balance End.
[2026-04-06 15:36:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:36:05] Production.INFO: ==19821== Releasing lock...
[2026-04-06 15:36:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:36:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:36:11] Production.ERROR: CronJobId end10
[2026-04-06 15:36:11] Production.INFO: ==19819== Releasing lock...
[2026-04-06 15:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:36:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:36:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:36:14] Production.INFO: call_cost start
[2026-04-06 15:36:14] Production.INFO: call_cost end
[2026-04-06 15:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:36:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:36:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:36:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:36:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:36:14] Production.INFO: ==19815== Releasing lock...
[2026-04-06 15:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:37:01] Production.INFO: ==19888== Lock acquired, processing the job...
[2026-04-06 20:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:37:01] Production.INFO: neon service started
[2026-04-06 20:37:01] Production.INFO: neon service started
[2026-04-06 20:37:01] Production.INFO: ==19888== Releasing lock...
[2026-04-06 20:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:37:01] Production.INFO: ==19890== Lock acquired, processing the job...
[2026-04-06 15:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:37:02] Production.INFO: ==19890== Releasing lock...
[2026-04-06 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:37:02] Production.INFO: ==19892== Lock acquired, processing the job...
[2026-04-06 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:37:02] Production.INFO: ==19892== Releasing lock...
[2026-04-06 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:37:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:37:03] Production.INFO: ==19895== Lock acquired, processing the job...
[2026-04-06 15:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:37:03] Production.INFO: ==19897== Lock acquired, processing the job...
[2026-04-06 15:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:37:03] Production.INFO: ==19901== Lock acquired, processing the job...
[2026-04-06 15:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:37:03] Production.INFO: ==19899== Lock acquired, processing the job...
[2026-04-06 15:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:37:03] Production.INFO: ==19903== Lock acquired, processing the job...
[2026-04-06 15:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:37:03] Production.INFO: Account Balance Start.
[2026-04-06 15:37:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:37:03] Production.INFO: 117
[2026-04-06 15:37:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:37:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:37:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: ==19903== Releasing lock...
[2026-04-06 15:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:37:03] Production.INFO: ==19897== Releasing lock...
[2026-04-06 15:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:37:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:37:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:37:04] Production.INFO: Total Charge 0
[2026-04-06 15:37:04] Production.INFO: CreateAllLog End
[2026-04-06 15:37:04] Production.INFO: Account Balance End.
[2026-04-06 15:37:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:37:04] Production.INFO: ==19901== Releasing lock...
[2026-04-06 15:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:37:11] Production.ERROR: CronJobId end10
[2026-04-06 15:37:11] Production.INFO: ==19899== Releasing lock...
[2026-04-06 15:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:37:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:37:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:37:14] Production.INFO: call_cost start
[2026-04-06 15:37:14] Production.INFO: call_cost end
[2026-04-06 15:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:37:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:37:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:37:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:37:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:37:14] Production.INFO: ==19895== Releasing lock...
[2026-04-06 15:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:38:01] Production.INFO: ==19959== Lock acquired, processing the job...
[2026-04-06 20:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:38:02] Production.INFO: neon service started
[2026-04-06 20:38:02] Production.INFO: neon service started
[2026-04-06 20:38:02] Production.INFO: ==19959== Releasing lock...
[2026-04-06 20:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:38:02] Production.INFO: ==19963== Lock acquired, processing the job...
[2026-04-06 19:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:38:02] Production.INFO: ==19963== Releasing lock...
[2026-04-06 19:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:38:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:38:02] Production.INFO: ==19961== Lock acquired, processing the job...
[2026-04-06 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:38:02] Production.INFO: ==19961== Releasing lock...
[2026-04-06 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:38:03] Production.INFO: ==19966== Lock acquired, processing the job...
[2026-04-06 15:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:38:03] Production.INFO: ==19968== Lock acquired, processing the job...
[2026-04-06 15:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:38:03] Production.INFO: ==19972== Lock acquired, processing the job...
[2026-04-06 15:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:38:03] Production.INFO: ==19970== Lock acquired, processing the job...
[2026-04-06 15:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:38:03] Production.INFO: ==19974== Lock acquired, processing the job...
[2026-04-06 15:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:38:03] Production.INFO: Account Balance Start.
[2026-04-06 15:38:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:38:03] Production.INFO: 117
[2026-04-06 15:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:38:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:38:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:38:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:38:04] Production.INFO: ==19974== Releasing lock...
[2026-04-06 15:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: ==19968== Releasing lock...
[2026-04-06 15:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:38:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:38:04] Production.INFO: Total Charge 0
[2026-04-06 15:38:04] Production.INFO: CreateAllLog End
[2026-04-06 15:38:05] Production.INFO: Account Balance End.
[2026-04-06 15:38:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:38:05] Production.INFO: ==19972== Releasing lock...
[2026-04-06 15:38:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:38:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:38:11] Production.ERROR: CronJobId end10
[2026-04-06 15:38:11] Production.INFO: ==19970== Releasing lock...
[2026-04-06 15:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:38:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:38:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:38:14] Production.INFO: call_cost start
[2026-04-06 15:38:14] Production.INFO: call_cost end
[2026-04-06 15:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:38:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:38:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:38:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:38:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:38:14] Production.INFO: ==19966== Releasing lock...
[2026-04-06 15:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:39:01] Production.INFO: ==20035== Lock acquired, processing the job...
[2026-04-06 20:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:39:01] Production.INFO: neon service started
[2026-04-06 20:39:01] Production.INFO: neon service started
[2026-04-06 20:39:01] Production.INFO: ==20035== Releasing lock...
[2026-04-06 20:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:39:01] Production.INFO: ==20037== Lock acquired, processing the job...
[2026-04-06 15:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:39:01] Production.INFO: ==20037== Releasing lock...
[2026-04-06 15:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:39:01] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:39:02] Production.INFO: ==20039== Lock acquired, processing the job...
[2026-04-06 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:39:02] Production.INFO: ==20039== Releasing lock...
[2026-04-06 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:39:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:39:02] Production.INFO: ==20043== Lock acquired, processing the job...
[2026-04-06 15:39:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:39:02] Production.INFO: ==20045== Lock acquired, processing the job...
[2026-04-06 15:39:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:39:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:39:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:39:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:39:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:39:03] Production.INFO: ==20049== Lock acquired, processing the job...
[2026-04-06 15:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:39:03] Production.INFO: ==20047== Lock acquired, processing the job...
[2026-04-06 15:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:39:03] Production.INFO: ==20041== Lock acquired, processing the job...
[2026-04-06 15:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:39:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:39:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:39:03] Production.INFO: Account Balance Start.
[2026-04-06 15:39:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:39:03] Production.INFO: 117
[2026-04-06 15:39:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:39:03] Production.INFO: ==20049== Releasing lock...
[2026-04-06 15:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: ==20043== Releasing lock...
[2026-04-06 15:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-28
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-29
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-30
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-03-31
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-04-01
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:03] Production.INFO: Date 2026-04-02
[2026-04-06 15:39:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:39:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:39:04] Production.INFO: Total Charge 0
[2026-04-06 15:39:04] Production.INFO: CreateAllLog End
[2026-04-06 15:39:04] Production.INFO: Account Balance End.
[2026-04-06 15:39:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:39:04] Production.INFO: ==20047== Releasing lock...
[2026-04-06 15:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:39:10] Production.ERROR: CronJobId end10
[2026-04-06 15:39:10] Production.INFO: ==20045== Releasing lock...
[2026-04-06 15:39:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:39:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:39:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:39:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:39:14] Production.INFO: call_cost start
[2026-04-06 15:39:14] Production.INFO: call_cost end
[2026-04-06 15:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:39:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:39:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:39:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:39:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:39:14] Production.INFO: ==20041== Releasing lock...
[2026-04-06 15:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:40:01] Production.INFO: ==20115== Lock acquired, processing the job...
[2026-04-06 20:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:40:01] Production.INFO: neon service started
[2026-04-06 20:40:01] Production.INFO: neon service started
[2026-04-06 20:40:01] Production.INFO: ==20115== Releasing lock...
[2026-04-06 20:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:40:02] Production.INFO: ==20117== Lock acquired, processing the job...
[2026-04-06 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:40:02] Production.INFO: ==20117== Releasing lock...
[2026-04-06 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:40:02] Production.INFO: ==20119== Lock acquired, processing the job...
[2026-04-06 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:40:02] Production.INFO: ==20119== Releasing lock...
[2026-04-06 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:40:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:40:03] Production.INFO: ==20124== Lock acquired, processing the job...
[2026-04-06 15:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:40:03] Production.INFO: ==20122== Lock acquired, processing the job...
[2026-04-06 15:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:40:03] Production.INFO: ==20126== Lock acquired, processing the job...
[2026-04-06 15:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:40:03] Production.INFO: ==20128== Lock acquired, processing the job...
[2026-04-06 15:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:40:03] Production.INFO: ==20130== Lock acquired, processing the job...
[2026-04-06 15:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:40:03] Production.INFO: Account Balance Start.
[2026-04-06 15:40:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:40:03] Production.INFO: 117
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:40:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:40:03] Production.INFO: ==20130== Releasing lock...
[2026-04-06 15:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: ==20124== Releasing lock...
[2026-04-06 15:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:40:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:40:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:40:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:40:05] Production.INFO: Total Charge 0
[2026-04-06 15:40:05] Production.INFO: CreateAllLog End
[2026-04-06 15:40:05] Production.INFO: Account Balance End.
[2026-04-06 15:40:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:40:05] Production.INFO: ==20128== Releasing lock...
[2026-04-06 15:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:40:11] Production.ERROR: CronJobId end10
[2026-04-06 15:40:11] Production.INFO: ==20126== Releasing lock...
[2026-04-06 15:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:40:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:40:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:40:14] Production.INFO: call_cost start
[2026-04-06 15:40:14] Production.INFO: call_cost end
[2026-04-06 15:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:40:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:40:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:40:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:40:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:40:14] Production.INFO: ==20122== Releasing lock...
[2026-04-06 15:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:41:02] Production.INFO: ==20190== Lock acquired, processing the job...
[2026-04-06 20:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:41:02] Production.INFO: neon service started
[2026-04-06 20:41:02] Production.INFO: neon service started
[2026-04-06 20:41:02] Production.INFO: ==20190== Releasing lock...
[2026-04-06 20:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:41:02] Production.INFO: ==20192== Lock acquired, processing the job...
[2026-04-06 15:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:41:02] Production.INFO: ==20194== Lock acquired, processing the job...
[2026-04-06 19:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:41:03] Production.INFO: ==20194== Releasing lock...
[2026-04-06 19:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:41:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:41:03] Production.INFO: ==20192== Releasing lock...
[2026-04-06 15:41:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:41:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:41:03] Production.INFO: ==20196== Lock acquired, processing the job...
[2026-04-06 15:41:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 15:41:03] Production.INFO: ==20198== Lock acquired, processing the job...
[2026-04-06 15:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:41:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 15:41:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:41:03] Production.ERROR: CronJob PID - 20198
[2026-04-06 15:41:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 15:41:03] Production.ERROR: CronJob ID - 5
[2026-04-06 15:41:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:41:00
[2026-04-06 15:41:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:41:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:41:04] Production.INFO: ==20200== Lock acquired, processing the job...
[2026-04-06 15:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:41:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 15:41:04] Production.INFO: ==20196== Releasing lock...
[2026-04-06 15:41:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 15:41:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 15:41:04] Production.INFO: ==20202== Lock acquired, processing the job...
[2026-04-06 15:41:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:41:04] Production.INFO: ==20206== Lock acquired, processing the job...
[2026-04-06 15:41:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 15:41:04] Production.INFO: ==20204== Lock acquired, processing the job...
[2026-04-06 15:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:41:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:41:04] Production.INFO: ==20209== Lock acquired, processing the job...
[2026-04-06 15:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:41:04] Production.INFO: Account Balance Start.
[2026-04-06 15:41:04] Production.INFO: CreateAllLog Start
[2026-04-06 15:41:04] Production.INFO: 117
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-08
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:41:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: ==20209== Releasing lock...
[2026-04-06 15:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:41:04] Production.INFO: ==20200== Releasing lock...
[2026-04-06 15:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:41:04] Production.ERROR: done
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:41:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 15:41:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048455', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-20
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-21
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-22
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-23
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-24
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-25
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-26
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-27
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-28
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-29
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:41:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:41:05] Production.INFO: Total Charge 0
[2026-04-06 15:41:05] Production.INFO: CreateAllLog End
[2026-04-06 15:41:05] Production.INFO: Account Balance End.
[2026-04-06 15:41:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:41:05] Production.INFO: ==20204== Releasing lock...
[2026-04-06 15:41:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:41:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:41:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048455', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 15:41:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 15:41:10] Production.INFO: ProcessCDR(1,17048455,1,1,2)
[2026-04-06 15:41:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048455,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:41:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048455,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:41:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 15:41:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 15:41:10] Production.INFO: ==20206== Releasing lock...
[2026-04-06 15:41:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 15:41:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:41:14] Production.ERROR: CronJobId end10
[2026-04-06 15:41:14] Production.INFO: ==20202== Releasing lock...
[2026-04-06 15:41:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:41:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:41:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:41:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:41:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:41:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:41:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:41:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:41:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:41:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:41:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:41:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:41:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:41:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:41:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:41:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:41:16] Production.INFO: call_cost start
[2026-04-06 15:41:16] Production.INFO: call_cost end
[2026-04-06 15:41:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:41:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:41:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:41:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:41:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:41:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:41:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:41:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:41:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:41:16] Production.INFO: ==20198== Releasing lock...
[2026-04-06 15:41:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:41:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:42:01] Production.INFO: ==20285== Lock acquired, processing the job...
[2026-04-06 20:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:42:01] Production.INFO: neon service started
[2026-04-06 20:42:01] Production.INFO: neon service started
[2026-04-06 20:42:01] Production.INFO: ==20285== Releasing lock...
[2026-04-06 20:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:42:02] Production.INFO: ==20287== Lock acquired, processing the job...
[2026-04-06 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:42:02] Production.INFO: ==20287== Releasing lock...
[2026-04-06 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:42:02] Production.INFO: ==20289== Lock acquired, processing the job...
[2026-04-06 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:42:02] Production.INFO: ==20289== Releasing lock...
[2026-04-06 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:42:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:42:03] Production.INFO: ==20292== Lock acquired, processing the job...
[2026-04-06 15:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:42:03] Production.INFO: ==20298== Lock acquired, processing the job...
[2026-04-06 15:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:42:03] Production.INFO: ==20294== Lock acquired, processing the job...
[2026-04-06 15:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:42:03] Production.INFO: ==20296== Lock acquired, processing the job...
[2026-04-06 15:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:42:03] Production.INFO: Account Balance Start.
[2026-04-06 15:42:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:42:03] Production.INFO: 117
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: ==20300== Lock acquired, processing the job...
[2026-04-06 15:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:42:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:42:03] Production.INFO: ==20300== Releasing lock...
[2026-04-06 15:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:42:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: ==20294== Releasing lock...
[2026-04-06 15:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:42:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:42:04] Production.INFO: Total Charge 0
[2026-04-06 15:42:04] Production.INFO: CreateAllLog End
[2026-04-06 15:42:04] Production.INFO: Account Balance End.
[2026-04-06 15:42:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:42:04] Production.INFO: ==20298== Releasing lock...
[2026-04-06 15:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:42:11] Production.ERROR: CronJobId end10
[2026-04-06 15:42:11] Production.INFO: ==20296== Releasing lock...
[2026-04-06 15:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:42:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:42:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:42:14] Production.INFO: call_cost start
[2026-04-06 15:42:14] Production.INFO: call_cost end
[2026-04-06 15:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:42:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:42:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:42:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:42:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:42:14] Production.INFO: ==20292== Releasing lock...
[2026-04-06 15:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:43:02] Production.INFO: ==20360== Lock acquired, processing the job...
[2026-04-06 20:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:43:02] Production.INFO: neon service started
[2026-04-06 20:43:02] Production.INFO: neon service started
[2026-04-06 20:43:02] Production.INFO: ==20360== Releasing lock...
[2026-04-06 20:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:43:02] Production.INFO: ==20362== Lock acquired, processing the job...
[2026-04-06 15:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:43:02] Production.INFO: ==20364== Lock acquired, processing the job...
[2026-04-06 19:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:43:02] Production.INFO: ==20364== Releasing lock...
[2026-04-06 19:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:43:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:43:03] Production.INFO: ==20362== Releasing lock...
[2026-04-06 15:43:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:43:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:43:03] Production.INFO: ==20367== Lock acquired, processing the job...
[2026-04-06 15:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:43:03] Production.INFO: ==20373== Lock acquired, processing the job...
[2026-04-06 15:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:43:03] Production.INFO: Account Balance Start.
[2026-04-06 15:43:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:43:03] Production.INFO: 117
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:43:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:03] Production.INFO: ==20369== Lock acquired, processing the job...
[2026-04-06 15:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:43:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: ==20371== Lock acquired, processing the job...
[2026-04-06 15:43:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: ==20375== Lock acquired, processing the job...
[2026-04-06 15:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:43:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:43:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:43:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:43:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:43:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:43:04] Production.INFO: ==20375== Releasing lock...
[2026-04-06 15:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:43:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: ==20369== Releasing lock...
[2026-04-06 15:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:43:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:43:04] Production.INFO: Total Charge 0
[2026-04-06 15:43:04] Production.INFO: CreateAllLog End
[2026-04-06 15:43:04] Production.INFO: Account Balance End.
[2026-04-06 15:43:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:43:05] Production.INFO: ==20373== Releasing lock...
[2026-04-06 15:43:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:43:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:43:12] Production.ERROR: CronJobId end10
[2026-04-06 15:43:12] Production.INFO: ==20371== Releasing lock...
[2026-04-06 15:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:43:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:43:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:43:14] Production.INFO: call_cost start
[2026-04-06 15:43:14] Production.INFO: call_cost end
[2026-04-06 15:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:43:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:43:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:43:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:43:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:43:14] Production.INFO: ==20367== Releasing lock...
[2026-04-06 15:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:44:01] Production.INFO: ==20436== Lock acquired, processing the job...
[2026-04-06 20:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:44:01] Production.INFO: neon service started
[2026-04-06 20:44:01] Production.INFO: neon service started
[2026-04-06 20:44:01] Production.INFO: ==20436== Releasing lock...
[2026-04-06 20:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:44:01] Production.INFO: ==20438== Lock acquired, processing the job...
[2026-04-06 15:44:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:44:02] Production.INFO: ==20438== Releasing lock...
[2026-04-06 15:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:44:02] Production.INFO: ==20440== Lock acquired, processing the job...
[2026-04-06 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:44:02] Production.INFO: ==20440== Releasing lock...
[2026-04-06 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:44:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:44:03] Production.INFO: ==20442== Lock acquired, processing the job...
[2026-04-06 15:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:44:03] Production.INFO: ==20448== Lock acquired, processing the job...
[2026-04-06 15:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:44:03] Production.INFO: Account Balance Start.
[2026-04-06 15:44:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:44:03] Production.INFO: 117
[2026-04-06 15:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: ==20444== Lock acquired, processing the job...
[2026-04-06 15:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: ==20446== Lock acquired, processing the job...
[2026-04-06 15:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: ==20450== Lock acquired, processing the job...
[2026-04-06 15:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:44:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:44:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:44:03] Production.INFO: ==20450== Releasing lock...
[2026-04-06 15:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: ==20444== Releasing lock...
[2026-04-06 15:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-28
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-29
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:03] Production.INFO: Date 2026-03-30
[2026-04-06 15:44:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:44:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:44:04] Production.INFO: Total Charge 0
[2026-04-06 15:44:04] Production.INFO: CreateAllLog End
[2026-04-06 15:44:04] Production.INFO: Account Balance End.
[2026-04-06 15:44:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:44:04] Production.INFO: ==20448== Releasing lock...
[2026-04-06 15:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:44:11] Production.ERROR: CronJobId end10
[2026-04-06 15:44:11] Production.INFO: ==20446== Releasing lock...
[2026-04-06 15:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:44:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:44:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:44:14] Production.INFO: call_cost start
[2026-04-06 15:44:14] Production.INFO: call_cost end
[2026-04-06 15:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:44:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:44:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:44:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:44:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:44:15] Production.INFO: ==20442== Releasing lock...
[2026-04-06 15:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:45:01] Production.INFO: ==20518== Lock acquired, processing the job...
[2026-04-06 20:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:45:02] Production.INFO: neon service started
[2026-04-06 20:45:02] Production.INFO: neon service started
[2026-04-06 20:45:02] Production.INFO: ==20518== Releasing lock...
[2026-04-06 20:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:45:02] Production.INFO: ==20520== Lock acquired, processing the job...
[2026-04-06 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:45:02] Production.INFO: ==20520== Releasing lock...
[2026-04-06 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:45:02] Production.INFO: ==20522== Lock acquired, processing the job...
[2026-04-06 19:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:45:02] Production.INFO: ==20522== Releasing lock...
[2026-04-06 19:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:45:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:45:03] Production.INFO: ==20529== Lock acquired, processing the job...
[2026-04-06 15:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:45:03] Production.INFO: ==20525== Lock acquired, processing the job...
[2026-04-06 15:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:45:03] Production.INFO: ==20527== Lock acquired, processing the job...
[2026-04-06 15:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:45:03] Production.INFO: ==20531== Lock acquired, processing the job...
[2026-04-06 15:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:45:03] Production.INFO: ==20533== Lock acquired, processing the job...
[2026-04-06 15:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:45:03] Production.INFO: Account Balance Start.
[2026-04-06 15:45:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:45:03] Production.INFO: 117
[2026-04-06 15:45:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:45:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:45:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:45:03] Production.INFO: ==20533== Releasing lock...
[2026-04-06 15:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:45:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:45:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: ==20527== Releasing lock...
[2026-04-06 15:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:45:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:45:04] Production.INFO: Total Charge 0
[2026-04-06 15:45:04] Production.INFO: CreateAllLog End
[2026-04-06 15:45:04] Production.INFO: Account Balance End.
[2026-04-06 15:45:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:45:05] Production.INFO: ==20531== Releasing lock...
[2026-04-06 15:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:45:12] Production.ERROR: CronJobId end10
[2026-04-06 15:45:12] Production.INFO: ==20529== Releasing lock...
[2026-04-06 15:45:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:45:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:45:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:45:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:45:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:45:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:45:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:45:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:45:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:45:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:45:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:45:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:45:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:45:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:45:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:45:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:45:14] Production.INFO: call_cost start
[2026-04-06 15:45:14] Production.INFO: call_cost end
[2026-04-06 15:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:45:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:45:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:45:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:45:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:45:14] Production.INFO: ==20525== Releasing lock...
[2026-04-06 15:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:46:01] Production.INFO: ==20594== Lock acquired, processing the job...
[2026-04-06 20:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:46:01] Production.INFO: neon service started
[2026-04-06 20:46:01] Production.INFO: neon service started
[2026-04-06 20:46:01] Production.INFO: ==20594== Releasing lock...
[2026-04-06 20:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:46:02] Production.INFO: ==20596== Lock acquired, processing the job...
[2026-04-06 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:46:02] Production.INFO: ==20598== Lock acquired, processing the job...
[2026-04-06 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:46:02] Production.INFO: ==20598== Releasing lock...
[2026-04-06 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:46:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:46:02] Production.INFO: ==20596== Releasing lock...
[2026-04-06 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:46:03] Production.INFO: ==20601== Lock acquired, processing the job...
[2026-04-06 15:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:46:03] Production.INFO: ==20603== Lock acquired, processing the job...
[2026-04-06 15:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:46:03] Production.INFO: ==20605== Lock acquired, processing the job...
[2026-04-06 15:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:46:03] Production.INFO: ==20607== Lock acquired, processing the job...
[2026-04-06 15:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:46:03] Production.INFO: ==20609== Lock acquired, processing the job...
[2026-04-06 15:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:46:03] Production.INFO: Account Balance Start.
[2026-04-06 15:46:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:46:03] Production.INFO: 117
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:46:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:46:03] Production.INFO: ==20609== Releasing lock...
[2026-04-06 15:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: ==20603== Releasing lock...
[2026-04-06 15:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:46:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:46:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:46:04] Production.INFO: Total Charge 0
[2026-04-06 15:46:04] Production.INFO: CreateAllLog End
[2026-04-06 15:46:05] Production.INFO: Account Balance End.
[2026-04-06 15:46:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:46:05] Production.INFO: ==20607== Releasing lock...
[2026-04-06 15:46:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:46:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:46:10] Production.ERROR: CronJobId end10
[2026-04-06 15:46:10] Production.INFO: ==20605== Releasing lock...
[2026-04-06 15:46:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:46:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:46:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:46:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:46:14] Production.INFO: call_cost start
[2026-04-06 15:46:14] Production.INFO: call_cost end
[2026-04-06 15:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:46:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:46:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:46:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:46:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:46:14] Production.INFO: ==20601== Releasing lock...
[2026-04-06 15:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:47:01] Production.INFO: ==20671== Lock acquired, processing the job...
[2026-04-06 20:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:47:01] Production.INFO: neon service started
[2026-04-06 20:47:01] Production.INFO: neon service started
[2026-04-06 20:47:01] Production.INFO: ==20671== Releasing lock...
[2026-04-06 20:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:47:02] Production.INFO: ==20675== Lock acquired, processing the job...
[2026-04-06 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:47:02] Production.INFO: ==20675== Releasing lock...
[2026-04-06 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:47:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:47:02] Production.INFO: ==20673== Lock acquired, processing the job...
[2026-04-06 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:47:02] Production.INFO: ==20673== Releasing lock...
[2026-04-06 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:47:03] Production.INFO: ==20677== Lock acquired, processing the job...
[2026-04-06 15:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:47:03] Production.INFO: ==20679== Lock acquired, processing the job...
[2026-04-06 15:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:47:03] Production.INFO: ==20681== Lock acquired, processing the job...
[2026-04-06 15:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:47:03] Production.INFO: ==20685== Lock acquired, processing the job...
[2026-04-06 15:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:47:03] Production.INFO: ==20683== Lock acquired, processing the job...
[2026-04-06 15:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:47:03] Production.INFO: Account Balance Start.
[2026-04-06 15:47:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:47:03] Production.INFO: 117
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:47:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:47:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:47:03] Production.INFO: ==20685== Releasing lock...
[2026-04-06 15:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:47:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: ==20679== Releasing lock...
[2026-04-06 15:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:47:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:47:04] Production.INFO: Total Charge 0
[2026-04-06 15:47:04] Production.INFO: CreateAllLog End
[2026-04-06 15:47:04] Production.INFO: Account Balance End.
[2026-04-06 15:47:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:47:04] Production.INFO: ==20683== Releasing lock...
[2026-04-06 15:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:47:10] Production.ERROR: CronJobId end10
[2026-04-06 15:47:10] Production.INFO: ==20681== Releasing lock...
[2026-04-06 15:47:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:47:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:47:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:47:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:47:14] Production.INFO: call_cost start
[2026-04-06 15:47:14] Production.INFO: call_cost end
[2026-04-06 15:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:47:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:47:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:47:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:47:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:47:14] Production.INFO: ==20677== Releasing lock...
[2026-04-06 15:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:48:02] Production.INFO: ==20751== Lock acquired, processing the job...
[2026-04-06 20:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:48:02] Production.INFO: neon service started
[2026-04-06 20:48:02] Production.INFO: neon service started
[2026-04-06 20:48:02] Production.INFO: ==20751== Releasing lock...
[2026-04-06 20:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:48:02] Production.INFO: ==20753== Lock acquired, processing the job...
[2026-04-06 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:48:02] Production.INFO: ==20755== Lock acquired, processing the job...
[2026-04-06 19:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:48:02] Production.INFO: ==20755== Releasing lock...
[2026-04-06 19:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:48:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:48:02] Production.INFO: ==20753== Releasing lock...
[2026-04-06 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:48:03] Production.INFO: ==20758== Lock acquired, processing the job...
[2026-04-06 15:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:48:03] Production.INFO: ==20760== Lock acquired, processing the job...
[2026-04-06 15:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:48:03] Production.INFO: ==20762== Lock acquired, processing the job...
[2026-04-06 15:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:48:03] Production.INFO: ==20764== Lock acquired, processing the job...
[2026-04-06 15:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:48:03] Production.INFO: ==20766== Lock acquired, processing the job...
[2026-04-06 15:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:48:04] Production.INFO: Account Balance Start.
[2026-04-06 15:48:04] Production.INFO: CreateAllLog Start
[2026-04-06 15:48:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:48:04] Production.INFO: 117
[2026-04-06 15:48:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-08
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:48:04] Production.INFO: ==20766== Releasing lock...
[2026-04-06 15:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: ==20760== Releasing lock...
[2026-04-06 15:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:48:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-03-30
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-03-31
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-04-01
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:48:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:48:05] Production.INFO: Total Charge 0
[2026-04-06 15:48:05] Production.INFO: CreateAllLog End
[2026-04-06 15:48:05] Production.INFO: Account Balance End.
[2026-04-06 15:48:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:48:05] Production.INFO: ==20764== Releasing lock...
[2026-04-06 15:48:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:48:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:48:12] Production.ERROR: CronJobId end10
[2026-04-06 15:48:12] Production.INFO: ==20762== Releasing lock...
[2026-04-06 15:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:48:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:48:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:48:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:48:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:48:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:48:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:48:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:48:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:48:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:48:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:48:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:48:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:48:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:48:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:48:15] Production.INFO: call_cost start
[2026-04-06 15:48:15] Production.INFO: call_cost end
[2026-04-06 15:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:48:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:48:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:48:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:48:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:48:15] Production.INFO: ==20758== Releasing lock...
[2026-04-06 15:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:49:01] Production.INFO: ==20823== Lock acquired, processing the job...
[2026-04-06 20:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:49:01] Production.INFO: neon service started
[2026-04-06 20:49:01] Production.INFO: neon service started
[2026-04-06 20:49:01] Production.INFO: ==20823== Releasing lock...
[2026-04-06 20:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:49:02] Production.INFO: ==20827== Lock acquired, processing the job...
[2026-04-06 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:49:02] Production.INFO: ==20827== Releasing lock...
[2026-04-06 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:49:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:49:02] Production.INFO: ==20825== Lock acquired, processing the job...
[2026-04-06 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:49:02] Production.INFO: ==20825== Releasing lock...
[2026-04-06 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:49:03] Production.INFO: ==20830== Lock acquired, processing the job...
[2026-04-06 15:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:49:03] Production.INFO: ==20832== Lock acquired, processing the job...
[2026-04-06 15:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:49:03] Production.INFO: ==20834== Lock acquired, processing the job...
[2026-04-06 15:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:49:03] Production.INFO: ==20836== Lock acquired, processing the job...
[2026-04-06 15:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:49:03] Production.INFO: ==20838== Lock acquired, processing the job...
[2026-04-06 15:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:49:03] Production.INFO: Account Balance Start.
[2026-04-06 15:49:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:49:03] Production.INFO: 117
[2026-04-06 15:49:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:49:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:49:03] Production.INFO: ==20838== Releasing lock...
[2026-04-06 15:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:49:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: ==20832== Releasing lock...
[2026-04-06 15:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:49:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:49:04] Production.INFO: Total Charge 0
[2026-04-06 15:49:04] Production.INFO: CreateAllLog End
[2026-04-06 15:49:04] Production.INFO: Account Balance End.
[2026-04-06 15:49:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:49:04] Production.INFO: ==20836== Releasing lock...
[2026-04-06 15:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:49:10] Production.ERROR: CronJobId end10
[2026-04-06 15:49:10] Production.INFO: ==20834== Releasing lock...
[2026-04-06 15:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:49:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:49:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:49:14] Production.INFO: call_cost start
[2026-04-06 15:49:14] Production.INFO: call_cost end
[2026-04-06 15:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:49:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:49:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:49:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:49:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:49:14] Production.INFO: ==20830== Releasing lock...
[2026-04-06 15:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:50:02] Production.INFO: ==20898== Lock acquired, processing the job...
[2026-04-06 20:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:50:02] Production.INFO: neon service started
[2026-04-06 20:50:02] Production.INFO: neon service started
[2026-04-06 20:50:02] Production.INFO: ==20898== Releasing lock...
[2026-04-06 20:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:50:02] Production.INFO: ==20900== Lock acquired, processing the job...
[2026-04-06 15:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:50:02] Production.INFO: ==20902== Lock acquired, processing the job...
[2026-04-06 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:50:02] Production.INFO: ==20902== Releasing lock...
[2026-04-06 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:50:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:50:03] Production.INFO: ==20900== Releasing lock...
[2026-04-06 15:50:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:50:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:50:03] Production.INFO: ==20907== Lock acquired, processing the job...
[2026-04-06 15:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:50:03] Production.INFO: ==20911== Lock acquired, processing the job...
[2026-04-06 15:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:50:03] Production.INFO: ==20913== Lock acquired, processing the job...
[2026-04-06 15:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:50:03] Production.INFO: ==20905== Lock acquired, processing the job...
[2026-04-06 15:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:50:03] Production.INFO: ==20909== Lock acquired, processing the job...
[2026-04-06 15:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:50:03] Production.INFO: Account Balance Start.
[2026-04-06 15:50:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:50:03] Production.INFO: 117
[2026-04-06 15:50:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:50:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:50:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:50:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:50:04] Production.INFO: ==20913== Releasing lock...
[2026-04-06 15:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:50:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:50:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:50:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:50:04] Production.INFO: ==20907== Releasing lock...
[2026-04-06 15:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:50:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:50:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:50:05] Production.INFO: Total Charge 0
[2026-04-06 15:50:05] Production.INFO: CreateAllLog End
[2026-04-06 15:50:05] Production.INFO: Account Balance End.
[2026-04-06 15:50:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:50:05] Production.INFO: ==20911== Releasing lock...
[2026-04-06 15:50:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:50:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:50:11] Production.ERROR: CronJobId end10
[2026-04-06 15:50:11] Production.INFO: ==20909== Releasing lock...
[2026-04-06 15:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:50:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:50:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:50:15] Production.INFO: call_cost start
[2026-04-06 15:50:15] Production.INFO: call_cost end
[2026-04-06 15:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:50:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:50:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:50:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:50:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:50:15] Production.INFO: ==20905== Releasing lock...
[2026-04-06 15:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:51:01] Production.INFO: ==20977== Lock acquired, processing the job...
[2026-04-06 20:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:51:01] Production.INFO: neon service started
[2026-04-06 20:51:01] Production.INFO: neon service started
[2026-04-06 20:51:01] Production.INFO: ==20977== Releasing lock...
[2026-04-06 20:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:51:02] Production.INFO: ==20979== Lock acquired, processing the job...
[2026-04-06 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:51:02] Production.INFO: ==20981== Lock acquired, processing the job...
[2026-04-06 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:51:02] Production.INFO: ==20981== Releasing lock...
[2026-04-06 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:51:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:51:02] Production.INFO: ==20979== Releasing lock...
[2026-04-06 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:51:03] Production.INFO: ==20986== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:51:03] Production.INFO: ==20988== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:51:03] Production.INFO: ==20983== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 15:51:03] Production.INFO: ==20992== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:51:03] Production.INFO: ==20990== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:51:03] Production.ERROR: CronJob PID - 20986
[2026-04-06 15:51:03] Production.ERROR: CronJob Title - System Alerts
[2026-04-06 15:51:03] Production.ERROR: CronJob ID - 5
[2026-04-06 15:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:51:00
[2026-04-06 15:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:51:03] Production.ERROR: CronJob PID - 20988
[2026-04-06 15:51:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 15:51:03] Production.ERROR: CronJob ID - 7
[2026-04-06 15:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:51:00
[2026-04-06 15:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 15:51:03] Production.ERROR: CronJob PID - 20992
[2026-04-06 15:51:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-04-06 15:51:03] Production.ERROR: CronJob ID - 12
[2026-04-06 15:51:03] Production.ERROR: CronJob Last Run Time 2026-04-06 15:51:00
[2026-04-06 15:51:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 15:51:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 15:51:03] Production.INFO: ==20983== Releasing lock...
[2026-04-06 15:51:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 15:51:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 15:51:03] Production.INFO: ==20994== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 15:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:51:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 15:51:03] Production.INFO: ==20996== Lock acquired, processing the job...
[2026-04-06 15:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:51:03] Production.INFO: Account Balance Start.
[2026-04-06 15:51:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:51:03] Production.INFO: 117
[2026-04-06 15:51:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:51:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:51:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:51:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:51:04] Production.INFO: ==20996== Releasing lock...
[2026-04-06 15:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.ERROR: done
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 15:51:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048496', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:51:04] Production.INFO: ==20988== Releasing lock...
[2026-04-06 15:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:51:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:51:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:51:05] Production.INFO: Total Charge 0
[2026-04-06 15:51:05] Production.INFO: CreateAllLog End
[2026-04-06 15:51:05] Production.INFO: Account Balance End.
[2026-04-06 15:51:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:51:05] Production.INFO: ==20992== Releasing lock...
[2026-04-06 15:51:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:51:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:51:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048496', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 15:51:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 15:51:10] Production.INFO: ProcessCDR(1,17048496,1,1,2)
[2026-04-06 15:51:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048496,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:51:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048496,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 15:51:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 15:51:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 15:51:10] Production.INFO: ==20994== Releasing lock...
[2026-04-06 15:51:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 15:51:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 15:51:13] Production.ERROR: CronJobId end10
[2026-04-06 15:51:13] Production.INFO: ==20990== Releasing lock...
[2026-04-06 15:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:51:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:51:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:51:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:51:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:51:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:51:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:51:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:51:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:51:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:51:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:51:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:51:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:51:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:51:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:51:16] Production.INFO: call_cost start
[2026-04-06 15:51:16] Production.INFO: call_cost end
[2026-04-06 15:51:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:51:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:51:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:51:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:51:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:51:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:51:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:51:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:51:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:51:16] Production.INFO: ==20986== Releasing lock...
[2026-04-06 15:51:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:51:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:52:02] Production.INFO: ==21052== Lock acquired, processing the job...
[2026-04-06 20:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:52:02] Production.INFO: neon service started
[2026-04-06 20:52:02] Production.INFO: neon service started
[2026-04-06 20:52:02] Production.INFO: ==21052== Releasing lock...
[2026-04-06 20:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 19:52:02] Production.INFO: ==21057== Lock acquired, processing the job...
[2026-04-06 19:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:52:02] Production.INFO: ==21057== Releasing lock...
[2026-04-06 19:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:52:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:52:02] Production.INFO: ==21055== Lock acquired, processing the job...
[2026-04-06 15:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:52:02] Production.INFO: ==21055== Releasing lock...
[2026-04-06 15:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:52:03] Production.INFO: ==21059== Lock acquired, processing the job...
[2026-04-06 15:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:52:03] Production.INFO: ==21061== Lock acquired, processing the job...
[2026-04-06 15:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:52:03] Production.INFO: ==21063== Lock acquired, processing the job...
[2026-04-06 15:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:52:03] Production.INFO: ==21065== Lock acquired, processing the job...
[2026-04-06 15:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:52:03] Production.INFO: Account Balance Start.
[2026-04-06 15:52:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:52:03] Production.INFO: 117
[2026-04-06 15:52:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:03] Production.INFO: ==21067== Lock acquired, processing the job...
[2026-04-06 15:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:52:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:52:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:52:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:52:04] Production.INFO: ==21067== Releasing lock...
[2026-04-06 15:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: ==21061== Releasing lock...
[2026-04-06 15:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:52:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:52:05] Production.INFO: Total Charge 0
[2026-04-06 15:52:05] Production.INFO: CreateAllLog End
[2026-04-06 15:52:05] Production.INFO: Account Balance End.
[2026-04-06 15:52:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:52:05] Production.INFO: ==21065== Releasing lock...
[2026-04-06 15:52:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:52:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:52:12] Production.ERROR: CronJobId end10
[2026-04-06 15:52:12] Production.INFO: ==21063== Releasing lock...
[2026-04-06 15:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:52:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:52:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:52:14] Production.INFO: call_cost start
[2026-04-06 15:52:14] Production.INFO: call_cost end
[2026-04-06 15:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:52:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:52:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:52:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:52:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:52:14] Production.INFO: ==21059== Releasing lock...
[2026-04-06 15:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:53:01] Production.INFO: ==21126== Lock acquired, processing the job...
[2026-04-06 20:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:53:01] Production.INFO: neon service started
[2026-04-06 20:53:01] Production.INFO: neon service started
[2026-04-06 20:53:01] Production.INFO: ==21126== Releasing lock...
[2026-04-06 20:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:53:01] Production.INFO: ==21128== Lock acquired, processing the job...
[2026-04-06 15:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:53:02] Production.INFO: ==21128== Releasing lock...
[2026-04-06 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:53:02] Production.INFO: ==21130== Lock acquired, processing the job...
[2026-04-06 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:53:02] Production.INFO: ==21130== Releasing lock...
[2026-04-06 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:53:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:53:03] Production.INFO: ==21133== Lock acquired, processing the job...
[2026-04-06 15:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:53:03] Production.INFO: ==21135== Lock acquired, processing the job...
[2026-04-06 15:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:53:03] Production.INFO: ==21137== Lock acquired, processing the job...
[2026-04-06 15:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:53:03] Production.INFO: ==21139== Lock acquired, processing the job...
[2026-04-06 15:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:53:03] Production.INFO: Account Balance Start.
[2026-04-06 15:53:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:53:03] Production.INFO: 117
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: ==21141== Lock acquired, processing the job...
[2026-04-06 15:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:53:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:53:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:53:03] Production.INFO: ==21141== Releasing lock...
[2026-04-06 15:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: ==21135== Releasing lock...
[2026-04-06 15:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:53:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:53:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:53:04] Production.INFO: Total Charge 0
[2026-04-06 15:53:04] Production.INFO: CreateAllLog End
[2026-04-06 15:53:04] Production.INFO: Account Balance End.
[2026-04-06 15:53:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:53:04] Production.INFO: ==21139== Releasing lock...
[2026-04-06 15:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:53:10] Production.ERROR: CronJobId end10
[2026-04-06 15:53:10] Production.INFO: ==21137== Releasing lock...
[2026-04-06 15:53:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:53:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:53:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:53:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:53:14] Production.INFO: call_cost start
[2026-04-06 15:53:14] Production.INFO: call_cost end
[2026-04-06 15:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:53:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:53:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:53:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:53:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:53:14] Production.INFO: ==21133== Releasing lock...
[2026-04-06 15:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:54:01] Production.INFO: ==21197== Lock acquired, processing the job...
[2026-04-06 20:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:54:01] Production.INFO: neon service started
[2026-04-06 20:54:01] Production.INFO: neon service started
[2026-04-06 20:54:01] Production.INFO: ==21197== Releasing lock...
[2026-04-06 20:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:54:02] Production.INFO: ==21199== Lock acquired, processing the job...
[2026-04-06 15:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:54:02] Production.INFO: ==21199== Releasing lock...
[2026-04-06 15:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:54:02] Production.INFO: ==21201== Lock acquired, processing the job...
[2026-04-06 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:54:02] Production.INFO: ==21201== Releasing lock...
[2026-04-06 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:54:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:54:03] Production.INFO: ==21204== Lock acquired, processing the job...
[2026-04-06 15:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:54:03] Production.INFO: ==21206== Lock acquired, processing the job...
[2026-04-06 15:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:54:03] Production.INFO: ==21208== Lock acquired, processing the job...
[2026-04-06 15:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:54:03] Production.INFO: ==21210== Lock acquired, processing the job...
[2026-04-06 15:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:54:03] Production.INFO: ==21212== Lock acquired, processing the job...
[2026-04-06 15:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:54:03] Production.INFO: Account Balance Start.
[2026-04-06 15:54:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:54:03] Production.INFO: 117
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:54:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:54:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:54:03] Production.INFO: ==21212== Releasing lock...
[2026-04-06 15:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:54:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: ==21206== Releasing lock...
[2026-04-06 15:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:54:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:54:04] Production.INFO: Total Charge 0
[2026-04-06 15:54:04] Production.INFO: CreateAllLog End
[2026-04-06 15:54:04] Production.INFO: Account Balance End.
[2026-04-06 15:54:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:54:04] Production.INFO: ==21210== Releasing lock...
[2026-04-06 15:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:54:11] Production.ERROR: CronJobId end10
[2026-04-06 15:54:11] Production.INFO: ==21208== Releasing lock...
[2026-04-06 15:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:54:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:54:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:54:14] Production.INFO: call_cost start
[2026-04-06 15:54:14] Production.INFO: call_cost end
[2026-04-06 15:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:54:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:54:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:54:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:54:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:54:14] Production.INFO: ==21204== Releasing lock...
[2026-04-06 15:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:55:01] Production.INFO: ==21281== Lock acquired, processing the job...
[2026-04-06 20:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:55:01] Production.INFO: neon service started
[2026-04-06 20:55:01] Production.INFO: neon service started
[2026-04-06 20:55:01] Production.INFO: ==21281== Releasing lock...
[2026-04-06 20:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:55:01] Production.INFO: ==21283== Lock acquired, processing the job...
[2026-04-06 15:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:55:02] Production.INFO: ==21283== Releasing lock...
[2026-04-06 15:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:55:02] Production.INFO: ==21285== Lock acquired, processing the job...
[2026-04-06 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:55:02] Production.INFO: ==21285== Releasing lock...
[2026-04-06 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:55:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:55:02] Production.INFO: ==21288== Lock acquired, processing the job...
[2026-04-06 15:55:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:55:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:55:02] Production.INFO: ==21290== Lock acquired, processing the job...
[2026-04-06 15:55:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:55:02] Production.INFO: ==21292== Lock acquired, processing the job...
[2026-04-06 15:55:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:55:03] Production.INFO: ==21296== Lock acquired, processing the job...
[2026-04-06 15:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:55:03] Production.INFO: ==21294== Lock acquired, processing the job...
[2026-04-06 15:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:55:03] Production.INFO: Account Balance Start.
[2026-04-06 15:55:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:55:03] Production.INFO: 117
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:55:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: ==21296== Releasing lock...
[2026-04-06 15:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-21
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-22
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-23
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-24
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-25
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-26
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-27
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: ==21290== Releasing lock...
[2026-04-06 15:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:55:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-28
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-29
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-30
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-03-31
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:03] Production.INFO: Date 2026-04-01
[2026-04-06 15:55:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:55:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:55:04] Production.INFO: Total Charge 0
[2026-04-06 15:55:04] Production.INFO: CreateAllLog End
[2026-04-06 15:55:04] Production.INFO: Account Balance End.
[2026-04-06 15:55:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:55:04] Production.INFO: ==21294== Releasing lock...
[2026-04-06 15:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:55:10] Production.ERROR: CronJobId end10
[2026-04-06 15:55:10] Production.INFO: ==21292== Releasing lock...
[2026-04-06 15:55:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:55:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:55:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:55:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:55:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:55:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:55:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:55:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:55:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:55:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:55:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:55:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:55:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:55:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:55:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:55:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:55:13] Production.INFO: call_cost start
[2026-04-06 15:55:13] Production.INFO: call_cost end
[2026-04-06 15:55:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:55:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:55:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:55:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:55:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:55:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:55:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:55:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:55:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:55:13] Production.INFO: ==21288== Releasing lock...
[2026-04-06 15:55:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:55:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:56:01] Production.INFO: ==21353== Lock acquired, processing the job...
[2026-04-06 20:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:56:01] Production.INFO: neon service started
[2026-04-06 20:56:01] Production.INFO: neon service started
[2026-04-06 20:56:01] Production.INFO: ==21353== Releasing lock...
[2026-04-06 20:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:56:02] Production.INFO: ==21355== Lock acquired, processing the job...
[2026-04-06 15:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 15:56:02] Production.INFO: ==21355== Releasing lock...
[2026-04-06 15:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 19:56:02] Production.INFO: ==21357== Lock acquired, processing the job...
[2026-04-06 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:56:02] Production.INFO: ==21357== Releasing lock...
[2026-04-06 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:56:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:56:03] Production.INFO: ==21361== Lock acquired, processing the job...
[2026-04-06 15:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:56:03] Production.INFO: ==21359== Lock acquired, processing the job...
[2026-04-06 15:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:56:03] Production.INFO: ==21363== Lock acquired, processing the job...
[2026-04-06 15:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:56:03] Production.INFO: ==21365== Lock acquired, processing the job...
[2026-04-06 15:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:56:03] Production.INFO: Account Balance Start.
[2026-04-06 15:56:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:56:03] Production.INFO: 117
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: ==21367== Lock acquired, processing the job...
[2026-04-06 15:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:56:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:56:03] Production.INFO: ==21367== Releasing lock...
[2026-04-06 15:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-18
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-19
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:03] Production.INFO: ==21361== Releasing lock...
[2026-04-06 15:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:56:03] Production.INFO: Date 2026-03-20
[2026-04-06 15:56:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:56:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:56:04] Production.INFO: Total Charge 0
[2026-04-06 15:56:04] Production.INFO: CreateAllLog End
[2026-04-06 15:56:04] Production.INFO: Account Balance End.
[2026-04-06 15:56:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:56:04] Production.INFO: ==21365== Releasing lock...
[2026-04-06 15:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:56:11] Production.ERROR: CronJobId end10
[2026-04-06 15:56:11] Production.INFO: ==21363== Releasing lock...
[2026-04-06 15:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:56:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:56:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:56:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:56:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:56:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:56:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:56:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:56:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:56:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:56:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:56:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:56:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:56:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:56:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:56:13] Production.INFO: call_cost start
[2026-04-06 15:56:13] Production.INFO: call_cost end
[2026-04-06 15:56:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:56:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:56:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:56:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:56:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:56:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:56:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:56:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:56:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:56:13] Production.INFO: ==21359== Releasing lock...
[2026-04-06 15:56:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:56:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:57:02] Production.INFO: ==21425== Lock acquired, processing the job...
[2026-04-06 20:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:57:02] Production.INFO: neon service started
[2026-04-06 20:57:02] Production.INFO: neon service started
[2026-04-06 20:57:02] Production.INFO: ==21425== Releasing lock...
[2026-04-06 20:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:57:02] Production.INFO: ==21427== Lock acquired, processing the job...
[2026-04-06 15:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:57:02] Production.INFO: ==21429== Lock acquired, processing the job...
[2026-04-06 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:57:02] Production.INFO: ==21429== Releasing lock...
[2026-04-06 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:57:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:57:02] Production.INFO: ==21427== Releasing lock...
[2026-04-06 15:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:57:03] Production.INFO: ==21436== Lock acquired, processing the job...
[2026-04-06 15:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:57:03] Production.INFO: ==21434== Lock acquired, processing the job...
[2026-04-06 15:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:57:03] Production.INFO: ==21438== Lock acquired, processing the job...
[2026-04-06 15:57:03] Production.INFO: ==21432== Lock acquired, processing the job...
[2026-04-06 15:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:57:03] Production.INFO: ==21440== Lock acquired, processing the job...
[2026-04-06 15:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:57:04] Production.INFO: ==21434== Releasing lock...
[2026-04-06 15:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:57:04] Production.INFO: Account Balance Start.
[2026-04-06 15:57:04] Production.INFO: CreateAllLog Start
[2026-04-06 15:57:04] Production.INFO: 117
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-08
[2026-04-06 15:57:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-09
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:57:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-10
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: ==21440== Releasing lock...
[2026-04-06 15:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-11
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:57:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:05] Production.INFO: Date 2026-04-02
[2026-04-06 15:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:05] Production.INFO: Date 2026-04-03
[2026-04-06 15:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:05] Production.INFO: Date 2026-04-04
[2026-04-06 15:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:57:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:57:05] Production.INFO: Total Charge 0
[2026-04-06 15:57:05] Production.INFO: CreateAllLog End
[2026-04-06 15:57:05] Production.INFO: Account Balance End.
[2026-04-06 15:57:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:57:05] Production.INFO: ==21438== Releasing lock...
[2026-04-06 15:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:57:12] Production.ERROR: CronJobId end10
[2026-04-06 15:57:12] Production.INFO: ==21436== Releasing lock...
[2026-04-06 15:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:57:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:57:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:57:15] Production.INFO: call_cost start
[2026-04-06 15:57:15] Production.INFO: call_cost end
[2026-04-06 15:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:57:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:57:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:57:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:57:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:57:15] Production.INFO: ==21432== Releasing lock...
[2026-04-06 15:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:58:01] Production.INFO: ==21500== Lock acquired, processing the job...
[2026-04-06 20:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:58:01] Production.INFO: neon service started
[2026-04-06 20:58:01] Production.INFO: neon service started
[2026-04-06 20:58:01] Production.INFO: ==21500== Releasing lock...
[2026-04-06 20:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:58:02] Production.INFO: ==21502== Lock acquired, processing the job...
[2026-04-06 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:58:02] Production.INFO: ==21504== Lock acquired, processing the job...
[2026-04-06 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:58:02] Production.INFO: ==21504== Releasing lock...
[2026-04-06 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:58:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:58:02] Production.INFO: ==21502== Releasing lock...
[2026-04-06 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:58:03] Production.INFO: ==21507== Lock acquired, processing the job...
[2026-04-06 15:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:58:03] Production.INFO: ==21509== Lock acquired, processing the job...
[2026-04-06 15:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:58:03] Production.INFO: ==21513== Lock acquired, processing the job...
[2026-04-06 15:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:58:03] Production.INFO: ==21511== Lock acquired, processing the job...
[2026-04-06 15:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:58:03] Production.INFO: Account Balance Start.
[2026-04-06 15:58:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:58:03] Production.INFO: 117
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: ==21515== Lock acquired, processing the job...
[2026-04-06 15:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-12
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:58:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-13
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:58:03] Production.INFO: ==21515== Releasing lock...
[2026-04-06 15:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-14
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-15
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-16
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: Date 2026-03-17
[2026-04-06 15:58:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:03] Production.INFO: ==21509== Releasing lock...
[2026-04-06 15:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-04-05
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Date 2026-04-06
[2026-04-06 15:58:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:58:04] Production.INFO: Total Charge 0
[2026-04-06 15:58:04] Production.INFO: CreateAllLog End
[2026-04-06 15:58:04] Production.INFO: Account Balance End.
[2026-04-06 15:58:04] Production.ERROR: CronJobId end 12
[2026-04-06 15:58:04] Production.INFO: ==21513== Releasing lock...
[2026-04-06 15:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:58:12] Production.ERROR: CronJobId end10
[2026-04-06 15:58:12] Production.INFO: ==21511== Releasing lock...
[2026-04-06 15:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:58:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:58:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:58:15] Production.INFO: call_cost start
[2026-04-06 15:58:15] Production.INFO: call_cost end
[2026-04-06 15:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:58:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:58:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:58:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:58:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:58:15] Production.INFO: ==21507== Releasing lock...
[2026-04-06 15:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 20:59:02] Production.INFO: ==21570== Lock acquired, processing the job...
[2026-04-06 20:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 20:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 20:59:02] Production.INFO: neon service started
[2026-04-06 20:59:02] Production.INFO: neon service started
[2026-04-06 20:59:02] Production.INFO: ==21570== Releasing lock...
[2026-04-06 20:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 20:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 15:59:02] Production.INFO: ==21573== Lock acquired, processing the job...
[2026-04-06 15:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 19:59:02] Production.INFO: ==21575== Lock acquired, processing the job...
[2026-04-06 19:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 19:59:02] Production.INFO: ==21575== Releasing lock...
[2026-04-06 19:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 19:59:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 15:59:02] Production.INFO: ==21573== Releasing lock...
[2026-04-06 15:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 15:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 15:59:03] Production.INFO: ==21577== Lock acquired, processing the job...
[2026-04-06 15:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 15:59:03] Production.INFO: ==21581== Lock acquired, processing the job...
[2026-04-06 15:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 15:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 15:59:03] Production.INFO: ==21583== Lock acquired, processing the job...
[2026-04-06 15:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 15:59:03] Production.INFO: ==21579== Lock acquired, processing the job...
[2026-04-06 15:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 15:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 15:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 15:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 15:59:03] Production.INFO: ==21585== Lock acquired, processing the job...
[2026-04-06 15:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 15:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 15:59:03] Production.INFO: Account Balance Start.
[2026-04-06 15:59:03] Production.INFO: CreateAllLog Start
[2026-04-06 15:59:03] Production.INFO: 117
[2026-04-06 15:59:03] Production.INFO: Date 2026-03-08
[2026-04-06 15:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 15:59:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 15:59:03] Production.INFO: Date 2026-03-09
[2026-04-06 15:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 15:59:03] Production.INFO: ==21585== Releasing lock...
[2026-04-06 15:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 15:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 15:59:03] Production.INFO: Date 2026-03-10
[2026-04-06 15:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:03] Production.INFO: Date 2026-03-11
[2026-04-06 15:59:03] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-12
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-13
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-14
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-15
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-16
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-17
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-18
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-19
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-20
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-21
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-22
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-23
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-24
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: ==21579== Releasing lock...
[2026-04-06 15:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 15:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-25
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-26
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-27
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-28
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-29
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-30
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-03-31
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-04-01
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-04-02
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-04-03
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:04] Production.INFO: Date 2026-04-04
[2026-04-06 15:59:04] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:05] Production.INFO: Date 2026-04-05
[2026-04-06 15:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:05] Production.INFO: Date 2026-04-06
[2026-04-06 15:59:05] Production.INFO: Reseller ==> 0
[2026-04-06 15:59:05] Production.INFO: Total Charge 0
[2026-04-06 15:59:05] Production.INFO: CreateAllLog End
[2026-04-06 15:59:05] Production.INFO: Account Balance End.
[2026-04-06 15:59:05] Production.ERROR: CronJobId end 12
[2026-04-06 15:59:05] Production.INFO: ==21583== Releasing lock...
[2026-04-06 15:59:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 15:59:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 15:59:11] Production.ERROR: CronJobId end10
[2026-04-06 15:59:11] Production.INFO: ==21581== Releasing lock...
[2026-04-06 15:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 15:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 15:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 15:59:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 15:59:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 15:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 15:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 15:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 15:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 15:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 15:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 15:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 15:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 15:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 15:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 15:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 15:59:15] Production.INFO: call_cost start
[2026-04-06 15:59:15] Production.INFO: call_cost end
[2026-04-06 15:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 15:59:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 15:59:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 15:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 15:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 15:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 15:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 15:59:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 15:59:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 15:59:15] Production.INFO: ==21577== Releasing lock...
[2026-04-06 15:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 15:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:00:01] Production.INFO: ==21641== Lock acquired, processing the job...
[2026-04-06 21:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:00:01] Production.INFO: neon service started
[2026-04-06 21:00:01] Production.INFO: neon service started
[2026-04-06 21:00:01] Production.INFO: ==21641== Releasing lock...
[2026-04-06 21:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:00:01] Production.INFO: ==21645== Lock acquired, processing the job...
[2026-04-06 20:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:00:01] Production.INFO: ==21645== Releasing lock...
[2026-04-06 20:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:00:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:00:02] Production.INFO: ==21643== Lock acquired, processing the job...
[2026-04-06 16:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:00:02] Production.INFO: ==21643== Releasing lock...
[2026-04-06 16:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:00:03] Production.INFO: ==21648== Lock acquired, processing the job...
[2026-04-06 16:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:00:03] Production.INFO: ==21650== Lock acquired, processing the job...
[2026-04-06 16:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:00:03] Production.INFO: ==21652== Lock acquired, processing the job...
[2026-04-06 16:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:00:03] Production.INFO: ==21656== Lock acquired, processing the job...
[2026-04-06 16:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:00:03] Production.INFO: ==21654== Lock acquired, processing the job...
[2026-04-06 16:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:00:03] Production.INFO: Account Balance Start.
[2026-04-06 16:00:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:00:03] Production.INFO: 117
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:00:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:00:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: ==21656== Releasing lock...
[2026-04-06 16:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: ==21650== Releasing lock...
[2026-04-06 16:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:00:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:00:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:00:04] Production.INFO: Total Charge 0
[2026-04-06 16:00:04] Production.INFO: CreateAllLog End
[2026-04-06 16:00:04] Production.INFO: Account Balance End.
[2026-04-06 16:00:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:00:05] Production.INFO: ==21654== Releasing lock...
[2026-04-06 16:00:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:00:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:00:11] Production.ERROR: CronJobId end10
[2026-04-06 16:00:11] Production.INFO: ==21652== Releasing lock...
[2026-04-06 16:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:00:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:00:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:00:14] Production.INFO: call_cost start
[2026-04-06 16:00:14] Production.INFO: call_cost end
[2026-04-06 16:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:00:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:00:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:00:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:00:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:00:14] Production.INFO: ==21648== Releasing lock...
[2026-04-06 16:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:01:01] Production.INFO: ==21720== Lock acquired, processing the job...
[2026-04-06 21:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:01:02] Production.INFO: neon service started
[2026-04-06 21:01:02] Production.INFO: neon service started
[2026-04-06 21:01:02] Production.INFO: ==21720== Releasing lock...
[2026-04-06 21:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:01:02] Production.INFO: ==21733== Lock acquired, processing the job...
[2026-04-06 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:01:02] Production.INFO: ==21733== Releasing lock...
[2026-04-06 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:01:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:01:02] Production.INFO: ==21731== Lock acquired, processing the job...
[2026-04-06 16:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:01:02] Production.INFO: ==21731== Releasing lock...
[2026-04-06 16:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:01:03] Production.INFO: ==21735== Lock acquired, processing the job...
[2026-04-06 16:01:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 16:01:03] Production.INFO: ==21740== Lock acquired, processing the job...
[2026-04-06 16:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:01:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 16:01:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-04-06 16:01:03] Production.ERROR: CronJob PID - 21740
[2026-04-06 16:01:03] Production.ERROR: CronJob Title - Account Block
[2026-04-06 16:01:03] Production.ERROR: CronJob ID - 7
[2026-04-06 16:01:03] Production.ERROR: CronJob Last Run Time 2026-04-06 16:01:00
[2026-04-06 16:01:03] Production.ERROR: CronJob Active Minutes 0
[2026-04-06 16:01:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-04-06 16:01:04] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 16:01:04] Production.INFO: ==21735== Releasing lock...
[2026-04-06 16:01:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 16:01:04] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 16:01:04] Production.INFO: ==21744== Lock acquired, processing the job...
[2026-04-06 16:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:01:04] Production.INFO: ==21737== Lock acquired, processing the job...
[2026-04-06 16:01:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:01:04] Production.INFO: ==21742== Lock acquired, processing the job...
[2026-04-06 16:01:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:01:04] Production.INFO: Account Balance Start.
[2026-04-06 16:01:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:01:04] Production.INFO: 117
[2026-04-06 16:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: ==21746== Lock acquired, processing the job...
[2026-04-06 16:01:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 16:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 16:01:04] Production.INFO: ==21748== Lock acquired, processing the job...
[2026-04-06 16:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: ==21740== Releasing lock...
[2026-04-06 16:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:01:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:01:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:01:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-03-28
[2026-04-06 16:01:05] Production.INFO: ==21748== Releasing lock...
[2026-04-06 16:01:05] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:01:05] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-03-29
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.ERROR: done
[2026-04-06 16:01:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 16:01:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048537', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 16:01:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:01:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:01:05] Production.INFO: Total Charge 0
[2026-04-06 16:01:05] Production.INFO: CreateAllLog End
[2026-04-06 16:01:05] Production.INFO: Account Balance End.
[2026-04-06 16:01:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:01:05] Production.INFO: ==21744== Releasing lock...
[2026-04-06 16:01:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:01:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:01:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048537', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 16:01:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 16:01:11] Production.INFO: ProcessCDR(1,17048537,1,1,2)
[2026-04-06 16:01:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048537,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:01:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048537,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:01:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 16:01:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 16:01:11] Production.INFO: ==21746== Releasing lock...
[2026-04-06 16:01:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 16:01:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 16:01:15] Production.ERROR: CronJobId end10
[2026-04-06 16:01:15] Production.INFO: ==21742== Releasing lock...
[2026-04-06 16:01:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:01:15] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:01:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:01:18] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:01:18] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:01:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:01:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:01:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:01:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:01:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:01:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:01:18] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:01:18] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:01:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:01:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:01:18] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:01:18] Production.INFO: call_cost start
[2026-04-06 16:01:18] Production.INFO: call_cost end
[2026-04-06 16:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:01:18] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:01:18] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:01:18] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:01:18] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:01:18] Production.INFO: ==21737== Releasing lock...
[2026-04-06 16:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:02:01] Production.INFO: ==21810== Lock acquired, processing the job...
[2026-04-06 21:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:02:01] Production.INFO: neon service started
[2026-04-06 21:02:01] Production.INFO: neon service started
[2026-04-06 21:02:01] Production.INFO: ==21810== Releasing lock...
[2026-04-06 21:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:02:01] Production.INFO: ==21812== Lock acquired, processing the job...
[2026-04-06 16:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:02:02] Production.INFO: ==21812== Releasing lock...
[2026-04-06 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:02:02] Production.INFO: ==21814== Lock acquired, processing the job...
[2026-04-06 20:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:02:02] Production.INFO: ==21814== Releasing lock...
[2026-04-06 20:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:02:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:02:03] Production.INFO: ==21816== Lock acquired, processing the job...
[2026-04-06 16:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:02:03] Production.INFO: ==21820== Lock acquired, processing the job...
[2026-04-06 16:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:02:03] Production.INFO: ==21824== Lock acquired, processing the job...
[2026-04-06 16:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-04-06 16:02:03] Production.INFO: ==21818== Lock acquired, processing the job...
[2026-04-06 16:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 16:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:02:03] Production.INFO: ==21822== Lock acquired, processing the job...
[2026-04-06 16:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:02:03] Production.INFO: ==21826== Lock acquired, processing the job...
[2026-04-06 16:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:02:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:02:03] Production.INFO: Account Balance Start.
[2026-04-06 16:02:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:02:03] Production.INFO: 117
[2026-04-06 16:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.INFO: ==21826== Releasing lock...
[2026-04-06 16:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:02:03] Production.ERROR: done
[2026-04-06 16:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.ERROR: done
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.ERROR: Array
(
[start_date_ymd] => 2026-04-01 03:02:06
[end_date_ymd] => 2026-04-02 03:02:06
[RateCDR] => 1
)
[2026-04-06 16:02:03] Production.INFO: select c.src, c.ID,c.`start`,c.`end`,c.duration,c.billsec,c.realsrc as extension,c.accountcode,
c.firstdst,c.lastdst,coalesce(sum(cc_cost)) as cc_cost,c.pincode, c.userfield,IFNULL(cc_type ,'') as cc_type,
disposition,IFNULL(p.pr_name,'') as cc_peername,IFNULL(cc.cc_buy,'') as cc_buy, ex.ex_name,ex.ex_description,
pin.pc_description as pincode_name
from asteriskcdrdb.cdr c
left outer join asterisk.cc_callcosts cc on
c.uniqueid=cc.cc_uniqueid and ( c.sequence=cc.cc_cdr_sequence or (c.sequence is null and cc.cc_cdr_sequence=0 ) ) /*-- Given by mirta same as in their front end.*/
left outer join asterisk.pr_providers p on
cc_pr_id = pr_id
left outer join asterisk.te_tenants te ON te.te_code = c.accountcode
left outer join asterisk.ex_extensions ex ON CONCAT(ex.ex_number, '-', te.te_code) = c.realsrc and ex.ex_te_id = te.te_id
left outer join asterisk.pc_pincodes pin ON pin.pc_pin = c.pincode
where `end` >= '2026-04-01 03:02:06' and `end` < '2026-04-02 03:02:06'
AND (
userfield like '%outbound%'
or userfield like '%inbound%'
or ( userfield = '' AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE' ) /*-- Ignore Internal call*/
)
AND ( dst<>'h' or duration <> 0 ) /*-- given by mirta*/
AND IFNULL(cc_type ,'') <> 'OUTNOCHARGE'
and prevuniqueid=''
group by ID,c.`start`,c.`end`,realsrc,firstdst,duration,billsec,userfield,uniqueid,prevuniqueid,lastdst,dst,pincode,IFNULL(cc_type ,'')
[2026-04-06 16:02:03] Production.INFO: ==21818== Releasing lock...
[2026-04-06 16:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:02:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:02:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountCDRs, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:02:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:02:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:133
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/PBXAccountUsage.php(0): App\PBX::getAccountCDRs()
#1 [internal function]: App\Console\Commands\PBXAccountUsage->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\PBXAccountUsage), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:02:03] Production.INFO: ==21824== Releasing lock...
[2026-04-06 16:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-04-06 16:02:03] Production.INFO: 27.25 MB #Memory Used#
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:02:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:02:04] Production.INFO: Total Charge 0
[2026-04-06 16:02:04] Production.INFO: CreateAllLog End
[2026-04-06 16:02:04] Production.INFO: Account Balance End.
[2026-04-06 16:02:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:02:04] Production.INFO: ==21822== Releasing lock...
[2026-04-06 16:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:02:11] Production.ERROR: CronJobId end10
[2026-04-06 16:02:11] Production.INFO: ==21820== Releasing lock...
[2026-04-06 16:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:02:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:02:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:02:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:02:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:02:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:02:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:02:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:02:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:02:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:02:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:02:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:02:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:02:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:02:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:02:14] Production.INFO: call_cost start
[2026-04-06 16:02:14] Production.INFO: call_cost end
[2026-04-06 16:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:02:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:02:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:02:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:02:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:02:14] Production.INFO: ==21816== Releasing lock...
[2026-04-06 16:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:03:01] Production.INFO: ==21880== Lock acquired, processing the job...
[2026-04-06 21:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:03:01] Production.INFO: neon service started
[2026-04-06 21:03:01] Production.INFO: neon service started
[2026-04-06 21:03:01] Production.INFO: ==21880== Releasing lock...
[2026-04-06 21:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:03:02] Production.INFO: ==21882== Lock acquired, processing the job...
[2026-04-06 16:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 20:03:02] Production.INFO: ==21884== Lock acquired, processing the job...
[2026-04-06 20:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:03:02] Production.INFO: ==21884== Releasing lock...
[2026-04-06 20:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:03:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:03:02] Production.INFO: ==21882== Releasing lock...
[2026-04-06 16:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:03:03] Production.INFO: ==21889== Lock acquired, processing the job...
[2026-04-06 16:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:03:03] Production.INFO: ==21895== Lock acquired, processing the job...
[2026-04-06 16:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:03:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:03:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:03:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:03:03] Production.INFO: ==21895== Releasing lock...
[2026-04-06 16:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:03:03] Production.INFO: ==21887== Lock acquired, processing the job...
[2026-04-06 16:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:03:03] Production.INFO: ==21891== Lock acquired, processing the job...
[2026-04-06 16:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:03:03] Production.INFO: ==21893== Lock acquired, processing the job...
[2026-04-06 16:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:03:03] Production.INFO: Account Balance Start.
[2026-04-06 16:03:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:03:03] Production.INFO: 117
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:03:03] Production.INFO: ==21889== Releasing lock...
[2026-04-06 16:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:03:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:03:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:03:05] Production.INFO: Total Charge 0
[2026-04-06 16:03:05] Production.INFO: CreateAllLog End
[2026-04-06 16:03:05] Production.INFO: Account Balance End.
[2026-04-06 16:03:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:03:05] Production.INFO: ==21893== Releasing lock...
[2026-04-06 16:03:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:03:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:03:11] Production.ERROR: CronJobId end10
[2026-04-06 16:03:11] Production.INFO: ==21891== Releasing lock...
[2026-04-06 16:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:03:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:03:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:03:14] Production.INFO: call_cost start
[2026-04-06 16:03:14] Production.INFO: call_cost end
[2026-04-06 16:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:03:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:03:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:03:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:03:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:03:14] Production.INFO: ==21887== Releasing lock...
[2026-04-06 16:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:04:02] Production.INFO: ==21951== Lock acquired, processing the job...
[2026-04-06 21:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:04:02] Production.INFO: neon service started
[2026-04-06 21:04:02] Production.INFO: neon service started
[2026-04-06 21:04:02] Production.INFO: ==21951== Releasing lock...
[2026-04-06 21:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:04:02] Production.INFO: ==21953== Lock acquired, processing the job...
[2026-04-06 16:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:04:02] Production.INFO: ==21953== Releasing lock...
[2026-04-06 16:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:04:03] Production.INFO: ==21955== Lock acquired, processing the job...
[2026-04-06 20:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:04:03] Production.INFO: ==21955== Releasing lock...
[2026-04-06 20:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:04:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:04:03] Production.INFO: ==21964== Lock acquired, processing the job...
[2026-04-06 16:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:04:03] Production.INFO: Account Balance Start.
[2026-04-06 16:04:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:04:03] Production.INFO: 117
[2026-04-06 16:04:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:04:03] Production.INFO: ==21958== Lock acquired, processing the job...
[2026-04-06 16:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:03] Production.INFO: ==21960== Lock acquired, processing the job...
[2026-04-06 16:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:04:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:03] Production.INFO: ==21962== Lock acquired, processing the job...
[2026-04-06 16:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:04:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:04:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: ==21966== Lock acquired, processing the job...
[2026-04-06 16:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:04:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:04:04] Production.INFO: ==21966== Releasing lock...
[2026-04-06 16:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: ==21960== Releasing lock...
[2026-04-06 16:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:04:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:04:04] Production.INFO: Total Charge 0
[2026-04-06 16:04:04] Production.INFO: CreateAllLog End
[2026-04-06 16:04:05] Production.INFO: Account Balance End.
[2026-04-06 16:04:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:04:05] Production.INFO: ==21964== Releasing lock...
[2026-04-06 16:04:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:04:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:04:12] Production.ERROR: CronJobId end10
[2026-04-06 16:04:12] Production.INFO: ==21962== Releasing lock...
[2026-04-06 16:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:04:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:04:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:04:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:04:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:04:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:04:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:04:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:04:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:04:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:04:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:04:15] Production.INFO: call_cost start
[2026-04-06 16:04:15] Production.INFO: call_cost end
[2026-04-06 16:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:04:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:04:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:04:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:04:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:04:15] Production.INFO: ==21958== Releasing lock...
[2026-04-06 16:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:05:01] Production.INFO: ==22021== Lock acquired, processing the job...
[2026-04-06 21:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:05:01] Production.INFO: neon service started
[2026-04-06 21:05:01] Production.INFO: neon service started
[2026-04-06 21:05:01] Production.INFO: ==22021== Releasing lock...
[2026-04-06 21:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:05:02] Production.INFO: ==22023== Lock acquired, processing the job...
[2026-04-06 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:05:02] Production.INFO: ==22023== Releasing lock...
[2026-04-06 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:05:02] Production.INFO: ==22025== Lock acquired, processing the job...
[2026-04-06 20:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:05:02] Production.INFO: ==22025== Releasing lock...
[2026-04-06 20:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:05:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:05:02] Production.INFO: ==22027== Lock acquired, processing the job...
[2026-04-06 16:05:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:05:03] Production.INFO: ==22029== Lock acquired, processing the job...
[2026-04-06 16:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:05:03] Production.INFO: ==22033== Lock acquired, processing the job...
[2026-04-06 16:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:05:03] Production.INFO: ==22031== Lock acquired, processing the job...
[2026-04-06 16:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:05:03] Production.INFO: Account Balance Start.
[2026-04-06 16:05:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:05:03] Production.INFO: 117
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: ==22035== Lock acquired, processing the job...
[2026-04-06 16:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:05:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:05:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: ==22035== Releasing lock...
[2026-04-06 16:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: ==22029== Releasing lock...
[2026-04-06 16:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:05:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:05:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:05:04] Production.INFO: Total Charge 0
[2026-04-06 16:05:04] Production.INFO: CreateAllLog End
[2026-04-06 16:05:04] Production.INFO: Account Balance End.
[2026-04-06 16:05:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:05:04] Production.INFO: ==22033== Releasing lock...
[2026-04-06 16:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:05:11] Production.ERROR: CronJobId end10
[2026-04-06 16:05:11] Production.INFO: ==22031== Releasing lock...
[2026-04-06 16:05:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:05:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:05:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:05:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:05:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:05:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:05:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:05:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:05:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:05:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:05:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:05:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:05:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:05:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:05:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:05:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:05:13] Production.INFO: call_cost start
[2026-04-06 16:05:13] Production.INFO: call_cost end
[2026-04-06 16:05:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:05:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:05:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:05:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:05:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:05:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:05:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:05:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:05:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:05:13] Production.INFO: ==22027== Releasing lock...
[2026-04-06 16:05:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:05:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:06:02] Production.INFO: ==22097== Lock acquired, processing the job...
[2026-04-06 21:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:06:02] Production.INFO: neon service started
[2026-04-06 21:06:02] Production.INFO: neon service started
[2026-04-06 21:06:02] Production.INFO: ==22097== Releasing lock...
[2026-04-06 21:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:06:02] Production.INFO: ==22101== Lock acquired, processing the job...
[2026-04-06 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:06:02] Production.INFO: ==22101== Releasing lock...
[2026-04-06 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:06:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:06:02] Production.INFO: ==22099== Lock acquired, processing the job...
[2026-04-06 16:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:06:02] Production.INFO: ==22099== Releasing lock...
[2026-04-06 16:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:06:03] Production.INFO: ==22103== Lock acquired, processing the job...
[2026-04-06 16:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:06:03] Production.INFO: ==22105== Lock acquired, processing the job...
[2026-04-06 16:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:06:03] Production.INFO: ==22107== Lock acquired, processing the job...
[2026-04-06 16:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:06:03] Production.INFO: ==22110== Lock acquired, processing the job...
[2026-04-06 16:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:06:03] Production.INFO: ==22112== Lock acquired, processing the job...
[2026-04-06 16:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:06:03] Production.INFO: Account Balance Start.
[2026-04-06 16:06:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:06:03] Production.INFO: 117
[2026-04-06 16:06:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:06:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:06:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:06:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:03] Production.INFO: ==22112== Releasing lock...
[2026-04-06 16:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:06:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:06:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: ==22105== Releasing lock...
[2026-04-06 16:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:06:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-03-29
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:06:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:06:05] Production.INFO: Total Charge 0
[2026-04-06 16:06:05] Production.INFO: CreateAllLog End
[2026-04-06 16:06:05] Production.INFO: Account Balance End.
[2026-04-06 16:06:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:06:05] Production.INFO: ==22110== Releasing lock...
[2026-04-06 16:06:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:06:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:06:11] Production.ERROR: CronJobId end10
[2026-04-06 16:06:11] Production.INFO: ==22107== Releasing lock...
[2026-04-06 16:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:06:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:06:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:06:14] Production.INFO: call_cost start
[2026-04-06 16:06:14] Production.INFO: call_cost end
[2026-04-06 16:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:06:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:06:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:06:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:06:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:06:14] Production.INFO: ==22103== Releasing lock...
[2026-04-06 16:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:07:01] Production.INFO: ==22170== Lock acquired, processing the job...
[2026-04-06 21:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:07:01] Production.INFO: neon service started
[2026-04-06 21:07:01] Production.INFO: neon service started
[2026-04-06 21:07:01] Production.INFO: ==22170== Releasing lock...
[2026-04-06 21:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:07:01] Production.INFO: ==22174== Lock acquired, processing the job...
[2026-04-06 20:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:07:01] Production.INFO: ==22174== Releasing lock...
[2026-04-06 20:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:07:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:07:01] Production.INFO: ==22172== Lock acquired, processing the job...
[2026-04-06 16:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:07:02] Production.INFO: ==22172== Releasing lock...
[2026-04-06 16:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:07:02] Production.INFO: ==22176== Lock acquired, processing the job...
[2026-04-06 16:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:07:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:07:02] Production.INFO: ==22180== Lock acquired, processing the job...
[2026-04-06 16:07:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:07:02] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:07:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:07:02] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:07:02] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:07:03] Production.INFO: ==22178== Lock acquired, processing the job...
[2026-04-06 16:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:07:03] Production.INFO: ==22182== Lock acquired, processing the job...
[2026-04-06 16:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:07:03] Production.INFO: ==22184== Lock acquired, processing the job...
[2026-04-06 16:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:07:03] Production.INFO: Account Balance Start.
[2026-04-06 16:07:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:07:03] Production.INFO: 117
[2026-04-06 16:07:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:07:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:07:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:07:03] Production.INFO: ==22184== Releasing lock...
[2026-04-06 16:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:07:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:07:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:03] Production.INFO: ==22178== Releasing lock...
[2026-04-06 16:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:07:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:07:04] Production.INFO: Total Charge 0
[2026-04-06 16:07:05] Production.INFO: CreateAllLog End
[2026-04-06 16:07:05] Production.INFO: Account Balance End.
[2026-04-06 16:07:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:07:05] Production.INFO: ==22182== Releasing lock...
[2026-04-06 16:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:07:10] Production.ERROR: CronJobId end10
[2026-04-06 16:07:10] Production.INFO: ==22180== Releasing lock...
[2026-04-06 16:07:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:07:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:07:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:07:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:07:13] Production.INFO: call_cost start
[2026-04-06 16:07:13] Production.INFO: call_cost end
[2026-04-06 16:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:07:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:07:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:07:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:07:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:07:13] Production.INFO: ==22176== Releasing lock...
[2026-04-06 16:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:08:01] Production.INFO: ==22240== Lock acquired, processing the job...
[2026-04-06 21:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:08:01] Production.INFO: neon service started
[2026-04-06 21:08:01] Production.INFO: neon service started
[2026-04-06 21:08:01] Production.INFO: ==22240== Releasing lock...
[2026-04-06 21:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:08:02] Production.INFO: ==22242== Lock acquired, processing the job...
[2026-04-06 16:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:08:02] Production.INFO: ==22242== Releasing lock...
[2026-04-06 16:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:08:02] Production.INFO: ==22244== Lock acquired, processing the job...
[2026-04-06 20:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:08:02] Production.INFO: ==22244== Releasing lock...
[2026-04-06 20:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:08:02] Production.INFO: 26 MB #Memory Used#
[2026-04-06 16:08:03] Production.INFO: ==22246== Lock acquired, processing the job...
[2026-04-06 16:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:08:03] Production.INFO: ==22250== Lock acquired, processing the job...
[2026-04-06 16:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:08:03] Production.INFO: ==22248== Lock acquired, processing the job...
[2026-04-06 16:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:08:03] Production.INFO: ==22254== Lock acquired, processing the job...
[2026-04-06 16:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:08:03] Production.INFO: ==22252== Lock acquired, processing the job...
[2026-04-06 16:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:08:03] Production.INFO: Account Balance Start.
[2026-04-06 16:08:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:08:03] Production.INFO: 117
[2026-04-06 16:08:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:08:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:08:03] Production.INFO: ==22254== Releasing lock...
[2026-04-06 16:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:08:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: ==22248== Releasing lock...
[2026-04-06 16:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:08:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:08:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:08:05] Production.INFO: Total Charge 0
[2026-04-06 16:08:05] Production.INFO: CreateAllLog End
[2026-04-06 16:08:05] Production.INFO: Account Balance End.
[2026-04-06 16:08:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:08:05] Production.INFO: ==22252== Releasing lock...
[2026-04-06 16:08:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:08:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:08:11] Production.ERROR: CronJobId end10
[2026-04-06 16:08:11] Production.INFO: ==22250== Releasing lock...
[2026-04-06 16:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:08:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:08:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:08:13] Production.INFO: call_cost start
[2026-04-06 16:08:13] Production.INFO: call_cost end
[2026-04-06 16:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:08:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:08:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:08:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:08:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:08:13] Production.INFO: ==22246== Releasing lock...
[2026-04-06 16:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:09:02] Production.INFO: ==22311== Lock acquired, processing the job...
[2026-04-06 21:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:09:02] Production.INFO: neon service started
[2026-04-06 21:09:02] Production.INFO: neon service started
[2026-04-06 21:09:02] Production.INFO: ==22311== Releasing lock...
[2026-04-06 21:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:09:02] Production.INFO: ==22315== Lock acquired, processing the job...
[2026-04-06 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:09:02] Production.INFO: ==22315== Releasing lock...
[2026-04-06 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:09:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:09:02] Production.INFO: ==22313== Lock acquired, processing the job...
[2026-04-06 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:09:02] Production.INFO: ==22313== Releasing lock...
[2026-04-06 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:09:03] Production.INFO: ==22319== Lock acquired, processing the job...
[2026-04-06 16:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:09:03] Production.INFO: ==22317== Lock acquired, processing the job...
[2026-04-06 16:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:09:03] Production.INFO: ==22321== Lock acquired, processing the job...
[2026-04-06 16:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:09:03] Production.INFO: ==22323== Lock acquired, processing the job...
[2026-04-06 16:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:09:03] Production.INFO: ==22325== Lock acquired, processing the job...
[2026-04-06 16:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:09:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:09:03] Production.INFO: Account Balance Start.
[2026-04-06 16:09:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:09:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:09:04] Production.INFO: 117
[2026-04-06 16:09:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:09:04] Production.INFO: ==22325== Releasing lock...
[2026-04-06 16:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: ==22319== Releasing lock...
[2026-04-06 16:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:09:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-22
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-23
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-24
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-25
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-26
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-27
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-28
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-29
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:09:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:09:05] Production.INFO: Total Charge 0
[2026-04-06 16:09:05] Production.INFO: CreateAllLog End
[2026-04-06 16:09:05] Production.INFO: Account Balance End.
[2026-04-06 16:09:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:09:05] Production.INFO: ==22323== Releasing lock...
[2026-04-06 16:09:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:09:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:09:11] Production.ERROR: CronJobId end10
[2026-04-06 16:09:11] Production.INFO: ==22321== Releasing lock...
[2026-04-06 16:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:09:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:09:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:09:15] Production.INFO: call_cost start
[2026-04-06 16:09:15] Production.INFO: call_cost end
[2026-04-06 16:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:09:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:09:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:09:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:09:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:09:15] Production.INFO: ==22317== Releasing lock...
[2026-04-06 16:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:10:01] Production.INFO: ==22381== Lock acquired, processing the job...
[2026-04-06 21:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:10:01] Production.INFO: neon service started
[2026-04-06 21:10:01] Production.INFO: neon service started
[2026-04-06 21:10:01] Production.INFO: ==22381== Releasing lock...
[2026-04-06 21:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:10:02] Production.INFO: ==22385== Lock acquired, processing the job...
[2026-04-06 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:10:02] Production.INFO: ==22385== Releasing lock...
[2026-04-06 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:10:02] Production.INFO: ==22387== Lock acquired, processing the job...
[2026-04-06 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:10:02] Production.INFO: ==22387== Releasing lock...
[2026-04-06 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:10:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:10:02] Production.INFO: ==22391== Lock acquired, processing the job...
[2026-04-06 16:10:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:10:03] Production.INFO: ==22389== Lock acquired, processing the job...
[2026-04-06 16:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:10:03] Production.INFO: ==22393== Lock acquired, processing the job...
[2026-04-06 16:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:10:03] Production.INFO: ==22395== Lock acquired, processing the job...
[2026-04-06 16:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:10:03] Production.INFO: ==22398== Lock acquired, processing the job...
[2026-04-06 16:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:10:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:10:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:10:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:10:03] Production.INFO: Account Balance Start.
[2026-04-06 16:10:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:10:03] Production.INFO: ==22398== Releasing lock...
[2026-04-06 16:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:10:03] Production.INFO: 117
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: ==22391== Releasing lock...
[2026-04-06 16:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:10:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:10:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:10:04] Production.INFO: Total Charge 0
[2026-04-06 16:10:04] Production.INFO: CreateAllLog End
[2026-04-06 16:10:04] Production.INFO: Account Balance End.
[2026-04-06 16:10:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:10:04] Production.INFO: ==22395== Releasing lock...
[2026-04-06 16:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:10:11] Production.ERROR: CronJobId end10
[2026-04-06 16:10:11] Production.INFO: ==22393== Releasing lock...
[2026-04-06 16:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:10:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:10:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:10:14] Production.INFO: call_cost start
[2026-04-06 16:10:14] Production.INFO: call_cost end
[2026-04-06 16:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:10:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:10:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:10:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:10:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:10:14] Production.INFO: ==22389== Releasing lock...
[2026-04-06 16:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:11:02] Production.INFO: ==22450== Lock acquired, processing the job...
[2026-04-06 21:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:11:02] Production.INFO: neon service started
[2026-04-06 21:11:02] Production.INFO: neon service started
[2026-04-06 21:11:02] Production.INFO: ==22450== Releasing lock...
[2026-04-06 21:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:11:02] Production.INFO: ==22454== Lock acquired, processing the job...
[2026-04-06 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:11:02] Production.INFO: ==22454== Releasing lock...
[2026-04-06 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:11:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:11:02] Production.INFO: ==22452== Lock acquired, processing the job...
[2026-04-06 16:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:11:03] Production.INFO: ==22452== Releasing lock...
[2026-04-06 16:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:11:03] Production.INFO: ==22457== Lock acquired, processing the job...
[2026-04-06 16:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 16:11:03] Production.INFO: ==22459== Lock acquired, processing the job...
[2026-04-06 16:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:11:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 16:11:03] Production.INFO: ==22463== Lock acquired, processing the job...
[2026-04-06 16:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:11:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 16:11:03] Production.INFO: ==22457== Releasing lock...
[2026-04-06 16:11:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 16:11:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 16:11:03] Production.INFO: ==22461== Lock acquired, processing the job...
[2026-04-06 16:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:11:04] Production.INFO: ==22465== Lock acquired, processing the job...
[2026-04-06 16:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:11:04] Production.INFO: ==22469== Lock acquired, processing the job...
[2026-04-06 16:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:11:04] Production.INFO: ==22467== Lock acquired, processing the job...
[2026-04-06 16:11:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 16:11:04] Production.INFO: Account Balance Start.
[2026-04-06 16:11:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:11:04] Production.INFO: 117
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:11:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: ==22469== Releasing lock...
[2026-04-06 16:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:11:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:05] Production.INFO: ==22461== Releasing lock...
[2026-04-06 16:11:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:11:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:11:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:05] Production.ERROR: done
[2026-04-06 16:11:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 16:11:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048579', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 16:11:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:11:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:11:05] Production.INFO: Total Charge 0
[2026-04-06 16:11:05] Production.INFO: CreateAllLog End
[2026-04-06 16:11:05] Production.INFO: Account Balance End.
[2026-04-06 16:11:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:11:05] Production.INFO: ==22465== Releasing lock...
[2026-04-06 16:11:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:11:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:11:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048579', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 16:11:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 16:11:09] Production.INFO: ProcessCDR(1,17048579,1,1,2)
[2026-04-06 16:11:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048579,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:11:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048579,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:11:09] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 16:11:09] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 16:11:09] Production.INFO: ==22467== Releasing lock...
[2026-04-06 16:11:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 16:11:09] Production.INFO: 26 MB #Memory Used#
[2026-04-06 16:11:13] Production.ERROR: CronJobId end10
[2026-04-06 16:11:13] Production.INFO: ==22463== Releasing lock...
[2026-04-06 16:11:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:11:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:11:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:11:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:11:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:11:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:11:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:11:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:11:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:11:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:11:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:11:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:11:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:11:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:11:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:11:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:11:16] Production.INFO: call_cost start
[2026-04-06 16:11:16] Production.INFO: call_cost end
[2026-04-06 16:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:11:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:11:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:11:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:11:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:11:16] Production.INFO: ==22459== Releasing lock...
[2026-04-06 16:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:12:01] Production.INFO: ==22525== Lock acquired, processing the job...
[2026-04-06 21:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:12:01] Production.INFO: neon service started
[2026-04-06 21:12:01] Production.INFO: neon service started
[2026-04-06 21:12:01] Production.INFO: ==22525== Releasing lock...
[2026-04-06 21:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:12:01] Production.INFO: ==22527== Lock acquired, processing the job...
[2026-04-06 16:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:12:02] Production.INFO: ==22527== Releasing lock...
[2026-04-06 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:12:02] Production.INFO: ==22529== Lock acquired, processing the job...
[2026-04-06 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:12:02] Production.INFO: ==22529== Releasing lock...
[2026-04-06 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:12:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:12:02] Production.INFO: ==22537== Lock acquired, processing the job...
[2026-04-06 16:12:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:12:02] Production.INFO: ==22531== Lock acquired, processing the job...
[2026-04-06 16:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:12:03] Production.INFO: Account Balance Start.
[2026-04-06 16:12:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:12:03] Production.INFO: ==22533== Lock acquired, processing the job...
[2026-04-06 16:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:12:03] Production.INFO: 117
[2026-04-06 16:12:03] Production.INFO: ==22535== Lock acquired, processing the job...
[2026-04-06 16:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: ==22539== Lock acquired, processing the job...
[2026-04-06 16:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:12:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:12:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:12:03] Production.INFO: ==22539== Releasing lock...
[2026-04-06 16:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: ==22533== Releasing lock...
[2026-04-06 16:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:03] Production.INFO: Date 2026-03-24
[2026-04-06 16:12:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:12:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:12:04] Production.INFO: Total Charge 0
[2026-04-06 16:12:04] Production.INFO: CreateAllLog End
[2026-04-06 16:12:04] Production.INFO: Account Balance End.
[2026-04-06 16:12:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:12:04] Production.INFO: ==22537== Releasing lock...
[2026-04-06 16:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:12:12] Production.ERROR: CronJobId end10
[2026-04-06 16:12:12] Production.INFO: ==22535== Releasing lock...
[2026-04-06 16:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:12:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:12:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:12:15] Production.INFO: call_cost start
[2026-04-06 16:12:15] Production.INFO: call_cost end
[2026-04-06 16:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:12:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:12:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:12:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:12:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:12:15] Production.INFO: ==22531== Releasing lock...
[2026-04-06 16:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:13:01] Production.INFO: ==22599== Lock acquired, processing the job...
[2026-04-06 21:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:13:01] Production.INFO: neon service started
[2026-04-06 21:13:01] Production.INFO: neon service started
[2026-04-06 21:13:01] Production.INFO: ==22599== Releasing lock...
[2026-04-06 21:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:13:02] Production.INFO: ==22601== Lock acquired, processing the job...
[2026-04-06 16:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 20:13:02] Production.INFO: ==22603== Lock acquired, processing the job...
[2026-04-06 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:13:02] Production.INFO: ==22603== Releasing lock...
[2026-04-06 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:13:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:13:02] Production.INFO: ==22601== Releasing lock...
[2026-04-06 16:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:13:03] Production.INFO: ==22606== Lock acquired, processing the job...
[2026-04-06 16:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:13:03] Production.INFO: ==22608== Lock acquired, processing the job...
[2026-04-06 16:13:03] Production.INFO: ==22612== Lock acquired, processing the job...
[2026-04-06 16:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:13:03] Production.INFO: ==22610== Lock acquired, processing the job...
[2026-04-06 16:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:13:03] Production.INFO: Account Balance Start.
[2026-04-06 16:13:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:13:03] Production.INFO: 117
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:03] Production.INFO: ==22614== Lock acquired, processing the job...
[2026-04-06 16:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:13:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:03] Production.INFO: ==22614== Releasing lock...
[2026-04-06 16:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:13:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:13:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: ==22608== Releasing lock...
[2026-04-06 16:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:13:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:13:04] Production.INFO: Total Charge 0
[2026-04-06 16:13:04] Production.INFO: CreateAllLog End
[2026-04-06 16:13:05] Production.INFO: Account Balance End.
[2026-04-06 16:13:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:13:05] Production.INFO: ==22612== Releasing lock...
[2026-04-06 16:13:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:13:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:13:10] Production.ERROR: CronJobId end10
[2026-04-06 16:13:10] Production.INFO: ==22610== Releasing lock...
[2026-04-06 16:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:13:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:13:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:13:14] Production.INFO: call_cost start
[2026-04-06 16:13:14] Production.INFO: call_cost end
[2026-04-06 16:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:13:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:13:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:13:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:13:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:13:14] Production.INFO: ==22606== Releasing lock...
[2026-04-06 16:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:14:02] Production.INFO: ==22668== Lock acquired, processing the job...
[2026-04-06 21:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:14:02] Production.INFO: neon service started
[2026-04-06 21:14:02] Production.INFO: neon service started
[2026-04-06 21:14:02] Production.INFO: ==22668== Releasing lock...
[2026-04-06 21:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:14:02] Production.INFO: ==22672== Lock acquired, processing the job...
[2026-04-06 20:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:14:02] Production.INFO: ==22672== Releasing lock...
[2026-04-06 20:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:14:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:14:02] Production.INFO: ==22670== Lock acquired, processing the job...
[2026-04-06 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:14:03] Production.INFO: ==22670== Releasing lock...
[2026-04-06 16:14:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:14:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:14:03] Production.INFO: ==22676== Lock acquired, processing the job...
[2026-04-06 16:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:14:03] Production.INFO: ==22678== Lock acquired, processing the job...
[2026-04-06 16:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:14:03] Production.INFO: ==22680== Lock acquired, processing the job...
[2026-04-06 16:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:14:03] Production.INFO: ==22682== Lock acquired, processing the job...
[2026-04-06 16:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:14:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:14:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:14:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:14:04] Production.INFO: Account Balance Start.
[2026-04-06 16:14:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:14:04] Production.INFO: 117
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:14:04] Production.INFO: ==22684== Lock acquired, processing the job...
[2026-04-06 16:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:14:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: ==22684== Releasing lock...
[2026-04-06 16:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: ==22678== Releasing lock...
[2026-04-06 16:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:14:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:14:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:14:05] Production.INFO: Total Charge 0
[2026-04-06 16:14:05] Production.INFO: CreateAllLog End
[2026-04-06 16:14:05] Production.INFO: Account Balance End.
[2026-04-06 16:14:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:14:05] Production.INFO: ==22682== Releasing lock...
[2026-04-06 16:14:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:14:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:14:13] Production.ERROR: CronJobId end10
[2026-04-06 16:14:13] Production.INFO: ==22680== Releasing lock...
[2026-04-06 16:14:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:14:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:14:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:14:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:14:14] Production.INFO: call_cost start
[2026-04-06 16:14:14] Production.INFO: call_cost end
[2026-04-06 16:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:14:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:14:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:14:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:14:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:14:14] Production.INFO: ==22676== Releasing lock...
[2026-04-06 16:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:15:01] Production.INFO: ==22738== Lock acquired, processing the job...
[2026-04-06 21:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:15:01] Production.INFO: neon service started
[2026-04-06 21:15:01] Production.INFO: neon service started
[2026-04-06 21:15:01] Production.INFO: ==22738== Releasing lock...
[2026-04-06 21:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:15:02] Production.INFO: ==22740== Lock acquired, processing the job...
[2026-04-06 16:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:15:02] Production.INFO: ==22740== Releasing lock...
[2026-04-06 16:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:15:02] Production.INFO: ==22742== Lock acquired, processing the job...
[2026-04-06 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:15:02] Production.INFO: ==22742== Releasing lock...
[2026-04-06 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:15:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:15:03] Production.INFO: ==22744== Lock acquired, processing the job...
[2026-04-06 16:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:15:03] Production.INFO: ==22748== Lock acquired, processing the job...
[2026-04-06 16:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:15:03] Production.INFO: ==22746== Lock acquired, processing the job...
[2026-04-06 16:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:15:03] Production.INFO: ==22750== Lock acquired, processing the job...
[2026-04-06 16:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:15:03] Production.INFO: ==22752== Lock acquired, processing the job...
[2026-04-06 16:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:15:03] Production.INFO: Account Balance Start.
[2026-04-06 16:15:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:15:03] Production.INFO: 117
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:15:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: ==22752== Releasing lock...
[2026-04-06 16:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: ==22746== Releasing lock...
[2026-04-06 16:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:15:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:15:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:15:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:15:04] Production.INFO: Total Charge 0
[2026-04-06 16:15:04] Production.INFO: CreateAllLog End
[2026-04-06 16:15:04] Production.INFO: Account Balance End.
[2026-04-06 16:15:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:15:04] Production.INFO: ==22750== Releasing lock...
[2026-04-06 16:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:15:11] Production.ERROR: CronJobId end10
[2026-04-06 16:15:11] Production.INFO: ==22748== Releasing lock...
[2026-04-06 16:15:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:15:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:15:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:15:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:15:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:15:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:15:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:15:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:15:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:15:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:15:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:15:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:15:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:15:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:15:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:15:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:15:14] Production.INFO: call_cost start
[2026-04-06 16:15:14] Production.INFO: call_cost end
[2026-04-06 16:15:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:15:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:15:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:15:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:15:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:15:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:15:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:15:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:15:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:15:14] Production.INFO: ==22744== Releasing lock...
[2026-04-06 16:15:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:15:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:16:02] Production.INFO: ==22816== Lock acquired, processing the job...
[2026-04-06 21:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:16:02] Production.INFO: neon service started
[2026-04-06 21:16:02] Production.INFO: neon service started
[2026-04-06 21:16:02] Production.INFO: ==22816== Releasing lock...
[2026-04-06 21:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:16:02] Production.INFO: ==22818== Lock acquired, processing the job...
[2026-04-06 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:16:02] Production.INFO: ==22818== Releasing lock...
[2026-04-06 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:16:02] Production.INFO: ==22820== Lock acquired, processing the job...
[2026-04-06 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:16:02] Production.INFO: ==22820== Releasing lock...
[2026-04-06 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:16:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:16:03] Production.INFO: ==22824== Lock acquired, processing the job...
[2026-04-06 16:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:16:03] Production.INFO: ==22826== Lock acquired, processing the job...
[2026-04-06 16:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:16:03] Production.INFO: ==22828== Lock acquired, processing the job...
[2026-04-06 16:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:16:03] Production.INFO: ==22830== Lock acquired, processing the job...
[2026-04-06 16:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:16:03] Production.INFO: ==22832== Lock acquired, processing the job...
[2026-04-06 16:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:16:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:16:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:16:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:16:03] Production.INFO: ==22832== Releasing lock...
[2026-04-06 16:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:16:03] Production.INFO: Account Balance Start.
[2026-04-06 16:16:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:16:03] Production.INFO: 117
[2026-04-06 16:16:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:16:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: ==22826== Releasing lock...
[2026-04-06 16:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:16:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:16:04] Production.INFO: Total Charge 0
[2026-04-06 16:16:04] Production.INFO: CreateAllLog End
[2026-04-06 16:16:04] Production.INFO: Account Balance End.
[2026-04-06 16:16:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:16:05] Production.INFO: ==22830== Releasing lock...
[2026-04-06 16:16:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:16:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:16:11] Production.ERROR: CronJobId end10
[2026-04-06 16:16:11] Production.INFO: ==22828== Releasing lock...
[2026-04-06 16:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:16:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:16:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:16:13] Production.INFO: call_cost start
[2026-04-06 16:16:13] Production.INFO: call_cost end
[2026-04-06 16:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:16:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:16:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:16:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:16:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:16:13] Production.INFO: ==22824== Releasing lock...
[2026-04-06 16:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:17:01] Production.INFO: ==22890== Lock acquired, processing the job...
[2026-04-06 21:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:17:01] Production.INFO: neon service started
[2026-04-06 21:17:01] Production.INFO: neon service started
[2026-04-06 21:17:01] Production.INFO: ==22890== Releasing lock...
[2026-04-06 21:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:17:02] Production.INFO: ==22892== Lock acquired, processing the job...
[2026-04-06 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 20:17:02] Production.INFO: ==22894== Lock acquired, processing the job...
[2026-04-06 20:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:17:02] Production.INFO: ==22894== Releasing lock...
[2026-04-06 20:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:17:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:17:02] Production.INFO: ==22892== Releasing lock...
[2026-04-06 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:17:03] Production.INFO: ==22897== Lock acquired, processing the job...
[2026-04-06 16:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:17:03] Production.INFO: ==22899== Lock acquired, processing the job...
[2026-04-06 16:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:17:03] Production.INFO: ==22901== Lock acquired, processing the job...
[2026-04-06 16:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:17:03] Production.INFO: ==22903== Lock acquired, processing the job...
[2026-04-06 16:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:17:03] Production.INFO: ==22905== Lock acquired, processing the job...
[2026-04-06 16:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:17:03] Production.INFO: Account Balance Start.
[2026-04-06 16:17:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:17:03] Production.INFO: 117
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:17:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: ==22905== Releasing lock...
[2026-04-06 16:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: ==22899== Releasing lock...
[2026-04-06 16:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-24
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-25
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:03] Production.INFO: Date 2026-03-26
[2026-04-06 16:17:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:17:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:17:04] Production.INFO: Total Charge 0
[2026-04-06 16:17:04] Production.INFO: CreateAllLog End
[2026-04-06 16:17:04] Production.INFO: Account Balance End.
[2026-04-06 16:17:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:17:04] Production.INFO: ==22903== Releasing lock...
[2026-04-06 16:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:17:12] Production.ERROR: CronJobId end10
[2026-04-06 16:17:12] Production.INFO: ==22901== Releasing lock...
[2026-04-06 16:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:17:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:17:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:17:15] Production.INFO: call_cost start
[2026-04-06 16:17:15] Production.INFO: call_cost end
[2026-04-06 16:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:17:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:17:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:17:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:17:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:17:15] Production.INFO: ==22897== Releasing lock...
[2026-04-06 16:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:18:01] Production.INFO: ==22962== Lock acquired, processing the job...
[2026-04-06 21:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:18:01] Production.INFO: neon service started
[2026-04-06 21:18:01] Production.INFO: neon service started
[2026-04-06 21:18:01] Production.INFO: ==22962== Releasing lock...
[2026-04-06 21:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:18:02] Production.INFO: ==22964== Lock acquired, processing the job...
[2026-04-06 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:18:02] Production.INFO: ==22964== Releasing lock...
[2026-04-06 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:18:02] Production.INFO: ==22966== Lock acquired, processing the job...
[2026-04-06 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:18:02] Production.INFO: ==22966== Releasing lock...
[2026-04-06 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:18:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:18:03] Production.INFO: ==22970== Lock acquired, processing the job...
[2026-04-06 16:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:18:03] Production.INFO: ==22968== Lock acquired, processing the job...
[2026-04-06 16:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:18:03] Production.INFO: ==22974== Lock acquired, processing the job...
[2026-04-06 16:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:18:03] Production.INFO: ==22972== Lock acquired, processing the job...
[2026-04-06 16:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:18:03] Production.INFO: ==22976== Lock acquired, processing the job...
[2026-04-06 16:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:18:03] Production.INFO: Account Balance Start.
[2026-04-06 16:18:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:18:03] Production.INFO: 117
[2026-04-06 16:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:18:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:18:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: ==22976== Releasing lock...
[2026-04-06 16:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: ==22970== Releasing lock...
[2026-04-06 16:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:03] Production.INFO: Date 2026-03-24
[2026-04-06 16:18:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:18:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:18:04] Production.INFO: Total Charge 0
[2026-04-06 16:18:04] Production.INFO: CreateAllLog End
[2026-04-06 16:18:04] Production.INFO: Account Balance End.
[2026-04-06 16:18:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:18:04] Production.INFO: ==22974== Releasing lock...
[2026-04-06 16:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:18:10] Production.ERROR: CronJobId end10
[2026-04-06 16:18:10] Production.INFO: ==22972== Releasing lock...
[2026-04-06 16:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:18:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:18:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:18:13] Production.INFO: call_cost start
[2026-04-06 16:18:14] Production.INFO: call_cost end
[2026-04-06 16:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:18:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:18:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:18:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:18:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:18:14] Production.INFO: ==22968== Releasing lock...
[2026-04-06 16:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:19:02] Production.INFO: ==23030== Lock acquired, processing the job...
[2026-04-06 21:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:19:02] Production.INFO: neon service started
[2026-04-06 21:19:02] Production.INFO: neon service started
[2026-04-06 21:19:02] Production.INFO: ==23030== Releasing lock...
[2026-04-06 21:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:19:02] Production.INFO: ==23032== Lock acquired, processing the job...
[2026-04-06 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:19:02] Production.INFO: ==23032== Releasing lock...
[2026-04-06 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:19:03] Production.INFO: ==23034== Lock acquired, processing the job...
[2026-04-06 20:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:19:03] Production.INFO: ==23034== Releasing lock...
[2026-04-06 20:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:19:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:19:03] Production.INFO: ==23041== Lock acquired, processing the job...
[2026-04-06 16:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:19:03] Production.INFO: ==23039== Lock acquired, processing the job...
[2026-04-06 16:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:19:03] Production.INFO: ==23043== Lock acquired, processing the job...
[2026-04-06 16:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:19:03] Production.INFO: ==23037== Lock acquired, processing the job...
[2026-04-06 16:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:19:03] Production.INFO: ==23045== Lock acquired, processing the job...
[2026-04-06 16:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:19:03] Production.INFO: Account Balance Start.
[2026-04-06 16:19:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:19:03] Production.INFO: 117
[2026-04-06 16:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:19:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:19:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:19:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:19:04] Production.INFO: ==23045== Releasing lock...
[2026-04-06 16:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: ==23039== Releasing lock...
[2026-04-06 16:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:19:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-21
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-22
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-23
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-24
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-25
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-26
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-27
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-28
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-29
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:19:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:19:05] Production.INFO: Total Charge 0
[2026-04-06 16:19:05] Production.INFO: CreateAllLog End
[2026-04-06 16:19:05] Production.INFO: Account Balance End.
[2026-04-06 16:19:06] Production.ERROR: CronJobId end 12
[2026-04-06 16:19:06] Production.INFO: ==23043== Releasing lock...
[2026-04-06 16:19:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:19:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:19:13] Production.ERROR: CronJobId end10
[2026-04-06 16:19:13] Production.INFO: ==23041== Releasing lock...
[2026-04-06 16:19:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:19:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:19:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:19:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:19:16] Production.INFO: call_cost start
[2026-04-06 16:19:16] Production.INFO: call_cost end
[2026-04-06 16:19:16] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:19:16] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:19:16] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:19:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:19:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:19:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:19:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:19:16] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:19:16] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:19:16] Production.INFO: ==23037== Releasing lock...
[2026-04-06 16:19:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:19:16] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:20:01] Production.INFO: ==23108== Lock acquired, processing the job...
[2026-04-06 21:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:20:01] Production.INFO: neon service started
[2026-04-06 21:20:01] Production.INFO: neon service started
[2026-04-06 21:20:01] Production.INFO: ==23108== Releasing lock...
[2026-04-06 21:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:20:02] Production.INFO: ==23110== Lock acquired, processing the job...
[2026-04-06 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 20:20:02] Production.INFO: ==23112== Lock acquired, processing the job...
[2026-04-06 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:20:02] Production.INFO: ==23112== Releasing lock...
[2026-04-06 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:20:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:20:02] Production.INFO: ==23110== Releasing lock...
[2026-04-06 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:20:03] Production.INFO: ==23116== Lock acquired, processing the job...
[2026-04-06 16:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:20:03] Production.INFO: ==23119== Lock acquired, processing the job...
[2026-04-06 16:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:20:03] Production.INFO: ==23121== Lock acquired, processing the job...
[2026-04-06 16:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:20:03] Production.INFO: ==23114== Lock acquired, processing the job...
[2026-04-06 16:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:20:03] Production.INFO: Account Balance Start.
[2026-04-06 16:20:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:20:03] Production.INFO: 117
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: ==23116== Releasing lock...
[2026-04-06 16:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: ==23123== Lock acquired, processing the job...
[2026-04-06 16:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:20:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: ==23123== Releasing lock...
[2026-04-06 16:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:20:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:20:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:20:04] Production.INFO: Total Charge 0
[2026-04-06 16:20:04] Production.INFO: CreateAllLog End
[2026-04-06 16:20:04] Production.INFO: Account Balance End.
[2026-04-06 16:20:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:20:04] Production.INFO: ==23121== Releasing lock...
[2026-04-06 16:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:20:11] Production.ERROR: CronJobId end10
[2026-04-06 16:20:11] Production.INFO: ==23119== Releasing lock...
[2026-04-06 16:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:20:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:20:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:20:14] Production.INFO: call_cost start
[2026-04-06 16:20:14] Production.INFO: call_cost end
[2026-04-06 16:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:20:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:20:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:20:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:20:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:20:14] Production.INFO: ==23114== Releasing lock...
[2026-04-06 16:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:21:02] Production.INFO: ==23179== Lock acquired, processing the job...
[2026-04-06 21:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:21:02] Production.INFO: neon service started
[2026-04-06 21:21:02] Production.INFO: neon service started
[2026-04-06 21:21:02] Production.INFO: ==23179== Releasing lock...
[2026-04-06 21:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:21:02] Production.INFO: ==23183== Lock acquired, processing the job...
[2026-04-06 20:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:21:02] Production.INFO: ==23183== Releasing lock...
[2026-04-06 20:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:21:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:21:02] Production.INFO: ==23181== Lock acquired, processing the job...
[2026-04-06 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:21:02] Production.INFO: ==23181== Releasing lock...
[2026-04-06 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:21:03] Production.INFO: ==23185== Lock acquired, processing the job...
[2026-04-06 16:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 16:21:03] Production.INFO: ==23189== Lock acquired, processing the job...
[2026-04-06 16:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:21:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 16:21:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 16:21:03] Production.INFO: ==23185== Releasing lock...
[2026-04-06 16:21:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 16:21:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 16:21:03] Production.INFO: ==23191== Lock acquired, processing the job...
[2026-04-06 16:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:21:03] Production.INFO: ==23187== Lock acquired, processing the job...
[2026-04-06 16:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:21:04] Production.INFO: ==23197== Lock acquired, processing the job...
[2026-04-06 16:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:21:04] Production.INFO: ==23195== Lock acquired, processing the job...
[2026-04-06 16:21:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 16:21:04] Production.INFO: ==23193== Lock acquired, processing the job...
[2026-04-06 16:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:21:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 16:21:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:21:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:21:04] Production.INFO: Account Balance Start.
[2026-04-06 16:21:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:21:04] Production.INFO: 117
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:21:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: ==23197== Releasing lock...
[2026-04-06 16:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.ERROR: done
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:21:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-19
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 16:21:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048620', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 16:21:05] Production.INFO: ==23189== Releasing lock...
[2026-04-06 16:21:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:21:05] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-20
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-21
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-22
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-23
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-24
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-25
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-26
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-27
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-28
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-29
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:21:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:21:05] Production.INFO: Total Charge 0
[2026-04-06 16:21:05] Production.INFO: CreateAllLog End
[2026-04-06 16:21:06] Production.INFO: Account Balance End.
[2026-04-06 16:21:06] Production.ERROR: CronJobId end 12
[2026-04-06 16:21:06] Production.INFO: ==23193== Releasing lock...
[2026-04-06 16:21:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:21:06] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:21:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048620', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 16:21:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 16:21:10] Production.INFO: ProcessCDR(1,17048620,1,1,2)
[2026-04-06 16:21:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048620,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:21:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048620,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:21:10] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 16:21:10] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 16:21:10] Production.INFO: ==23195== Releasing lock...
[2026-04-06 16:21:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 16:21:10] Production.INFO: 26 MB #Memory Used#
[2026-04-06 16:21:14] Production.ERROR: CronJobId end10
[2026-04-06 16:21:14] Production.INFO: ==23191== Releasing lock...
[2026-04-06 16:21:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:21:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:21:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:21:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:21:17] Production.INFO: call_cost start
[2026-04-06 16:21:17] Production.INFO: call_cost end
[2026-04-06 16:21:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:21:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:21:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:21:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:21:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:21:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:21:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:21:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:21:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:21:17] Production.INFO: ==23187== Releasing lock...
[2026-04-06 16:21:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:21:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:22:01] Production.INFO: ==23251== Lock acquired, processing the job...
[2026-04-06 21:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:22:01] Production.INFO: neon service started
[2026-04-06 21:22:01] Production.INFO: neon service started
[2026-04-06 21:22:01] Production.INFO: ==23251== Releasing lock...
[2026-04-06 21:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:22:01] Production.INFO: ==23255== Lock acquired, processing the job...
[2026-04-06 20:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:22:01] Production.INFO: ==23255== Releasing lock...
[2026-04-06 20:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:22:01] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:22:02] Production.INFO: ==23253== Lock acquired, processing the job...
[2026-04-06 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:22:02] Production.INFO: ==23253== Releasing lock...
[2026-04-06 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:22:03] Production.INFO: ==23262== Lock acquired, processing the job...
[2026-04-06 16:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:22:03] Production.INFO: ==23260== Lock acquired, processing the job...
[2026-04-06 16:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:22:03] Production.INFO: ==23258== Lock acquired, processing the job...
[2026-04-06 16:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:22:03] Production.INFO: ==23266== Lock acquired, processing the job...
[2026-04-06 16:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:22:03] Production.INFO: ==23264== Lock acquired, processing the job...
[2026-04-06 16:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:22:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:22:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:22:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:22:03] Production.INFO: ==23266== Releasing lock...
[2026-04-06 16:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:22:03] Production.INFO: Account Balance Start.
[2026-04-06 16:22:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:22:03] Production.INFO: 117
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:03] Production.INFO: ==23260== Releasing lock...
[2026-04-06 16:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:22:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:22:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:22:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:22:04] Production.INFO: Total Charge 0
[2026-04-06 16:22:04] Production.INFO: CreateAllLog End
[2026-04-06 16:22:04] Production.INFO: Account Balance End.
[2026-04-06 16:22:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:22:04] Production.INFO: ==23264== Releasing lock...
[2026-04-06 16:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:22:10] Production.ERROR: CronJobId end10
[2026-04-06 16:22:10] Production.INFO: ==23262== Releasing lock...
[2026-04-06 16:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:22:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:22:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:22:13] Production.INFO: call_cost start
[2026-04-06 16:22:13] Production.INFO: call_cost end
[2026-04-06 16:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:22:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:22:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:22:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:22:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:22:13] Production.INFO: ==23258== Releasing lock...
[2026-04-06 16:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:23:01] Production.INFO: ==23323== Lock acquired, processing the job...
[2026-04-06 21:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:23:01] Production.INFO: neon service started
[2026-04-06 21:23:01] Production.INFO: neon service started
[2026-04-06 21:23:01] Production.INFO: ==23323== Releasing lock...
[2026-04-06 21:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:23:02] Production.INFO: ==23327== Lock acquired, processing the job...
[2026-04-06 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:23:02] Production.INFO: ==23327== Releasing lock...
[2026-04-06 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:23:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:23:02] Production.INFO: ==23325== Lock acquired, processing the job...
[2026-04-06 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:23:02] Production.INFO: ==23325== Releasing lock...
[2026-04-06 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:23:03] Production.INFO: ==23334== Lock acquired, processing the job...
[2026-04-06 16:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:23:03] Production.INFO: ==23330== Lock acquired, processing the job...
[2026-04-06 16:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:23:03] Production.INFO: ==23332== Lock acquired, processing the job...
[2026-04-06 16:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:23:03] Production.INFO: ==23336== Lock acquired, processing the job...
[2026-04-06 16:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:23:03] Production.INFO: ==23338== Lock acquired, processing the job...
[2026-04-06 16:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:23:03] Production.INFO: Account Balance Start.
[2026-04-06 16:23:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:23:03] Production.INFO: 117
[2026-04-06 16:23:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:23:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:23:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:23:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:23:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:03] Production.INFO: ==23338== Releasing lock...
[2026-04-06 16:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: ==23332== Releasing lock...
[2026-04-06 16:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:23:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:23:04] Production.INFO: Total Charge 0
[2026-04-06 16:23:05] Production.INFO: CreateAllLog End
[2026-04-06 16:23:05] Production.INFO: Account Balance End.
[2026-04-06 16:23:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:23:05] Production.INFO: ==23336== Releasing lock...
[2026-04-06 16:23:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:23:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:23:11] Production.ERROR: CronJobId end10
[2026-04-06 16:23:11] Production.INFO: ==23334== Releasing lock...
[2026-04-06 16:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:23:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:23:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:23:14] Production.INFO: call_cost start
[2026-04-06 16:23:14] Production.INFO: call_cost end
[2026-04-06 16:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:23:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:23:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:23:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:23:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:23:14] Production.INFO: ==23330== Releasing lock...
[2026-04-06 16:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:24:02] Production.INFO: ==23396== Lock acquired, processing the job...
[2026-04-06 21:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:24:02] Production.INFO: neon service started
[2026-04-06 21:24:02] Production.INFO: neon service started
[2026-04-06 21:24:02] Production.INFO: ==23396== Releasing lock...
[2026-04-06 21:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:24:02] Production.INFO: ==23400== Lock acquired, processing the job...
[2026-04-06 20:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:24:02] Production.INFO: ==23400== Releasing lock...
[2026-04-06 20:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:24:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:24:02] Production.INFO: ==23398== Lock acquired, processing the job...
[2026-04-06 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:24:03] Production.INFO: ==23398== Releasing lock...
[2026-04-06 16:24:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:24:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:24:03] Production.INFO: ==23404== Lock acquired, processing the job...
[2026-04-06 16:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:24:03] Production.INFO: ==23406== Lock acquired, processing the job...
[2026-04-06 16:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:24:03] Production.INFO: ==23411== Lock acquired, processing the job...
[2026-04-06 16:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:24:04] Production.INFO: ==23402== Lock acquired, processing the job...
[2026-04-06 16:24:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:24:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:24:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:24:04] Production.INFO: ==23409== Lock acquired, processing the job...
[2026-04-06 16:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:24:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:24:04] Production.INFO: ==23404== Releasing lock...
[2026-04-06 16:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:24:04] Production.INFO: ==23411== Releasing lock...
[2026-04-06 16:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:24:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:24:04] Production.INFO: Account Balance Start.
[2026-04-06 16:24:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:24:04] Production.INFO: 117
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:24:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-20
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-21
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-22
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-23
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-24
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-25
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-26
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-27
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-28
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-29
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-30
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-03-31
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-04-01
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:24:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:24:05] Production.INFO: Total Charge 0
[2026-04-06 16:24:05] Production.INFO: CreateAllLog End
[2026-04-06 16:24:05] Production.INFO: Account Balance End.
[2026-04-06 16:24:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:24:05] Production.INFO: ==23409== Releasing lock...
[2026-04-06 16:24:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:24:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:24:12] Production.ERROR: CronJobId end10
[2026-04-06 16:24:12] Production.INFO: ==23406== Releasing lock...
[2026-04-06 16:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:24:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:24:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:24:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:24:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:24:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:24:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:24:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:24:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:24:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:24:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:24:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:24:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:24:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:24:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:24:15] Production.INFO: call_cost start
[2026-04-06 16:24:15] Production.INFO: call_cost end
[2026-04-06 16:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:24:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:24:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:24:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:24:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:24:15] Production.INFO: ==23402== Releasing lock...
[2026-04-06 16:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:25:01] Production.INFO: ==23466== Lock acquired, processing the job...
[2026-04-06 21:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:25:01] Production.INFO: neon service started
[2026-04-06 21:25:01] Production.INFO: neon service started
[2026-04-06 21:25:01] Production.INFO: ==23466== Releasing lock...
[2026-04-06 21:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:25:02] Production.INFO: ==23470== Lock acquired, processing the job...
[2026-04-06 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:25:02] Production.INFO: ==23470== Releasing lock...
[2026-04-06 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:25:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:25:02] Production.INFO: ==23468== Lock acquired, processing the job...
[2026-04-06 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:25:02] Production.INFO: ==23468== Releasing lock...
[2026-04-06 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:25:03] Production.INFO: ==23476== Lock acquired, processing the job...
[2026-04-06 16:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:25:03] Production.INFO: ==23472== Lock acquired, processing the job...
[2026-04-06 16:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:25:03] Production.INFO: ==23474== Lock acquired, processing the job...
[2026-04-06 16:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:25:03] Production.INFO: ==23480== Lock acquired, processing the job...
[2026-04-06 16:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:25:03] Production.INFO: ==23478== Lock acquired, processing the job...
[2026-04-06 16:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:25:03] Production.INFO: Account Balance Start.
[2026-04-06 16:25:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:25:03] Production.INFO: 117
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:25:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: ==23480== Releasing lock...
[2026-04-06 16:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:25:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: ==23474== Releasing lock...
[2026-04-06 16:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:25:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:25:04] Production.INFO: Total Charge 0
[2026-04-06 16:25:04] Production.INFO: CreateAllLog End
[2026-04-06 16:25:04] Production.INFO: Account Balance End.
[2026-04-06 16:25:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:25:04] Production.INFO: ==23478== Releasing lock...
[2026-04-06 16:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:25:10] Production.ERROR: CronJobId end10
[2026-04-06 16:25:10] Production.INFO: ==23476== Releasing lock...
[2026-04-06 16:25:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:25:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:25:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:25:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:25:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:25:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:25:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:25:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:25:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:25:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:25:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:25:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:25:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:25:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:25:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:25:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:25:15] Production.INFO: call_cost start
[2026-04-06 16:25:15] Production.INFO: call_cost end
[2026-04-06 16:25:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:25:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:25:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:25:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:25:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:25:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:25:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:25:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:25:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:25:15] Production.INFO: ==23472== Releasing lock...
[2026-04-06 16:25:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:25:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:26:02] Production.INFO: ==23536== Lock acquired, processing the job...
[2026-04-06 21:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:26:02] Production.INFO: neon service started
[2026-04-06 21:26:02] Production.INFO: neon service started
[2026-04-06 21:26:02] Production.INFO: ==23536== Releasing lock...
[2026-04-06 21:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:26:02] Production.INFO: ==23539== Lock acquired, processing the job...
[2026-04-06 16:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 20:26:02] Production.INFO: ==23541== Lock acquired, processing the job...
[2026-04-06 20:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:26:02] Production.INFO: ==23541== Releasing lock...
[2026-04-06 20:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:26:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:26:02] Production.INFO: ==23539== Releasing lock...
[2026-04-06 16:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:26:03] Production.INFO: ==23543== Lock acquired, processing the job...
[2026-04-06 16:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:26:03] Production.INFO: ==23547== Lock acquired, processing the job...
[2026-04-06 16:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:26:03] Production.INFO: ==23545== Lock acquired, processing the job...
[2026-04-06 16:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:26:03] Production.INFO: ==23549== Lock acquired, processing the job...
[2026-04-06 16:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:26:03] Production.INFO: ==23551== Lock acquired, processing the job...
[2026-04-06 16:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:26:03] Production.INFO: Account Balance Start.
[2026-04-06 16:26:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:26:03] Production.INFO: 117
[2026-04-06 16:26:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:26:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:26:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:26:03] Production.INFO: ==23551== Releasing lock...
[2026-04-06 16:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:26:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:26:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: ==23545== Releasing lock...
[2026-04-06 16:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:26:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:26:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:26:05] Production.INFO: Total Charge 0
[2026-04-06 16:26:05] Production.INFO: CreateAllLog End
[2026-04-06 16:26:05] Production.INFO: Account Balance End.
[2026-04-06 16:26:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:26:05] Production.INFO: ==23549== Releasing lock...
[2026-04-06 16:26:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:26:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:26:11] Production.ERROR: CronJobId end10
[2026-04-06 16:26:11] Production.INFO: ==23547== Releasing lock...
[2026-04-06 16:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:26:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:26:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:26:13] Production.INFO: call_cost start
[2026-04-06 16:26:13] Production.INFO: call_cost end
[2026-04-06 16:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:26:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:26:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:26:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:26:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:26:13] Production.INFO: ==23543== Releasing lock...
[2026-04-06 16:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:27:01] Production.INFO: ==23611== Lock acquired, processing the job...
[2026-04-06 21:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:27:01] Production.INFO: neon service started
[2026-04-06 21:27:01] Production.INFO: neon service started
[2026-04-06 21:27:01] Production.INFO: ==23611== Releasing lock...
[2026-04-06 21:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:27:02] Production.INFO: ==23613== Lock acquired, processing the job...
[2026-04-06 16:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 20:27:02] Production.INFO: ==23615== Lock acquired, processing the job...
[2026-04-06 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:27:02] Production.INFO: ==23615== Releasing lock...
[2026-04-06 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:27:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:27:02] Production.INFO: ==23613== Releasing lock...
[2026-04-06 16:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:27:03] Production.INFO: ==23618== Lock acquired, processing the job...
[2026-04-06 16:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:27:03] Production.INFO: ==23620== Lock acquired, processing the job...
[2026-04-06 16:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:27:03] Production.INFO: ==23622== Lock acquired, processing the job...
[2026-04-06 16:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:27:03] Production.INFO: ==23626== Lock acquired, processing the job...
[2026-04-06 16:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:27:03] Production.INFO: ==23624== Lock acquired, processing the job...
[2026-04-06 16:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:27:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:27:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:27:03] Production.INFO: Account Balance Start.
[2026-04-06 16:27:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:27:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:27:03] Production.INFO: 117
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:27:03] Production.INFO: ==23626== Releasing lock...
[2026-04-06 16:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: ==23620== Releasing lock...
[2026-04-06 16:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-24
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-25
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-26
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-27
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:03] Production.INFO: Date 2026-03-28
[2026-04-06 16:27:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:27:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:27:04] Production.INFO: Total Charge 0
[2026-04-06 16:27:04] Production.INFO: CreateAllLog End
[2026-04-06 16:27:04] Production.INFO: Account Balance End.
[2026-04-06 16:27:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:27:04] Production.INFO: ==23624== Releasing lock...
[2026-04-06 16:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:27:10] Production.ERROR: CronJobId end10
[2026-04-06 16:27:10] Production.INFO: ==23622== Releasing lock...
[2026-04-06 16:27:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:27:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:27:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:27:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:27:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:27:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:27:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:27:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:27:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:27:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:27:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:27:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:27:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:27:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:27:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:27:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:27:12] Production.INFO: call_cost start
[2026-04-06 16:27:12] Production.INFO: call_cost end
[2026-04-06 16:27:12] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:27:12] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:27:12] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:27:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:27:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:27:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:27:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:27:12] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:27:12] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:27:12] Production.INFO: ==23618== Releasing lock...
[2026-04-06 16:27:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:27:12] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:28:01] Production.INFO: ==23683== Lock acquired, processing the job...
[2026-04-06 21:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:28:01] Production.INFO: neon service started
[2026-04-06 21:28:01] Production.INFO: neon service started
[2026-04-06 21:28:01] Production.INFO: ==23683== Releasing lock...
[2026-04-06 21:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:28:02] Production.INFO: ==23685== Lock acquired, processing the job...
[2026-04-06 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:28:02] Production.INFO: ==23685== Releasing lock...
[2026-04-06 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:28:02] Production.INFO: ==23687== Lock acquired, processing the job...
[2026-04-06 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:28:02] Production.INFO: ==23687== Releasing lock...
[2026-04-06 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:28:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:28:03] Production.INFO: ==23695== Lock acquired, processing the job...
[2026-04-06 16:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:28:03] Production.INFO: ==23689== Lock acquired, processing the job...
[2026-04-06 16:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:28:03] Production.INFO: Account Balance Start.
[2026-04-06 16:28:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:28:03] Production.INFO: 117
[2026-04-06 16:28:03] Production.INFO: ==23691== Lock acquired, processing the job...
[2026-04-06 16:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:28:03] Production.INFO: ==23693== Lock acquired, processing the job...
[2026-04-06 16:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: ==23697== Lock acquired, processing the job...
[2026-04-06 16:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:28:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:28:03] Production.INFO: ==23697== Releasing lock...
[2026-04-06 16:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: ==23691== Releasing lock...
[2026-04-06 16:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-24
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-25
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-26
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:03] Production.INFO: Date 2026-03-27
[2026-04-06 16:28:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:28:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:28:04] Production.INFO: Total Charge 0
[2026-04-06 16:28:04] Production.INFO: CreateAllLog End
[2026-04-06 16:28:04] Production.INFO: Account Balance End.
[2026-04-06 16:28:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:28:04] Production.INFO: ==23695== Releasing lock...
[2026-04-06 16:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:28:11] Production.ERROR: CronJobId end10
[2026-04-06 16:28:11] Production.INFO: ==23693== Releasing lock...
[2026-04-06 16:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:28:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:28:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:28:14] Production.INFO: call_cost start
[2026-04-06 16:28:14] Production.INFO: call_cost end
[2026-04-06 16:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:28:14] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:28:14] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:28:14] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:28:14] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:28:14] Production.INFO: ==23689== Releasing lock...
[2026-04-06 16:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:29:02] Production.INFO: ==23753== Lock acquired, processing the job...
[2026-04-06 21:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:29:02] Production.INFO: neon service started
[2026-04-06 21:29:02] Production.INFO: neon service started
[2026-04-06 21:29:02] Production.INFO: ==23753== Releasing lock...
[2026-04-06 21:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:29:02] Production.INFO: ==23755== Lock acquired, processing the job...
[2026-04-06 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:29:02] Production.INFO: ==23755== Releasing lock...
[2026-04-06 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:29:03] Production.INFO: ==23757== Lock acquired, processing the job...
[2026-04-06 20:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:29:03] Production.INFO: ==23757== Releasing lock...
[2026-04-06 20:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:29:03] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:29:03] Production.INFO: ==23759== Lock acquired, processing the job...
[2026-04-06 16:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:29:03] Production.INFO: ==23767== Lock acquired, processing the job...
[2026-04-06 16:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:29:03] Production.INFO: ==23761== Lock acquired, processing the job...
[2026-04-06 16:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:29:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:29:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:29:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:29:03] Production.INFO: ==23767== Releasing lock...
[2026-04-06 16:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:29:03] Production.INFO: ==23763== Lock acquired, processing the job...
[2026-04-06 16:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:29:03] Production.INFO: ==23765== Lock acquired, processing the job...
[2026-04-06 16:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:29:03] Production.INFO: Account Balance Start.
[2026-04-06 16:29:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:29:03] Production.INFO: 117
[2026-04-06 16:29:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: ==23761== Releasing lock...
[2026-04-06 16:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:29:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:29:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:29:05] Production.INFO: Total Charge 0
[2026-04-06 16:29:05] Production.INFO: CreateAllLog End
[2026-04-06 16:29:05] Production.INFO: Account Balance End.
[2026-04-06 16:29:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:29:05] Production.INFO: ==23765== Releasing lock...
[2026-04-06 16:29:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:29:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:29:13] Production.ERROR: CronJobId end10
[2026-04-06 16:29:13] Production.INFO: ==23763== Releasing lock...
[2026-04-06 16:29:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:29:13] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:29:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:29:15] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:29:15] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:29:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:29:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:29:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:29:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:29:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:29:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:29:15] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:29:15] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:29:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:29:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:29:15] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:29:15] Production.INFO: call_cost start
[2026-04-06 16:29:15] Production.INFO: call_cost end
[2026-04-06 16:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:29:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:29:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:29:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:29:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:29:15] Production.INFO: ==23759== Releasing lock...
[2026-04-06 16:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:30:01] Production.INFO: ==23823== Lock acquired, processing the job...
[2026-04-06 21:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:30:01] Production.INFO: neon service started
[2026-04-06 21:30:01] Production.INFO: neon service started
[2026-04-06 21:30:01] Production.INFO: ==23823== Releasing lock...
[2026-04-06 21:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:30:02] Production.INFO: ==23827== Lock acquired, processing the job...
[2026-04-06 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:30:02] Production.INFO: ==23827== Releasing lock...
[2026-04-06 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:30:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:30:02] Production.INFO: ==23825== Lock acquired, processing the job...
[2026-04-06 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:30:02] Production.INFO: ==23825== Releasing lock...
[2026-04-06 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:30:02] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:30:03] Production.INFO: ==23829== Lock acquired, processing the job...
[2026-04-06 16:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:30:03] Production.INFO: ==23835== Lock acquired, processing the job...
[2026-04-06 16:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:30:03] Production.INFO: ==23831== Lock acquired, processing the job...
[2026-04-06 16:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:30:03] Production.INFO: ==23837== Lock acquired, processing the job...
[2026-04-06 16:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:30:03] Production.INFO: Account Balance Start.
[2026-04-06 16:30:03] Production.INFO: ==23833== Lock acquired, processing the job...
[2026-04-06 16:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:30:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:30:03] Production.INFO: 117
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:30:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:30:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:30:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: ==23837== Releasing lock...
[2026-04-06 16:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:30:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: ==23831== Releasing lock...
[2026-04-06 16:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:30:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:30:04] Production.INFO: Total Charge 0
[2026-04-06 16:30:04] Production.INFO: CreateAllLog End
[2026-04-06 16:30:04] Production.INFO: Account Balance End.
[2026-04-06 16:30:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:30:04] Production.INFO: ==23835== Releasing lock...
[2026-04-06 16:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:30:11] Production.ERROR: CronJobId end10
[2026-04-06 16:30:11] Production.INFO: ==23833== Releasing lock...
[2026-04-06 16:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:30:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:30:12] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:30:12] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:30:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:30:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:30:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:30:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:30:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:30:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:30:12] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:30:12] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:30:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:30:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:30:12] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:30:13] Production.INFO: call_cost start
[2026-04-06 16:30:13] Production.INFO: call_cost end
[2026-04-06 16:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:30:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:30:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:30:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:30:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:30:13] Production.INFO: ==23829== Releasing lock...
[2026-04-06 16:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:31:02] Production.INFO: ==23902== Lock acquired, processing the job...
[2026-04-06 21:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:31:02] Production.INFO: neon service started
[2026-04-06 21:31:02] Production.INFO: neon service started
[2026-04-06 21:31:02] Production.INFO: ==23902== Releasing lock...
[2026-04-06 21:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:31:02] Production.INFO: ==23906== Lock acquired, processing the job...
[2026-04-06 20:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:31:02] Production.INFO: ==23906== Releasing lock...
[2026-04-06 20:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:31:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:31:02] Production.INFO: ==23904== Lock acquired, processing the job...
[2026-04-06 16:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:31:02] Production.INFO: ==23904== Releasing lock...
[2026-04-06 16:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:31:03] Production.INFO: ==23908== Lock acquired, processing the job...
[2026-04-06 16:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-04-06 16:31:03] Production.ERROR: ========================== active cronjob start =============================
[2026-04-06 16:31:03] Production.ERROR: ========================== active cronjob end =============================
[2026-04-06 16:31:03] Production.INFO: ==23908== Releasing lock...
[2026-04-06 16:31:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-04-06 16:31:03] Production.INFO: 25.5 MB #Memory Used#
[2026-04-06 16:31:03] Production.INFO: ==23912== Lock acquired, processing the job...
[2026-04-06 16:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:31:03] Production.INFO: ==23910== Lock acquired, processing the job...
[2026-04-06 16:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:31:03] Production.INFO: ==23916== Lock acquired, processing the job...
[2026-04-06 16:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:31:04] Production.INFO: ==23914== Lock acquired, processing the job...
[2026-04-06 16:31:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:31:04] Production.INFO: ==23918== Lock acquired, processing the job...
[2026-04-06 16:31:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-04-06 16:31:04] Production.INFO: ==23920== Lock acquired, processing the job...
[2026-04-06 16:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:31:04] Production.INFO: Account Balance Start.
[2026-04-06 16:31:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:31:04] Production.INFO: 117
[2026-04-06 16:31:04] Production.ERROR: tblTempUsageDetail_20
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:31:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:31:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: ==23920== Releasing lock...
[2026-04-06 16:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: ==23912== Releasing lock...
[2026-04-06 16:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.ERROR: done
[2026-04-06 16:31:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:31:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-04-06 16:31:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048661', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) start
[2026-04-06 16:31:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:05] Production.INFO: Date 2026-04-02
[2026-04-06 16:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:05] Production.INFO: Date 2026-04-03
[2026-04-06 16:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:05] Production.INFO: Date 2026-04-04
[2026-04-06 16:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:05] Production.INFO: Date 2026-04-05
[2026-04-06 16:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:05] Production.INFO: Date 2026-04-06
[2026-04-06 16:31:05] Production.INFO: Reseller ==> 0
[2026-04-06 16:31:05] Production.INFO: Total Charge 0
[2026-04-06 16:31:05] Production.INFO: CreateAllLog End
[2026-04-06 16:31:05] Production.INFO: Account Balance End.
[2026-04-06 16:31:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:31:05] Production.INFO: ==23916== Releasing lock...
[2026-04-06 16:31:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:31:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:31:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17048661', 'tblTempUsageDetail_20reseller','2026-04-06','2026-04-06','1' ) end
[2026-04-06 16:31:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-04-06 16:31:11] Production.INFO: ProcessCDR(1,17048661,1,1,2)
[2026-04-06 16:31:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17048661,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:31:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17048661,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-04-06 16:31:11] Production.ERROR: pbx prc_insertCDR start
[2026-04-06 16:31:11] Production.ERROR: pbx prc_insertCDR end
[2026-04-06 16:31:11] Production.INFO: ==23918== Releasing lock...
[2026-04-06 16:31:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-04-06 16:31:11] Production.INFO: 26 MB #Memory Used#
[2026-04-06 16:31:14] Production.ERROR: CronJobId end10
[2026-04-06 16:31:14] Production.INFO: ==23914== Releasing lock...
[2026-04-06 16:31:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:31:14] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:31:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:31:16] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:31:16] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:31:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:31:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:31:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:31:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:31:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:31:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:31:16] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:31:16] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:31:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:31:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:31:16] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:31:17] Production.INFO: call_cost start
[2026-04-06 16:31:17] Production.INFO: call_cost end
[2026-04-06 16:31:17] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:31:17] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:31:17] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:31:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:31:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:31:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:31:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:31:17] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:31:17] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:31:17] Production.INFO: ==23910== Releasing lock...
[2026-04-06 16:31:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:31:17] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:32:01] Production.INFO: ==23976== Lock acquired, processing the job...
[2026-04-06 21:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:32:01] Production.INFO: neon service started
[2026-04-06 21:32:01] Production.INFO: neon service started
[2026-04-06 21:32:01] Production.INFO: ==23976== Releasing lock...
[2026-04-06 21:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 16:32:01] Production.INFO: ==23978== Lock acquired, processing the job...
[2026-04-06 16:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:32:02] Production.INFO: ==23978== Releasing lock...
[2026-04-06 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 20:32:02] Production.INFO: ==23980== Lock acquired, processing the job...
[2026-04-06 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:32:02] Production.INFO: ==23980== Releasing lock...
[2026-04-06 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:32:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:32:02] Production.INFO: ==23982== Lock acquired, processing the job...
[2026-04-06 16:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:32:02] Production.INFO: ==23984== Lock acquired, processing the job...
[2026-04-06 16:32:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:32:02] Production.INFO: ==23990== Lock acquired, processing the job...
[2026-04-06 16:32:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:32:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:32:03] Production.INFO: ==23988== Lock acquired, processing the job...
[2026-04-06 16:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:32:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:32:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:32:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:32:03] Production.INFO: ==23990== Releasing lock...
[2026-04-06 16:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:32:03] Production.INFO: ==23986== Lock acquired, processing the job...
[2026-04-06 16:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:32:03] Production.INFO: Account Balance Start.
[2026-04-06 16:32:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:32:03] Production.INFO: 117
[2026-04-06 16:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: ==23984== Releasing lock...
[2026-04-06 16:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-18
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-19
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-20
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-21
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-22
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-23
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-24
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-25
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-26
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:03] Production.INFO: Date 2026-03-27
[2026-04-06 16:32:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:32:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:32:04] Production.INFO: Total Charge 0
[2026-04-06 16:32:04] Production.INFO: CreateAllLog End
[2026-04-06 16:32:04] Production.INFO: Account Balance End.
[2026-04-06 16:32:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:32:04] Production.INFO: ==23988== Releasing lock...
[2026-04-06 16:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:32:10] Production.ERROR: CronJobId end10
[2026-04-06 16:32:10] Production.INFO: ==23986== Releasing lock...
[2026-04-06 16:32:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:32:10] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:32:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:32:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:32:13] Production.INFO: call_cost start
[2026-04-06 16:32:13] Production.INFO: call_cost end
[2026-04-06 16:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:32:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:32:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:32:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:32:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:32:13] Production.INFO: ==23982== Releasing lock...
[2026-04-06 16:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:33:01] Production.INFO: ==24046== Lock acquired, processing the job...
[2026-04-06 21:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:33:01] Production.INFO: neon service started
[2026-04-06 21:33:01] Production.INFO: neon service started
[2026-04-06 21:33:01] Production.INFO: ==24046== Releasing lock...
[2026-04-06 21:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:33:02] Production.INFO: ==24050== Lock acquired, processing the job...
[2026-04-06 20:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:33:02] Production.INFO: ==24050== Releasing lock...
[2026-04-06 20:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:33:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:33:02] Production.INFO: ==24048== Lock acquired, processing the job...
[2026-04-06 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:33:02] Production.INFO: ==24048== Releasing lock...
[2026-04-06 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:33:03] Production.INFO: ==24052== Lock acquired, processing the job...
[2026-04-06 16:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:33:03] Production.INFO: ==24054== Lock acquired, processing the job...
[2026-04-06 16:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:33:03] Production.INFO: ==24056== Lock acquired, processing the job...
[2026-04-06 16:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:33:03] Production.INFO: ==24058== Lock acquired, processing the job...
[2026-04-06 16:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:33:03] Production.INFO: ==24060== Lock acquired, processing the job...
[2026-04-06 16:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:33:03] Production.INFO: Account Balance Start.
[2026-04-06 16:33:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:33:03] Production.INFO: 117
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:33:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-09
[2026-04-06 16:33:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: ==24060== Releasing lock...
[2026-04-06 16:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-10
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-11
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-12
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-13
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-14
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-15
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: ==24054== Releasing lock...
[2026-04-06 16:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-16
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:03] Production.INFO: Date 2026-03-17
[2026-04-06 16:33:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:33:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:33:04] Production.INFO: Total Charge 0
[2026-04-06 16:33:04] Production.INFO: CreateAllLog End
[2026-04-06 16:33:04] Production.INFO: Account Balance End.
[2026-04-06 16:33:04] Production.ERROR: CronJobId end 12
[2026-04-06 16:33:04] Production.INFO: ==24058== Releasing lock...
[2026-04-06 16:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:33:11] Production.ERROR: CronJobId end10
[2026-04-06 16:33:11] Production.INFO: ==24056== Releasing lock...
[2026-04-06 16:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:33:13] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:33:13] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:33:13] Production.INFO: call_cost start
[2026-04-06 16:33:13] Production.INFO: call_cost end
[2026-04-06 16:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:33:13] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:33:13] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:33:13] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:33:13] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:33:13] Production.INFO: ==24052== Releasing lock...
[2026-04-06 16:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:34:02] Production.INFO: ==24117== Lock acquired, processing the job...
[2026-04-06 21:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:34:02] Production.INFO: neon service started
[2026-04-06 21:34:02] Production.INFO: neon service started
[2026-04-06 21:34:02] Production.INFO: ==24117== Releasing lock...
[2026-04-06 21:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:34:02] Production.INFO: ==24122== Lock acquired, processing the job...
[2026-04-06 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:34:02] Production.INFO: ==24122== Releasing lock...
[2026-04-06 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:34:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:34:02] Production.INFO: ==24120== Lock acquired, processing the job...
[2026-04-06 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:34:03] Production.INFO: ==24120== Releasing lock...
[2026-04-06 16:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:34:03] Production.INFO: ==24128== Lock acquired, processing the job...
[2026-04-06 16:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-04-06 16:34:03] Production.INFO: ==24126== Lock acquired, processing the job...
[2026-04-06 16:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:34:03] Production.INFO: ==24124== Lock acquired, processing the job...
[2026-04-06 16:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-04-06 16:34:03] Production.INFO: ==24130== Lock acquired, processing the job...
[2026-04-06 16:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260406Live done
[2026-04-06 16:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260406Live done
[2026-04-06 16:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260406Live)
[2026-04-06 16:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-04-06','2026-04-06','120260406Live')
[2026-04-06 16:34:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-04-06 16:34:04] Production.INFO: ==24132== Lock acquired, processing the job...
[2026-04-06 16:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:34:04] Production.INFO: Account Balance Start.
[2026-04-06 16:34:04] Production.INFO: CreateAllLog Start
[2026-04-06 16:34:04] Production.INFO: 117
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-08
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-09
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:34:04] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:34:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-10
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: ==24132== Releasing lock...
[2026-04-06 16:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-11
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-12
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-13
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-14
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: ==24126== Releasing lock...
[2026-04-06 16:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-04-06 16:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-15
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-16
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-17
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-18
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-19
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-20
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-21
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-22
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-23
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-24
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-25
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-26
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-27
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-28
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-29
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-30
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-03-31
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-04-01
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-04-02
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-04-03
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-04-04
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-04-05
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Date 2026-04-06
[2026-04-06 16:34:04] Production.INFO: Reseller ==> 0
[2026-04-06 16:34:04] Production.INFO: Total Charge 0
[2026-04-06 16:34:04] Production.INFO: CreateAllLog End
[2026-04-06 16:34:05] Production.INFO: Account Balance End.
[2026-04-06 16:34:05] Production.ERROR: CronJobId end 12
[2026-04-06 16:34:05] Production.INFO: ==24130== Releasing lock...
[2026-04-06 16:34:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-04-06 16:34:05] Production.INFO: 27.75 MB #Memory Used#
[2026-04-06 16:34:12] Production.ERROR: CronJobId end10
[2026-04-06 16:34:12] Production.INFO: ==24128== Releasing lock...
[2026-04-06 16:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-04-06 16:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-04-06 16:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-04-06 16:34:14] Production.INFO: ============== Balance Warning START===========
[2026-04-06 16:34:14] Production.INFO: ============== Balance Warning END===========
[2026-04-06 16:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-04-06 16:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-04-06 16:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-04-06 16:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-04-06 16:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-04-06 16:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-04-06 16:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-04-06 16:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-04-06 16:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-04-06 16:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-04-06 16:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-04-06 16:34:15] Production.INFO: call_cost start
[2026-04-06 16:34:15] Production.INFO: call_cost end
[2026-04-06 16:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-04-06 16:34:15] Production.INFO: ============== Report Schedule START===========
[2026-04-06 16:34:15] Production.INFO: ============== Report Schedule END===========
[2026-04-06 16:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-04-06 16:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-04-06 16:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-04-06 16:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-04-06 16:34:15] Production.INFO: ============== Deal alert START===========
[2026-04-06 16:34:15] Production.INFO: ============== Deal alert END===========
[2026-04-06 16:34:15] Production.INFO: ==24124== Releasing lock...
[2026-04-06 16:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-04-06 16:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-04-06 21:35:01] Production.INFO: ==24190== Lock acquired, processing the job...
[2026-04-06 21:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-04-06 21:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-04-06 21:35:01] Production.INFO: neon service started
[2026-04-06 21:35:01] Production.INFO: neon service started
[2026-04-06 21:35:01] Production.INFO: ==24190== Releasing lock...
[2026-04-06 21:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-04-06 21:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-04-06 20:35:02] Production.INFO: ==24194== Lock acquired, processing the job...
[2026-04-06 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-04-06 20:35:02] Production.INFO: ==24194== Releasing lock...
[2026-04-06 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-04-06 20:35:02] Production.INFO: 25 MB #Memory Used#
[2026-04-06 16:35:02] Production.INFO: ==24192== Lock acquired, processing the job...
[2026-04-06 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-04-06 16:35:02] Production.INFO: ==24192== Releasing lock...
[2026-04-06 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-04-06 16:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-04-06 16:35:02] Production.INFO: ==24199== Lock acquired, processing the job...
[2026-04-06 16:35:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-04-06 16:35:03] Production.INFO: ==24203== Lock acquired, processing the job...
[2026-04-06 16:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-04-06 16:35:03] Production.INFO: ==24205== Lock acquired, processing the job...
[2026-04-06 16:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-04-06 16:35:03] Production.INFO: Account Balance Start.
[2026-04-06 16:35:03] Production.INFO: CreateAllLog Start
[2026-04-06 16:35:03] Production.INFO: 117
[2026-04-06 16:35:03] Production.INFO: Date 2026-03-08
[2026-04-06 16:35:03] Production.INFO: Reseller ==> 0
[2026-04-06 16:35:03] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-04-06 16:35:03] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-04-06 16:35:03] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-04-06 16:35:03] Production.INFO: ==24205== Releasing lock...
[2026-04-06 16:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-04-06 16:35:03] Production.IN